- 06 Feb, 2020 40 commits
-
-
Zeger-Jan van de Weg authored
The default argument, HEAD, is better than master, as it's a symbolic reference.
-
Zeger-Jan van de Weg authored
The GitLab::Git::Repository class had two methods which aren't really used in production. `#create_branch` and `#remove_branch` now leverage WriteRef. The behaviour does change now, in the case of `#create_branch` it doesn't throw an error anymore if the branch already exists. That's actually not a problem as all call sites are import related, in which case there's only one branch to be imported. `#delete_branch` is only used in tests. The runtime errors aren't depended on in that case. Again, this change in behaviour doesn't influence GitLab-Rails.
-
Walmyr Lima e Silva Filho authored
Merge branch '202149-failure-in-qa-specs-features-browser_ui-4_verify-pipeline-create_and_process_pipeline_spec-rb' into 'master' Fix pipeline smoke test by waiting for jobs to finish Closes #202149 See merge request gitlab-org/gitlab!24518
-
Phil Hughes authored
Disable Pull mirror Update now button with tooltip See merge request gitlab-org/gitlab!24251
-
David Kim authored
- also, fix up a spec that doesn't really test what it says
-
Toon Claes authored
Resolve "Unable to view project audit events: statement timeouts" See merge request gitlab-org/gitlab!23998
-
Phil Hughes authored
Normalize Vuex actions/mutations in License Management See merge request gitlab-org/gitlab!24471
-
Mark Florian authored
This normalizes the Vuex action and mutation names according to our established [request/receive/fetch pattern][0]. Part of [Remove parsed_license_report flag from front end code][1]. The batch case-preserving renaming was achieved using [repren][2]: repren --word-breaks --preserve-case -p patterns ee where the `patterns` file contains: requestLoadManagedLicenses requestManagedLicenses receiveLoadManagedLicenses receiveManagedLicensesSuccess receiveLoadManagedLicensesError receiveManagedLicensesError loadManagedLicenses fetchManagedLicenses # requestLoadParsedLicenseReport requestParsedLicenseReport receiveLoadParsedLicenseReport receiveParsedLicenseReportSuccess receiveLoadParsedLicenseReportError receiveParsedLicenseReportError receiveLoadLicenseReportError receiveParsedLicenseReportError loadParsedLicenseReport fetchParsedLicenseReport Note that the `receiveLoadLicenseReportError` identifier is also being renamed to `receiveParsedLicenseReportError`, since it is functionally the same as the `receiveLoadParsedLicenseReportError` action/mutation. The resulting duplicates will be removed by the next commit. [0]: https://docs.gitlab.com/ce/development/fe_guide/vuex.html#actions-pattern-request-and-receive-namespaces [1]: https://gitlab.com/gitlab-org/gitlab/issues/37271 [2]: https://github.com/jlevy/repren
-
Achilleas Pipinellis authored
Fix subgroup_creation_level to "String" instead of "Int" See merge request gitlab-org/gitlab!24421
-
Achilleas Pipinellis authored
Update the docs to include other used terms for dl See merge request gitlab-org/gitlab!24548
-
Achilleas Pipinellis authored
Update application security sast secrets note See merge request gitlab-org/gitlab!24397
-
Zach Rice authored
-
Achilleas Pipinellis authored
Add missing word See merge request gitlab-org/gitlab!24379
-
Ramya Authappan authored
Skip SAML SSO specs See merge request gitlab-org/gitlab!24563
-
Sanad Liaquat authored
Refactor project board list resources See merge request gitlab-org/gitlab!24510
-
Jan Provaznik authored
Add group deploy tokens See merge request gitlab-org/gitlab!23460
-
Etienne Baqué authored
Added model and rspecs. Updated DeployToken model associations.
-
Achilleas Pipinellis authored
Add documentation related to modSecurity as supported by auto-deploy-app See merge request gitlab-org/gitlab!24024
-
Zamir Martins Filho authored
As customizations for modSecurity are getting exposed through auto-deploy-app, it is nice to have some details documented under autodevops.
-
Achilleas Pipinellis authored
Explain what is Sentry API URL in ErrorTracking docs See merge request gitlab-org/gitlab!24451
-
Rémy Coutable authored
Add job-execution-timeout reason to retry logic See merge request gitlab-org/gitlab!23862
-
Kyle Wiebers authored
-
Alessio Caiazza authored
Add http status cop to all group controller specs See merge request gitlab-org/gitlab!24211
-
Alessio Caiazza authored
Remove a test that isn't relevant anymore Closes #202066 See merge request gitlab-org/gitlab!24455
-
Stan Hu authored
Revert "Merge branch '37456-track-memory-usage-of-redis-cached-diffs' into 'master'" Closes #202198 See merge request gitlab-org/gitlab!24560
-
Kushal Pandya authored
Replace underscore _.values with Object.values See merge request gitlab-org/gitlab!24558
-
James Lopez authored
Create an environment for self monitoring project See merge request gitlab-org/gitlab!24403
-
Kirstie Cook authored
-
James Lopez authored
Create service and endpoint for embedding metrics by alert See merge request gitlab-org/gitlab!23484
-
Jan Provaznik authored
Extract snippet related permission table See merge request gitlab-org/gitlab!24556
-
Sanad Liaquat authored
-
James Lopez authored
Resolve "Add anchors to DNS stubbing in spec suite" Closes #199047 See merge request gitlab-org/gitlab!24180
-
Heinrich Lee Yu authored
This reverts merge request !24224
-
Stan Hu authored
Update CI build image to use yarn 1.21 See merge request gitlab-org/gitlab!24536
-
Martin Wortschack authored
-
Lukas Eipert authored
-
Mark Chao authored
For reuse in other areas
-
Stan Hu authored
Pass allow_failure: true option to the review jobs for docs See merge request gitlab-org/gitlab!24552
-
Natalia Tepluhina authored
Revert "Merge branch 'leipert-to-eslint-6' into 'master'" Closes #202187 See merge request gitlab-org/gitlab!24547
-
Ramya Authappan authored
Ensure correct group owner role and Un-quarantine test See merge request gitlab-org/gitlab!24292
-