- 28 Jun, 2019 1 commit
-
-
Andrew Newdigate authored
Currently we don't have good insight into the affect of Rails transaction blocks on the application. If these blocks are held open for extended periods, they can have detrimental effects on the application. This change will allow us to track these transactions, with the aim of reducing their duration.
-
- 25 Jun, 2019 24 commits
-
-
Rémy Coutable authored
Refactor AfterCommitQueue.inside_transaction? See merge request gitlab-org/gitlab-ce!29903
-
Andrew Newdigate authored
This is a small change to move AfterCommitQueue.inside_transaction? to Gitlab::Database.inside_transaction? Since this change is required by different changes which may not arrive in sequence, it's easier to extract this change out on it's own.
-
Rémy Coutable authored
Fix reports jobs timing out because of cache Closes gitlab-ee#12021, #60879, and gitlab-ee#11303 See merge request gitlab-org/gitlab-ce!29780
-
Philippe Lafoucrière authored
Note: This commit relies on https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/26801 which brings support to multiple extends. While `cache: {}` can disable a cache being set globally, it doesn't work with extends, which will perform a reverse deep merge based on the keys. The cache defined in the base `.default-cache` job won't be disabled in the report jobs. As a side effect, the `code_quality`, `sast`, and `dependency_scanning` jobs are running on a larger code base than expected, leading to timeouts. fixes https://gitlab.com/gitlab-org/gitlab-ee/issues/11303 fixes https://gitlab.com/gitlab-org/gitlab-ce/issues/60879 fixes https://gitlab.com/gitlab-org/gitlab-ee/issues/12021
-
Achilleas Pipinellis authored
Edit resource creation text Closes #63643 See merge request gitlab-org/gitlab-ce!30006
-
Evan Read authored
-
Phil Hughes authored
Limit time tracking units to hours Closes #30355 See merge request gitlab-org/gitlab-ce!29469
-
Phil Hughes authored
Vue-i18n: autofix for app/assets/javascripts/issue_show directory See merge request gitlab-org/gitlab-ce!29968
-
Ezekiel Kigbo authored
i18n linting for .vue files under the app/assets/javascripts/issue_show directory
-
Phil Hughes authored
Upgrade axios to 0.19.0 See merge request gitlab-org/gitlab-ce!29981
-
Kushal Pandya authored
Vue-i18n: autofix for app/assets/javascripts/monitoring directory See merge request gitlab-org/gitlab-ce!29971
-
Achilleas Pipinellis authored
Exclude docs-only branches from job See merge request gitlab-org/gitlab-ce!30005
-
Evan Read authored
-
Achilleas Pipinellis authored
Add Markdown linting and one rule See merge request gitlab-org/gitlab-ce!29970
-
Evan Read authored
Also adds and one linting rule and makes project conform to it.
-
Evan Read authored
Document all the available options for Dependency Scanning Closes gitlab-ee#10121 See merge request gitlab-org/gitlab-ce!29347
-
Evan Read authored
Mention kaniko in container registry See merge request gitlab-org/gitlab-ce!29916
-
Franklin Yu authored
-
Heinrich Lee Yu authored
Changes migration and all other places the attribute is used
-
Jon Kolb authored
Adds an instance setting to limit display of time tracking values to hours only
-
Evan Read authored
Add brackets escape example to LDAP doc See merge request gitlab-org/gitlab-ce!29285
-
Blair Lunceford authored
-
Evan Read authored
Updated explanation of CI_COMMIT_BEFORE_SHA variable See merge request gitlab-org/gitlab-ce!29913
-
Blair Lunceford authored
-
- 24 Jun, 2019 15 commits
-
-
Stan Hu authored
Refactor Deployment#cluster to #deployment_platform_cluster See merge request gitlab-org/gitlab-ce!29961
-
Nick Thomas authored
Change HTTP Status Code when repository disabled Closes #50834 See merge request gitlab-org/gitlab-ce!29585
-
Sam Battalio authored
-
GitLab Release Tools Bot authored
[ci skip]
-
Nick Thomas authored
Renew pages domain's certificates through Let's Encrypt See merge request gitlab-org/gitlab-ce!29363
-
Vladimir Shushlin authored
Add index for pages domain ssl auto renewal Add PagesDomain.needs_ssl_renewal scope Add cron worker for ssl renewal Add worker for ssl renewal Add pages ssl renewal worker queues settings
-
Kamil Trzciński authored
Move `derailed_benchmarks` gem to :default group See merge request gitlab-org/gitlab-ce!29975
-
Tim Zallmann authored
Vue-i18n: autofix for app/assets/javascripts/jobs directory See merge request gitlab-org/gitlab-ce!29969
-
Douglas Barbosa Alexandre authored
Eliminate N+1 queries in Dashboard::TodosController Closes #43042 See merge request gitlab-org/gitlab-ce!29954
-
Jan Provaznik authored
Resolve "Runner tags search dropdown is empty" Closes #63656 See merge request gitlab-org/gitlab-ce!29985
-
Stan Hu authored
Since this scope is used in both the controller and the API, we rename it to make it clear that it's used for both.
-
Stan Hu authored
Revert "Fix copying a single line from Firefox" See merge request gitlab-org/gitlab-ce!29993
-
Kamil Trzciński authored
This reverts merge request !29832
-
Achilleas Pipinellis authored
Add doc for ServiceResponse Closes #62356 See merge request gitlab-org/gitlab-ce!29992
-
Lin Jen-Shin authored
-