- 02 Mar, 2020 40 commits
-
-
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
-
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.
-
Andreas Brandl authored
Remove Recommendation to Use add_column for Small Tables See merge request gitlab-org/gitlab!25829
-
Heinrich Lee Yu authored
We need this to setup inflections that Zeitwerk needs
-
GitLab Bot authored
-
Shinya Maeda authored
Fix typo in method name Closes #208119 See merge request gitlab-org/gitlab!26156
-
Heinrich Lee Yu authored
Upgrade `gitlab-mail_room` to 0.0.3 See merge request gitlab-org/gitlab!26249
-
Andreas Brandl authored
Reduce the query timing to 1 seconds See merge request gitlab-org/gitlab!25783
-
Alper Akgun authored
-
Sean McGivern authored
Fix issue import to accept export format See merge request gitlab-org/gitlab!25896
-
Josianne Hyson authored
We want to be able to export issues and then use that export file to import the issues to another GitLab project. Prior to this change, the format of the export file did not match the structure of the file that the issue importer expects. This change expands the importer to first look for the know export column names and then fallback to positional values if they are not present. Addresses: - https://gitlab.com/gitlab-org/gitlab/issues/199038 - https://gitlab.com/gitlab-org/gitlab/issues/30931
-
Bob Van Landuyt authored
Bypass Session for API & Sesssionless Endpoints in Admin Mode Closes #42685 See merge request gitlab-org/gitlab!25056
-
Diego Louzán authored
Use new `CurrentUserMode.bypass_session!` method to ignore sessions in both sessionless and API endpoints for admin mode
-
Lin Jen-Shin authored
Fine tune Review Apps resource request based on current usage See merge request gitlab-org/gitlab!26101
-
Martin Wortschack authored
Update dependency @gitlab/ui to ^9.18.2 See merge request gitlab-org/gitlab!26238
-
charlieablett authored
-
James Lopez authored
Fix file name in comment See merge request gitlab-org/gitlab!26162
-
Tetiana Chupryna authored
-
James Lopez authored
Fix issues missing on epic's page after project import See merge request gitlab-org/gitlab!26099
-
GitLab Bot authored
-
Marcel Amirault authored
Remove Oxford commas errors from developer documentation See merge request gitlab-org/gitlab!26241
-
Evan Read authored
Either by: - Adding Oxford comma. - Simplying sentence structure.
-