- 01 Jun, 2021 23 commits
-
-
Michał Zając authored
We have around 90k records for this table where deployment_type is unknown. Our logic for JIRA integration started to diverge depending on whether the user is trying to integrate with JIRA Cloud or JIRA Server. This migration will try determining what is the deployment type for every entry in jira_tracker_data table based on the URL. The logic is simple – if URL ends in `atlassian.net` then most likely we're dealing with JIRA Cloud, otherwise it's JIRA Server. Changelog: other
-
Marcel Amirault authored
Update docs warning about using % of time FF rollouts See merge request gitlab-org/gitlab!62337
-
Cheryl Li authored
-
Shinya Maeda authored
No Longer Send Legacy Feature Flags [RUN ALL RSPEC] [RUN AS-IF-FOSS] See merge request gitlab-org/gitlab!62484
-
Natalia Tepluhina authored
Remove "Switch To" tooltip from top nav See merge request gitlab-org/gitlab!62862
-
Vitali Tatarintev authored
Update StoreReportService to better handle RecordNotUnique errors when using signatures See merge request gitlab-org/gitlab!61269
-
Stan Hu authored
Do not remove export when uploading via URL See merge request gitlab-org/gitlab!62763
-
Simon Knox authored
Fixed intersection observer behavior on boards list See merge request gitlab-org/gitlab!62690
-
Natalia Tepluhina authored
-
Martin Wortschack authored
Rework Devops Adoption API See merge request gitlab-org/gitlab!62464
-
Pavel Shutsin authored
-
Evan Read authored
Added PHPUnit example for generating junit output See merge request gitlab-org/gitlab!58753
-
Meindert-Jan Kroese authored
-
Heinrich Lee Yu authored
Update the switch of Performance Bar See merge request gitlab-org/gitlab!62675
-
Baodong Cao authored
Refactors the method to make the intent clearer Changelog: changed MR: https://gitlab.com/gitlab-org/gitlab/-/merge_requests/62675
-
Russell Dickenson authored
Update notes regarding double pipelines See merge request gitlab-org/gitlab!62858
-
Marcel Amirault authored
-
Heinrich Lee Yu authored
Quarantine more sidebar spec that are very flaky See merge request gitlab-org/gitlab!62828
-
Heinrich Lee Yu authored
Move chat integrations to the `Integrations::` namespace [RUN ALL RSPEC] [RUN AS-IF-FOSS] See merge request gitlab-org/gitlab!61957
-
Vitaly Slobodin authored
Combine variables documentation See merge request gitlab-org/gitlab!62798
-
Marcel Amirault authored
-
-
Marcel Amirault authored
Fix wrong API lint response in the docs See merge request gitlab-org/gitlab!62844
-
- 31 May, 2021 17 commits
-
-
Thong Kuah authored
Bump Puma to 5.3.2 See merge request gitlab-org/gitlab!62607
-
Luke Duncalfe authored
Set iteration state based on updated dates See merge request gitlab-org/gitlab!62558
-
Luke Duncalfe authored
Moving the file from `lib/mattermost/error.rb` to `lib/mattermost.rb` aids Rails in autoloading the module and classes within it. This was necessary after the `MattermostService` model was renamed to `Integrations::Mattermost` and therefore the file to be named `integrations/mattermost.rb` which Rails was attempting to autoload. https://gitlab.com/gitlab-org/gitlab/-/merge_requests/61957#note_588568064
-
Luke Duncalfe authored
After the model `HangoutsChatService` was renamed `Integrations::HangoutsChat`, and therefore the file renamed as `hangsouts_chat.rb`, `config/initializers/hangouts_chat_http_override.rb` began to define new classes, rather than to monkeypatch the gem classes. Requiring the gem this way allows us to continue to monkeypatch the gem. https://gitlab.com/gitlab-org/gitlab/-/merge_requests/61957#note_586260689 https://gitlab.com/gitlab-org/gitlab/-/merge_requests/61957 https://gitlab.com/gitlab-org/gitlab/-/issues/201855
-
-
Luke Duncalfe authored
Add rollout issue to webauthn feature flag See merge request gitlab-org/gitlab!62833
-
Paul Slaughter authored
Whats new content links open in a new tab See merge request gitlab-org/gitlab!61954
-
Paul Slaughter authored
Add group avatars to invite modal dropdown See merge request gitlab-org/gitlab!62263
-
-
Douglas Barbosa Alexandre authored
Implement GraphQL Mutation to modify runner details See merge request gitlab-org/gitlab!61813
-
Andrew Fontaine authored
Remove code coverage tracking feature flag [RUN ALL RSPEC] [RUN AS-IF-FOSS] See merge request gitlab-org/gitlab!62595
-
Maxime Orefice authored
This commit removes our feauture flag for tracking users clicking on group code coverage project links. Changelog: removed
-
Douglas Barbosa Alexandre authored
Fix and unpend specs currently failing with :combined_menu flag on (take 2) See merge request gitlab-org/gitlab!62715
-
release-tools approver bot authored
Update Gitaly version See merge request gitlab-org/gitlab!62843
-
David O'Regan authored
Fix wrong prop type for time tracking component on classic issue boards See merge request gitlab-org/gitlab!62804
-
Andrew Fontaine authored
Add escalation policy BE integration See merge request gitlab-org/gitlab!61815
-