- 15 Oct, 2020 40 commits
-
-
Markus Koller authored
Adds a new page in `doc/development`, along with some tweaks to our Vale grammar checker.
-
Nicolò Maria Mezzopera authored
Replacing vue shared tooltip on calendar icon See merge request gitlab-org/gitlab!45059
-
Amelia Bauerly authored
-
Marcel Amirault authored
docs/ci/predefined_variables: fix variable name in example See merge request gitlab-org/gitlab!45131
-
🤖 GitLab Bot 🤖 authored
Update Gitaly version See merge request gitlab-org/gitlab!45272
-
Peter Leitzen authored
Add Incident SLA docs See merge request gitlab-org/gitlab!44879
-
Tristan Read authored
The page needed restructuring, and some of the images needed to be either renamed (and used somewhere else) or deleted. This commit handles only the images; the linking text will be handled in a separate commit.
-
Peter Leitzen authored
[Group Migration MVC] Store temporary data used for a GitLab import See merge request gitlab-org/gitlab!42978
-
Shinya Maeda authored
Rename ForwardDeploymentWorker to DropOlderDeploymentsWorker See merge request gitlab-org/gitlab!44862
-
Imre Farkas authored
Add docs for: `Optional admin approval for local user sign up` feature See merge request gitlab-org/gitlab!44963
-
Manoj M J authored
This change removes the feature flag `Remove feature flag ‘admin_approval_for_new_user_signups’`
-
GitLab Release Tools Bot authored
-
Adam Hegyi authored
Add Delete buttons to the SSH tab of the credential inventory See merge request gitlab-org/gitlab!41592
-
Jiaan Louw authored
This adds a delete button to the credentials inventory display for admins and groups.
-
Rémy Coutable authored
Add classes to check excess storage size See merge request gitlab-org/gitlab!45155
-
Corinna Wiesner authored
Add classes to calculate and check the excess storage size of a namespace/group.
-
Josianne Hyson authored
We want to start importing Group and Project data directly from another GitLab instance, via the API. To do this, we need somewhere to store a mapping between the source entity and the destination entity. Create the Entity model which is associated with a BulkImport, and used to store the data required to link the entity (project or group) on the source instance and the destination instance. This model introduces: 1. `bulk_import_id` -> the bulk import that this data belongs to. 2. `parent_id` -> the parent ImportEntity that this one should be imported into 3. `source_type` -> what kind of entity this is (group or project) 4. `source_full_path` -> path to access the entity on the source 5. `destination_name` -> what to call the entity on the when it's created 6. `destination_namespace` -> where to store the entity on the destination. 7. `status` -> for use with the state machine to determine the import status of this entity 8. `jid` -> the job ID of the sidekiq job that will/has processed this import. This is a component of the Group Migration MVC epic: https://gitlab.com/groups/gitlab-org/-/epics/4374 MR: https://gitlab.com/gitlab-org/gitlab/-/merge_requests/42978 Issue: https://gitlab.com/gitlab-org/gitlab/-/issues/250280
-
Josianne Hyson authored
We want to start importing Group and Project data directly from another GitLab instance, via the API. To do this, we need somewhere to store authentication data so that we can execute the import in background jobs. Create the BulkImport::Configuration model which is associated with a BulkImport, and used to store the authentication data for the source GitLab instance. This will be followed up by the introduction of the other models the store the import data. This model introduces: 1. `bulk_import_id` -> the bulk import that this configuration applies to. 2. `api_url` -> the domain for the source instance. 3. `access_token` -> the personal access token of the user on the source instance for authentication. This is a component of the Group Migration MVC epic: https://gitlab.com/groups/gitlab-org/-/epics/4374 MR: https://gitlab.com/gitlab-org/gitlab/-/merge_requests/42978 Issue: https://gitlab.com/gitlab-org/gitlab/-/issues/250280
-
Josianne Hyson authored
We want to start importing Group and Project data directly from another GitLab instance, via the API. To do this, we need somewhere to store authentication data, entity mapping data and other metadata so that we can perform the import in background jobs. Create the BulkImport model which is associated with a user, and used to group together all the data relating to the one bulk import request from the user. This will be followed up by the introduction of the other models the store the import data. This model introduces: 1. `source_type` -> where the data for this import is being sourced from. For now this will just be GitLab imports, but in the future we could expand this structure to other services like GitHub and Bitbucket. 2. `user_id` -> the user that initiated the import. 3. `status` -> to be used by the state machine for recording the status of the overall import. This is a component of the Group Migration MVC epic: https://gitlab.com/groups/gitlab-org/-/epics/4374 MR: https://gitlab.com/gitlab-org/gitlab/-/merge_requests/42978 Issue: https://gitlab.com/gitlab-org/gitlab/-/issues/250280
-
Denys Mishunov authored
Update split button styling See merge request gitlab-org/gitlab!44399
-
Marcin Sedlak-Jakubowski authored
Mention Jira IDs must be uppercase See merge request gitlab-org/gitlab!45107
-
Evan Read authored
-
Thong Kuah authored
[RUN AS-IF-FOSS] Include Canary Ingress Weight in Rollout Status See merge request gitlab-org/gitlab!43816
-
Imre Farkas authored
User admin approval - Approve users pending approval via admin UI See merge request gitlab-org/gitlab!44877
-
Manoj M J authored
This change allows admins to approve pending users via the Admin UI
-
Ash McKenzie authored
Search API - filter issues by confidentiality See merge request gitlab-org/gitlab!44451
-
Dmitry Gruzd authored
This MR adds the ability to filter search API results by the confidentiality flag.
-
Jan Provaznik authored
Display blocking issue count on issues in haml issue list See merge request gitlab-org/gitlab!44389
-
Eulyeon Ko authored
Add blocking issues count badge Add ability to sort by blocking issues count Add spec for blocking issues feature
-
Rémy Coutable authored
Remove linux arch only rule for coverage fuzzing See merge request gitlab-org/gitlab!42316
-
Olena Horal-Koretska authored
Update gl-alert classes in profile/notifications See merge request gitlab-org/gitlab!45201
-
Heinrich Lee Yu authored
Update Workhorse version to 8.51.0 See merge request gitlab-org/gitlab!45256
-
Grzegorz Bizon authored
Upgrade GitLab Pages to 1.28.0 See merge request gitlab-org/gitlab!45257
-
Sean McGivern authored
Revert "mark-migrate_user_mentions-as-used" [RUN ALL RSPEC] See merge request gitlab-org/gitlab!45255
-
Jan Provaznik authored
Merge branch '215697-allow-groups-to-disable-2fa-requirement-for-subgroups-update-subgroups' into 'master' Allow groups to disable 2FA requirement for subgroups - changing subgroups settings See merge request gitlab-org/gitlab!44337
-
charlie ablett authored
Remove `project_iterations` FF to add iteration reports in projects See merge request gitlab-org/gitlab!44921
-
Coung Ngo authored
Adds iteration reports in projects to allow the user to scope iteration progress to a single project. This commit removes the associated feature flag thereby adding this feature.
-
Marcia Ramos authored
Update version text for approval rules See merge request gitlab-org/gitlab!38243
-
Marcel Amirault authored
Removed one badge, removed deprecated feature flag details, moved into version history.
-
Stan Hu authored
Create a project from templates inherit integrations See merge request gitlab-org/gitlab!44932
-