- 15 Apr, 2019 38 commits
-
-
Martin Wortschack authored
- Externalize strings for desc and explanation - Update PO file
-
Achilleas Pipinellis authored
Fix URL that causes test_external_links to fail See merge request gitlab-org/gitlab-ce!27384
-
Lin Jen-Shin authored
Properly expire all pipeline caches when pipeline is deleted Closes #60469 See merge request gitlab-org/gitlab-ce!27334
-
Lin Jen-Shin authored
Forbid the usage of reload Closes #60218 See merge request gitlab-org/gitlab-ce!27125
-
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.
-
Stan Hu authored
When deleting a pipeline, only some of the cache structures were being expired, but not the full pipeline list. We have to synchronously schedule a pipeline cache expiration because the pipeline will be deleted if the Sidekiq expiration job picks it up. To do this, properly extract all the logic buried in the Sidekiq worker into a service, and then call the service. Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/60469
-
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
The `#reload` makes to load all objects into memory, and the main purpose of `#reload` is to drop the association cache. The `#reset` seems to solve exactly that case.
-
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
-