Commit graph

11882 commits

Author SHA1 Message Date
Vitaly Slobodin 129e61735e Merge branch '288317-extension-module' into 'master'
Source Editor Extension module

See merge request gitlab-org/gitlab!73797
2021-11-10 18:59:29 +00:00
Vasilii Iakliushin 0ed791101d Merge branch '345075-bug-code-suggestion-for-ipynb-mr-breaks-the-file' into 'master'
Disable Code Suggestion for ipynb diffs

See merge request gitlab-org/gitlab!73948
2021-11-10 18:37:05 +00:00
Eduardo Bonet 95519c8de5 Disable Code Suggestion for ipynb diffs 2021-11-10 18:37:00 +00:00
Etienne Baqué 74fd713adc Merge branch 'vij-member-approval-service' into 'master'
Add member activation service

See merge request gitlab-org/gitlab!73483
2021-11-10 17:30:50 +00:00
Douglas Barbosa Alexandre 20b3faecff Merge branch '330929-persist-npm-package-metadata' into 'master'
Add support for NPM package metadata

See merge request gitlab-org/gitlab!73639
2021-11-10 16:21:53 +00:00
David Fernandez f152d1c95b Add support for NPM package metadata 2021-11-10 16:21:52 +00:00
Heinrich Lee Yu aef9904344 Merge branch '25616_reject_multiple_signatures' into 'master'
Reject multiple PGP signatures for commits

See merge request gitlab-org/gitlab!74095
2021-11-10 15:54:50 +00:00
Frédéric Caplette d7f44cc9f0 Merge branch 'suggest-pipeline-banner-to-pipeline-editor' into 'master'
Use Pipeline Editor to add new CI file from Suggest Pipeline banner

See merge request gitlab-org/gitlab!73514
2021-11-10 15:08:40 +00:00
Eugie Limpin 82418b0047 Redirect to Pipeline Editor from Suggest Pipeline banner CTA
Take the user to the Pipeline Editor instead of the File Editor when
they click on the CTA button of the Pipeline Suggest banner.

Changelog: changed
2021-11-10 15:08:40 +00:00
Denys Mishunov 597d62d29c Contextualised translations for SE 2021-11-10 15:00:51 +01:00
Matthias Käppler 96205e5f25 Merge branch 'aqualls-revise-expiry-message' into 'master'
Revise very wordy expiry messages

See merge request gitlab-org/gitlab!73999
2021-11-10 12:57:51 +00:00
Vijay Hawoldar 5fcbee2d37 Add member approval service
When namespace level user caps are enabled and the limit has been
reached, new members will be put into an awaiting state. This service
will handle approving/activating them.

Changelog: added
EE: true
2021-11-10 11:07:17 +00:00
Nicolò Maria Mezzopera 14f680ee67 Merge branch 'pipeline-editor/commit-title' into 'master'
Add tooltip and commit title to pipeline editor's status header

See merge request gitlab-org/gitlab!73724
2021-11-10 10:31:03 +00:00
Markus Koller 9320a89e52 Merge branch '334874-convert-table-in-admin-applications-and-admin-deploy-keys-to-pajamas' into 'master'
Setup admin deploy keys Vue application

See merge request gitlab-org/gitlab!73580
2021-11-10 10:05:41 +00:00
Peter Hegman cf7ddfb00c Bootstrap admin deploy keys Vue application
Initial setup for converting admin deploy keys table from HAML to Vue
2021-11-10 10:05:40 +00:00
Denys Mishunov 6e41c79c94 Source Editor Extension module
While refactoring the Source Editor architecture it has been
decided to split the monolythic Source Editor core into different
modules. EditroExtension is one of them

Changelog: changed
2021-11-10 10:14:26 +01:00
mgandres 2b56a27749 Add tooltip and commit title to pipeline editor's status header
Changelog: changed
2021-11-10 12:31:01 +08:00
Olena Horal-Koretska c67b571a18 Merge branch '336624-restrict-permissions-to-create-an-incident-to-reporter-and-up' into 'master'
Restrict permissions to create an incident to Reporter and up

