- 23 Feb, 2021 40 commits
-
-
Mikołaj Wawrzyniak authored
Geo Status - Rename Attachments to Uploads See merge request gitlab-org/gitlab!54720
-
Dylan Griffith authored
Merge branch '300351-remove-joins-from-the-elasticsearch-query-for-project-group-scoped-notes-comments-search-3' into 'master' Add permission for indexed notes & update when they change (2nd attempt) See merge request gitlab-org/gitlab!54482
-
Terri Chu authored
Adds permission data to json used for notes documents. Permission data changes will kick off reindexing of associated notes. Permissions tracked are project visibility and access level for the note types stored in Elasticsearch (Issue, MergeRequest, Snippet, and Commit).
-
Sanad Liaquat authored
Move enabling of invite members group modal feature flag See merge request gitlab-org/gitlab!54790
-
Sanad Liaquat authored
-
Bob Van Landuyt authored
Remove security_on_demand_scans_site_validation FF [RUN ALL RSPEC] [RUN AS-IF-FOSS] See merge request gitlab-org/gitlab!50635
-
Paul Gascou-Vaillancourt authored
Removes the security_on_demand_scans_site_validation feature flag and all associated logic.
-
Ramya Authappan authored
Add requires_admin meta to tests that set feature flag See merge request gitlab-org/gitlab!54883
-
Stan Hu authored
Smart redirect to onboarding project after import See merge request gitlab-org/gitlab!53246
-
Alper Akgun authored
Allowing project import some time
-
Adam Hegyi authored
Correct the order of columns in Structure.sql See merge request gitlab-org/gitlab!54901
-
Stan Hu authored
Remove FF ci_rules_variables [RUN ALL RSPEC] [RUN AS-IF-FOSS] See merge request gitlab-org/gitlab!54716
-
Nicolò Maria Mezzopera authored
Clear Environment Search in CI/CD Variables See merge request gitlab-org/gitlab!54626
-
David Fernandez authored
Fix UTF-8 characters not working with Azure Blob storage See merge request gitlab-org/gitlab!54875
-
Albert Salim authored
ci: Repack the Git repo after shallow clone in the 'cache-repo' job See merge request gitlab-org/gitlab!53378
-
Martin Wortschack authored
Merge branch '254280-replace-bootstrap-modal-trigger-in-app-assets-javascripts-blob-blob_file_dropzone-js' into 'master' Replace bootstrap modal trigger in blob_file_dropzone.js part 1 See merge request gitlab-org/gitlab!53623
-
Brandon Labuschagne authored
This is being done for the blob dropdown zone functionality within the project breadcrumbs
-
charlie ablett authored
Update a GraphQL definition of WIP to 'Draft' See merge request gitlab-org/gitlab!54833
-
Martin Wortschack authored
Align API Fuzzing frontend with backend See merge request gitlab-org/gitlab!54859
-
Alex Buijs authored
-
Dmytro Zaporozhets (DZ) authored
Update code style for code_owners_spec.rb See merge request gitlab-org/gitlab!49109
-
David Fernandez authored
Resolve "Follow-up from "Bugfix: add route to coverage_fuzzing_reports"" See merge request gitlab-org/gitlab!54455
-
Dmytro Zaporozhets (DZ) authored
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
Denys Mishunov authored
Review Editor Lite page for tone and style See merge request gitlab-org/gitlab!54723
-
Amy Qualls authored
Hard-wrapping lines first, and placing in a separate commit, to help minimize merge conflicts in case edits to this page take a long time to be merged.
-
Lin Jen-Shin authored
Move RSpecFlaky from lib/ to tooling/ See merge request gitlab-org/gitlab!53283
-
Stan Hu authored
This pulls in the changes in https://gitlab.com/gitlab-org/gitlab-fog-azure-rm/-/merge_requests/21 to force Azure to encode generated URLs. Closes https://gitlab.com/gitlab-org/gitlab/-/issues/296736
-
Brandon Labuschagne authored
Use config for projects and groups usage trends See merge request gitlab-org/gitlab!54777
-
Ezekiel Kigbo authored
Refactor the projects and groups usage trends chart to use the shared config for usage trends Removes the existing component
-
Dmytro Zaporozhets (DZ) authored
Adds Composer cache task See merge request gitlab-org/gitlab!53772
-
Alper Akgun authored
Removes the cache and adds it to the gem (v0.4.12) [RUN ALL RSPEC] [RUN AS-IF-FOSS] See merge request gitlab-org/gitlab!53672
-
Etienne Baqué authored
Add divergedFromTargetBranch to MergeRequestType See merge request gitlab-org/gitlab!53759
-
Rémy Coutable authored
Signed-off-by: Rémy Coutable <remy@rymai.me>
-
Ezekiel Kigbo authored
Create Epic Board [RUN AS-IF-FOSS] See merge request gitlab-org/gitlab!54642
-
Jacques Erasmus authored
Migrate Bootstrap dropdown to GitLab UI GlDropdown in comment_form.vue See merge request gitlab-org/gitlab!50933
-
Eulyeon Ko authored
- Replace Boostrap dropdown with GlDropdown for comment submit button. - Remove note_dropdown qa selector - Update the shared example Thread Comments The shared examples under "Thread Comments" have split into two: "Thread Comments for commit and snippet" and "Thread Comments for issue, epic and merge request" Why? After we've replaced Bootstrap dropdown button with GitLab UI counterpart in comment_form.vue, issue, epic and merge request uses GitLab UI GlDropdown that has slightly different selectors. Previously quarantined examples have been restored in this commit: https://gitlab.com/gitlab-org/gitlab/-/issues/196825
-
charlie ablett authored
Load epic issue metadata info in batches See merge request gitlab-org/gitlab!54677
-
Jan Provaznik authored
If number of epic ids we pass to BulkEpicAggregateLoader reaches a limit (~200), then postgres uses a different plan for the query which is much slower. To avoid this situation, we get this metadata in two phases: 1. get epic ids for epics and its descendants (we use pluck because this query is recursive and find_each wouldn't help here) 2. we iterate in batches and get metadata for each of batch
-
Dmytro Zaporozhets (DZ) authored
Add descriptions to TodoStateEnum See merge request gitlab-org/gitlab!54178
-
Albert Salim authored
Remove Event dictionary link from Danger See merge request gitlab-org/gitlab!54795
-