| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Common usages within GitLab QA include login page, navbars and layouts
|
|\
| |
| |
| |
| |
| |
| |
| |
| | |
'master'
Convert client_auth_method to a Symbol for quirked OmniAuth providers
Closes #64407
See merge request gitlab-org/gitlab-ce!30683
|
| |
| |
| |
| | |
Signed-off-by: Vincent Fazio <vfazio@xes-inc.com>
|
| |
| |
| |
| | |
Signed-off-by: Vincent Fazio <vfazio@xes-inc.com>
|
| |
| |
| |
| | |
Signed-off-by: Vincent Fazio <vfazio@xes-inc.com>
|
| |
| |
| |
| |
| |
| | |
List the supported values for client_auth_method
Signed-off-by: Vincent Fazio <vfazio@xes-inc.com>
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
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>
|
|\ \
| | |
| | |
| | |
| | |
| | |
| | | |
Make httpclient respect system SSL configuration
Closes charts/gitlab#1436
See merge request gitlab-org/gitlab-ce!30749
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
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
|
|\ \ \
| | | |
| | | |
| | | |
| | | | |
Migrate null values for users.private_profile column
See merge request gitlab-org/gitlab-ce!29888
|
|/ / /
| | |
| | |
| | |
| | | |
- Background migration for changing null values to false
- Set false as default value for private_profile DB column
|
|\ \ \
| | | |
| | | |
| | | |
| | | | |
Reorder fields in boards schema to match EE
See merge request gitlab-org/gitlab-ce!30751
|
| |/ /
| | |
| | |
| | | |
This eliminates conflicts between CE and EE db/schema.rb files.
|
|\ \ \
| |/ /
|/| |
| | |
| | | |
Hide restricted and disallowed visibility radios
See merge request gitlab-org/gitlab-ce!30590
|
|/ /
| |
| |
| |
| | |
Show a message if many levels are restricted and a
different message if all levels are restricted.
|
|\ \
| | |
| | |
| | |
| | |
| | |
| | | |
into 'master'
Always return MR diff_refs if importing
See merge request gitlab-org/gitlab-ce!30630
|
| | | |
|
| | | |
|
| | | |
|
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
This change fixes a bug that prevents projects being
imported when there are diff notes present in merge requests.
Solves https://gitlab.com/gitlab-org/gitlab-ce/issues/63955
|
|\ \ \
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Fix race condition with polling when saving notes
Closes gitlab-ee#12472
See merge request gitlab-org/gitlab-ce!30724
|
| | | |
| | | |
| | | |
| | | |
| | | | |
eTagPoll may not be initialized yet when we save a note.
Polling is initialized only after discussions are loaded
|
|\ \ \ \
| | | | |
| | | | |
| | | | |
| | | | | |
Reorder application settings in db/schema.rb to match EE
See merge request gitlab-org/gitlab-ce!30715
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
This makes the CE and EE tables consistent and ensures changes in the
schema for the CE version don't cause conflicts with EE.
|
|\ \ \ \ \
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Ensure quick help links have the same color
Closes #64266
See merge request gitlab-org/gitlab-ce!30478
|
|/ / / / / |
|
|\ \ \ \ \
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Add docs on how alert attributes are used
See merge request gitlab-org/gitlab-ce!30736
|
|/ / / / / |
|
|\ \ \ \ \
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Convert more product badges to round brackets
See merge request gitlab-org/gitlab-ce!30719
|
|/ / / / / |
|
|\ \ \ \ \
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Add note to GEO documentation about database upgrade
See merge request gitlab-org/gitlab-ce!30647
|
|/ / / / /
| | | | |
| | | | |
| | | | |
| | | | | |
* Point to the omnibus documentation for how to upgrade the cluster
* Document how to disable the upgrade procedure
|
|\ \ \ \ \
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Update dependency scanning to add new variable
See merge request gitlab-org/gitlab-ce!30528
|
|/ / / / / |
|
|\ \ \ \ \
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
(CE Port) Set max width for onboarding popover
See merge request gitlab-org/gitlab-ce!30619
|
|/ / / / / |
|
|\ \ \ \ \
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
GitLab Managed App ensure helm version uses tls opts
Closes #63694
See merge request gitlab-org/gitlab-ce!30654
|
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
The TLS opts were missing from helm version command which meant that it
was just perpetually failing and hence wasting 30s of time waiting for a
command to be successful that was never going to be successful. This
never actually caused any errors because this loop will happily just
fail 30 times without breaking the overall script but it was just a
waste of installation time so now installing apps should be ~30s faster.
|
|\ \ \ \ \ \
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
Display boards filter bar on mobile
Closes #45864
See merge request gitlab-org/gitlab-ce!30120
|
|/ / / / / / |
|
|\ \ \ \ \ \
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
Docs: Pages - refactor "Custom domain / SSL" documentation
Closes #47585, #60612, #44606, and #63753
See merge request gitlab-org/gitlab-ce!30363
|
|/ / / / / /
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
- Move steps to new doc
- Move all concepts to different docs
|
|\ \ \ \ \ \
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
Add Namespace#feature_available no-op
Closes #60908
See merge request gitlab-org/gitlab-ce!30641
|
| | |_|_|_|/
| |/| | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
This gets overridden in `EE::Namespace` and allows us to do things like
always treat Epics as "disabled" in Core using the same checks we'd use
elsewhere.
|
|\ \ \ \ \ \
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
Resolve "Add size 96 to avatar sizes in avatar.scss"
Closes #64499
See merge request gitlab-org/gitlab-ce!30671
|
| | | | | | | |
|
|\ \ \ \ \ \ \
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
Add a note about implicit Dockerfile serverless runtime
See merge request gitlab-org/gitlab-ce!30672
|
|/ / / / / / / |
|
|\ \ \ \ \ \ \
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
expand (CD) acronym
See merge request gitlab-org/gitlab-ce!30646
|
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
> Do not use acronyms when you can avoid it as you can't assume people
> know what you are talking about. Example: instead of MR, write merge
> request.
- https://about.gitlab.com/handbook/communication/#writing-style-guidelines
|