- 23 Feb, 2021 40 commits
-
-
Rémy Coutable authored
Fix pipeline notifications for Webex Teams / Unify Circuit integrations See merge request gitlab-org/gitlab!54852
-
Rémy Coutable authored
Move snippet repository storage classes to namespace See merge request gitlab-org/gitlab!54798
-
🤖 GitLab Bot 🤖 authored
Update Gitaly version See merge request gitlab-org/gitlab!54903
-
Vitali Tatarintev authored
Docs: Raise exclude limit when generating .rubocop_todo.yml See merge request gitlab-org/gitlab!54355
-
Vitali Tatarintev authored
Resolve "Time-dependent test failure in spec/services/namespaces/in_product_marketing_emails_service_spec.rb" See merge request gitlab-org/gitlab!54679
-
James Lopez authored
Add combined GraphQL update rake task See merge request gitlab-org/gitlab!53909
-
Jonathan Schafer authored
-
Mikołaj Wawrzyniak authored
Fix RuboCop offenses See merge request gitlab-org/gitlab!54851
-
Rémy Coutable authored
Add wait after resolving all threads in issue and shared example See merge request gitlab-org/gitlab!54257
-
GitLab Release Tools Bot authored
-
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.
-
Peter Leitzen authored
We have at two cops to exceed the current amount of 10000 offenses: * RSpec/ContextWording * RSpec/MultipleMemoizedHelpers
-
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
-
Markus Koller authored
The Webex Teams and Unify Circuit integrations didn't work correctly for pipeline notifications, because they were using the method `ChatMessage::PipelineMessage#pretext` which is overriden to always return an empty string. We can fix this by calling `#summary` instead, which is also what `ChatMessage::BaseMessage#pretext` does by default. No other message types override `#pretext` or `#summary`, so this change should be backwards-compatible.
-
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.
-
Arturo Herrero authored
While working on https://gitlab.com/gitlab-org/gitlab/-/merge_requests/54821, REVEAL_RUBOCOP_TODO=1 reveal other existing RuboCop exceptions. https://docs.gitlab.com/ee/development/contributing/style_guides.html#reveal-existing-rubocop-exceptions
-
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
-