- 12 Feb, 2020 20 commits
-
-
Stan Hu authored
We attempted to revert the rename of the `template` to `instance` column in the `services` table in https://gitlab.com/gitlab-org/gitlab/-/merge_requests/24857 and https://gitlab.com/gitlab-org/gitlab/-/merge_requests/24885, but for some installations (e.g. staging), the `template` column had been dropped already because post-deploy migrations had finished. We never actually shipped this change to production, but for these environments we need to re-add the `template` column back into the table or project creation will fail. Note we do not do a data migration (e.g. set the `template` column to true for rows that have a NULL `project_id`) for two reasons: 1. We don't want to insert a template by accident. 2. This rename only finished on development/staging environments. Note that this migration happens in a post-deploy migration to ensure `20200211152410_remove_instance_from_services.rb` gets a chance to undo the migration first.
-
Shinya Maeda authored
Store scheduling type of builds See merge request gitlab-org/gitlab!22245
-
Paul Slaughter authored
Migrate 'Security Dashboard Table Row' specs See merge request gitlab-org/gitlab!24159
-
Dheeraj Joshi authored
Refactor security-dashboard-table-row component specs and migrate it to use jest
-
Robert Speicher authored
Wait for elasticsearch to be green on install See merge request gitlab-org/gitlab!24489
-
Adrien Kohlbecker authored
-
Ash McKenzie authored
Implement support of allow_failure keyword for CI rules See merge request gitlab-org/gitlab!24605
-
Marcel Amirault authored
Docs: update group sharing disabled on .com See merge request gitlab-org/gitlab!24865
-
Marcel Amirault authored
Remove redundant section from .vale.ini Closes #204765 See merge request gitlab-org/gitlab!24923
-
Marcel Amirault authored
Fix double-spaced sentences and Node.js usage Closes #199367 See merge request gitlab-org/gitlab!24927
-
Marcel Amirault authored
Fix rendering of version text See merge request gitlab-org/gitlab!24932
-
Furkan Ayhan authored
With this, we can set allow_failure to jobs depending on conditions.
-
Evan Read authored
-
Russell Dickenson authored
Incrementing instance security dashboard version See merge request gitlab-org/gitlab!24912
-
Russell Dickenson authored
Precise package manager for Go in Dependency Scanning documentation See merge request gitlab-org/gitlab!24876
-
Russell Dickenson authored
Add dependency scanning to go guide See merge request gitlab-org/gitlab!24826
-
Amy Qualls authored
This commit contains two types of fixes. 1) Sentences with two spaces after the period, which is disallowed in GitLab's style guide 2) Usage of 'Node.JS' - not only does this usage trigger the sentence spacing rule, it's actually incorrect according to the trademark. It should be 'Node.js' in sentence case - this usage also passes the sentence spacing test, since it only looks for capital letters immediately following a period.
-
Marcel Amirault authored
Fix CI yaml example for Windows Shared Runners See merge request gitlab-org/gitlab!23469
-
Elliot Rushton authored
-
Amy Qualls authored
The .vale.ini file for linting tests contained a section for instructions on how to lint just *.md files, and another section for linting both *.md and *.txt files. If you included conflicting instructions in those sections, Vale became very confused and did not apply tests in the manner you might expect. This commit removes the redundant section so test results will be predictable and less error-prone.
-
- 11 Feb, 2020 20 commits
-
-
Clement Ho authored
Revert "Merge branch '194235-move-environments_app_spec' into 'master'" Closes #204984 See merge request gitlab-org/gitlab!24909
-
Mayra Cabrera authored
Add context to the PipelineScheduleWorker See merge request gitlab-org/gitlab!24697
-
Mayra Cabrera authored
Make elasticsearch bulk parameters configurable See merge request gitlab-org/gitlab!24688
-
ngaskill authored
-
Marcia Ramos authored
Update docs to include project MR protected branch rule See merge request gitlab-org/gitlab!24017
-
Marcia Ramos authored
Add documentation for stacked column charts See merge request gitlab-org/gitlab!24020
-
Kyle Wiebers authored
This reverts merge request !24318
-
Mayra Cabrera authored
Add trial field to namespaces API See merge request gitlab-org/gitlab!24666
-
Dylan Griffith authored
Simplify elasticsearch maintenance callbacks See merge request gitlab-org/gitlab!24895
-
Dylan Griffith authored
Fix typo 'wether' -> 'whether' See merge request gitlab-org/gitlab!24841
-
Mayra Cabrera authored
Remove column instance on services table See merge request gitlab-org/gitlab!24885
-
Andy Soiron authored
-
Jose Vargas authored
-
Marcia Ramos authored
Fix double spaced sentences in two docs dirs See merge request gitlab-org/gitlab!24763
-
Imre Farkas authored
Add context to some deletion workers See merge request gitlab-org/gitlab!24703
-
Bob Van Landuyt authored
Jobs that could be scheduled from this worker: - WebHookWorker - GitlabShellWorker - DeleteStoredFilesWorker - DeleteStoredFilesWorker - GroupDestroyWorker - ProjectCacheWorker - PagesWorker - MailScheduler::NotificationServiceWorker - ObjectPool::DestroyWorker
-
Nick Thomas authored
-
Mayra Cabrera authored
Revert "Rename services template to instance migration" See merge request gitlab-org/gitlab!24857
-
Andy Soiron authored
This reverts commit 007587cc except migrations
-
Phil Hughes authored
Merge branch '202533-dashboard-specs-should-remove-done-in-favor-of-returning-promises' into 'master' Remove `done()` from dashboard specs and return promises Closes #202726 and #202533 See merge request gitlab-org/gitlab!24730
-