- 07 Aug, 2020 40 commits
-
-
Jose Ivan Vargas authored
Replace font-awesome hamburger icon See merge request gitlab-org/gitlab!38792
-
Stan Hu authored
GraphQL TimeType to throw GraphQL::CoercionErrors See merge request gitlab-org/gitlab!38860
-
Mayra Cabrera authored
Add `resolved_on_default_branch` column into `vulnerabilities` table See merge request gitlab-org/gitlab!38638
-
Mehmet Emin INAC authored
-
Mayra Cabrera authored
Add protected_branches_except_default to usage ping See merge request gitlab-org/gitlab!38797
-
Stan Hu authored
Add import/namespaces controller See merge request gitlab-org/gitlab!38786
-
Andrew Fontaine authored
Removes incorrect category from feature flag edit button See merge request gitlab-org/gitlab!38945
-
Mayra Cabrera authored
Add move designs service See merge request gitlab-org/gitlab!37603
-
Alex Kalderimis authored
This adds DesignManagementMove, as well as a new design collection type.
-
Suzanne Selhorn authored
Add package removal to permissions table See merge request gitlab-org/gitlab!38933
-
Bob Van Landuyt authored
New Crowdin translations - 06 August 2020 See merge request gitlab-org/gitlab!38772
-
GitLab Crowdin Bot authored
[skip ci]
-
Andrew Fontaine authored
Add source and destination branch data to Compliance Dashboard See merge request gitlab-org/gitlab!37628
-
Robert Hunt authored
The new component is only shown when we have at least the source and target branch names. If we have that then we will render at least the names of each branch If we also have URI's we will show the branch names as links instead
-
Illya Klymov authored
This MR adds a new, tiny `import/namespaces` controller. This controller lists available namespaces for import. Moving this to separate controller has following rationale: * `namespaces` are required for each controller, provided in `import/` folder. They are identical, does not have any customization, etc. * ATM `namespaces` are returned as the part of `status` in `base_controller`. With our intention to add pagination to `status` we need to move "static part of the content" (namespaces) away from part, which will be paginated (repos) Related issues: * https://gitlab.com/gitlab-org/gitlab/-/issues/233059 * https://gitlab.com/gitlab-org/gitlab/-/issues/222889 * https://gitlab.com/gitlab-org/gitlab/-/issues/27370
-
Lukas 'Eipi' Eipert authored
-
Nathan Friend authored
Remove build_report_summary feature flag See merge request gitlab-org/gitlab!37629
-
Robert Speicher authored
Add GraphQL mutation to set the epic of an issue See merge request gitlab-org/gitlab!38494
-
Jose Ivan Vargas authored
Show iteration report in projects See merge request gitlab-org/gitlab!37979
-
Jose Ivan Vargas authored
Fix monitoring panel preview for small viewports See merge request gitlab-org/gitlab!38737
-
Bob Van Landuyt authored
Remove unused ml_IN locale file See merge request gitlab-org/gitlab!38912
-
Illya Klymov authored
Merge branch '228532-remove-feature-flag-that-controls-the-license-approval-widget-on-the-license-compliance-page' into 'master' Remove license_approvals feature flag See merge request gitlab-org/gitlab!38877
-
Robert Speicher authored
Run pages configuration update in a worker See merge request gitlab-org/gitlab!38524
-
Taurie Davis authored
-
Michael Kozono authored
Geo - Remove support for Foreign Data Wrapper See merge request gitlab-org/gitlab!38718
-
Nathan Friend authored
Replace deploy freeze mock_data usage with frontend fixture See merge request gitlab-org/gitlab!38532
-
Marcel Amirault authored
Clarify inline coverage not on dot com docs See merge request gitlab-org/gitlab!38922
-
Ricky Wiens authored
- Inline code coverage visualization is not available on dot com. The documentation didn't reflect that clearly so this commit makes it clear that the feature is behind a feature flag, disabled by default.
-
Robert Speicher authored
Track wiki page views in usage data See merge request gitlab-org/gitlab!38784
-
Robert Speicher authored
Simplify Advanced Search code_analyzer regex complexity See merge request gitlab-org/gitlab!37372
-
Terri Chu authored
-
Robert Speicher authored
Add group_id column to the services table See merge request gitlab-org/gitlab!38499
-
Kushal Pandya authored
Merge branch '222436-ux-pajamas-implementation-move-buttons-in-settings-operations-to-the-right' into 'master' Move Buttons in Settings > Operations to the right Closes #222436 See merge request gitlab-org/gitlab!38652
-
Serena Fang authored
Follow pajamas guidelines, move buttons to right Git rebasing with master
-
Robert Speicher authored
Introduce HashedPath class See merge request gitlab-org/gitlab!38826
-
Maxime Orefice authored
This class centralizes the business logic of disk path for a given uploader.
-
Douglas Barbosa Alexandre authored
Explain what Ci::PipelineArtifact is See merge request gitlab-org/gitlab!38926
-
Stan Hu authored
Add specs for destroy_conditionally and check_unmodified_since! Closes #229181 See merge request gitlab-org/gitlab!37520
-
Robert Speicher authored
Refactor test show endpoint See merge request gitlab-org/gitlab!38809
-
John Long authored
-