- 15 Oct, 2020 40 commits
-
-
Andrew Fontaine authored
Skip Bootstrap popover initialization in app/views/projects/blob/_editor.html.haml See merge request gitlab-org/gitlab!45264
-
Wei-Meng Lee authored
Fix NOTE syntax See merge request gitlab-org/gitlab!45252
-
Phil Hughes authored
Add weight input component to swimlanes board sidebar See merge request gitlab-org/gitlab!39403
-
Axel Garcia authored
It uses gitlab/ui to render the weight form and doesn't fetch any data as the weight is provided by the stored issue.
-
Phil Hughes authored
Recognise links to urls in job logs See merge request gitlab-org/gitlab!40175
-
Łukasz Groszkowski authored
Credit goes to: @mrincon
-
Marcel Amirault authored
Docs: Added disable shared runners for group See merge request gitlab-org/gitlab!44315
-
Suzanne Selhorn authored
Related to: https://gitlab.com/gitlab-org/gitlab/-/issues/23123
-
Alper Akgun authored
Enable usage_data_api feature flag by default See merge request gitlab-org/gitlab!45004
-
Vitaly Slobodin authored
Add null guard for rootStorageStatistics See merge request gitlab-org/gitlab!45270
-
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.
-
Ragnar-H authored
This happens when there is no rootStorageStatistics gathered for the namespace. Then we intentionally return null.
-
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
-