- 03 Sep, 2020 40 commits
-
-
Andrew Fontaine authored
Move Operations Feature Flag Models to Core RUN AS-IF-FOSS See merge request gitlab-org/gitlab!41022
-
Jason Goodman authored
Part of moving feature flags to core Move model specs to core
-
Douglas Barbosa Alexandre authored
Fix formatting of restore from backup text See merge request gitlab-org/gitlab!41405
-
Achilleas Pipinellis authored
Geo: Fix documentation typo See merge request gitlab-org/gitlab!41365
-
Marcia Ramos authored
Docs: fix inconsistent table description See merge request gitlab-org/gitlab!41163
-
Achilleas Pipinellis authored
Docs: add missing detail to artifacts docs See merge request gitlab-org/gitlab!41239
-
Jonston Chan authored
-
Sarah Groff Hennigh-Palermo authored
Resolve "Bug with visibility levels in snippets when VUE is enabled" See merge request gitlab-org/gitlab!41014
-
Denys Mishunov authored
Make sure the visibility options on the snippet edit form follow the restrictions set in "Restricted visibility levels" setting
-
Achilleas Pipinellis authored
Docs: fix artifacts size limit description See merge request gitlab-org/gitlab!41238
-
Sean McGivern authored
Refactor pipeline artifacts logic See merge request gitlab-org/gitlab!40983
-
Robert Speicher authored
Use finding_description in CSV vulnerability export See merge request gitlab-org/gitlab!40944
-
Alan (Maciej) Paruszewski authored
-
Stan Hu authored
Use parent strategy for associations in factories - Remote Mirror spec See merge request gitlab-org/gitlab!41354
-
Olena Horal-Koretska authored
Replace 'ws-pre-wrap' class Closes #241779 See merge request gitlab-org/gitlab!40998
-
Stan Hu authored
In https://gitlab.com/gitlab-org/gitlab/-/merge_requests/40911, we added a confirmation step if psql encountered any errors. However, the threads used to read stdout/stderr were not joined, so it was likely that the stdout spew from psql would continue to spew before the process was actually complete. As done in Popen3#capture3, this change waits for those stdout/stderr threads to finish before proceeding.
-
Marcel Amirault authored
Docs: fix incorrect syntax in docs See merge request gitlab-org/gitlab!41171
-
Jonston Chan authored
-
Rémy Coutable authored
Danger: Automatically add specialization labels based on changes See merge request gitlab-org/gitlab!40641
-
Rémy Coutable authored
I realized since we already detect the category of changes, we can easily apply the relevant "specialization" labels based on that. Signed-off-by: Rémy Coutable <remy@rymai.me>
-
Jose Ivan Vargas authored
Small improvements to milestone combobox Closes #243724 See merge request gitlab-org/gitlab!40025
-
Nathan Friend authored
This commit makes a few small improvements to the milestone combobox component. Most notably, the search box is focused when the dropdown is opened.
-
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
-