See merge request gitlab-org/gitlab!69350
2021-11-09 20:12:10 +00:00
Paul Slaughter 34bc3fe041 Merge branch 'afontaine/add-required-to-release' into 'master'
Add required label to tag name in release form

See merge request gitlab-org/gitlab!73759
2021-11-09 17:05:05 +00:00
Vasilii Iakliushin 988dc4aeb0 Reject multiple PGP signatures for commits
Contributes to https://gitlab.com/gitlab-org/gitlab/-/issues/25616

**Problem**

It is possible to attach multiple PGP signatures to the commit. But
git does not support that (see:
da6cf1b336).

**Solution**

Reject multiple PGP signatures for commits (even if they valid ones)
to match `git verify-commit` behavior.

Show an error message to describe why we mark commit as unverified.
2021-11-09 17:33:25 +01:00
Mikołaj Wawrzyniak 0b7ca3c3ae Merge branch 'feature/integration_shimo/model' into 'master'
Shimo integration: part of models

See merge request gitlab-org/gitlab!73621
2021-11-09 16:24:08 +00:00
Baodong 29eb045b58 Shimo integration: part of models 2021-11-09 16:24:06 +00:00
Terri Chu 45f4b2ce80 Merge branch 'storage-counter-add-pipeline-artifacts' into 'master'
Add pipeline artifacts size to admin area project statistics

See merge request gitlab-org/gitlab!72216
2021-11-09 15:56:23 +00:00
Olena Horal-Koretska 06bd747926 Merge branch 'project-settings/topics-selection' into 'master'
Project settings: add token selector for topics

See merge request gitlab-org/gitlab!72299
2021-11-09 15:11:10 +00:00
Jonas Wälter d2a7fb3211 Project settings: add token selector for topics 2021-11-09 15:11:06 +00:00
Kushal Pandya d88b0ed8ad Merge branch 'ph/343326/attentionRequiredToggle' into 'master'
Added attention required icon to assignees and reviewers

See merge request gitlab-org/gitlab!73051
2021-11-09 15:06:15 +00:00
Guillaume CHAUVEL 510aa2d6c5 Add pipeline artifacts size to admin area project statistics
Changelog: changed
2021-11-09 14:55:16 +00:00
Phil Hughes 348da757ec
Added attention required icon to assignees and reviewers
For now this does not call the correct API as that is in a different
merge request.

Closes https://gitlab.com/gitlab-org/gitlab/-/issues/343326/
2021-11-09 13:53:34 +00:00
Savas Vedova 1f680f529f Merge branch 'dpisek-fix-vulnerability-report-description-text' into 'master'
Vulnerability Report: Fix typo in description text

See merge request gitlab-org/gitlab!74047
2021-11-09 12:17:49 +00:00
Natalia Tepluhina 18866756ee Merge branch '343620-remove-frontend-code-related-to-updating-jira-issues-status' into 'master'
Remove editing of status on the Jira issue details page

See merge request gitlab-org/gitlab!73979
2021-11-09 10:57:51 +00:00
Justin Ho Tuan Duong 48f6165fc6 Remove editing of status on the Jira issue details page 2021-11-09 10:57:50 +00:00
Tristan Read 59ac8e4e55
Update empty state to reflect permissions 2021-11-09 11:16:39 +01:00
Dave Pisek ebb1d6293e Vulnerability Report: Fix typo in description text
This commit fixes a typo in the text that describes the
Vulnerability Report feature.

Changelog: fixed
EE: true
MR: https://gitlab.com/gitlab-org/gitlab/-/merge_requests/74047
2021-11-09 20:19:36 +11:00
Ezekiel Kigbo 6749959d8c Merge branch '343851-iac-configure-via-mr' into 'master'
Add IaC scanning to Security Configuration page

