- 22 May, 2019 40 commits
-
-
Devin Sylva authored
-
Stan Hu authored
Remove the mr_push_options feature flag Closes #60250 See merge request gitlab-org/gitlab-ce!28278
-
Mike Greiling authored
Remove datapoint sorting from area chart See merge request gitlab-org/gitlab-ce!26515
-
Adriel Santiago authored
-
Dmitriy Zaporozhets authored
JupyterHub Repo Integration See merge request gitlab-org/gitlab-ce!27314
-
Amit Rathi authored
-
Fatih Acet authored
Fix loading.. dropdown at search field Closes #61313 See merge request gitlab-org/gitlab-ce!28275
-
Pavel Chausov authored
Closes #61313
-
Douglas Barbosa Alexandre authored
Fix invalid visibility string comparison in project import Closes #61692 See merge request gitlab-org/gitlab-ce!28612
-
Douglas Barbosa Alexandre authored
Merge branch '62116-performance-issue-502-errors-on-rendering-of-issues-with-heavy-markdown-contents' into 'master' Resolve "Performance issue: 502 errors on rendering of issues with heavy markdown contents" Closes #62116 See merge request gitlab-org/gitlab-ce!28597
-
Stan Hu authored
This resolves an "ArgumentError: comparison of String with 0 failed" issue where the visibility_level is stored as a string in the project import data because the value comes directly from the Web form. This problem happened upon creating a project from a template or restoring a project. We now cast the value to an integer to guard against these kinds of failures. Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/61692
-
Kamil Trzciński authored
Add 60s and 5m values to the buckets used by prometheus to measure time Closes #62113 See merge request gitlab-org/gitlab-ce!28557
-
Rémy Coutable authored
Redirect first Contribution link to about.gitlab.com/community/contribute See merge request gitlab-org/gitlab-ce!28245
-
Kenny Johnston authored
-
Sean McGivern authored
This helper is used for extracting part of the issue / MR / whatever description for use in the description meta tag: 1. To do that, we look at the source of the Markdown description. 2. We then strip out all HTML tags. 3. And then take the first 30 words. Doing that can be really slow - especially as Markdown is supposed to be treated as plain text. There are many better ways to do this, but the immediate performance fix is to swap steps 2 and 3. This does mean that the description may be less than 30 words (or even empty), but it is much faster when the description is very long.
-
Rémy Coutable authored
Move package-and-qa to review stage from qa stage See merge request gitlab-org/gitlab-ce!28581
-
Yorick Peterse authored
Link to issue in CodeReuse/ActiveRecord message See merge request gitlab-org/gitlab-ce!28461
-
Marcia Ramos authored
replace passive with active voice See merge request gitlab-org/gitlab-ce!25780
-
Philipp C. H authored
-
Annabel Dunstone Gray authored
Update note actions icon color Closes #62061 See merge request gitlab-org/gitlab-ce!28498
-
Jarek Ostrowski authored
Use gray-600 for color Ensure passes accessibility reqs
-
Nick Thomas authored
Added repository files to GraphQL API See merge request gitlab-org/gitlab-ce!28325
-
Elliot Rushton authored
-
Annabel Dunstone Gray authored
Give 'New Snippet' button green outline Closes #61324 See merge request gitlab-org/gitlab-ce!28559
-
Marcel van Remmerden authored
-
Jan Provaznik authored
Bump shoulda-matchers to 4.0.1 See merge request gitlab-org/gitlab-ce!28443
-
Nick Thomas authored
Revert "Merge branch 'reorganize-tests-jobs-by-level' into 'master'" See merge request gitlab-org/gitlab-ce!28594
-
Kamil Trzciński authored
This reverts merge request !27514
-
Phil Hughes authored
-
Rémy Coutable authored
Add group label docs to Issue Workflow See merge request gitlab-org/gitlab-ce!28591
-
GitLab Release Tools Bot authored
-
GitLab Release Tools Bot authored
[ci skip]
-
Mark Fletcher authored
-
Nick Thomas authored
Merge branch '61935-remove-code-left-over-from-when-clusters-were-always-project-specific' into 'master' remove `Clusters::Platforms::Kubernetes#actual_namespace` Closes #61935 See merge request gitlab-org/gitlab-ce!28391
-
Nick Thomas authored
Add GitDeduplicationService Closes #60871 See merge request gitlab-org/gitlab-ce!28144
-
Filipa Lacerda authored
i18n JS files starting with s See merge request gitlab-org/gitlab-ce!28169
-
Rémy Coutable authored
Minor improvement on resources doc See merge request gitlab-org/gitlab-ce!28589
-
Rémy Coutable authored
Second iteration of documentation for writing end-to-end tests See merge request gitlab-org/gitlab-ce!28473
-
Walmyr authored
This is a second iteration to address the Resources section. In a third iteration the Page Object section will be addressed.
-
Kamil Trzciński authored
Reorganize test jobs by level See merge request gitlab-org/gitlab-ce!27514
-