- 19 Sep, 2018 1 commit
-
-
gfyoung authored
Enables frozen string for the following: * app/controllers/*.rb * app/controllers/admin/**/*.rb * app/controllers/boards/**/*.rb * app/controllers/ci/**/*.rb * app/controllers/concerns/**/*.rb Partially addresses #47424.
-
- 18 Sep, 2018 31 commits
-
-
Robert Speicher authored
Remove EE-specific lines from Plan concerns See merge request gitlab-org/gitlab-ce!21448
-
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
-
Robert Speicher authored
Improve Emoji detection in commit messages Closes gitlab-org/release/framework#15 See merge request gitlab-org/gitlab-ce!21799
-
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
-
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
-
Yorick Peterse authored
Don't use MilestoneFinder for group milestones Closes #51546 See merge request gitlab-org/gitlab-ce!21780
-
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
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
-
Yorick Peterse authored
This enhances a few performance guideline titles in the development README, making it easier to understand what topics they cover.
-
Douwe Maan authored
Respect the user commit email in more places Closes #51564 See merge request gitlab-org/gitlab-ce!21773
-
Nick Thomas authored
-
Marcia Ramos authored
Update database requirements documentation with more MySQL limitations See merge request gitlab-org/gitlab-ce!21686
-
Michael Kozono authored
-
Nick Thomas authored
-
Douwe Maan authored
Correct usage of the have_link matcher See merge request gitlab-org/gitlab-ce!21755
-
Douwe Maan authored
Resolve "Open issues from archived project listed in group issue board" Closes #45754 See merge request gitlab-org/gitlab-ce!21721
-
Douwe Maan authored
Resolve character encodings in CONTRIBUTING See merge request gitlab-org/gitlab-ce!21781
-
Kamil Trzciński authored
Expose runners status information in job api Closes #51273 See merge request gitlab-org/gitlab-ce!21618
-
Steve Azzopardi authored
-
Nick Thomas authored
Return a default commit email if migration has not completed Closes #51530 See merge request gitlab-org/gitlab-ce!21790
-
- 17 Sep, 2018 8 commits
-
-
Robert Speicher authored
QA: Fix: set initial password even if using admin credentials See merge request gitlab-org/gitlab-ce!21785
-
Robert Speicher authored
Add a new scenario to add an SSH key, perform Git actions with it, and then remove the key See merge request gitlab-org/gitlab-ce!19754
-
Douglas Barbosa Alexandre authored
Fix haml-lint error in 2FA codes partial Closes #51585 See merge request gitlab-org/gitlab-ce!21786
-
Robert Speicher authored
Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/51585
-
Mark Lapierre authored
-
Douglas Barbosa Alexandre authored
Allow UrlValidator to work with attr_encrypted See merge request gitlab-org/gitlab-ce!21776
-
Robert Speicher authored
Sync commonmaker version in Gemfile.*.lock Closes #51557 See merge request gitlab-org/gitlab-ce!21782
-
Nick Thomas authored
-