- 12 Jul, 2021 40 commits
-
-
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
-
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
-
release-tools approver bot authored
Update Gitaly version See merge request gitlab-org/gitlab!65953
-
Brandon Labuschagne authored
Replace sucess btn to confirm btn in the preference page See merge request gitlab-org/gitlab!65836
-
Sean McGivern authored
Adjustments to compare caching See merge request gitlab-org/gitlab!65839
-
Tetiana Chupryna authored
Fix broken UI link for manual jobs See merge request gitlab-org/gitlab!65682
-
Dmitriy Zaporozhets (DZ) authored
Set up trial reassurances experiment & add simple version of sidebar [RUN ALL RSPEC] [RUN AS-IF-FOSS] See merge request gitlab-org/gitlab!61639
-
Enrique Alcantara authored
The upload file service sends a post request to the URL defined in the uploadsPath parameter and parses the HTML response to extract the src and canonicalSrc of the uploaded attachment
-
Phil Hughes authored
Refactor getParameterByName See merge request gitlab-org/gitlab!65441
-
GitLab Release Tools Bot authored
-
Dmitriy Zaporozhets (DZ) authored
Advanced Search: Fix inaccessible ES server error See merge request gitlab-org/gitlab!65731
-