| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
| |
There was a race condition in the spec where if the commit is created on disk
within a second of the frozen `Timecop` time, the test fails.
Closes #43981
|
|\
| |
| |
| |
| |
| |
| | |
Fix bootstrap 4 file inputs
Closes #46701
See merge request gitlab-org/gitlab-ce!19333
|
|/ |
|
|\
| |
| |
| |
| | |
Add comment about the need for truncating keys in Ruby 2.4
See merge request gitlab-org/gitlab-ce!19330
|
|/
|
|
| |
[ci skip]
|
|\
| |
| |
| |
| | |
Use RequestStore to memoize Flipper features so that memoized values are cleared between requests
See merge request gitlab-org/gitlab-ce!19281
|
| |
| |
| |
| |
| |
| | |
https://gitlab.com/gitlab-org/gitlab-ce/-/jobs/71887977 was failing
due to confusion between Ci::Group and Group.
https://gitlab.com/gitlab-org/gitlab-ce/-/jobs/71887977
|
| |
| |
| |
| |
| |
| | |
cleared between requests
Signed-off-by: Rémy Coutable <remy@rymai.me>
|
|\ \
| | |
| | |
| | |
| | | |
Upgrade to Ruby 2.4.4
See merge request gitlab-org/gitlab-ce!19055
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Fixes that make this work:
* A change in Ruby (https://github.com/ruby/ruby/commit/ce635262f53b760284d56bb1027baebaaec175d1)
requires passing in the exact required length for OpenSSL keys and IVs.
* Ensure the secrets.yml is generated before any prepended modules are
loaded. This is done by renaming the `secret_token.rb` initializer to
`01_secret_token.rb`, which is a bit ugly but involves the least impact on
other files.
|
|\ \ \
| | | |
| | | |
| | | |
| | | | |
Revert "Merge branch '46833-sticky-polyfill' into 'master'"
See merge request gitlab-org/gitlab-ce!19322
|
| | | |
| | | |
| | | | |
This reverts merge request !19304
|
|\ \ \ \
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
'master'
Resolve "Branch names in system notes have incorrect color"
Closes #46696
See merge request gitlab-org/gitlab-ce!19296
|
|/ / / / |
|
|\ \ \ \
| |/ / /
|/| | |
| | | |
| | | | |
Bump omniauth-gitlab to 1.0.3
See merge request gitlab-org/gitlab-ce!19319
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
This version of the gem uses API v4 by default:
https://github.com/linchus/omniauth-gitlab/commit/fd13de9f251fdaa72ba0195bda47cd2cb8731084
|
|\ \ \ \
| | | | |
| | | | |
| | | | |
| | | | | |
Adds "the" to the new label page to correct the sentence.
See merge request gitlab-org/gitlab-ce!19316
|
|/ / / / |
|
|\ \ \ \
| |/ / /
|/| | |
| | | |
| | | |
| | | |
| | | | |
Update position sticky polyfill
Closes #46833
See merge request gitlab-org/gitlab-ce!19304
|
|/ / / |
|
|\ \ \
| |_|/
|/| |
| | |
| | |
| | |
| | | |
Resolve "Modal header styling is broken"
Closes #47113
See merge request gitlab-org/gitlab-ce!19312
|
| | | |
|
| | | |
|
| | | |
|
|\ \ \
| | | |
| | | |
| | | |
| | | | |
Update FE guides with dependency/devDependency distinction
See merge request gitlab-org/gitlab-ce!19287
|
| | | |
| | | |
| | | |
| | | | |
and devDependencies
|
|\ \ \ \
| | | | |
| | | | |
| | | | |
| | | | | |
CE: Part of "Extract EE specific files/lines for app/views/shared/issuable"
See merge request gitlab-org/gitlab-ce!19113
|
| | | | | |
|
| | | | | |
|
| | | | | |
|
|\ \ \ \ \
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Resolve "The font is too bold in Issue events tab on Activity page"
Closes #46619
See merge request gitlab-org/gitlab-ce!19291
|
| | | | | | |
|
|\ \ \ \ \ \
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
Resolve "Update `updated_at` on an issue/mr on every issue/mr changes"
Closes #46478
See merge request gitlab-org/gitlab-ce!19065
|
|/ / / / / / |
|
|\ \ \ \ \ \
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
Resolve "Admin area > Monitoring > Logs > No default active tab"
Closes #46815
See merge request gitlab-org/gitlab-ce!19298
|
| | | | | | | |
|
|\ \ \ \ \ \ \
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
Make http_io honor HTTP(S)_PROXY environment.
Closes #46968 and #46982
See merge request gitlab-org/gitlab-ce!19282
|
|/ / / / / / / |
|
|\ \ \ \ \ \ \
| |_|_|_|_|/ /
|/| | | | | |
| | | | | | |
| | | | | | | |
ReactiveCaching#clear_reactive_cache! should not keep the cache alive
See merge request gitlab-org/gitlab-ce!19311
|
| | | | | | | |
|
|\ \ \ \ \ \ \
| |/ / / / / /
|/| | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
'46913-appearance-uploader-fields-and-description-html-are-missing-in-cached-version' into 'master'
Resolve "Appearance uploader fields and description HTML are missing in cached version"
Closes #46913
See merge request gitlab-org/gitlab-ce!19203
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
Signed-off-by: Rémy Coutable <remy@rymai.me>
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
Caching the attributes as JSON and manually instantiating the record
ended-up very complex since the edge-cases such as upload fields,
serialized fields, and fields with custom accessors had to be handled.
To ensure 3 points out of 4 are checked from https://gitlab.com/gitlab-org/gitlab-ce/issues/45175
we now include the Rails version in the cache key.
Signed-off-by: Rémy Coutable <remy@rymai.me>
|
|\ \ \ \ \ \ \
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
Show merge requests in web IDE
Closes #45184
See merge request gitlab-org/gitlab-ce!18898
|
| | | | | | | | |
|
| |\ \ \ \ \ \ \
| | |/ / / / / / |
|
| | | | | | | | |
|
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
reset merge requests before fetch
|
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
created reset action to reset stored merge requests
|
| |\ \ \ \ \ \ \ |
|