- 12 Feb, 2021 40 commits
-
-
Phil Hughes authored
Clean up glTooltips feature flag [RUN ALL RSPEC] [RUN AS-IF-FOSS] See merge request gitlab-org/gitlab!51345
-
Enrique Alcántara authored
Remove facade that switches between Bootstrap tooltips and GitLab UI tooltips. As a result the only living implementation in the app for tooltips components will be GitLab UI
-
Nick Gaskill authored
Docs: Clarify that referenced issues in MRs are not auto-closed See merge request gitlab-org/gitlab!53986
-
Peter Leitzen authored
-
Arturo Herrero authored
BulkImports: Use Pipeline::Context as Pipeline attribute See merge request gitlab-org/gitlab!54007
-
Mayra Cabrera authored
Clean up feature_flag_contextual_issue feature flag [RUN ALL RSPEC] [RUN AS-IF-FOSS] See merge request gitlab-org/gitlab!53816
-
Douglas Barbosa Alexandre authored
Add daily coverage data new finder [RUN ALL RSPEC] [RUN AS-IF-FOSS] See merge request gitlab-org/gitlab!53670
-
Maxime Orefice authored
This commit introduces a new finder which will be used to fetch our daily coverage data at the project and group level.
-
Jan Provaznik authored
Extract project push rule to service class See merge request gitlab-org/gitlab!53733
-
Achilleas Pipinellis authored
Docs: Clean up background migration checking Ruby snippets See merge request gitlab-org/gitlab!53877
-
Marcia Ramos authored
Add changelog EE argument to table See merge request gitlab-org/gitlab!53943
-
Markus Koller authored
Remove unused feature flag YML files [RUN ALL RSPEC] [RUN AS-IF-FOSS] See merge request gitlab-org/gitlab!54044
-
Katrin Leinweber authored
-
Marcia Ramos authored
Improvements to terraform state storage setup See merge request gitlab-org/gitlab!53245
-
Kassio Borges authored
Reduce the boilerplate of passing the context as parameter to a lot of internal methods in the Pipeline::Runner. Related to: https://gitlab.com/gitlab-org/gitlab/-/issues/321291
-
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.
-
Peter Leitzen authored
Handle severity for generic payloads more gracefully See merge request gitlab-org/gitlab!53999
-
Marcia Ramos authored
Merge branch 'docs/300538-fj-add-docs-for-new-endpoints-group-repository-storage-move' into 'master' Add documentation for group repository storage moves See merge request gitlab-org/gitlab!53043
-
Peter Leitzen authored
Allow values being case-insensitive and use `critical` as fallback for unmapped values.
-
Savas Vedova authored
Align note actions icons See merge request gitlab-org/gitlab!53753
-
Coung Ngo authored
Aligns the emoji icon with the other icons, and darkens its color to match the others
-
Phil Hughes authored
Set new_jira_connect_ui default enabled: true See merge request gitlab-org/gitlab!54036
-
Tom Atkins authored
Clarify 100 LIMIT default See merge request gitlab-org/gitlab!52504
-
Achilleas Pipinellis authored
Update Ref Arch docs with Gitaly Cluster See merge request gitlab-org/gitlab!51928
-
Grant Young authored
-
Arturo Herrero authored
Fix bad data in projects.has_external_wiki See merge request gitlab-org/gitlab!53790
-
Savas Vedova authored
Add updated_at output to search results See merge request gitlab-org/gitlab!53958
-
Savas Vedova authored
Remove obsolete DOMContentLoadedEventListener See merge request gitlab-org/gitlab!53971
-
Brandon Labuschagne authored
Merge branch '254256-replace-bootstrap-modal-in-app-views-projects-_issuable_by_email-html-haml' into 'master' Replace bootstrap modal in issuable_by_email HAML template See merge request gitlab-org/gitlab!53599
-
Martin Wortschack authored
- Render Vue component instead of HAML/bootstrap button and modal
-
Toon Claes authored
Migration to add new plans See merge request gitlab-org/gitlab!53465
-
Savas Vedova authored
Implement feature highlight popover in Vue See merge request gitlab-org/gitlab!53648
-
Enrique Alcántara authored
Re-implements the feature highlight popover feature using Vue instead of vanilla javascript and HAML
-
Arturo Herrero authored
Fix remaining Style/FrozenStringLiteralComment violations See merge request gitlab-org/gitlab!53996
-
Savas Vedova authored
Add route for threat monitoring alert details See merge request gitlab-org/gitlab!51417
-
Alexander Turinske authored
- create threat monitoring alert details route - use shared alert_details code - update page attribute for alert management - temporarily disable threat monitoring alert details page alert status update - add tests
-
Arturo Herrero authored
Fix bug rendering snippet activity See merge request gitlab-org/gitlab!53993
-
Vitali Tatarintev authored
Simplify the execute_migration method See merge request gitlab-org/gitlab!53824
-
Toon Claes authored
Add Security Orchestration Policy Configuration See merge request gitlab-org/gitlab!53743
-
Alan (Maciej) Paruszewski authored
This change adds new model to database to store relationship between Project and Security Orchestration Policy Project where we will store policies as YAML file in repository.
-