| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|\
| |
| |
| |
| |
| |
| | |
Upload new Knapsack report instead of merging
Closes #64428
See merge request gitlab-org/gitlab-ce!30612
|
| | |
|
|\ \
| | |
| | |
| | |
| | | |
Handle trailing slashes when generating issue URLs
See merge request gitlab-org/gitlab-ce!30911
|
| | |
| | |
| | |
| | | |
Applies to issues_url and new_issue_url
|
|\ \ \
| | | |
| | | |
| | | |
| | | | |
use the property of name_with_namespace instead of name for the new issue form in group boards
See merge request gitlab-org/gitlab-ce!30021
|
|/ / /
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
form in boards
add a new attribute for name_with_namespace
prettier the changed code
|
|\ \ \
| | | |
| | | |
| | | |
| | | | |
Add info about mdl to documentation
See merge request gitlab-org/gitlab-ce!30792
|
|/ / / |
|
|\ \ \
| |/ /
|/| |
| | |
| | |
| | |
| | | |
Updates check_mentions_for_xss_spec to use admin token for creating the user
Closes gitlab-org/quality/staging#65
See merge request gitlab-org/gitlab-ce!30943
|
| | | |
|
|\ \ \
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Documentation for email confirmation signup restriction
Closes #63060
See merge request gitlab-org/gitlab-ce!30968
|
|/ / / |
|
|\ \ \
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Document all the available options for SAST
Closes gitlab-ee#10120
See merge request gitlab-org/gitlab-ce!30747
|
|/ / /
| | |
| | |
| | |
| | |
| | |
| | | |
Port all info from:
- security-products/sast/blob/master/docs/README.md
- security-products/sast/blob/master/docs/analyzers.md
|
|\ \ \
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
'64768-update-email-address-on-how-to-reset-your-root-password-docs' into 'master'
Resolve "Update email address on How to reset your root password docs"
Closes #64768
See merge request gitlab-org/gitlab-ce!30926
|
| | | | |
|
|\ \ \ \
| | | | |
| | | | |
| | | | |
| | | | | |
Fix unordered list spacing (part 2)
See merge request gitlab-org/gitlab-ce!30796
|
|/ / / /
| | | |
| | | |
| | | |
| | | |
| | | | |
Correct the spacing of unordered markdown lists
in docs, to maintain standards of documentation,
in /user and others.
|
|\ \ \ \
| | | | |
| | | | |
| | | | |
| | | | | |
Standardize page objects use on CE Plan tests
See merge request gitlab-org/gitlab-ce!30962
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
This is a first iteration to address the following issue:
https://gitlab.com/gitlab-org/quality/team-tasks/issues/168
Note: depends on
https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/30945
|
|\ \ \ \ \
| |/ / / /
|/| | | |
| | | | |
| | | | | |
Wiki Usage Ping for Create SMAU
See merge request gitlab-org/gitlab-ce!30864
|
|/ / / /
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
This adds a counter to count page creation, which is reflected in the
usage-data we collect.
The number created is stored in Redis, avoiding DB access.
|
|\ \ \ \
| | | | |
| | | | |
| | | | |
| | | | | |
Refactor collapse issue comments end-to-end test
See merge request gitlab-org/gitlab-ce!30902
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
To:
- Better separate scopes (pre-conditions on before, tests on it)
- Remove unnecessary expectation
- Replace other unnecessary expectations by page.assert_text
- Move variables closer to where they're used
|
|\ \ \ \ \
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Refactor create issue end-to-end test
See merge request gitlab-org/gitlab-ce!30945
|
| | |_|/ /
| |/| | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
This refactor:
- Moves the tests pre-conditions to a before blocks
- Creates an issue via the api for the second test to improve the
test suite performance
|
|\ \ \ \ \
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Fixes typo in developer documentation
See merge request gitlab-org/gitlab-ce!30964
|
| | | | | | |
|
|\ \ \ \ \ \
| |/ / / / /
|/| | | | |
| | | | | |
| | | | | | |
Fix the project auto devops API
See merge request gitlab-org/gitlab-ce!30946
|
|/ / / / /
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
If `project_auto_devops.enabled` is nil for a project, when setting any
auto devops values via the API, we try to create a new row in the DB,
instead of re-using the existing one. This leads to the project_id
being set to nil, and the database `NOT NULL` constraint leading to a
500 response.
This commit resolves the issue by correctly detecting the presence of a
ProjectAutoDevops row and re-using it. Persistence is also moved away
from explicit `update!` calls and into relying on `autosave: true` on
the model.
|
|\ \ \ \ \
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Fix Gitaly auto-detection caching
Closes #64802
See merge request gitlab-org/gitlab-ce!30954
|
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
If `GitalyClient#can_use_disk?` returned `false`, it was never cached
properly and led to excessive number of Gitaly calls. Instead of using
`cached_value.present?`, we need to check `cached_value.nil?`.
Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/64802
|
|\ \ \ \ \ \
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
Remove duplicate buttons
Closes #64160
See merge request gitlab-org/gitlab-ce!30757
|
| | | | | | | |
|
|\ \ \ \ \ \ \
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
Document database review process
See merge request gitlab-org/gitlab-ce!30405
|
|/ / / / / / /
| | | | | | |
| | | | | | |
| | | | | | | |
See https://gitlab.com/gitlab-com/gl-infra/infrastructure/issues/6069
|
|\ \ \ \ \ \ \
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
Get rid of `worker_label` in RubySampler
See merge request gitlab-org/gitlab-ce!30942
|
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
We have Prometheus::PidProvider which sets correct worker id for a
process, so such implementation of `worker_label` in the sampler is
obsolete.
|
|\ \ \ \ \ \ \ \
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | | |
Avoid increasing redis counters when usage_ping is disabled
See merge request gitlab-org/gitlab-ce!30949
|
|/ / / / / / / / |
|
|\ \ \ \ \ \ \ \
| |_|_|/ / / / /
|/| | | | | | |
| | | | | | | |
| | | | | | | | |
Fixes the alignment on reports
See merge request gitlab-org/gitlab-ce!30839
|
|/ / / / / / /
| | | | | | |
| | | | | | |
| | | | | | | |
- Removes a justify-center class that causes reports to centrally align
|
|\ \ \ \ \ \ \
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
Centers loading icon in CI action
Closes #64265
See merge request gitlab-org/gitlab-ce!30947
|
| | | | | | | | |
|
|\ \ \ \ \ \ \ \
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | | |
Use `issuable_path` helper
See merge request gitlab-org/gitlab-ce!30913
|
| | | | | | | | | |
|
|\ \ \ \ \ \ \ \ \
| |_|_|_|_|/ / / /
|/| | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | | |
Resolve "Export frontend fixtures as pipeline artifact"
Closes #64722 and #59166
See merge request gitlab-org/gitlab-ce!30917
|
| | | | | | | | | |
|
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | | |
Moves every fixture source file from
spec/javascripts to spec/frontend
|