- 07 Jun, 2019 8 commits
-
-
Tristan Williams 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
-
Mark Lapierre authored
Visit project after push Closes gitlab-org/quality/nightly#105 See merge request gitlab-org/gitlab-ce!29247
-
- 06 Jun, 2019 32 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
-
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
-
Adriel Santiago authored
Adds a new query text input for metric alerts
-
Phil Hughes authored
CE backport for Storage Counter changes Closes #59232 See merge request gitlab-org/gitlab-ce!29206
-
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
-
Nick Thomas authored
Add certificate valid time to pages domain table See merge request gitlab-org/gitlab-ce!29287
-
Vladimir Shushlin authored
Save certificate validity time for pages domains on save Fill validity time for existing pages domains in background migration
-
Nick Thomas authored
Add pages domains acme orders See merge request gitlab-org/gitlab-ce!27811
-
Vladimir Shushlin authored
Extract acme double to helper Create ACME challanges for pages domains * Create order & challange through API * save them to database * request challenge validation We're saving order and challenge as one entity, that wouldn't be correct if we would order certificates for several domains simultaneously, but we always order certificate per domain Add controller for processing acme challenges redirected from pages Don't save acme challenge url - we don't use it Validate acme challenge attributes Encrypt private_key in acme orders
-
Sean McGivern authored
A colon-emoji like
💯 can be valid in the case where we're talking about the GitLab feature that processes these into emojis. It's fine to warn about those, but failing the pipeline is too restrictive. -
Dan Davison authored
Documentation for dynamic element validation See merge request gitlab-org/gitlab-ce!29169
-
Stan Hu authored
Fix some typos See merge request gitlab-org/gitlab-ce!29286
-
Douglas Barbosa Alexandre authored
Update to GitLab Shell v9.3.0 See merge request gitlab-org/gitlab-ce!29283
-
Robert Speicher authored
Create BaseService for Auto Merge architecture See merge request gitlab-org/gitlab-ce!29120
-
Phil Hughes authored
Increase Jest timeout on CI to 5 seconds Closes #62855, #61905, and #61235 See merge request gitlab-org/gitlab-ce!29278
-
Winnie Hellmann authored
-
William Desportes authored
Signed-off-by: William Desportes <williamdes@wdes.fr>
-
Nick Thomas authored
-
Stan Hu authored
Update rspec-retry to fix Selenium NoSuchDriverError errors Closes #58882 See merge request gitlab-org/gitlab-ce!29276
-
Fatih Acet authored
Resolve "New threaded discussion design" Closes #62124 See merge request gitlab-org/gitlab-ce!28580
-
Marcel van Remmerden authored
Add changelog file
-
Dmitriy Zaporozhets authored
Resolve "Url for the next request with pagination is missing port" Closes #62847 See merge request gitlab-org/gitlab-ce!29267
-
Achilleas Pipinellis authored
-
Filipa Lacerda authored
i18n datetime_utility file See merge request gitlab-org/gitlab-ce!29193
-
Sean McGivern authored
Resolve "Add counterpart TAE to the reviewer roulette" Closes #62015 See merge request gitlab-org/gitlab-ce!28678
-
Phil Hughes authored
Fix alignment of MR tabs and buttons Closes #55125 See merge request gitlab-org/gitlab-ce!29088
-