| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
| |
The metric was used to correlate Gitaly requests to the Rails controller
and action combination. However, Kibana provides better observability in
this specific metric, and can handle hig cardinality much better.
There's no dashboard in Grafana that currently depends on this metric
being exposed.
|
|\
| |
| |
| |
| |
| |
| | |
Set default project sort method prior to initial sort on page loading
Closes #63222
See merge request gitlab-org/gitlab-ce!29830
|
|/ |
|
|\
| |
| |
| |
| | |
CE Port: Fix MWPS/ADMTWPS system notes shows wrong sha
See merge request gitlab-org/gitlab-ce!30160
|
| |
| |
| |
| | |
Fix the system note service
|
|\ \
| | |
| | |
| | |
| | | |
Backport for EE's "Allow adding groups to CODEOWNERS file"
See merge request gitlab-org/gitlab-ce!29533
|
|/ /
| |
| |
| |
| | |
Some general code has been added/removed in EE version
which needs to be backported in CE
|
|\ \
| | |
| | |
| | |
| | | |
Replace the variable DOCKER_AUTH_LOGIN with DOCKER_AUTH_CONFIG
See merge request gitlab-org/gitlab-ce!30339
|
| | | |
|
|\ \ \
| | | |
| | | |
| | | |
| | | | |
Use gl-empty-state for monitor charts
See merge request gitlab-org/gitlab-ce!30268
|
| | |/
| |/|
| | |
| | | |
Move a unit test to jest and use snapshot tests
|
|\ \ \
| | | |
| | | |
| | | |
| | | | |
CE Backport of helpers for U2F and Omniauth
See merge request gitlab-org/gitlab-ce!30326
|
|/ / /
| | |
| | |
| | |
| | |
| | |
| | | |
Allows us to correctly set omniauth's full_host
so redirects take the port into account.
Needed when running selenium tests on a different port
|
|\ \ \
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Docs: Clearly state "access control" from Pages index
Closes #55407
See merge request gitlab-org/gitlab-ce!30313
|
|/ / / |
|
|\ \ \
| | | |
| | | |
| | | |
| | | | |
Fix incorrect link for prometheus AWS CloudWatch exporter
See merge request gitlab-org/gitlab-ce!30273
|
| | | | |
|
|\ \ \ \
| | | | |
| | | | |
| | | | |
| | | | | |
Docs: Clean up EE api docs that were merged to CE
See merge request gitlab-org/gitlab-ce!30338
|
|/ / / /
| | | |
| | | |
| | | |
| | | |
| | | | |
Many small fixes to api docs which were merged from EE to CE,
and tables cleaned up, as noted in issue
https://gitlab.com/gitlab-org/gitlab-ce/issues/64072
|
|\ \ \ \
| |_|_|/
|/| | |
| | | |
| | | |
| | | |
| | | | |
Make Housekeeping button do a full garbage collection
Closes #63349
See merge request gitlab-org/gitlab-ce!30289
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Previously the Housekeeping button and API would use the counter of last
pushes to determine whether to do a full garbage collection, or whether
to do one of the less comprehensive tasks: a full repack, incremental
pack, or ref pack. This was confusing behavior, since a project owner
might have to click the button dozens of times before a full GC would be
initiated.
This commit forces a full GC each time this is initiated. Note that the
`ExclusiveLease` in `HousekeepingService` prevents users from clicking
on the button more than once a day.
Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/63349
|
|\ \ \ \
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Docs: Resolve issues with issue docs
Closes #64102
See merge request gitlab-org/gitlab-ce!30337
|
|/ / / /
| | | |
| | | |
| | | |
| | | |
| | | | |
Change csv import section to bullet list, add back missing
bulk import section, and resolve minor issues raised in
https://gitlab.com/gitlab-org/gitlab-ce/issues/64102
|
|\ \ \ \
| | | | |
| | | | |
| | | | |
| | | | | |
Use GitlabUploader#filename when generating upload URLs
See merge request gitlab-org/gitlab-ce!29915
|
| | | | |
| | | | |
| | | | |
| | | | | |
We don't need to find the filename from the remote URL
|
|\ \ \ \ \
| |_|_|_|/
|/| | | |
| | | | |
| | | | |
| | | | |
| | | | | |
E2E Test to check XSS issue in @mentions autocomplete
Closes #41089
See merge request gitlab-org/gitlab-ce!29884
|
|/ / / / |
|
|\ \ \ \
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Docs: Full Copy Edit and Refactor of Issues docs
Closes #60767
See merge request gitlab-org/gitlab-ce!27553
|
|/ / / /
| | | |
| | | |
| | | |
| | | |
| | | | |
After review, heading was changed and links to
it needed to be updated, and minor tweaks to
the issues docs such as note formatting
|
|\ \ \ \
| | | | |
| | | | |
| | | | |
| | | | | |
Cache Flipper feature flags in L1 and L2 caches
See merge request gitlab-org/gitlab-ce!30276
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
In https://gitlab.com/gitlab-com/gl-infra/production/issues/928, we saw
a significant amount of network traffic and CPU usage due to Redis
checking feature flags via Flipper. Since these flags are hit with every
request, the overhead becomes significant. To alleviate Redis overhead,
we now cache the data in the following way:
* L1: A thread-local memory store for 1 minute
* L2: Redis for 1 hour
|
|\ \ \ \ \
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Updates the yaml docs to match the environment docs regarding `GIT_STRATEGY=none`
See merge request gitlab-org/gitlab-ce!30283
|
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Notes that `GIT_STRATEGY` should be set to `none` so that the
job doesn't fail when triggered automatically when the branch
is deleted.
|
|\ \ \ \ \ \
| |_|/ / / /
|/| | | | |
| | | | | |
| | | | | | |
Docs: Update Auto Deploy link to page instead of redirect
See merge request gitlab-org/gitlab-ce!30325
|
| | |/ / /
| |/| | | |
|
|\ \ \ \ \
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
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
|