| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
| |
When cache_collection_render runs we end up reading and writing
things to redis even if we already have the rendered field cached
in the DB. This commit avoids using redis at all whenever we have
the field already rendered in the DB cache.
|
|\
| |
| |
| |
| | |
Backport EE MR that improves end-to-end tests
See merge request gitlab-org/gitlab-ce!30320
|
| |
| |
| |
| | |
https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/14533
|
|\ \
| | |
| | |
| | |
| | |
| | |
| | | |
Limit amount of JUnit tests returned
Closes #64035
See merge request gitlab-org/gitlab-ce!30274
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Currently, we do not cap amount of tests returned to frontend,
thus in some extreme cases we can see a MBs of data stored in Redis.
This adds an upper limit of 100 tests per-suite.
We will continue showing the total counters correctly,
but we will limit amount of tests that will be presented.
|
|\ \ \
| | | |
| | | |
| | | |
| | | | |
Rename Release groups in issue_workflow.md
See merge request gitlab-org/gitlab-ce!30293
|
| | | |
| | | |
| | | |
| | | |
| | | | |
Based on https://about.gitlab.com/handbook/product/categories/#release-stage:
- 'core release' -> 'progressive delivery'
- 'supporting capabilities' -> 'release management'
|
|\ \ \ \
| |_|_|/
|/| | |
| | | |
| | | |
| | | |
| | | | |
Change occurrence of Sidekiq::Testing.inline!
Closes #22991
See merge request gitlab-org/gitlab-ce!29890
|
|/ / /
| | |
| | |
| | | |
- Change it to perform_enqueued_jobs
|
|\ \ \
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Fix order-dependent spec failure in appearance_spec.rb
Closes #64083
See merge request gitlab-org/gitlab-ce!30323
|
|/ / /
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
When file_mover_spec.rb ran, it would initialize fog-aws with
`Fog::AWS::Storage::Real` service instead of `Fog::AWS::Storage::Mock`
because `Fog.mock!` was not called. Ensure that we use
`stub_uploads_object_storage` to prevent that from happening.
Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/64083
|
|\ \ \
| | | |
| | | |
| | | |
| | | | |
Add GetCommitSignatures feature flag
See merge request gitlab-org/gitlab-ce!29288
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Adds feature flag for GetCommitSignatures which
got ported to go.
More info: https://gitlab.com/gitlab-org/gitaly/merge_requests/1283
|
|\ \ \ \
| | | | |
| | | | |
| | | | |
| | | | | |
Put a failed example from appearance_spec in quarantine
See merge request gitlab-org/gitlab-ce!30318
|
|/ / / / |
|
|\ \ \ \
| | | | |
| | | | |
| | | | |
| | | | | |
Cache PerformanceBar.allowed_user_ids list locally instead of in Redis
See merge request gitlab-org/gitlab-ce!30304
|
|/ / / /
| | | |
| | | |
| | | | |
Signed-off-by: Rémy Coutable <remy@rymai.me>
|
|\ \ \ \
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Add Grafana to Admin > Monitoring menu when enabled
Closes #61005
See merge request gitlab-org/gitlab-ce!28937
|
|/ / / / |
|
|\ \ \ \
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Add salesforce logo for salesforce SSO
Closes #62607
See merge request gitlab-org/gitlab-ce!28857
|
| | | | | |
|
| | | | | |
|
|\ \ \ \ \
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Re-align CE and EE API docs
See merge request gitlab-org/gitlab-ce!30294
|
| | | | | | |
|
|\ \ \ \ \ \
| |_|/ / / /
|/| | | | |
| | | | | |
| | | | | | |
Only save Peek session in Redis when Peek is enabled
See merge request gitlab-org/gitlab-ce!30306
|
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Signed-off-by: Rémy Coutable <remy@rymai.me>
|
|\ \ \ \ \ \
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
Move error_tracking_frontend specs to Jest
Closes #61797
See merge request gitlab-org/gitlab-ce!30211
|
|/ / / / / /
| | | | | |
| | | | | |
| | | | | | |
Update TEST_HOST import paths. Tests all pass
|
|\ \ \ \ \ \
| |/ / / / /
|/| | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Enable terminals button for group clusters
Closes #55487
See merge request gitlab-org/gitlab-ce!30255
|
| | | | | | |
|
|\ \ \ \ \ \
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
Migrate markdown header_spec.js to Jest
See merge request gitlab-org/gitlab-ce!30228
|
|/ / / / / / |
|
|\ \ \ \ \ \
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
Enable AsciiDoc syntax highlighting (using Rouge)
Closes #32635
See merge request gitlab-org/gitlab-ce!29835
|
| | | | | | | |
|
|\ \ \ \ \ \ \
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
Update TODO: allow_collaboration column renaming
See merge request gitlab-org/gitlab-ce!30291
|
| | | | | | | | |
|
|\ \ \ \ \ \ \ \
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | | |
rename `discussion` to `thread`
Closes #55953
See merge request gitlab-org/gitlab-ce!29553
|
| | | | | | | | | |
|
| |\ \ \ \ \ \ \ \ |
|
| |\ \ \ \ \ \ \ \ \
| | | | | | | | | | |
| | | | | | | | | | |
| | | | | | | | | | |
| | | | | | | | | | |
| | | | | | | | | | | |
# Conflicts:
# locale/gitlab.pot
# spec/features/discussion_comments/commit_spec.rb
|
| | | | | | | | | | | |
|
| | | | | | | | | | | |
|
| | | | | | | | | | | |
|
| | | | | | | | | | | |
|
| | | | | | | | | | | |
|
| | | | | | | | | | | |
|
| | | | | | | | | | | |
|
| | | | | | | | | | | |
|
| | | | | | | | | | | |
|
| | | | | | | | | | | |
|