- 16 Jul, 2019 4 commits
-
-
Tristan Williams authored
-
Evan Read authored
Document openstack object store configuration See merge request gitlab-org/gitlab-ce!30659
-
Robbert Müller authored
Liek asked in gitlab-org/gitlab-ce#59501
-
Ray Paik authored
Update markdown.md to remove typo, "test" was left in the documentation See merge request gitlab-org/gitlab-ce!30752
-
- 15 Jul, 2019 36 commits
-
-
Mike Greiling authored
Align container registry empty state with design guidelines Closes #64249 See merge request gitlab-org/gitlab-ce!30502
-
Nick Kipling authored
Shortened descriptive text Added copy button to code snippets
-
Fatih Acet authored
Move setCurrentBoard() from BoardsStoreEE to core (CE-backport) See merge request gitlab-org/gitlab-ce!30626
-
Winnie Hellmann authored
(cherry picked from commit 9cd745c65bcb51d615399e82d8b26ef5cce972e1)
-
Mark Lapierre authored
Unquarantine Add Deploy Key test See merge request gitlab-org/gitlab-ce!30756
-
Dan Davison authored
Add an appropriate solution in QA E2E style guide example See merge request gitlab-org/gitlab-ce!30761
-
ddavison authored
A "bad" example was given, however no solution was provided for fixing the bad example
-
Desiree Chevalier authored
-
Stan Hu authored
Convert client_auth_method to a Symbol for quirked OmniAuth providers Closes #64407 See merge request gitlab-org/gitlab-ce!30683
-
Mayra Cabrera authored
Make httpclient respect system SSL configuration Closes charts/gitlab#1436 See merge request gitlab-org/gitlab-ce!30749
-
Mayra Cabrera authored
Migrate null values for users.private_profile column See merge request gitlab-org/gitlab-ce!29888
-
Adam Hegyi authored
- Background migration for changing null values to false - Set false as default value for private_profile DB column
-
Robert Speicher authored
Reorder fields in boards schema to match EE See merge request gitlab-org/gitlab-ce!30751
-
Vincent Fazio authored
Signed-off-by: Vincent Fazio <vfazio@xes-inc.com>
-
Vincent Fazio authored
Signed-off-by: Vincent Fazio <vfazio@xes-inc.com>
-
Douglas Barbosa Alexandre authored
Hide restricted and disallowed visibility radios See merge request gitlab-org/gitlab-ce!30590
-
Christopher Amurao authored
-
Stan Hu authored
This eliminates conflicts between CE and EE db/schema.rb files.
-
Stan Hu authored
By default, httpclient (and hence anything that uses rack-oauth2) ignores the system-wide SSL certificate configuration in favor of its own `cacert.pem`. This makes it impossible to use custom certificates without patching that file. Until https://github.com/nahi/httpclient/pull/386 is merged, we work around this limitation by forcing the `HTTPClient` SSL store to use the default system configuration. Closes https://gitlab.com/charts/gitlab/issues/1436
-
Luke Bennett authored
Show a message if many levels are restricted and a different message if all levels are restricted.
-
Robert Speicher authored
Always return MR diff_refs if importing See merge request gitlab-org/gitlab-ce!30630
-
Mike Greiling authored
Fix race condition with polling when saving notes Closes gitlab-ee#12472 See merge request gitlab-org/gitlab-ce!30724
-
Robert Speicher authored
Reorder application settings in db/schema.rb to match EE See merge request gitlab-org/gitlab-ce!30715
-
Annabel Dunstone Gray authored
Ensure quick help links have the same color Closes #64266 See merge request gitlab-org/gitlab-ce!30478
-
Prashanth Chandra authored
-
Achilleas Pipinellis authored
Add docs on how alert attributes are used See merge request gitlab-org/gitlab-ce!30736
-
Peter Leitzen authored
-
Marcia Ramos authored
Convert more product badges to round brackets See merge request gitlab-org/gitlab-ce!30719
-
Evan Read authored
-
Vincent Fazio authored
Signed-off-by: Vincent Fazio <vfazio@xes-inc.com>
-
Vincent Fazio authored
List the supported values for client_auth_method Signed-off-by: Vincent Fazio <vfazio@xes-inc.com>
-
Vincent Fazio authored
Providers such as OpenIDConnect ultimately leverage the rack-oauth2 gem which requires the client_auth_method value to be defined as a symbol in order to correctly select the authorization method used. Derivative providers that specify OmniAuth::Strategies::OpenIDConnect as their strategy_class will also convert this value to a symbol. Signed-off-by: Vincent Fazio <vfazio@xes-inc.com>
-
Achilleas Pipinellis authored
Add note to GEO documentation about database upgrade See merge request gitlab-org/gitlab-ce!30647
-
Ian Baum authored
* Point to the omnibus documentation for how to upgrade the cluster * Document how to disable the upgrade procedure
-
Achilleas Pipinellis authored
Update dependency scanning to add new variable See merge request gitlab-org/gitlab-ce!30528
-
Can Eldem authored
-