- 23 May, 2019 2 commits
-
-
Filipa Lacerda authored
Remove class hiding spinner in board switcher Closes #10426 See merge request gitlab-org/gitlab-ee!13096
-
Mike Greiling authored
Resolve "Group SAML setting toggles have no effect" Closes #11607 See merge request gitlab-org/gitlab-ee!13078
-
- 22 May, 2019 38 commits
-
-
GitLab Bot authored
-
Mike Lewis authored
Update Groups documentation See merge request gitlab-org/gitlab-ce!28508
-
GitLab Bot authored
-
Fatih Acet authored
Added a content field to atom feed See merge request gitlab-org/gitlab-ce!27652
-
Devin Sylva authored
-
GitLab Bot authored
-
Stan Hu authored
Remove the mr_push_options feature flag Closes #60250 See merge request gitlab-org/gitlab-ce!28278
-
GitLab Bot authored
-
Mike Greiling authored
Remove datapoint sorting from area chart See merge request gitlab-org/gitlab-ce!26515
-
Adriel Santiago authored
-
GitLab Bot authored
-
Dmitriy Zaporozhets authored
JupyterHub Repo Integration See merge request gitlab-org/gitlab-ce!27314
-
Amit Rathi authored
-
GitLab Bot 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
-
GitLab Bot authored
-
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
-
Brandon Labuschagne authored
-
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
-
GitLab Bot authored
-
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
-
Stan Hu authored
Merge branch '11692-geo-cron-job-to-perform-repository-checks-is-disabled-on-a-secondary-node' into 'master' Geo: Enable Cron job to perform repository checks on a Geo secondary node Closes #11692 See merge request gitlab-org/gitlab-ee!13103
-
GitLab Bot authored
-
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
-
Douglas Barbosa Alexandre authored
Fix Geo QA for 11.11.0 RC1 See merge request gitlab-org/gitlab-ee!12252
-
Michael Kozono 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.
-
GitLab Bot authored
-
Rémy Coutable authored
Move package-and-qa to review stage from qa stage See merge request gitlab-org/gitlab-ce!28581
-
Lin Jen-Shin authored
Move EE specific lines in API::Members spec See merge request gitlab-org/gitlab-ee!12979
-
Yorick Peterse authored
Link to issue in CodeReuse/ActiveRecord message See merge request gitlab-org/gitlab-ce!28461
-
GitLab Bot authored
-
Marcia Ramos authored
replace passive with active voice See merge request gitlab-org/gitlab-ce!25780
-
Philipp C. H authored
-
Nick Thomas authored
Avoid failing pull mirroring if LFS import fails See merge request gitlab-org/gitlab-ee!13133
-