- 24 Aug, 2021 33 commits
-
-
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
-
Phil Hughes authored
These 2 values get retrieved through GraphQL so we don't need them.
-
Marcel Amirault authored
Fix and improve compliance pipeline example See merge request gitlab-org/gitlab!62775
-
Greg Myers authored
-
Heinrich Lee Yu authored
Package build infos: remove safe_find_or_create_by! calls See merge request gitlab-org/gitlab!68649
-
Heinrich Lee Yu authored
Add sentry_dsn to error tracking API See merge request gitlab-org/gitlab!68767
-
Mike Greiling authored
Split "comment type" dropdown into a new component See merge request gitlab-org/gitlab!68505
-
Mike Greiling authored
-
Tiger Watson authored
Remove cloud_license_enabled database column See merge request gitlab-org/gitlab!65541
-
Evan Read authored
Add crosslinks to several permissions See merge request gitlab-org/gitlab!68342
-
Marcel Amirault authored
Split docs review apps in its own page See merge request gitlab-org/gitlab!68347
-
Achilleas Pipinellis authored
-
Luke Duncalfe authored
Allow to reference board in ancestor group when creating epic See merge request gitlab-org/gitlab!68039
-
Mark Lapierre authored
Promotes pipelines_for_merged_results_and_merge_trains_spec to reliable See merge request gitlab-org/gitlab!68396
-
- 23 Aug, 2021 7 commits
-
-
Russell Dickenson authored
Added info about where to find all subscriptions See merge request gitlab-org/gitlab!68799
-
Evan Read authored
Clarify feature flag timeline on code quality diff See merge request gitlab-org/gitlab!66006
-
Miranda Fluharty authored
-
Tiger Watson authored
Reduce thresholds for subtransactions logging See merge request gitlab-org/gitlab!68766
-
Evan Read authored
Remove remaining references to "approve" from External Status Checks API documentation See merge request gitlab-org/gitlab!68491
-
Simon Knox authored
Add support for non-cilium network policies See merge request gitlab-org/gitlab!68497
-
Alexander Turinske authored
- I originally removed this feature because the feature was listed as deprecated - now they want it back - update tests - update mocks to be more organized
-