| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
| |
for handling multi-valued SAML assertions. Add documentation
of label argument for omniauth provider to override text
in login button.
|
|\
| |
| |
| |
| |
| |
| | |
Bump Carrierwave gem to 1.2.3 (which contains the monkey patch for memory consumption)
Closes #46182
See merge request gitlab-org/gitlab-ce!20287
|
| | |
|
|\ \
| |/
|/|
| |
| |
| |
| | |
update html-pipeline 2.7.1 -> 2.8
Closes #48571
See merge request gitlab-org/gitlab-ce!20348
|
| | |
|
|/ |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Prior to this change, health checks checked for writeability of the NFS
shards. Given we're moving away from that, this patch extends the checks
for Gitaly to check for read and writeability.
Potentially some dashboards will break, as over time these metrics will
no longer appear as Prometheus doesn't get the data anymore.
Observability in the circuit breaker will be reduced, but its not
expected to be turned on and the circuit breaker is being removed soon
too.
Closes https://gitlab.com/gitlab-org/gitaly/issues/1218
|
|\ |
|
| |\
| | |
| | |
| | |
| | | |
[master] Update sanitize gem to 4.6.5 to fix HTML injection vulnerability
See merge request gitlab/gitlabhq!2399
|
| | | |
|
|/ / |
|
|\ \
| | |
| | |
| | |
| | | |
Remove remaining traces of the Allocations Gem
See merge request gitlab-org/gitlab-ce!20029
|
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
In MR https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/15834 we
removed use of the data produced by the Allocations Gem. However, we
never removed the code that just enables tracking of allocations. In
this commit we remove all remaining traces of this Gem.
|
|\ \ \
| |/ /
|/| |
| | |
| | | |
Bump rugged to 0.27.2
See merge request gitlab-org/gitlab-ce!20026
|
| |/
| |
| |
| | |
Release notes: https://github.com/libgit2/libgit2/releases/tag/v0.27.2
|
|/ |
|
| |
|
|\
| |
| |
| |
| | |
Update rspec to 3.7
See merge request gitlab-org/gitlab-ce!19449
|
| | |
|
|\ \
| | |
| | |
| | |
| | | |
Upgrade gitlab-markup to fix render issue with reStructuredText
See merge request gitlab-org/gitlab-ce!19596
|
| | | |
|
| | | |
|
|\ \ \
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Use same gem versions for rails5 as for rails4 where possible
Closes #47370, #46232, #47367, and #47373
See merge request gitlab-org/gitlab-ce!19498
|
| | | | |
|
|\ \ \ \
| | | | |
| | | | |
| | | | |
| | | | | |
Use RestoreCustomHooks RPC in restore rake task
See merge request gitlab-org/gitlab-ce!19370
|
| | |_|/
| |/| | |
|
|\ \ \ \
| |/ / /
|/| | |
| | | |
| | | |
| | | |
| | | | |
Customizable favicon
Closes #15661
See merge request gitlab-org/gitlab-ce!14497
|
| | | | |
|
|\ \ \ \
| |_|/ /
|/| | |
| | | |
| | | | |
Bump grape-path-helpers to solve a bug in GrapePathHelpers::NamedRouteMatcher
See merge request gitlab-org/gitlab-ce!19506
|
| | |/
| |/|
| | |
| | |
| | |
| | |
| | | |
If you include this helper with a class that also implements `method_missing`,
this would result in AbstractController::DoubleRenderError.
See https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/19487#note_79096902.
|
|\ \ \
| |/ /
|/| |
| | |
| | | |
update net-ssh 4 -> 5, remove rbnacl, rbnacl-libsodium (not needed)
See merge request gitlab-org/gitlab-ce!19412
|
| |/ |
|
|\ \
| | |
| | |
| | |
| | |
| | |
| | | |
GraphQL setup: Basic Project and Merge request endpoint
Closes #34754
See merge request gitlab-org/gitlab-ce!19008
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
- All definitions have been replaced by classes:
http://graphql-ruby.org/schema/class_based_api.html
- Authorization & Presentation have been refactored to work in the
class based system
- Loaders have been replaced by resolvers
- Times are now coersed as ISO 8601
|
| | | |
|
| |/ |
|
|/
|
|
| |
Add development documentation on how to generate a list of routes
|
|\
| |
| |
| |
| |
| |
| | |
Update Doorkeeper OpenID for Kubernetes support
Closes #44485
See merge request gitlab-org/gitlab-ce!19293
|
| | |
|
|\ \
| | |
| | |
| | |
| | |
| | |
| | | |
Update email_spec to 2.2.0
Closes #46845
See merge request gitlab-org/gitlab-ce!19164
|
| | | |
|
| | | |
|
|/ / |
|
|/
|
|
|
|
| |
This version of the gem uses API v4 by default:
https://github.com/linchus/omniauth-gitlab/commit/fd13de9f251fdaa72ba0195bda47cd2cb8731084
|
| |
|
|\
| |
| |
| |
| | |
Remove version lock on awesome_print dependency
See merge request gitlab-org/gitlab-ce!19232
|
| |
| |
| |
| | |
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
|
|\ \
| | |
| | |
| | |
| | |
| | |
| | | |
Replace grape-route-helpers with our own grape-path-helpers
Closes #45718
See merge request gitlab-org/gitlab-ce!19240
|