- 07 Jun, 2019 12 commits
-
-
Kushal Pandya authored
Makes Epics/Issues count in Epic Tree header dynamic to account for child item additions and removals.
-
GitLab Bot authored
-
Mike Lewis authored
Improve Jira Server documentation Closes #58975 See merge request gitlab-org/gitlab-ce!28463
-
GitLab Bot authored
-
Evan Read authored
Fix OpenID Connect documentation See merge request gitlab-org/gitlab-ce!29314
-
Ash McKenzie authored
Make OpenID Connect work without requiring a name Closes #62208 See merge request gitlab-org/gitlab-ce!29312
-
Evan Read authored
docs - add section to dev docs on accessing chatops Closes #62127 See merge request gitlab-org/gitlab-ce!28623
-
Lucas Charles authored
closes 62127
-
Evan Read authored
Port missing docs to CE See merge request gitlab-org/gitlab-ce!29279
-
Evan Read authored
Add docs for breaking changes of GitLab CI in 12.0 See merge request gitlab-org/gitlab-ce!29053
-
GitLab Bot authored
-
Mark Lapierre authored
Visit project after push Closes gitlab-org/quality/nightly#105 See merge request gitlab-org/gitlab-ce!29247
-
- 06 Jun, 2019 28 commits
-
-
Robert Speicher authored
Removes duplicated shared_context folder on spec/support See merge request gitlab-org/gitlab-ce!29305
-
GitLab Bot authored
-
Robert Speicher authored
Adds sidekiq worker label for ruby metrics Closes #60303 See merge request gitlab-org/gitlab-ce!29215
-
Stan Hu authored
Many users were unable to get logins working with OpenID Connect because of a missing `name` argument in the configuration. This resulted in 404s immediately after attempting to login. This describes the workaround mentioned in https://gitlab.com/gitlab-org/gitlab-ce/issues/62208#note_178774809. This also adds an example profile for using Google.
-
Stan Hu authored
If there is no name argument given, OmniAuth will try to guess the name by the class name. In https://github.com/omniauth/omniauth/blob/v1.9.0/lib/omniauth/strategy.rb#L139, `OmniAuth::Strategies::OpenIDConnect` gets translated to `openidconnect`. This leads to an immediate 404 error after clicking the login button because OmniAuth can't match the current route (/users/auth/openid_connect) against the expected one (/users/auth/openidconnect). Other providers, such as Google OAuth2, set this name as the default option within the OmniAuth Strategy. Until a fix is merged upstream, let's just set the parameter ourselves. Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/62208
-
Clement Ho authored
FE display for "Specify that an MR must be merged after another MR" See merge request gitlab-org/gitlab-ee!12357
-
Mike Lewis authored
- Remove image for adding new permission scheme - Delete jira_add_permission_scheme.png as no longer included in content - add group language - Reword the add user to group instructions - Reword the add selected users instruction - Reword add permission scheme instruction - Update jira_server_configuration intro
-
charlieablett authored
-
charlieablett authored
-
charlieablett authored
Update screecaps to reflect jira version ~8.1 and update instructions to include Permission Schemes.
-
charlieablett authored
-
Mayra Cabrera authored
Replace mock response with real data Closes #11759 See merge request gitlab-org/gitlab-ee!13906
-
Tetiana Chupryna authored
Change response schema and return not only a list of dependencies but status and ci job path. As well, replased mock data with dependency list report data.
-
Mayra Cabrera authored
Most of the shared context are located under spec/support/shared_contexts, we only have one file under spec/support/shared_context, this MR moves it to spec/support/shared_contexts instead
-
GitLab Bot authored
-
Mike Greiling authored
Port Configure Feature Flags Modal to Vue See merge request gitlab-org/gitlab-ee!13432
-
Mike Greiling authored
Add frontend support for cluster health alerts Closes #5456 See merge request gitlab-org/gitlab-ee!13443
-
Adriel Santiago authored
Adds a new query text input for metric alerts
-
Mike Greiling authored
Backport: Add frontend support for cluster health alerts See merge request gitlab-org/gitlab-ce!29075
-
Adriel Santiago authored
Adds a new query text input for metric alerts
-
GitLab Bot authored
-
Phil Hughes authored
CE backport for Storage Counter changes Closes #59232 See merge request gitlab-org/gitlab-ce!29206
-
Phil Hughes authored
Adds Storage Counter See merge request gitlab-org/gitlab-ee!13294
-
Filipa Lacerda authored
This commits updates the text in the empty state to reflect it being used in the user profile and the group settings
-
GitLab Bot authored
-
Robert Speicher authored
Don't fail the pipeline when a colon-emoji is used See merge request gitlab-org/gitlab-ce!29291
-
Ryan Cobb authored
-
Ryan Cobb authored
-