- 18 Sep, 2018 40 commits
-
-
Robert Speicher authored
-
Robert Speicher authored
-
GitLab Bot authored
# Conflicts: # app/models/concerns/protected_ref_access.rb # app/models/epic.rb [ci skip]
-
Robert Speicher authored
Remove EE-specific lines from Plan concerns See merge request gitlab-org/gitlab-ce!21448
-
Robert Speicher authored
Remove EE-specific lines from Plan concerns Closes #6122 See merge request gitlab-org/gitlab-ee!7202
-
Robert Speicher authored
Enhance some performance guideline titles See merge request gitlab-org/gitlab-ce!21797
-
Robert Speicher authored
-
Robert Speicher authored
[QA] consolidate selector patterns (1_manage/login) See merge request gitlab-org/gitlab-ce!21711
-
Dan Davison authored
-
Douglas Barbosa Alexandre authored
Use a JWT header to synchronize the default branch Closes #7619 See merge request gitlab-org/gitlab-ee!7405
-
Douglas Barbosa Alexandre authored
-
Robert Speicher authored
Improve Emoji detection in commit messages Closes gitlab-org/release/framework#15 See merge request gitlab-org/gitlab-ce!21799
-
Mike Greiling authored
CE upstream - 2018-09-18 18:21 UTC See merge request gitlab-org/gitlab-ee!7406
-
Kamil Trzciński authored
Resolve "Enable Auto DevOps by default for self managed instances of GitLab" Closes #41729 See merge request gitlab-org/gitlab-ce!21157
-
Dylan Griffith authored
-
Mike Greiling authored
-
GitLab Bot authored
# Conflicts: # locale/gitlab.pot [ci skip]
-
Clement Ho authored
Improve cluster apps installation flow Closes #50111 See merge request gitlab-org/gitlab-ce!21567
-
Mike Greiling authored
-
Douglas Barbosa Alexandre authored
Improve TabHelper to clarify the use of Namespaces for the nav_link See merge request gitlab-org/gitlab-ce!21787
-
Gabriel Mazetto authored
-
Achilleas Pipinellis authored
Docs: fix typo See merge request gitlab-org/gitlab-ee!7404
-
Yorick Peterse authored
Don't use MilestoneFinder for group milestones Closes #51546 See merge request gitlab-org/gitlab-ce!21780
-
Achilleas Pipinellis authored
Update alert docs for support for library metrics See merge request gitlab-org/gitlab-ee!7380
-
Marcia Ramos authored
-
Robert Speicher authored
CE upstream - 2018-09-18 12:21 UTC See merge request gitlab-org/gitlab-ee!7401
-
Douwe Maan authored
Document the use of and need for using feature flags more frequently See merge request gitlab-org/gitlab-ce!21478
-
Yorick Peterse authored
This adds a development guide explaining that we are going to use feature flags more often, why, what the benefits are, and so on. See https://gitlab.com/gitlab-org/gitlab-ce/issues/49619 for more information.
-
Phil Hughes authored
46733 move filter dropdown from font awesome to our own icons ee Closes gitlab-ce#46733 See merge request gitlab-org/gitlab-ee!7356
-
Constance Okoghenun authored
-
Phil Hughes authored
Resolve "Move filter dropdown from Font Awesome to our own icons" Closes #46733 See merge request gitlab-org/gitlab-ce!21694
-
Constance Okoghenun authored
-
Douglas Barbosa Alexandre authored
This refactors the DashboardGroupMilestone model so that it no longer uses the MilestoneFinder, instead using methods defined on the Milestone model directly.
-
Yorick Peterse authored
This changes our Danger integration so that it is smarter about detecting GitLab emoji in commit messages. This is done using a two step process: 1. We use the old regular expression to determine if a commit message _might_ include an emoji. 2. If this regular expression matches, we then check for all existing emoji names in the commit message. This might be a wee bit expensive, but because we couple it with the previous step it should be rarely executed. This ensures we don't trigger an error when a commit message includes text such as `:foo:bar:`, which is not a valid Emoji. Fixes https://gitlab.com/gitlab-org/release/framework/issues/15
-
Robert Speicher authored
-
Robert Speicher authored
-
Yorick Peterse authored
This enhances a few performance guideline titles in the development README, making it easier to understand what topics they cover.
-
GitLab Bot authored
# Conflicts: # doc/install/requirements.md # spec/views/help/index.html.haml_spec.rb [ci skip]
-
Douwe Maan authored
Respect the user commit email in more places Closes #51564 See merge request gitlab-org/gitlab-ce!21773
-
Marcia Ramos authored
Add beta elasticsearch indexer to patch/upgrade docs Closes #3671 See merge request gitlab-org/gitlab-ee!7257
-