- 07 Jun, 2019 29 commits
-
-
Kamil Trzciński authored
Add project level git depth setting Closes #59688 See merge request gitlab-org/gitlab-ce!28919
-
Kamil Trzciński authored
Migrate legacy uploads Closes #57217 See merge request gitlab-org/gitlab-ce!24679
-
Achilleas Pipinellis authored
Add dependency list documentation See merge request gitlab-org/gitlab-ce!29307
-
Tetiana Chupryna authored
-
Phil Hughes authored
[CE of Part 2] 5276 Update existing stores for file terminal sync See merge request gitlab-org/gitlab-ce!29333
-
Phil Hughes authored
[CE of Part 1] 5276 Remove 'build-page' from 'ide-terminal' element See merge request gitlab-org/gitlab-ce!29331
-
Filipa Lacerda authored
added code differences from EE to CE Closes gitlab-ee#10088 See merge request gitlab-org/gitlab-ce!29271
-
Michel Engelen authored
-
Nick Thomas authored
Remove metrics_time_window feature flag Closes #62091 See merge request gitlab-org/gitlab-ce!28670
-
Sarah Yasonik authored
-
Achilleas Pipinellis authored
SSoT audit fixes for some topics in CI section Closes #61505 See merge request gitlab-org/gitlab-ce!28957
-
Evan Read authored
Implements part of the single source of truth audit fixes for the CI section.
-
Achilleas Pipinellis authored
Integrate demo link into content more See merge request gitlab-org/gitlab-ce!29242
-
Evan Read authored
-
Phil Hughes authored
(CE Port) Onboarding helper component See merge request gitlab-org/gitlab-ce!29133
-
Martin Wortschack authored
- Add styles for popover - Add $accepting-mr-label-color to color variables
-
Achilleas Pipinellis authored
Add git 2.21 install from update_source See merge request gitlab-org/gitlab-ce!28836
-
Æx authored
-
Paul Slaughter authored
- On CMD+S when editor is focused - On editor blur - When file is created in tree - When file is removed in tree - When file is renamed in tree
-
Kushal Pandya authored
Hide operations icon in small screens See merge request gitlab-org/gitlab-ce!29230
-
Paul Slaughter authored
CE Port **Why?** The styles applied to `.build-page .top-bar` were mostly unecessary for the IDE terminal. The static positioning might have also been causing a strange line to show up in the terminal.
-
Mike Lewis authored
Improve Jira Server documentation Closes #58975 See merge request gitlab-org/gitlab-ce!28463
-
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
-
Mark Lapierre authored
Visit project after push Closes gitlab-org/quality/nightly#105 See merge request gitlab-org/gitlab-ce!29247
-
- 06 Jun, 2019 11 commits
-
-
Robert Speicher authored
Removes duplicated shared_context folder on spec/support See merge request gitlab-org/gitlab-ce!29305
-
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
-
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
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
-
Mike Greiling authored
Backport: Add frontend support for cluster health alerts See merge request gitlab-org/gitlab-ce!29075
-