- 12 Jul, 2021 40 commits
-
-
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
-
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
-
Olena Horal-Koretska authored
Add user to top of filtered search in epics See merge request gitlab-org/gitlab!65608
-
Scott Stern authored
-
mfluharty authored
Remove YAML definition Remove helper from features Remove references to helper from merge_request and pipeline Remove feature flag test cases from specs Remove instructions to disable the flag from the docs Changelog: other EE: true
-
Coung Ngo authored
https://gitlab.com/gitlab-org/gitlab/-/issues/335516 Changelog: fixed EE: true
-
Dmitriy Zaporozhets authored
A follow-up on c2a8cbe7f4c2bfce3720c0597ae076b2a4142bbd. This commit will update event payload json schema to better match the data it will store. Additionally it adds counter cache for error event model. Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> Changelog: changed Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
Adam Hegyi authored
This change reverts all CTE fixes with DISTINCT. This can be merged after the PG12 upgrade. The following feature flags are being removed: - use_distinct_for_all_object_hierarchy - use_distinct_in_object_hierarchy - use_distinct_in_register_job_object_hierarchy These flags were never enabled by default. Changelog: removed
-
Rémy Coutable authored
Add gitaly gem bump danger check See merge request gitlab-org/gitlab!65325
-
Russell Dickenson authored
Review and update security and compliance permissions See merge request gitlab-org/gitlab!65328
-
Kate Grechishkina authored
-
Pedro Pombeiro authored
-