See merge request gitlab-org/gitlab!73155
2021-11-09 02:16:33 +00:00
Andrew Fontaine 15d9430b08 Merge branch 'fix-rebalance-banner' into 'master'
Fix issue rebalance banner

See merge request gitlab-org/gitlab!73608
2021-11-08 23:42:20 +00:00
Andrew Fontaine c31ca16ba2 Merge branch '340759-implementation-revisit-the-kubernetes-section-ux-3' into 'master'
Change the copy and empty state illustrations in the Kubernetes section

See merge request gitlab-org/gitlab!73586
2021-11-08 23:40:12 +00:00
Simon Knox 0000d66872 Merge branch '341331-refactor-board-scope-to-graphql' into 'master'
Refactor fetching board scope to GraphQL [RUN AS-IF-FOSS]

See merge request gitlab-org/gitlab!73604
2021-11-08 23:09:14 +00:00
Florie Guibert 703f89dff0 Refactor fetching board scope to GraphQL
Changelog: changed
EE: true
2021-11-08 23:09:14 +00:00
Scott Hampton a76602c98d Merge branch '341972-create-project-quality-summary-page' into 'master'
Add blank Project Quality tab to project CI/CD analytics

See merge request gitlab-org/gitlab!72724
2021-11-08 22:20:53 +00:00
Miranda Fluharty 1fa5509aa6 Add Project Quality tab to pipeline charts
Blank placeholder tab for now
Only show it if the licensed feature is available
and the feature flag is enabled
2021-11-08 22:20:53 +00:00
Miguel Rincon 2f27901f29 Filter runner type via tabs
This change allows users to filter their runners by type using
tabs directly.

Changelog: changed
2021-11-08 21:36:05 +01:00
Andrew Fontaine 9d268fe047
Add required label to tag name in release form
As the tag name is the only required attribute, it makes more sense to
call it out as being required instead of labelling the rest of the form
as optional.

Changelog: added
2021-11-08 14:57:05 -05:00
Paul Gascou-Vaillancourt dfb26b6a88 Add IaC scanning to Security Configuration page
This adds the IaC Scanning configuration card to the Security
Configuration page.
2021-11-08 20:15:34 +01:00
Amy Qualls afc244f18f Revise very wordy expiry messages
These messages came up in a search for UI strings related to merge
requests. They're really wordy, and we can make them better.
2021-11-08 09:27:03 -08:00
Phil Hughes 1fedd4afe8 Merge branch '343780-aqualls-adds-commit-string' into 'master'
Standardize merge details messaging

See merge request gitlab-org/gitlab!73871
2021-11-08 16:43:51 +00:00
Amy Qualls 9ea97063f2 Standardize merge details messaging 2021-11-08 16:43:50 +00:00
Sean McGivern 78703db4a1 Merge branch 'mb-add-sentry-to-application-settings' into 'master'
Add Sentry config to application settings

See merge request gitlab-org/gitlab!73381
2021-11-08 15:42:40 +00:00
Sheldon Led 16b44b500f Add modal to warn group owners the impact of changing user cap
When group owners are increasing the group's user cap, this will
automatically approve pending users. We need to warn group owners
of such side effect.

Changelog: added
MR: https://gitlab.com/gitlab-org/gitlab/-/merge_requests/72805
EE: true
2021-11-08 13:29:39 +00:00
Alex Kalderimis b4a266cdc6 Merge branch 'graphql-allow-update-issue-contacts' into 'master'
Add issues set crm contacts service and graphql mutation

See merge request gitlab-org/gitlab!72686
2021-11-08 11:28:23 +00:00
Lee Tickett 6b0c5e6ccb Add issues set crm contacts service and graphql mutation
Inroduce a new graphql mutation for setting/adding/removing customer
relations contacts to/from issues (and the required service to
support it)

Changelog: added
2021-11-08 11:28:20 +00:00