- 09 Aug, 2019 1 commit
-
-
Patrick Bajao authored
Whenever `PostReceive` is enqueued, `UpdateMergeRequestsWorker` is enqueued and `MergeRequests::RefreshService` is called, it'll check if the source branch of each MR asssociated to the push exists or not via `MergeRequest#source_branch_exists?`. The said method will call `Repository#branch_exists?` which is cached in `Rails.cache`. When the cache contains outdated data and the source branch actually exists, the `MergeRequests#RefreshService` job will close associated MRs which is not correct. The fix is to expire the branches cache of the project so we have updated data during the post receive hook which will help in the accuracy of the check if we need to close associated MRs or not.
-
- 08 Aug, 2019 39 commits
-
-
Evan Read authored
Sorting in alphabetical order, adding strings to be used with analyzers See merge request gitlab-org/gitlab-ce!31510
-
Julius Kvedaras authored
-
Evan Read authored
Bring k8s cheat sheet to docs See merge request gitlab-org/gitlab-ce!31319
-
Marcel Amirault authored
Bring the support team k8s cheat sheet into the main documentation
-
Thong Kuah authored
Update rails project template See merge request gitlab-org/gitlab-ce!31310
-
Daniel Gruesso authored
-
Sid Sijbrandij authored
Add link to memory team page from the installation requirements See merge request gitlab-org/gitlab-ce!31637
-
Emilie Schario authored
-
Mayra Cabrera authored
Rename githost.log -> git_json.log See merge request gitlab-org/gitlab-ce!31634
-
Tim Zallmann authored
Clean up an incomplete thought as a spec See merge request gitlab-org/gitlab-ce!31541
-
Stan Hu authored
Filter title, description, and body from logs Closes #64460 and #60365 See merge request gitlab-org/gitlab-ce!31274
-
Michael Kozono authored
CE port of https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/14981 See merge request gitlab-org/gitlab-ce!31493
-
Stan Hu authored
The githost.log name was often confused with GitHost.io. Rename this to git_json.log to make it clear it's coming from Git and that it's JSON data.
-
Stan Hu authored
Enable the prometheus endpoint by default See merge request gitlab-org/gitlab-ce!31565
-
Sarah Yasonik authored
-
Robert Speicher authored
Bring scoped environment variables to core See merge request gitlab-org/gitlab-ce!30779
-
Hordur Freyr Yngvason authored
As decided in https://gitlab.com/gitlab-org/gitlab-ce/issues/53593
-
Douwe Maan authored
CE port of "Rename blocking MRs to cross-project MR dependencies" See merge request gitlab-org/gitlab-ce!31372
-
Nick Thomas authored
We're removing the ability for MRs in a single project to block each other, and performing a rename of the feature to go along with that. This necessitates documentation changes
-
Achilleas Pipinellis authored
Refactor subscriptions information See merge request gitlab-org/gitlab-ce!31504
-
Evan Read authored
-
Achilleas Pipinellis authored
Docs for local requests whitelist See merge request gitlab-org/gitlab-ce!31520
-
Reuben Pereira authored
- Add documentation under security/webhooks since similar docs are present there.
-
Robert Speicher authored
Use NotesFinder#target to find Epics See merge request gitlab-org/gitlab-ce!31408
-
Ray Paik authored
Update proofreader.md See merge request gitlab-org/gitlab-ce!26644
-
Douglas Barbosa Alexandre authored
-
Douglas Barbosa Alexandre authored
-
Annabel Dunstone Gray authored
Replace Oxygen-Sans with Noto Sans font on visual_review_toolbar See merge request gitlab-org/gitlab-ce!31561
-
James Lopez authored
Resolve "Snippets Usage Ping for Create SMAU" See merge request gitlab-org/gitlab-ce!30930
-
Mark Chao authored
Generalize wiki page counter for other page types to extend to.
-
Kushal Pandya authored
Makes section title clickable and collapsible Closes #63181 See merge request gitlab-org/gitlab-ce!31571
-
Grzegorz Bizon authored
Remove duplicated line from Maven CI template See merge request gitlab-org/gitlab-ce!31440
-
Kushal Pandya authored
CE Port: FE for group level Cycle Analytics See merge request gitlab-org/gitlab-ce!31574
-
Brandon Labuschagne authored
This MR adds the code which displays cycle analytics on a group level. It reuses the cycle_analytics_bundle file which will later be removed. This feature is currently behind the analytics feature flag.
-
Tim Zallmann authored
Add script for frontend test file coverage See merge request gitlab-org/gitlab-ce!30865
-
Winnie Hellmann authored
-
Mike Greiling authored
Adjust size and align MR-widget loading icon Closes #62609 See merge request gitlab-org/gitlab-ce!31503
-
Mike Greiling authored
Add ESLint vue rules to detect vue i18n offences Closes #63560 See merge request gitlab-org/gitlab-ce!31124
-
Ezekiel Kigbo authored
Disables the vue-i18n eslint rules for files that are not able to be autofixed, this will stop these offences causing pipeline failures but they will need manual fixing.
-