| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|\
| |
| |
| |
| |
| |
| | |
Forbid the usage of reload
Closes #60218
See merge request gitlab-org/gitlab-ce!27125
|
| |
| |
| |
| |
| |
| |
| | |
The `#reload` makes to load all objects into memory,
and the main purpose of `#reload` is to drop the association cache.
The `#reset` seems to solve exactly that case.
|
|\ \
| | |
| | |
| | |
| | |
| | |
| | | |
Remove multi-line suggestions feature flag
Closes #59178
See merge request gitlab-org/gitlab-ce!27219
|
| | |
| | |
| | |
| | | |
That's a straightforward feature flag code removal for 11.10
|
|\ \ \
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Git FSCK has no timeout
Closes #53319
See merge request gitlab-org/gitlab-ce!27299
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
FSCK is usually called through sidekiq, but a rake task doesn't have a
mechanism to default to no timeout for this RPC.
Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/53319
|
|\ \ \ \
| | | | |
| | | | |
| | | | |
| | | | | |
Add variable substitution in prometheus proxy API
See merge request gitlab-org/gitlab-ce!27226
|
|/ / / /
| | | |
| | | |
| | | |
| | | |
| | | | |
- In prometheus proxy api, allow variables to be replaced. For example,
if 'up{env="%{ci_environment_slug}"}' is passed to the endpoint, it
becomes 'up{env="production"}' before being sent to prometheus.
|
|\ \ \ \
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Split `.gitlab-ci.yml` into multiple includes
Closes #58521
See merge request gitlab-org/gitlab-ce!27116
|
| | | | | |
|
|\ \ \ \ \
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Validate refs used in controllers don't have spaces
Closes #58572 and gitaly#1425
See merge request gitlab-org/gitlab-ce!24037
|
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
This avoids an unnecessary call to Gitaly and reduces gRPC errors.
* Closes https://gitlab.com/gitlab-org/gitaly/issues/1425
* Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/58572
|
|\ \ \ \ \ \
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
Added write_repository scope for personal access token
Closes #58847 and #51709
See merge request gitlab-org/gitlab-ce!26021
|
|/ / / / / / |
|
|\ \ \ \ \ \
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
Docs: reorg Pages index
See merge request gitlab-org/gitlab-ce!27319
|
|/ / / / / / |
|
|\ \ \ \ \ \
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
Externalize strings in app/services and app/helpers
See merge request gitlab-org/gitlab-ce!27220
|
|/ / / / / /
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
- Externalize strings in milestones_helper
- Externalize strings in app/services
- Update PO file
|
|\ \ \ \ \ \
| |_|/ / / /
|/| | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Pick revert of `require-all-templates-to-include-default-stages'
Closes #59992 and #60106
See merge request gitlab-org/gitlab-ce!27312
|
| | | | | | |
|
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Require all templates to use default stages
Closes #59992
See merge request gitlab-org/gitlab-ce!26954
(cherry picked from commit 39eb16aab2dbac3347f61f83fb60f5448d44e965)
e0df05cf Require all templates to use default stages
|
|\ \ \ \ \ \
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
CE: Extract EE specific files/lines for spec/features/issues
See merge request gitlab-org/gitlab-ce!26740
|
|/ / / / / /
| | | | | |
| | | | | |
| | | | | | |
Part of moving gitlab into single codebase
|
|\ \ \ \ \ \
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
Add translations from Crowdin
See merge request gitlab-org/gitlab-ce!27347
|
| | |_|/ / /
| |/| | | | |
|
|\ \ \ \ \ \
| |_|/ / / /
|/| | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Fixes stylelint for page_title.scss
Closes #59873
See merge request gitlab-org/gitlab-ce!27315
|
| | |_|_|/
| |/| | |
| | | | |
| | | | | |
Replaces CSS with BS4 Utility classes
|
|\ \ \ \ \
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Add some frozen string to spec/**/*.rb
See merge request gitlab-org/gitlab-ce!27341
|
|/ / / / /
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Adds frozen string to the following:
* spec/bin/**/*.rb
* spec/config/**/*.rb
* spec/controllers/**/*.rb
xref https://gitlab.com/gitlab-org/gitlab-ce/issues/59758
|
|\ \ \ \ \
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
CE backport of image-comment-reviews
See merge request gitlab-org/gitlab-ce!27271
|
| | | | | | |
|
|\ \ \ \ \ \
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
Display scoped labels in Issue Boards
See merge request gitlab-org/gitlab-ce!27164
|
|/ / / / / /
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
This change brings new Scoped labels to Issue board as well.
With the last change, this was missed.
|
|\ \ \ \ \ \
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
Resolve "Remove rails-deprecated_sanitizer"
Closes #17014
See merge request gitlab-org/gitlab-ce!27268
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
|
|\ \ \ \ \ \ \
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
Disable PostgreSQL fsync for faster CI
Closes #60435
See merge request gitlab-org/gitlab-ce!27295
|
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
As described in
https://www.postgresql.org/docs/current/non-durability.html, we can save
money and time by disabling durability in tests.
|
|\ \ \ \ \ \ \ \
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | | |
Rescue and log errors raised when preparing builds
Closes #60480
See merge request gitlab-org/gitlab-ce!27351
|
| | |_|_|_|/ / /
| |/| | | | | |
| | | | | | | |
| | | | | | | | |
https://gitlab.com/gitlab-org/gitlab-ce/issues/60480
|
|\ \ \ \ \ \ \ \
| |/ / / / / / /
|/| | | | | | |
| | | | | | | |
| | | | | | | | |
Add frozen_string_literal to qa/
See merge request gitlab-org/gitlab-ce!27266
|
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
This will be default in Ruby 3, so will be good to apply in QA ahead of
time to be consistent.
|
|\ \ \ \ \ \ \ \
| |_|_|_|_|_|/ /
|/| | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
Add time tracking information to Issue Boards sidebar
Closes #31331
See merge request gitlab-org/gitlab-ce!27166
|
| | | | | | | | |
|
| |/ / / / / /
| | | | | | |
| | | | | | |
| | | | | | | |
Add time tracking progress bar to Issue Boards sidebar.
|
|\ \ \ \ \ \ \
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
CE Fix protected branch example failing on master
See merge request gitlab-org/gitlab-ce!27332
|
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
Failing due to updates in capybara and selenium driver.
|
|\ \ \ \ \ \ \ \
| |/ / / / / / /
|/| | | | | | |
| | | | | | | |
| | | | | | | | |
Revert "Merge branch 'sh-allow-unauth-chrome' into 'master'"
See merge request gitlab-org/gitlab-ce!27329
|
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
This reverts commit 026c92d5fa82fac87386d5691c3d5b1e02f2eb5e, reversing
changes made to 8cda9d33a96e34c3809dcaddcde2619cc4923c0b.
|
|\ \ \ \ \ \ \ \
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | | |
'60369-border-radius-still-showing-up-after-improve-diff-nav-header-was-finished' into 'master'
Breakpoints.isDesktop should not always return false
Closes #60369
See merge request gitlab-org/gitlab-ce!27240
|