| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|\
| |
| |
| |
| |
| |
| | |
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
|
|\ \ \ \ \ \ \ \
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | | |
Add example of ENV variables for image and services.
See merge request gitlab-org/gitlab-ce!27320
|
|/ / / / / / / /
| | | | | | | |
| | | | | | | |
| | | | | | | | |
Verified snippet works with 11.10.1
|
|\ \ \ \ \ \ \ \
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | | |
Rename "discussions" to "threads" in docs
See merge request gitlab-org/gitlab-ce!30037
|
|/ / / / / / / / |
|
|\ \ \ \ \ \ \ \
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | | |
Filter Geo proxied data from api_json.log
See merge request gitlab-org/gitlab-ce!30687
|
|/ / / / / / / /
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
Currently the base64-encoded value of the push-to-secondary data is
saved in `api_json.log`, and this can easily be hundreds of
megabytes. We should filter this from the logs.
|
|\ \ \ \ \ \ \ \
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | | |
Fix whitespace in user and misc docs
See merge request gitlab-org/gitlab-ce!30605
|
|/ / / / / / / /
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
Many code blocks are 4spaced, and they render in GitLab
without coloring as a result, even though they are
fenced with a language label. If in a list, other items
woll render as being in a code block too, even if not
meant to. This fixes all these issues, and cleans up
minor whitespace issues in /user, /security, /ssh
and /migrate_ci_to_ce docs.
|
|\ \ \ \ \ \ \ \
| |_|_|_|_|_|/ /
|/| | | | | | |
| | | | | | | |
| | | | | | | | |
Add more file extentions to file type icon class
See merge request gitlab-org/gitlab-ce!30316
|
|/ / / / / / / |
|
|\ \ \ \ \ \ \
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
Remove obsolete chaos routes
See merge request gitlab-org/gitlab-ce!30706
|
| | | | | | | | |
|
|\ \ \ \ \ \ \ \
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | | |
Update markdown lint style and option files
See merge request gitlab-org/gitlab-ce!30595
|
|/ / / / / / / /
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
Add commented lines explaining the file, and including
rules that should pass already, and commented out rules
that can be added in the future, for reference.
|