- 02 Mar, 2020 40 commits
-
-
Paul Slaughter authored
Remove bootstrap-vue direct package install See merge request gitlab-org/gitlab!24101
-
Enrique Alcántara authored
Also adds a script-analysis script to check for blocked dependencies in package.json https://gitlab.com/gitlab-org/gitlab/-/merge_requests/24101
-
Kushal Pandya authored
Migrate mr_widget_options_spec to Jest See merge request gitlab-org/gitlab!26185
-
Jarka Košanová authored
Resolve "Add count of projects with CODEOWNERS file to usage ping" Closes #13064 See merge request gitlab-org/gitlab!25386
-
Gary Holtz authored
This is pretty similar to the code for counting projects with code owners, but the merge request model needs the `UsageStatistics` module.
-
Paul Slaughter authored
Update dependency @gitlab/ui to ^9.20.0 See merge request gitlab-org/gitlab!26282
-
Rémy Coutable authored
Update helm chart version used by review-deploy See merge request gitlab-org/gitlab!26190
-
Nick Thomas authored
Admin integrations page: remove a call to es See merge request gitlab-org/gitlab!25724
-
Paul Slaughter authored
- Also migrates mock_data
-
Paul Slaughter authored
**Why?** The mr_widget_options_spec implicitly calls a setFavicon utility. This method depends on `onload` beind called when `src` is set.
-
Imre Farkas authored
Refactored deploy keys to cicd settings Closes #199370 See merge request gitlab-org/gitlab!25444
-
Etienne Baqué authored
Updated existing rspecs. Moved Deploy Keys feature specs into new file.
-
Kamil Trzciński authored
Pass upstream bridge to pipeline creation service See merge request gitlab-org/gitlab!25625
-
Walmyr Lima e Silva Filho authored
Minor improvements on e2e tests from the DevOps Manage stage See merge request gitlab-org/gitlab!25898
-
Walmyr Lima e Silva Filho authored
When we are fabricating a resource that is returnedi, and the only thing we want to do with such a resource is visiting it after its fabrication, we can call the visit! method directly after its fa- brication without the need for a variable definition.
-
Lin Jen-Shin authored
Merge branch '13005-allow-to-use-issue-issues-and-merge_request-merge_requests-for-issuable_type-in-insights' into 'master' Allow to use issue/issues and merge_request/merge_requests for issuable_type in Insights configuration Closes #13005 See merge request gitlab-org/gitlab!26061
-
GitLab Bot authored
-
Nick Thomas authored
Update timecop 0.8.0 -> 0.9.1 See merge request gitlab-org/gitlab!26266
-
Grzegorz Bizon authored
Lookup namespace by pages host using find_by_path See merge request gitlab-org/gitlab!25585
-
Marcia Ramos authored
Frontend dependencies information and guidelines See merge request gitlab-org/gitlab!25255
-
Marcia Ramos authored
Clarify when the Create MR button doesn't appear Closes #199074 See merge request gitlab-org/gitlab!24083
-
Marcin Sedlak-Jakubowski authored
-
Rémy Coutable authored
Move create_element to parent class for metric embeds See merge request gitlab-org/gitlab!25938
-
Kushal Pandya authored
Update dependency @gitlab/ui to ^9.19.0 See merge request gitlab-org/gitlab!26259
-
Dmytro Zaporozhets authored
Move issues routes under /-/ scope See merge request gitlab-org/gitlab!24791
-
Dmytro Zaporozhets authored
A default issue link will look like `group/project/-/issues/123`. The old unscoped routing will be still served but the UI links will be scoped ones. Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
Bob Van Landuyt authored
Resolve "Validate actor/user against CODEOWNERS" Closes #207927 See merge request gitlab-org/gitlab!26027
-
Kerri Miller authored
This addresses an issue where we were mistakenly not checking the user, but instead checking to see if any file paths from the diff changeset matched against _any_ rule found in CODEOWNERS.
-
Thong Kuah authored
Add initializers that run before Zeitwerk See merge request gitlab-org/gitlab!26214
-
Shinya Maeda authored
Update deployment ref validation Closes #193170 See merge request gitlab-org/gitlab!23170
-
Etienne Baqué authored
Removed previous solution for this MR. Set up call to Sentry when validation fails in service.
-
Imre Farkas authored
Resolve "Developer cannot push to projects they create in groups" by allowing to set "Default branch protection" at the group level Closes #7583 See merge request gitlab-org/gitlab!24426
-
Manoj M J authored
This change introduces default branch protection at the group level so that group owners can set their own preference for default branch protection, and this will override the instance level default branch protection
-
Kushal Pandya authored
Migrate issues analytics component spec to jest See merge request gitlab-org/gitlab!26250
-
Pirate Praveen authored
-
Rémy Coutable authored
Signed-off-by: Rémy Coutable <remy@rymai.me>
-
Sean McGivern authored
GraphQL: Subclass offset based pagination See merge request gitlab-org/gitlab!26126
-
Phil Hughes authored
Merge branch '208151-code-review-analytics-shows-no-data-for-mrs-in-review-for-less-than-an-hour' into 'master' Code Review Analytics: Show "< 1 hour" for MRs with review time being zero Closes #208151 See merge request gitlab-org/gitlab!26057
-
Dmytro Zaporozhets authored
Exclude creation event from audit changes See merge request gitlab-org/gitlab!26140
-
Tan Le authored
The model can be either updated/created via Rails `update` API. We want to distinguish between these cases for auditing purposes. It's incorrect to show `Change name from <blank> to Y` when user creates new record.
-