| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
| |
It consists of two parts:
1. Redirecting users to the configured external storage
1. Allowing the external storage to request the static object(s)
on behalf of the user by means of specific tokens
Part of https://gitlab.com/gitlab-com/gl-infra/infrastructure/issues/6829
|
|\
| |
| |
| |
| | |
Extend License Compliance entity for Pipelines and MR view
See merge request gitlab-org/gitlab-ce!32709
|
|/ |
|
|\
| |
| |
| |
| | |
DAG changes for setup-test-env and review-deploy
See merge request gitlab-org/gitlab-ce!32366
|
| |
| |
| |
| |
| |
| | |
Add needs for all jobs which require setup-test-env and
move review-build-cng to additional stage review-prepare
to decrease wait time for jobs in pipeline
|
|\ \
| | |
| | |
| | |
| | | |
Add Danger Roulette rules for pipeline files
See merge request gitlab-org/gitlab-ce!32616
|
| | | |
|
|\ \ \
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
into 'master'
Resolve "user-content.gitlab-static.net brings back 404 only"
See merge request gitlab-org/gitlab-ce!32703
|
| | |/
| |/| |
|
|\ \ \
| | | |
| | | |
| | | |
| | | | |
Add note about updating permissions
See merge request gitlab-org/gitlab-ce!32700
|
|/ / / |
|
|\ \ \
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Update user permission group name
Closes #65975
See merge request gitlab-org/gitlab-ce!32321
|
| | | | |
|
|\ \ \ \
| |_|_|/
|/| | |
| | | |
| | | | |
Interruptible builds for redundant pipelines
See merge request gitlab-org/gitlab-ce!23464
|
|/ / /
| | |
| | |
| | |
| | |
| | |
| | | |
Since it is not possible to dynamically detect if a job is automatically
cancellable or not, a this new attribute is necessary. Moreover, it let
the maintainer of the repo to adjust the behaviour of the auto cancellation
feature to match exactly what he needs.
|
|\ \ \
| |_|/
|/| |
| | |
| | | |
Update doc guidelines with markdownlint info
See merge request gitlab-org/gitlab-ce!32273
|
|/ /
| |
| |
| |
| | |
Move details of markdownlint mostly to the documentation
index for a SSoT, and link apropriately
|
|\ \
| | |
| | |
| | |
| | | |
Extract /internal/allowed API Actor logic out
See merge request gitlab-org/gitlab-ce!31564
|
| | |
| | |
| | |
| | |
| | |
| | | |
Created new API::Support::GitAccessActor class to
encapsulate some of the more edge logic, making
the /internal/allowed route much cleaner.
|
|\ \ \
| | | |
| | | |
| | | |
| | | | |
EE->CE: Structure for "Require code owner approval on pushes"
See merge request gitlab-org/gitlab-ce!32607
|
|/ / /
| | |
| | |
| | |
| | |
| | |
| | | |
These are the structural changes for supporting the EE feature of moving
"code_owner_approval_required" state from existing on a project to being
on the protected branches individually, allowing for CODEOWNER
validation on push events.
|
|\ \ \
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Add helper to wait for axios requests in frontend tests
Closes #60972
See merge request gitlab-org/gitlab-ce!30887
|
|/ / /
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Add two methods to the axios_utils Jest mock:
- `waitFor(url)`, which returns a Promise that resolves when the
next request to `url` finishes.
- `waitForAll()`, which returns a Promise that resolves when all
pending requests finish.
|
|\ \ \
| | | |
| | | |
| | | |
| | | | |
Resolve "Migrate spec/javascripts/ide/components/preview/clientside_spec.js to Jest"
See merge request gitlab-org/gitlab-ce!32294
|
|/ / / |
|
|\ \ \
| | | |
| | | |
| | | |
| | | | |
Refactor new undo_cleanup_concurrent_column_rename migration helper
See merge request gitlab-org/gitlab-ce!32343
|
|/ / /
| | |
| | |
| | |
| | |
| | | |
- Move code for creating a new column from old into a function so that
it can be reused.
- Also add comments above the methods.
|
|\ \ \
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
'66150-remove-dynamically-constructed-feature-flags-starting-with-prometheus_transaction_' into 'master'
Resolve "Remove dynamically constructed feature flags starting with `prometheus_transaction_`"
Closes #66150
See merge request gitlab-org/gitlab-ce!32395
|
| | | |
| | | |
| | | |
| | | | |
Those feature flags were always enabled so we can remove them safely.
|
|\ \ \ \
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Makes custom Pages domain open as external link in new tab
Closes #66067
See merge request gitlab-org/gitlab-ce!32130
|
| | | | | |
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Creates a helper method that takes body text and a url.
The output is a external link with icon.
It contains the noopenner noreferrer attributes for security.
Usage: external_link(domain.title, domain.url)
Add rspec test for ExternalLinkHelper
Add changelog for MR 32130
|
| | | | | |
|
| | | | | |
|
| | | | | |
|
| | | | |
| | | | |
| | | | |
| | | | | |
Additionally adds noopener noreferrer as addtional security
|
|\ \ \ \ \
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
'docs/9102-hide-dismissed-vulnerabilities-in-the-group-security-dashboard' into 'master'
Update security dashboards documentation
See merge request gitlab-org/gitlab-ce!32674
|
|/ / / / /
| | | | |
| | | | |
| | | | |
| | | | | |
Reflect the addition of a "hide dismissed vulnerabilities" toggle in
security dashboards, see https://gitlab.com/gitlab-org/gitlab-ee/issues/9102
|
|\ \ \ \ \
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Add .gitlab/ci/frontend.gitlab-ci.yml to frontend review roulette
See merge request gitlab-org/gitlab-ce!32466
|
|/ / / / / |
|
|\ \ \ \ \
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Adjust routable metric
See merge request gitlab-org/gitlab-ce!32591
|
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
* Define the counter once.
* Make metric name follow Prometheus naming conventions.
* Add label for call method.
|
|\ \ \ \ \ \
| |_|_|/ / /
|/| | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Avoid checking dns rebind protection in validation
Closes #66723
See merge request gitlab-org/gitlab-ce!32577
|
|/ / / / / |
|
|\ \ \ \ \
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Change serveo link as it often goes down
See merge request gitlab-org/gitlab-ce!32680
|
|/ / / / / |
|
|\ \ \ \ \
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Provide guidance on how docs global navigation should be structured
See merge request gitlab-org/gitlab-ce!32624
|
|/ / / / / |
|
|\ \ \ \ \
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Avoid calling freeze on already frozen strings in lib/gitlab
See merge request gitlab-org/gitlab-ce!32637
|
| | | | | | |
|