- 15 Apr, 2019 31 commits
-
-
Lin Jen-Shin authored
Remove multi-line suggestions feature flag Closes #59178 See merge request gitlab-org/gitlab-ce!27219
-
Nick Thomas authored
Git FSCK has no timeout Closes #53319 See merge request gitlab-org/gitlab-ce!27299
-
Sean McGivern authored
Add variable substitution in prometheus proxy API See merge request gitlab-org/gitlab-ce!27226
-
Reuben Pereira authored
- In prometheus proxy api, allow variables to be replaced. For example, if 'up{env="%{ci_environment_slug}"}' is passed to the endpoint, it becomes 'up{env="production"}' before being sent to prometheus.
-
Rémy Coutable authored
Split `.gitlab-ci.yml` into multiple includes Closes #58521 See merge request gitlab-org/gitlab-ce!27116
-
Rémy Coutable authored
Validate refs used in controllers don't have spaces Closes #58572 and gitaly#1425 See merge request gitlab-org/gitlab-ce!24037
-
James Lopez authored
Added write_repository scope for personal access token Closes #58847 and #51709 See merge request gitlab-org/gitlab-ce!26021
-
Horatiu Eugen Vlad authored
-
Achilleas Pipinellis authored
Docs: reorg Pages index See merge request gitlab-org/gitlab-ce!27319
-
Marcia Ramos authored
-
Lin Jen-Shin authored
Externalize strings in app/services and app/helpers See merge request gitlab-org/gitlab-ce!27220
-
Martin Wortschack authored
- Externalize strings in milestones_helper - Externalize strings in app/services - Update PO file
-
Sean McGivern authored
Pick revert of `require-all-templates-to-include-default-stages' Closes #59992 and #60106 See merge request gitlab-org/gitlab-ce!27312
-
Kamil Trzciński authored
-
Robert Speicher authored
CE: Extract EE specific files/lines for spec/features/issues See merge request gitlab-org/gitlab-ce!26740
-
Felipe Artur authored
Part of moving gitlab into single codebase
-
Rémy Coutable authored
Add translations from Crowdin See merge request gitlab-org/gitlab-ce!27347
-
Phil Hughes authored
Fixes stylelint for page_title.scss Closes #59873 See merge request gitlab-org/gitlab-ce!27315
-
Kamil Trzciński authored
-
Sean McGivern authored
Require all templates to use default stages Closes #59992 See merge request gitlab-org/gitlab-ce!26954 (cherry picked from commit 39eb16aa) e0df05cf Require all templates to use default stages
-
Rémy Coutable authored
Add some frozen string to spec/**/*.rb See merge request gitlab-org/gitlab-ce!27341
-
gfyoung authored
Adds frozen string to the following: * spec/bin/**/*.rb * spec/config/**/*.rb * spec/controllers/**/*.rb xref https://gitlab.com/gitlab-org/gitlab-ce/issues/59758
-
Filipa Lacerda authored
CE backport of image-comment-reviews See merge request gitlab-org/gitlab-ce!27271
-
Kushal Pandya authored
Display scoped labels in Issue Boards See merge request gitlab-org/gitlab-ce!27164
-
Rajat Jain authored
This change brings new Scoped labels to Issue board as well. With the last change, this was missed.
-
Douwe Maan authored
Resolve "Remove rails-deprecated_sanitizer" Closes #17014 See merge request gitlab-org/gitlab-ce!27268
-
Zeger-Jan van de Weg authored
FSCK is usually called through sidekiq, but a rake task doesn't have a mechanism to default to no timeout for this RPC. Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/53319
-
Kamil Trzciński authored
Disable PostgreSQL fsync for faster CI Closes #60435 See merge request gitlab-org/gitlab-ce!27295
-
Kamil Trzciński authored
Rescue and log errors raised when preparing builds Closes #60480 See merge request gitlab-org/gitlab-ce!27351
-
Sanad Liaquat authored
Add frozen_string_literal to qa/ See merge request gitlab-org/gitlab-ce!27266
-
-
- 14 Apr, 2019 1 commit
-
-
Stan Hu authored
This avoids an unnecessary call to Gitaly and reduces gRPC errors. * Closes https://gitlab.com/gitlab-org/gitaly/issues/1425 * Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/58572
-
- 13 Apr, 2019 1 commit
-
-
GitLab Crowdin Bot authored
-
- 12 Apr, 2019 7 commits
-
-
Tim Zallmann authored
Add time tracking information to Issue Boards sidebar Closes #31331 See merge request gitlab-org/gitlab-ce!27166
-
Michael Kozono authored
CE Fix protected branch example failing on master See merge request gitlab-org/gitlab-ce!27332
-
Douglas Barbosa Alexandre authored
Revert "Merge branch 'sh-allow-unauth-chrome' into 'master'" See merge request gitlab-org/gitlab-ce!27329
-
Luke Bennett authored
Failing due to updates in capybara and selenium driver.
-
Fatih Acet authored
Merge branch '60369-border-radius-still-showing-up-after-improve-diff-nav-header-was-finished' into 'master' Breakpoints.isDesktop should not always return false Closes #60369 See merge request gitlab-org/gitlab-ce!27240
-
Stan Hu authored
Always return the deployment in the UpdateDeploymentService#execute method Closes gitlab-ee#11124 See merge request gitlab-org/gitlab-ce!27322
-