- 04 Sep, 2020 1 commit
-
-
Jose Ivan Vargas authored
This refactors the `shared_runners_minutes_setting_reset` haml view which contains the reset pipelines button to use vue, the functionality will stay the same but it will use vue so in the future the flash message will change to a toast
-
- 03 Sep, 2020 39 commits
-
-
Robert Speicher authored
Use parent strategy for associations in factories - Note Spec See merge request gitlab-org/gitlab!41334
-
Craig Norris authored
Docs: fix inconsistent capitalization of "PRIVATE-TOKEN" See merge request gitlab-org/gitlab!41182
-
Jose Ivan Vargas authored
Replace v-html with v-safe-html in suggestions.vue See merge request gitlab-org/gitlab!41200
-
Craig Norris authored
Docs: replace fake tokens with a placeholder See merge request gitlab-org/gitlab!41164
-
Craig Norris authored
Merge branch '225482-allow-reporters-to-run-jobs-that-deploy-to-an-environments-if-they-are-explicitly-listed-2' into 'master' Deployer authorisation for protected environments documentation See merge request gitlab-org/gitlab!39733
-
Craig Norris authored
Docs: fix grammar in style guide See merge request gitlab-org/gitlab!41168
-
Craig Norris authored
Docs: use double quotes for URLs in cURL commands See merge request gitlab-org/gitlab!41189
-
Robert Speicher authored
Link Elasticsearch indexing progress to elastic_commit_indexer See merge request gitlab-org/gitlab!40928
-
Nicolò Maria Mezzopera authored
Adjust the Package Registry breadcrumb to match navigation See merge request gitlab-org/gitlab!41264
-
Nicolò Maria Mezzopera authored
- project list - details - group list
-
Sean McGivern authored
Create project-feature in project factory See merge request gitlab-org/gitlab!40193
-
Rémy Coutable authored
Merge branch '202261-migrate-spinner-for-app/assets/javascripts/ajax_loading_spinner.js' into 'master' Migrate '.fa-spinner' to '.spinner' for 'ajax_loading_spinner.js' Closes #202261 See merge request gitlab-org/gitlab!41147
-
Gilang Gumilar authored
-
Rémy Coutable authored
Fix Rails/SaveBang offenses for ee/spec/services/projects/* See merge request gitlab-org/gitlab!41332
-
Rajendra Kadam authored
Fixes Rails/SaveBang cop for spec files
-
Dmytro Zaporozhets (DZ) authored
Flag errors from psql when restoring from backups See merge request gitlab-org/gitlab!40911
-
Stan Hu authored
Flag errors from psql when restoring from backups When a database restore from PostgreSQL finishes, it's easy to miss important errors that cause significant issues down the road. For example, in https://gitlab.com/gitlab-org/gitlab/-/issues/36405, the primary key constraint in `application_settings` was not able to be created due to duplicate keys present. With this change, we now: 1. Track all messages from stderr 2. Filter out messages with `does not exist`. These are present because `pg_dump` is run with the `--clean` argument to issue DROP statements, but `--if-exists` will filter this out automatically (https://gitlab.com/gitlab-org/gitlab/-/merge_requests/40792). 3. If there are any error messages, play them back to the user with a warning that these errors may impact GitLab. 4. Prompt the user to continue.
-
Phil Hughes authored
Fix create & manage label actions in Labels dropdown See merge request gitlab-org/gitlab!40511
-
Rémy Coutable authored
Fix Rails/SaveBang offenses for spec/models/cycle_analytics* See merge request gitlab-org/gitlab!41326
-
Rajendra Kadam authored
Fixes Rails/SaveBang cop for spec files
-
Markus Koller authored
Use parent strategy for associations in factories - Environment Spec See merge request gitlab-org/gitlab!41331
-
Rémy Coutable authored
Fix SaveBang offenses for ee/spec/lib/ee/gitlab/background_migration/* See merge request gitlab-org/gitlab!41357
-
Rajendra Kadam authored
Fixes Rails/SaveBang cop for spec files
-
Heinrich Lee Yu authored
GraphQL mutation for deleting a cluster agent token See merge request gitlab-org/gitlab!40338
-
Rémy Coutable authored
Fix Rails/SaveBang offenses for spec/requests/api/* See merge request gitlab-org/gitlab!41362
-
Rajendra Kadam authored
Fixes Rails/SaveBang cop for spec files
-
Peter Leitzen authored
Add snowplow spec helper See merge request gitlab-org/gitlab!40748
-
Jose Ivan Vargas authored
Replace v-html with v-safe-html in note_signed_out_widget_spec.js See merge request gitlab-org/gitlab!41219
-
Kushal Pandya authored
Merge branch '229219-matej-replace-loadingbutton-with-gitlab-ui-s-glbutton-in-app-assets-javascripts-pipelines' into 'master' Replace loading button in pipelines nav controls Closes #229219 See merge request gitlab-org/gitlab!39300
-
Kushal Pandya authored
Replace v-html with v-safe-html in delete_project_modal.vue See merge request gitlab-org/gitlab!41130
-
Kev authored
-
Stan Hu authored
Validate pypi required_python size Closes #241492 See merge request gitlab-org/gitlab!40803
-
Rémy Coutable authored
Fix Style/RedundantSort cop See merge request gitlab-org/gitlab!41108
-
Rajendra Kadam authored
-
Rémy Coutable authored
Fix Rails/SaveBang offenses for spec/serializers/* See merge request gitlab-org/gitlab!41309
-
Rajendra Kadam authored
-
Rémy Coutable authored
Fix Rails/SaveBang offenses for spec/requests/api/pages/* See merge request gitlab-org/gitlab!41324
-
Rajendra Kadam authored
Fixes Rails/SaveBang cop for spec files
-
Rémy Coutable authored
Fix Rails/SaveBang offenses for spec/services/issues/* See merge request gitlab-org/gitlab!41312
-