- 24 Aug, 2021 40 commits
-
-
Andy Soiron authored
Cop to disallow methods that use subtransactions See merge request gitlab-org/gitlab!68594
-
Dmitry Gruzd authored
Remove if blank conditions from email unsetters See merge request gitlab-org/gitlab!68683
-
Jan Provaznik authored
Fix typos in Service Desk configuration options See merge request gitlab-org/gitlab!68793
-
Heinrich Lee Yu authored
Update feature categories See merge request gitlab-org/gitlab!68852
-
Andy Soiron authored
Drop checks whether a squash is in progress See merge request gitlab-org/gitlab!68647
-
Vasilii Iakliushin authored
Migrate project topics from `acts_as_taggable` gem to separate table See merge request gitlab-org/gitlab!67574
-
Jonas Wälter authored
-
Andrew Fontaine authored
Remove unused endpoint property [RUN ALL RSPEC] See merge request gitlab-org/gitlab!68749
-
Matthias Käppler authored
Updates ExpireJobCacheWorker to use replica as long as possible See merge request gitlab-org/gitlab!68791
-
Bob Van Landuyt authored
Most categories weren't used in the codebase except for code_analytics. In https://gitlab.com/gitlab-com/www-gitlab-com/-/merge_requests/84649 code_analytics was merged into value_stream_management.
-
Marcin Sedlak-Jakubowski authored
Move stage warning for needs reference See merge request gitlab-org/gitlab!68844
-
lauraMon authored
-
Marcel Amirault authored
-
Dmitry Gruzd authored
Geo: Replicate wiki and design HEAD ref if needed See merge request gitlab-org/gitlab!68324
-
Adam Hegyi authored
Revert "Merge branch 'mc-remove-column-from-project-settings' into 'master'" See merge request gitlab-org/gitlab!68832
-
Phil Hughes authored
Fix Popover Trial Status Text for New Trials See merge request gitlab-org/gitlab!68680
-
Jason Goodman authored
-
Albert Salim authored
This reverts merge request !68798
-
Achilleas Pipinellis authored
Add jq snippet to sort activity by time across multiple logs See merge request gitlab-org/gitlab!68655
-
Greg Myers authored
-
Mark Chao authored
Introduce CursorPager See merge request gitlab-org/gitlab!68462
-
Max Woolf authored
Fix bug validating EE project features See merge request gitlab-org/gitlab!68523
-
Natalia Tepluhina authored
Use GraphQL to delete a note See merge request gitlab-org/gitlab!68757
-
Natalia Tepluhina authored
Fixes suggestions with new line characters not working See merge request gitlab-org/gitlab!68750
-
Adam Hegyi authored
Remove column from project_settings See merge request gitlab-org/gitlab!68798
-
Jan Provaznik authored
Removes ci_same_stage_job_needs ff See merge request gitlab-org/gitlab!68041
-
Manoj M J authored
Introduce CursorPager service
-
Stan Hu authored
Allow 'source' as an index parameter for pipelines if feature flag is enabled See merge request gitlab-org/gitlab!68822
-
Adam Hegyi authored
Ignore Ci::Build 2PC offenses with Deployment See merge request gitlab-org/gitlab!68533
-
Francisco Javier López authored
The current class `ProjectFeature` validates that none of the project features have a value greater than `Featurable::ENABLED`, except for the `pages` feature. Nevertheless, we have an EE extension where we add more features to the `ProjectFeature` class. The current validator use only the constant `ProjectFeature::FEATURES` for the validation. This means that the `ProjectFeature::EE_FEATURES` are not included in the validation and we could set the `Featurable::PUBLIC` value. In this commit we fix that by including all features set in the `ProjectFeature` including both FOSS and EE ones. Changelog: fixed
-
Balasankar "Balu" C authored
This was missed during a conflict-resolve for https://gitlab.com/gitlab-org/gitlab/-/merge_requests/67964. Without this, pipeines can not be filtered by source from the UI. Signed-off-by: Balasankar "Balu" C <balasankar@gitlab.com>
-
Adam Hegyi authored
This change adds checks for 2PC offenses in the Ci:Build state machine transitions.
-
Russell Dickenson authored
Fix search depth in DS user documentation See merge request gitlab-org/gitlab!68626
-
Fabien Catteau authored
-
Ezekiel Kigbo authored
Enable assumeImmutableResults in DAST Site Profiles See merge request gitlab-org/gitlab!68732
-
David Kim authored
Improve epics resolver specs See merge request gitlab-org/gitlab!68670
-
David Kim authored
Removes participants and subscriptions from sidebar entity See merge request gitlab-org/gitlab!68032
-
David Kim authored
Remove feature flag milestone_reference_pattern See merge request gitlab-org/gitlab!68358
-
David Kim authored
Attempt to reduce flakiness ci/tags_spec array checks See merge request gitlab-org/gitlab!68712
-
Dheeraj Joshi authored
Set assumeImmutableResults to true in the Apollo provider for DAST Site Profiles Refer https://gitlab.com/groups/gitlab-org/-/epics/6025
-