- 14 Feb, 2020 40 commits
-
-
James Lopez authored
Use closest allowed visibility level for groups creation on Group Import See merge request gitlab-org/gitlab!25026
-
James Lopez authored
Separate user agent, custom attribute and page domain cert into own entities file See merge request gitlab-org/gitlab!24985
-
Rajendra Kadam authored
-
Imre Farkas authored
Remove self monitoring feature flag See merge request gitlab-org/gitlab!23631
-
Imre Farkas authored
When a namespace GitLab Subscription expires, disable SSO enforcement Closes #34287 See merge request gitlab-org/gitlab!21135
-
Grzegorz Bizon authored
Add a Go code format guideline See merge request gitlab-org/gitlab!25179
-
George Koltsov authored
- When importing groups that had subgroups using Group Import/Export functionality, visibility levels were not considered. - Which led to import failures due to validation errors, when a group that had internal visibility level is being imported into a private one. - This MR changes visibility levels to, either use parent group's closest visibility level, or private.
-
Walmyr Lima e Silva Filho authored
Add E2E test of fork creation after storage change See merge request gitlab-org/gitlab!21383
-
Mark Lapierre authored
Tests that if a fork is created and then the parent project is moved to a new gitaly storage/shard, another fork can be created after the move. See https://gitlab.com/gitlab-org/gitlab/issues/38264 Add the ability to create a fork via the API, check import status (to confirm when the fork is complete), and change repository storage. Resource::Fork needed to be updated, which also required updating Resource::MergeRequestFromFork and the test that uses it so that that test can still fabricate a fork via the UI.
-
James Lopez authored
Separate application and blob entities into own class files See merge request gitlab-org/gitlab!24997
-
Rajendra Kadam authored
-
Nick Thomas authored
Code Nav Poc: Extend LSIF info with hover data See merge request gitlab-org/gitlab!23682
-
James Lopez authored
Add more group attrs to list of excluded attributes for Group Import See merge request gitlab-org/gitlab!25031
-
Jan Provaznik authored
Swap AlertsController#metrics_dashboard to use metric_id and env_id See merge request gitlab-org/gitlab!24888
-
Sean McGivern authored
Resolve "Disable self-approval at the Instance level" Closes #39060 See merge request gitlab-org/gitlab!23731
-
Yorick Peterse authored
Danger: Remove single code base analysis See merge request gitlab-org/gitlab!25228
-
Sean McGivern authored
Add package dependencies cleanup migration See merge request gitlab-org/gitlab!24868
-
Thong Kuah authored
Set default true for the nuget_package_registry feature flag See merge request gitlab-org/gitlab!25157
-
Sean McGivern authored
Avoid autolinking YouTrack issue numbers followed by letters See merge request gitlab-org/gitlab!24770
-
George Koltsov authored
- Exclude certain attributes from Group Import/Export of Group Model to disallow an ability to overwrite them
-
Jan Provaznik authored
Bump graphql to 1.9.12 See merge request gitlab-org/gitlab!25181
-
Shinya Maeda authored
Implement allowing empty needs for jobs in DAG pipelines See merge request gitlab-org/gitlab!22246
-
syasonik authored
-
Shinya Maeda authored
Increase pipeline email notification from 10 to 30 lines See merge request gitlab-org/gitlab!21728
-
Philipp Hasper authored
-
David Fernandez authored
Those with dependency_type 5 should be removed
-
Jan Provaznik authored
Add subepics feature to license and services See merge request gitlab-org/gitlab!24170
-
Igor Drozdov authored
This MR adds documentation of a method for LSIF API
-
Martin Wortschack authored
[UPDATE] Migrating `fa-spinner` from `app/views/shared/notifications` Closes #204742 See merge request gitlab-org/gitlab!24940
-
Shubham Pandey authored
-
Imre Farkas authored
Add GET endpoint to LDAP group link API Closes #13679 See merge request gitlab-org/gitlab!24216
-
Blair Lunceford authored
-
Imre Farkas authored
Add delete identity API endpoint to users API Closes #23068 See merge request gitlab-org/gitlab!24122
-
Blair Lunceford authored
-
Furkan Ayhan authored
This will allow jobs to have "needs: []" configuration. Those jobs will start immediately without waiting previous stages
-
Phil Hughes authored
Scope merge request approval rules to protected branches using API search Closes #460 See merge request gitlab-org/gitlab!24344
-
Phil Hughes authored
Migrate fa-spinner to spinner in milestones directory See merge request gitlab-org/gitlab!25067
-
Ignacio Gea authored
-
Phil Hughes authored
Moves the standalone vulnerabilities url to `/vulnerabilities/[id]`" See merge request gitlab-org/gitlab!24777
-
Sam Beckham authored
- Moves the url from /security/dashboard/[id] to /security/vulnerabilities/id - Moves the nessecary bits from the dashboard controller to the vulnerabilities controller - Remaps the vulnerability_path routing helper to match the above changes - Updates the tests to match the above changes
-