- 16 Oct, 2020 4 commits
-
-
drew cimino authored
-
drew cimino authored
This merge request allows a single backend feature flag to toggle the base pipeline used for comparing CodeQuality artifacts in merge requests between the MR diff base and the merge base from the target branch.
-
drew cimino authored
-
drew cimino authored
Refers to the pipeline run on target_sha of actual_head_pipeline, allowing us to compare the head_pipeline for the merged result of an MR to the commit immediately prior to merging of new code.
-
- 15 Oct, 2020 36 commits
-
-
Imre Farkas authored
Merge branch '258980-enable-feature-flag-by-default-of-admin-approval-for-new-user-signups' into 'master' Resolve "[Feature flag] Enable `admin_approval_for_new_user_signups` by default" See merge request gitlab-org/gitlab!45233
-
Achilleas Pipinellis authored
Update credentials inventory docs See merge request gitlab-org/gitlab!45133
-
Jiaan Louw authored
Updates credentials inventory docs with a delete SSK key section.
-
Sean McGivern authored
Add purchase storage button to storage banners See merge request gitlab-org/gitlab!45159
-
Corinna Wiesner authored
Add a button to purchase storage to the new version of the storage banners.
-
Illya Klymov authored
Migrate tasks by type dropdown divider See merge request gitlab-org/gitlab!44652
-
Christie Lenneville authored
Update snapshots and tests in light of using dropdown-header instead of list-item
-
Enrique Alcántara authored
Resolve "Provide optional title and description before submitting edits made with the Static Site Editor" See merge request gitlab-org/gitlab!44512
-
Derek Knox authored
Added modal and controls components for overall editing merge request metadata
-
Illya Klymov authored
Move CI header CSS to utility classes See merge request gitlab-org/gitlab!44901
-
Markus Koller authored
Add development guidelines for wikis See merge request gitlab-org/gitlab!43558
-
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
-
manojmj authored
This change enables the feature flag `admin_approval_for_new_user_signups ` by default
-
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
-