| Commit message (Collapse) | Author | Age | Files | Lines |
|\
| |
| |
| |
| | |
Add documentation for panel types
See merge request gitlab-org/gitlab-ce!30695
|
|/
|
|
|
|
|
| |
This adds documentation on how to add
area and single stat panel types for the
monitoring dashboards using custom yml
files
|
|\
| |
| |
| |
| |
| |
| | |
Clean up the Gitaly docs
Closes #64396
See merge request gitlab-org/gitlab-ce!30584
|
|/
|
|
|
|
| |
- Add missing path to Gitaly configuration
- Properly list steps for Gitaly configurations
- Move sections around
|
|\
| |
| |
| |
| | |
change BoardService in favor of boardsStore on board blank state of the component board
See merge request gitlab-org/gitlab-ce!30546
|
|/
|
|
| |
toHaveBeenCalledWith for the pre-defined labels test
|
|\
| |
| |
| |
| |
| |
| | |
Remove gitlab:ui:visual job
Closes #64666
See merge request gitlab-org/gitlab-ce!30918
|
|/ |
|
|\
| |
| |
| |
| | |
Added mention of Quick actions
See merge request gitlab-org/gitlab-ce!30881
|
|/ |
|
|\
| |
| |
| |
| | |
Added mention of autocomplete characters
See merge request gitlab-org/gitlab-ce!30877
|
|/ |
|
|\
| |
| |
| |
| | |
Refactor check mentions for xss test
See merge request gitlab-org/gitlab-ce!30914
|
| |
| |
| |
| |
| |
| |
| | |
The refactor consists in:
- Better scopping preconditions and the test definition
- Removing a variable that was being used in a single palce, and
use the string directly instead.
|
|\ \
| | |
| | |
| | |
| | | |
Add documentation for bulk editing issue milestones at group level
See merge request gitlab-org/gitlab-ce!30398
|
|/ /
| |
| |
| |
| |
| | |
- Add new page to group docs for bulk editing issues
- Add link to new section to group index
- Amend bulk editing page at a project level to remove issues from note
|
|\ \
| | |
| | |
| | |
| | | |
Create documentation for the manual sorting / re-ordering capability
See merge request gitlab-org/gitlab-ce!30795
|
|/ / |
|
|\ \
| | |
| | |
| | |
| | |
| | |
| | | |
Adds chaos endpoints to Sidekiq
Closes #64663
See merge request gitlab-org/gitlab-ce!30814
|
| | |
| | |
| | |
| | |
| | | |
This allows the chaos endpoints to be invoked in Sidekiq so that this
environment can be tested for resilience.
|
|\ \ \
| | | |
| | | |
| | | |
| | | | |
Add issue link to disabled JUnit reports
See merge request gitlab-org/gitlab-ce!30912
|
|/ / / |
|
|\ \ \
| | | |
| | | |
| | | |
| | | | |
Fix QA documentation to refer to perform method
See merge request gitlab-org/gitlab-ce!30872
|
|/ / /
| | |
| | |
| | |
| | |
| | | |
The documentation referred to the .act method
This MR changes this to refer to the preferred
.perform method
|
|\ \ \
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
'10270-milestones-should-not-be-set-on-epics-issue-promotion-ce' into 'master'
CE port for milestones should not be set on epics issue promotion
See merge request gitlab-org/gitlab-ce!30633
|
|/ / / |
|
|\ \ \
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Fix bug in dashboard display of closed milestones
Closes #59381
See merge request gitlab-org/gitlab-ce!30820
|
| | | | |
|
| | | | |
|
| | | | |
|
| | | | |
|
|\ \ \ \
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Enable RuboCop syntax linting in haml-lint
Closes #64753
See merge request gitlab-org/gitlab-ce!30903
|
| | | | | |
|
| | | | | |
|
| | | | |
| | | | |
| | | | |
| | | | | |
Also ensures we check Syntax with RuboCop, which is different.
|
|\ \ \ \ \
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Fix broken handling for outdated test repos
See merge request gitlab-org/gitlab-ce!30893
|
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
The call to init had the side effect of starting another Gitaly process,
and didn't actually correctly delete the test repositories.
|
|\ \ \ \ \ \
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
Update usage ping cron behavior
See merge request gitlab-org/gitlab-ce!30842
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
* Splay the start by sleeping up to one minute.
* Adjust sideikiq retries to try up to approximately three hours.
* Randomize the minute fully within the hour.
* Psudo-randomize the day of the week based on the instance UUID.
|
|\ \ \ \ \ \ \
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
Improves add_timestamps_with_timezone helper
See merge request gitlab-org/gitlab-ce!30720
|
|/ / / / / / /
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
This improves the `add_timestamps_with_timezone` helper by allowing the
column names to be configured. This has the advantage that unnecessary
columns can be avoided, saving space.
A helper for removing the columns is also provided, to be used in the
`down` method of migrations.
|
|\ \ \ \ \ \ \
| |_|_|/ / / /
|/| | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
Add Rugged calls and duration to API and Rails logs
Closes #64676
See merge request gitlab-org/gitlab-ce!30871
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
This adds `rugged_duration_ms` and `rugged_calls` fields to
`api_json.log` and `production_json.log`. This will make it easier to
identify performance issues caused by excessive I/O.
Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/64676
|
|\ \ \ \ \ \ \
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
Add profile mode to extend request profiling
See merge request gitlab-org/gitlab-ce!30126
|
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
Extend the support for "X-Profile-Token: <token>" to have an additional
header that defines type of profile we are looking for, like:
X-Profile-Mode: execution
X-Profile-Mode: memory
|
|\ \ \ \ \ \ \ \
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | | |
Fix pid providing for Prometheus
Closes #63870
See merge request gitlab-org/gitlab-ce!30474
|
|/ / / / / / / /
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
Use relative worker identifier for metrics (instead of Process.pid) and
identify when Unicorn/Puma/Sidekiq is used.
Previously, it was assumed that all metrics are gathered from Unicorn
due to hardcoded implementation which was incorrect.
|
|\ \ \ \ \ \ \ \
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | | |
Fix inconsistency in Redis performance bar stats
Closes #64707
See merge request gitlab-org/gitlab-ce!30866
|
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | | |
peek-redis resets its counters at the start of an ActionController
notification (`start_processing.action_controller`), which causes it to
miss some Redis queries that precede it, such as the database load
balancer and Rack Attack queries. This produces inconsistencies in the
performance bar between the number of calls and their durations with the
actual calls in the detailed view.
We fix this by getting rid of peek-redis in favor of consolidating all
logic into the `RedisDetailed` view, which tracks Redis queries using
`RequestStore`. This has the nice property of removing thread-specific
counters as well.
Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/64707
|
|\ \ \ \ \ \ \ \ \
| |_|/ / / / / / /
|/| | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | | |
Resolve "Tooltips on note timestamps not showing for issues"
Closes #64669
See merge request gitlab-org/gitlab-ce!30846
|