- 12 Jul, 2021 40 commits
-
-
Olena Horal-Koretska authored
Make collapsible sections infinitely nested See merge request gitlab-org/gitlab!65496
-
Jose Ivan Vargas authored
Use ProjectAvatar in `frequent_items_list_item.vue` See merge request gitlab-org/gitlab!65857
-
Olena Horal-Koretska authored
Update requirement import modal to show focus ring See merge request gitlab-org/gitlab!65447
-
Douglas Barbosa Alexandre authored
Configure gitaly-backup for maximum concurrency per storage See merge request gitlab-org/gitlab!65614
-
Douglas Barbosa Alexandre authored
Log repository full_path in repository check error log See merge request gitlab-org/gitlab!65706
-
Diana Stanley authored
-
Jacques Erasmus authored
Update admin runners spec See merge request gitlab-org/gitlab!65738
-
James Fargher authored
GITLAB_BACKUP_MAX_STORAGE_CONCURRENCY was already in place to limit total concurrency per storage. We're now passing this through to gitaly-backup.
-
Achilleas Pipinellis authored
Add troubleshooting section to batched migrations docs See merge request gitlab-org/gitlab!65513
-
release-tools approver bot authored
Update Gitaly version See merge request gitlab-org/gitlab!65979
-
Jose Vargas authored
-
Jose Vargas authored
This also adds some more tests for the log specs to ensure the new linesParser function works as intended
-
Jose Vargas authored
This makes the collapsible job sections of the job logs infinitely nested, addressing some existing bug and introducing the new functionality using a new line parser function
-
Denys Mishunov authored
Use ProjectAvatar in `create_issue_form.vue` See merge request gitlab-org/gitlab!65842
-
Alex Kalderimis authored
Use YAML default state in GraphQL feature flags See merge request gitlab-org/gitlab!65952
-
GitLab Release Tools Bot authored
-
Gabriel Mazetto authored
Porting Admin Email Notification from EE to core See merge request gitlab-org/gitlab!64931
-
Kati Paizee authored
Remove /api/v4 prefix See merge request gitlab-org/gitlab!65727
-
Max Woolf authored
Remove the codequality_mr_diff feature flag [RUN ALL RSPEC] [RUN AS-IF-FOSS] See merge request gitlab-org/gitlab!63461
-
Kati Paizee authored
Improve Jira docs See merge request gitlab-org/gitlab!65384
-
Fabio Pitino authored
Require encryption for CI job tokens See merge request gitlab-org/gitlab!65166
-
Ben Bodenmiller authored
Fix product tier references
-
Heinrich Lee Yu authored
Undo CTE fix for PG11 [RUN ALL RSPEC] [RUN AS-IF-FOSS] See merge request gitlab-org/gitlab!58499
-
Max Woolf authored
-
Marius Bobin authored
Require encryption on builds tokens Changelog: changed
-
Adam Hegyi authored
Remove transaction when migrating diff commits See merge request gitlab-org/gitlab!65746
-
Adam Hegyi authored
Reset job_token_scope_enabled setting to false See merge request gitlab-org/gitlab!65725
-
Fabio Pitino authored
-
Kushal Pandya authored
Fixes expansion bug with diffs virtual scroller See merge request gitlab-org/gitlab!65884
-
Illya Klymov authored
Pipeline Graph: Fix query length bug See merge request gitlab-org/gitlab!65564
-
Sarah Groff Hennigh-Palermo authored
Update dependency @gitlab/ui to v31.2.0 See merge request gitlab-org/gitlab!65785
-
Phil Hughes authored
Increase page size exponentially See merge request gitlab-org/gitlab!65654
-
Adam Hegyi authored
Improve Error Tracking models See merge request gitlab-org/gitlab!65753
-
Sarah Groff Hennigh-Palermo authored
Update CommitSha in pipeline editor when switching branches See merge request gitlab-org/gitlab!64576
-
Mireya Andres authored
-
Yorick Peterse authored
The background migration MigrateMergeRequestDiffCommitUsers was wrapping its updates in a transaction. This was a left-over from an early draft of the merge request. As the bulk updates can take some time to complete, this can lead to long transaction timings. On production this ultimately lead to the incident described in issue https://gitlab.com/gitlab-com/gl-infra/production/-/issues/5119, though fortunately this didn't seem to negatively affect users. This commit removes the transaction, and adds a migration to reschedule all the background jobs (which have been removed from the queue). Rescheduling all jobs is the simplest solution to ensuring all data is migrated. Rows that have already been migrated will be updated again, but that's not a problem. Any existing data in merge_request_diff_commit_users will just be reused. See the following for more details: - https://gitlab.com/gitlab-org/gitlab/-/merge_requests/63669#note_621297454 - https://gitlab.com/gitlab-com/gl-infra/production/-/issues/5119 - https://gitlab.com/gitlab-org/gitlab/-/issues/331823 Changelog: fixed
-
Etienne Baqué authored
Update tests to simplify default branch migration See merge request gitlab-org/gitlab!65556
-
Phil Hughes authored
Add service for uploading files in the Content Editor See merge request gitlab-org/gitlab!65684
-
Sarah Groff Hennigh-Palermo authored
Updates description for `name` argument in CiTemplate Resolver See merge request gitlab-org/gitlab!65850
-
Phil Hughes authored
Update issues refactor markup for feature specs See merge request gitlab-org/gitlab!65861
-