- 12 Feb, 2021 14 commits
-
-
Tan Le authored
Push rules can be treated as a type of settings, such as application_settings, project_settings, etc. There must be only one for a given project. Therefore, it would be better to just expose the update interface and let the creation handled behind the scene. This commit extracts project push rule create and update logic to a dedicated service class. This change allows to centralize auditing and logging of actions from Project Push Rule controller and API. The POST and PUT API can handle both create and update without raising `unprocessable_entity` and `not_found` error respectively. Since the user can only manage push rule via project id and they can only ever create one, this change reduces coordinating POST request before PUT request.
-
Dylan Griffith authored
Enable optimized merged at count FF by default See merge request gitlab-org/gitlab!53704
-
Heinrich Lee Yu authored
Remove unnecessary Rubocop disable See merge request gitlab-org/gitlab!54001
-
Marcel Amirault authored
Add video of CI minutes overview See merge request gitlab-org/gitlab!53839
-
Fabio Pitino authored
-
Luke Duncalfe authored
Expose default value stream configuration See merge request gitlab-org/gitlab!53688
-
Ezekiel Kigbo authored
Provides the default values stream stage configs from the backend via data attributes
-
David Kim authored
Resolve "Remove re-use of IterationsResolver" See merge request gitlab-org/gitlab!53171
-
Ezekiel Kigbo authored
Fix jest time reporting by resetting environment See merge request gitlab-org/gitlab!54033
-
Simon Knox authored
Update pipeline route in spec See merge request gitlab-org/gitlab!53865
-
Dylan Griffith authored
Cleanup policies: put the unfinished cleanup state in case of an error See merge request gitlab-org/gitlab!53853
-
Amy Qualls authored
Update docs with new UI for GitLab Jira connect app See merge request gitlab-org/gitlab!53206
-
Justin Ho Tuan Duong authored
Update docs with same copy change we have inside the app
-
Mike Greiling authored
Update Webpack core packages See merge request gitlab-org/gitlab!53892
-
- 11 Feb, 2021 26 commits
-
-
Brett Walker authored
-
Paul Slaughter authored
-
Russell Dickenson authored
Add Clair deprecation note See merge request gitlab-org/gitlab!54032
-
Amy Qualls authored
Add deprecation notice to service templates See merge request gitlab-org/gitlab!53334
-
Evan Read authored
-
ngaskill authored
-
Amy Qualls authored
Remove Starter references from version sections See merge request gitlab-org/gitlab!53989
-
Jose Ivan Vargas authored
Fix top space on tree table See merge request gitlab-org/gitlab!54025
-
Amy Qualls authored
Update commits.md to add introduction See merge request gitlab-org/gitlab!51017
-
Jim Cser authored
-
James Fargher authored
Add helper for clearing blank model attributes before validation See merge request gitlab-org/gitlab!53681
-
Russell Dickenson authored
Update User Cap docs to remove the feature flag See merge request gitlab-org/gitlab!53793
-
Andrew Fontaine authored
Apply GitLab UI button styles to buttons in group settings See merge request gitlab-org/gitlab!51781
-
🤖 GitLab Bot 🤖 authored
Update Gitaly version See merge request gitlab-org/gitlab!54016
-
-
Nick Gaskill authored
Deprecate domain_config_source for GitLab Pages See merge request gitlab-org/gitlab!53689
-
Jaime Martinez authored
-
Andrew Fontaine authored
Remove obsolete DOMContentLoadedEventListener See merge request gitlab-org/gitlab!53869
-
Andrew Fontaine authored
Reduce the complexity of computed props in pipelines_table_row See merge request gitlab-org/gitlab!53904
-
Russell Dickenson authored
Update group name in metadata See merge request gitlab-org/gitlab!53998
-
Craig Norris authored
Change Provision to License in metadata.
-
Jose Ivan Vargas authored
Apply new GitLab UI for buttons in pipeline page See merge request gitlab-org/gitlab!53364
-
Kamil Trzciński authored
Move CI pipeline enum under CE See merge request gitlab-org/gitlab!53938
-
Mayra Cabrera authored
Add semgrep sast analyzer docs and template See merge request gitlab-org/gitlab!53815
-
Douglas Barbosa Alexandre authored
Fix unknown constant in compliance dashboard seed See merge request gitlab-org/gitlab!54012
-
Douglas Barbosa Alexandre authored
Remove dead code in issues_controller#create RUN AS-IF-FOSS See merge request gitlab-org/gitlab!53949
-