- 28 Feb, 2019 26 commits
-
-
Nick Thomas authored
This reverts commit 00675311.
-
Douwe Maan authored
Update best_practices.md let section to also reference let! variables. See merge request gitlab-org/gitlab-ce!22496
-
Rémy Coutable authored
Revert "Quarantine GitHub OAuth test" Closes gitlab-org/quality/nightly#83 See merge request gitlab-org/gitlab-ce!25636
-
Nick Thomas authored
Use Web IDE path for merge request edit buttons See merge request gitlab-org/gitlab-ce!25595
-
Clement Ho authored
Fix bug where project topics truncate Closes #57788 See merge request gitlab-org/gitlab-ce!25398
-
Brandon Labuschagne authored
-
Rémy Coutable authored
Enabling performance metrics on Review Apps Closes #57881 See merge request gitlab-org/gitlab-ce!25549
-
Ramya Authappan authored
-
Sanad Liaquat authored
This reverts commit 970576c5.
-
Filipa Lacerda authored
Update apollo libraries See merge request gitlab-org/gitlab-ce!25608
-
Filipa Lacerda authored
Backport: Add project level config for merge pipelines See merge request gitlab-org/gitlab-ce!25385
-
Sean McGivern authored
Jira: make issue links title compact See merge request gitlab-org/gitlab-ce!25609
-
Douglas Barbosa Alexandre authored
Port of a community contribution from @glensc to upstream.
-
Rémy Coutable authored
Bring back mentions of Redash See merge request gitlab-org/gitlab-ce!25618
-
Phil Hughes authored
Resolve "Add missing karma tests to the the MR Diff components" Closes #55505 See merge request gitlab-org/gitlab-ce!24733
-
Natalia Tepluhina authored
-
Ramya Authappan authored
Quarantine GitHub OAuth tests See merge request gitlab-org/gitlab-ce!25631
-
Stan Hu authored
Allow Gitaly N+1 calls for RootController#index See merge request gitlab-org/gitlab-ce!25514
-
Sanad Liaquat authored
-
Evan Read authored
Docs: Add EFS warning message for AWS installs See merge request gitlab-org/gitlab-ce!25498
-
David Coy authored
-
Nick Thomas authored
Add iOS-fastlane template for .gitlab-ci.yml Closes #52877 See merge request gitlab-org/gitlab-ce!25395
-
Jason Lenny authored
-
Shinya Maeda authored
Add schema Add CE counter part Add default value for Add changelog Fix schema Add test Fix schema Fix schema version Remove default value for
-
Evan Read authored
Add developer documentation for distributing tracing See merge request gitlab-org/gitlab-ce!25150
-
Andrew Newdigate authored
This change adds developer documentation on using distributed tracing using Jaeger.
-
- 27 Feb, 2019 14 commits
-
-
Luke Bennett authored
Adhere to stylelint specs See merge request gitlab-org/gitlab-ce!25620
-
Annabel Dunstone Gray authored
-
Annabel Dunstone Gray authored
More Stylelint rules See merge request gitlab-org/gitlab-ce!25266
-
Stan Hu authored
Feature: Runner tag filter for admin view See merge request gitlab-org/gitlab-ce!19740
-
Alexis Reigel authored
-
Alexis Reigel authored
-
Alexis Reigel authored
-
Alexis Reigel authored
Due to performance reasons we cannot use the type filter on the tags. The table for ActsAsTaggableOn is too big and too unoptimized, such that the queries time out on production. See the discussion https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/19740#note_120087938 for more info.
-
Alexis Reigel authored
The query generated by ActsAsTaggableOn `@taggable_type.all_tags` is very inefficient (joins too much, grouping, inner select, ...).
-
Alexis Reigel authored
-
Alexis Reigel authored
the potential number of available runner tags is too large to load it statically to a dropdown. we use the same lazy loaded dropdown as is used for the users dropdown already.
-
Alexis Reigel authored
-
Alexis Reigel authored
-