- 30 Dec, 2019 6 commits
-
-
Kushal Pandya authored
Change visitUrl checks in URL Closes #191310 See merge request gitlab-org/gitlab!22306
-
Kushal Pandya authored
Use proper model update event in test Closes #191268 See merge request gitlab-org/gitlab!22297
-
Kushal Pandya authored
Merge branch '16610-gitlab-pages-storage-size-limitations-by-project-or-group-frontend-2' into 'master' GitLab Pages - Storage size Limitations by Project or Group - Frontend Closes #16610 See merge request gitlab-org/gitlab!22183
-
Jake Burden authored
-
Kushal Pandya authored
Merge branch '34751-fetch-cycle-analytics-stage-and-median-data-from-dedicated-endpoints' into 'master' "New cycle analytics stage and median data endpoints" Closes #34751 See merge request gitlab-org/gitlab!19278
-
Ezekiel Kigbo authored
Added the updated analytics paths to the actions and mutation spec files and updates tests accordingly.
-
- 29 Dec, 2019 3 commits
- 28 Dec, 2019 3 commits
- 27 Dec, 2019 28 commits
-
-
Lin Jen-Shin authored
Handle rspec and rake tasks in runtime identifier Closes #122656 See merge request gitlab-org/gitlab!22276
-
Stan Hu authored
Fix AutoMergeProcessWorker raises an error for merged MRs Closes #121989 See merge request gitlab-org/gitlab!22262
-
Stan Hu authored
Previously the runtime detector would flag a `RUNTIME IDENTIFICATION FAILED` warning if application.log if rspec or rake were used. This change also removes the unnecessary log message. Closes https://gitlab.com/gitlab-org/gitlab/issues/122656
-
Andreas Brandl authored
Consider absence of explicit `allow_null: true` to be an offense too Closes #38385 See merge request gitlab-org/gitlab!22234
-
Alexander Oleynikov authored
-
Sean McGivern authored
Clone instead of wget to access private repo See merge request gitlab-org/gitlab!22303
-
nhirokinet authored
-
Ramya Authappan authored
De-quarantine Jenkins spec add :orchestrated meta See merge request gitlab-org/gitlab!22272
-
Ramya Authappan authored
Make runner handling more resilient Closes #118453 See merge request gitlab-org/gitlab!22233
-
Mark Lapierre authored
Retry getting the runners token if it's not available initially Ensure the docker runner container is stopped even if there's a problem removing it from the project
-
Illya Klymov authored
-
Sean McGivern authored
Move backtrace cleaner from Profiler into its own class Closes #36645 See merge request gitlab-org/gitlab!22264
-
Lin Jen-Shin authored
And CI_JOB_TOKEN cannot access them easily
-
GitLab Release Tools Bot authored
[ci skip]
-
GitLab Release Tools Bot authored
[ci skip]
-
Stan Hu authored
We call `GitLab::Profiler.clean_backtrace` in a lot of places where we aren't actually profiling. It makes sense to break this out into its own class method. This change also reduces memory usage and speeds up the backtrace cleaner since the regexp is computed once at load time. Closes https://gitlab.com/gitlab-org/gitlab/issues/36645
-
Sean McGivern authored
Refactor code involved in git workflow See merge request gitlab-org/gitlab!22266
-
Sean McGivern authored
Expose reference path for issuables See merge request gitlab-org/gitlab!20354
-
Andreas Brandl authored
Preload project, user and group to reuse objects Closes #39113 See merge request gitlab-org/gitlab!21853
-
Andreas Brandl authored
Add section to database docs for alternative primary keys See merge request gitlab-org/gitlab!22044
-
Illya Klymov authored
-
Alexandru Croitor authored
Expose issuable references in 3 options: short, relative and full. Short and full aways display corresponding issuable reference, while relative displays the reference depending on the context from which it was referenced.
-
Francisco Javier López authored
Refactor some methods, classes and specs in preparation for versioned snippets.
-
Lin Jen-Shin authored
review-performance (and other review jobs) should also use `rules` See merge request gitlab-org/gitlab!22236
-
Kushal Pandya authored
Resolve "Replace Font Awesome cog icon with GitLab settings icon" Closes #121931 See merge request gitlab-org/gitlab!22259
-
Marcel Amirault authored
Docs: Fix typo in command to enable feature flag See merge request gitlab-org/gitlab!22242
-
Kushal Pandya authored
Refactor spec file to use the same wrapper name to ensure consistency Closes #37743 See merge request gitlab-org/gitlab!22181
-
Shinya Maeda authored
This commit fixes the noise of AutoMergeProcessWorker
-