- 12 Feb, 2021 40 commits
-
-
Jose Ivan Vargas authored
Epics list using `issuable_list` [RUN ALL RSPEC] [RUN AS-IF-FOSS] See merge request gitlab-org/gitlab!46769
-
Kushal Pandya authored
Remove obsolete DOMContentLoadedEventListener See merge request gitlab-org/gitlab!53875
-
Alex Kalderimis authored
Feature Flag group attribution for Manage See merge request gitlab-org/gitlab!52876
-
Liam McAndrew authored
-
Adam Hegyi authored
Schedule user status cleanup [RUN ALL RSPEC] [RUN AS-IF-FOSS] See merge request gitlab-org/gitlab!53620
-
Craig Norris authored
Tweak doc intro wording See merge request gitlab-org/gitlab!54074
-
Craig Norris authored
Mention object storage in Sidekiq and Rails reference architectures See merge request gitlab-org/gitlab!50852
-
Stan Hu authored
Avoid creating repository when calling Wiki#empty? See merge request gitlab-org/gitlab!54062
-
Andrew Fontaine authored
Enable dast_saved_scans feature flag by default See merge request gitlab-org/gitlab!53942
-
Andrew Fontaine authored
Merge branch '300143-jira-integration-fe-on-a-project-s-vulnerability-report-show-count-of-related-jira-issues' into 'master' JIRA Integration - On a project's vulnerability report, show count of related Jira issues within a rows activity column See merge request gitlab-org/gitlab!53321
-
Andrew Fontaine authored
Show merged version of ci config [RUN AS-IF-FOSS] [RUN ALL RSPEC] See merge request gitlab-org/gitlab!53299
-
Frédéric Caplette authored
- This adds a tab that shows the merged yaml result inside the pipeline editor section. Also adds tests and move the text editor and new component inside a sub-folder
-
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
-
Kushal Pandya authored
Adds `epics_list` app to render Epics list by using `issuable_list` internally.
-
Kushal Pandya authored
-
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
-
Adam Hegyi authored
This MR implements scheduled user status cleanup. - Adding `clear_status_at` column to `user_statuses` - Add index to `clear_status_at` to easily query the statuses that needs cleanup - Add cronjob that looks for relevant records and invokes the cleanup
-
Marcin Sedlak-Jakubowski authored
-
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
-
Grant Young authored
Also add to 2k
-
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
-