- 28 Feb, 2019 6 commits
-
-
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
-
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 34 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
-
Alexis Reigel authored
-
Robert Speicher authored
Danger ignores gitlab.pot See merge request gitlab-org/gitlab-ce!25594
-
Filipa Lacerda authored
CE backport of members-ee-code See merge request gitlab-org/gitlab-ce!25593
-
Rémy Coutable authored
Fix misspellings in app/spec executable lines See merge request gitlab-org/gitlab-ce!25521
-
James Lopez authored
Fixed placeholder text in feature proposal issue template See merge request gitlab-org/gitlab-ce!25603
-
Jeremy Watson authored
-
Kamil Trzciński authored
Merge branch '10014-ee-spec-models-ci-build_spec-rb-ee-spec-requests-api-runner_spec-rb-and-ee-spec-services-ci-process_pipeline_service_spec-rb-are-all-failing-ce' into 'master' Revert "Merge branch 'revert-8baf9e5f' into 'master'" See merge request gitlab-org/gitlab-ce!25584
-
Sean McGivern authored
Enforce using the latest diff version when creating suggestions Closes gitlab-ee#9876 See merge request gitlab-org/gitlab-ce!25441
-
Takuya Noguchi authored
Signed-off-by: Takuya Noguchi <takninnovationresearch@gmail.com>
-
Nick Thomas authored
Resolve "Project fetch statistics API (HTTP only)" Closes #42086 See merge request gitlab-org/gitlab-ce!23596
-
Nick Thomas authored
Allow `:read_list` when `:read_group` is allowed Closes #58149 See merge request gitlab-org/gitlab-ce!25524
-
Matija Čupić authored
This reverts commit f5201a81, reversing changes made to 48e6db0d.
-
Ramya Authappan authored
Fix `import_github_repo_spec.rb` Closes #55700 See merge request gitlab-org/gitlab-ce!25133
-
Nick Thomas authored
Add Project template for go-micro Closes #58082 See merge request gitlab-org/gitlab-ce!25553
-
Jason Lenny authored
-
Douwe Maan authored
API support for MR merge to temporary merge ref path Closes #57252 See merge request gitlab-org/gitlab-ce!24918
-
Douwe Maan authored
Prepare test suite for switch to Gitaly-embedded Git hooks See merge request gitlab-org/gitlab-ce!25423
-
Jacob Vosmaer authored
-
Jacopo authored
The API get projects/:id/traffic/fetches allows user with write access to the repository to get the number of clones for the last 30 days.
-
Nick Thomas authored
-
Grzegorz Bizon authored
fix: validate 'include' keywords in gitlab-ci.yml configuration files Closes #55863 See merge request gitlab-org/gitlab-ce!24098
-