- 25 Aug, 2021 1 commit
-
-
Allen Cook authored
-
- 24 Aug, 2021 39 commits
-
-
Lin Jen-Shin authored
Split partial of country or region select See merge request gitlab-org/gitlab!68733
-
Zhu Shung authored
-
Stan Hu authored
Include subtransactions created by ActiveRecord::Base in counters See merge request gitlab-org/gitlab!68764
-
Doug Stull authored
Fix Live Markdown Preview in personal and subgroup projects See merge request gitlab-org/gitlab!68803
-
Simon Knox authored
Remove the duplicated `other_storage_counter` app See merge request gitlab-org/gitlab!68736
-
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
-
Grzegorz Bizon authored
Changelog: performance
-
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
-
Ammar Alakkad authored
other_storage_counter was introduced under a feature flag that hasn't been rolled out, the intended feature has been stopped thus the introduced code won't be used anymore. This MR removes unused code along its feature flag Changelog: other
-
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.
-