| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Part of adding Let's Encrypt certificates for pages domains
Add acme-client gem
Client is being initialized by private key stored in secrets.yml
Let's Encrypt account is being created lazily.
If it's already created, Acme::Client just gets account_kid by
calling new_account method
Make Let's Encrypt client an instance
Wrap order and challenge classes
|
|\
| |
| |
| |
| | |
Refactor RoutableActions to allow additional not_found checks
See merge request gitlab-org/gitlab-ce!28243
|
| |
| |
| |
| |
| | |
Since this needs to be called on every find_routable!(Project, ...
we can instead move it to a RoutableActions check.
|
| | |
|
| | |
|
|\ \
| | |
| | |
| | |
| | | |
Resolve CE/EE diffs in new proj member import
See merge request gitlab-org/gitlab-ce!28254
|
| | |
| | |
| | |
| | | |
Part of single codebase changes.
|
|\ \ \
| | | |
| | | |
| | | |
| | | | |
Resolve CE/EE diffs in project branches
See merge request gitlab-org/gitlab-ce!28261
|
| | | |
| | | |
| | | |
| | | | |
Part of single codebase changes.
|
|\ \ \ \
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Resolve CE/EE diffs in app/views/layouts view
Closes gitlab-ee#6647
See merge request gitlab-org/gitlab-ce!28197
|
| |/ / /
| | | |
| | | |
| | | | |
Part of single codebase changes.
|
|\ \ \ \
| | | | |
| | | | |
| | | | |
| | | | | |
Resolve CE/EE diffs in health check
See merge request gitlab-org/gitlab-ce!28270
|
| | | | |
| | | | |
| | | | |
| | | | | |
Part of single codebase changes.
|
|\ \ \ \ \
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Remove unused h-3 and w-3 classes
Closes #57239
See merge request gitlab-org/gitlab-ce!28297
|
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
They were introduced in [this mr][1], with the intention of using
the. Appaarently the usage was removed during review, but the new
classes accidentally stayed around.
[1]: https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/24724
|
|\ \ \ \ \ \
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
Resolve CE/EE diffs in _clone_panel
See merge request gitlab-org/gitlab-ce!28309
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
Part of single codebase changes.
|
|\ \ \ \ \ \ \
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
Resolve CE/EE diffs in zero_authorized_projects
See merge request gitlab-org/gitlab-ce!28260
|
| | |_|_|/ / /
| |/| | | | |
| | | | | | |
| | | | | | | |
Part of single codebase changes.
|
|\ \ \ \ \ \ \
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
Resolve CE/EE diffs in devise ldap tabs
See merge request gitlab-org/gitlab-ce!28252
|
| | |_|_|_|/ /
| |/| | | | |
| | | | | | |
| | | | | | | |
Part of single codebase changes.
|
|\ \ \ \ \ \ \
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
Add link to next badge
Closes #61503
See merge request gitlab-org/gitlab-ce!28162
|
| | | | | | | | |
|
| |\ \ \ \ \ \ \ |
|
| | | | | | | | | |
|
| | | | | | | | | |
|
| | | | | | | | | |
|
| | | | | | | | | |
|
| | | | | | | | | |
|
| | | | | | | | | |
|
| | | | | | | | | |
|
| | | | | | | | | |
|
| | | | | | | | | |
|
|\ \ \ \ \ \ \ \ \
| | | | | | | | | |
| | | | | | | | | |
| | | | | | | | | |
| | | | | | | | | |
| | | | | | | | | |
| | | | | | | | | | |
Add correlation id to all sentry errors
Closes #61699
See merge request gitlab-org/gitlab-ce!28253
|
| | | | | | | | | |
| | | | | | | | | |
| | | | | | | | | |
| | | | | | | | | |
| | | | | | | | | |
| | | | | | | | | |
| | | | | | | | | |
| | | | | | | | | | |
Before this, we were only adding the correlation id to the "acceptable
exceptions" which we handle in code.
But we need to add it to the default raven context so the information
would be available for uncaught exceptions.
|
|\ \ \ \ \ \ \ \ \ \
| | | | | | | | | | |
| | | | | | | | | | |
| | | | | | | | | | |
| | | | | | | | | | | |
Fix typo
See merge request gitlab-org/gitlab-ce!28276
|
|/ / / / / / / / / / |
|
|\ \ \ \ \ \ \ \ \ \
| | | | | | | | | | |
| | | | | | | | | | |
| | | | | | | | | | |
| | | | | | | | | | | |
Optimise upload path calls
See merge request gitlab-org/gitlab-ce!28264
|
| | |_|_|_|_|_|_|/ /
| |/| | | | | | | |
| | | | | | | | | |
| | | | | | | | | |
| | | | | | | | | |
| | | | | | | | | |
| | | | | | | | | |
| | | | | | | | | | |
String#underscore isn't particularly slow, but it's possible for us to
call it many times in a users autocomplete request, with mostly-static
values ('User', 'Group', etc.). We can memoise this and save a
surprising amount of time (around 10% of the total request time in some
cases).
|
|\ \ \ \ \ \ \ \ \ \
| |_|_|_|_|_|_|/ / /
|/| | | | | | | | |
| | | | | | | | | |
| | | | | | | | | | |
Fix hiding of quick action prompt in specs
See merge request gitlab-org/gitlab-ce!28285
|
| | | | | | | | | | |
|
|\ \ \ \ \ \ \ \ \ \
| | | | | | | | | | |
| | | | | | | | | | |
| | | | | | | | | | |
| | | | | | | | | | | |
delete feature flag when disabling Rugged
See merge request gitlab-org/gitlab-ce!28289
|
| | | | | | | | | | | |
|
|\ \ \ \ \ \ \ \ \ \ \
| | | | | | | | | | | |
| | | | | | | | | | | |
| | | | | | | | | | | |
| | | | | | | | | | | | |
EE Backport to CE of EE!12404
See merge request gitlab-org/gitlab-ce!28292
|
| | | | | | | | | | | | |
|
|\ \ \ \ \ \ \ \ \ \ \ \
| | | | | | | | | | | | |
| | | | | | | | | | | | |
| | | | | | | | | | | | |
| | | | | | | | | | | | |
| | | | | | | | | | | | |
| | | | | | | | | | | | | |
Fix project visibility level validation
Closes #59379
See merge request gitlab-org/gitlab-ce!28305
|
| | | | | | | | | | | | | |
|
|\ \ \ \ \ \ \ \ \ \ \ \ \
| |/ / / / / / / / / / / /
|/| | | | | | | | | | | |
| | | | | | | | | | | | |
| | | | | | | | | | | | |
| | | | | | | | | | | | |
| | | | | | | | | | | | | |
Rename methods that conflict in Rails 5.2
Closes #55583
See merge request gitlab-org/gitlab-ce!28281
|
| | |_|/ / / / / / / / /
| |/| | | | | | | | | |
| | | | | | | | | | | |
| | | | | | | | | | | |
| | | | | | | | | | | | |
Adds suffix to enum methods and changes `in_groups` to
`of_groups`
|
|\ \ \ \ \ \ \ \ \ \ \ \
| | | | | | | | | | | | |
| | | | | | | | | | | | |
| | | | | | | | | | | | |
| | | | | | | | | | | | | |
Use real mermaid for mermaid result
See merge request gitlab-org/gitlab-ce!28300
|