| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
This adds `project:, file:, ref:` specification support.
|
|\
| |
| |
| |
| |
| |
| | |
Include templates
Closes #53445
See merge request gitlab-org/gitlab-ce!23495
|
| |
| |
| |
| |
| | |
This rewrites a syntax to allow include of templates.
This also normalises the syntax used by include: feature
|
|\ \
| | |
| | |
| | |
| | | |
Don't ingore the `gitlab.pot` in ee_compat_check
See merge request gitlab-org/gitlab-ce!24151
|
| | |
| | |
| | |
| | |
| | |
| | | |
If there are new strings in CE, they need to be added to EE
manually. As the `locale/gitlab.pot` file can't be merged
automatically during the upstream merge.
|
|\ \ \
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Guarantee visually correct order of runners on the "Admin Area > Runners" page
Closes #49791
See merge request gitlab-org/gitlab-ce!21627
|
| | | |
| | | |
| | | |
| | | | |
Web interface with sorting enabled.
|
|\ \ \ \
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Documentation for Release page MVC
Closes #41766
See merge request gitlab-org/gitlab-ce!23901
|
|/ / / / |
|
|\ \ \ \
| |_|/ /
|/| | |
| | | |
| | | | |
Support asset links creation in `POST /projects/:id/release`
See merge request gitlab-org/gitlab-ce!24056
|
| | | | |
|
| | | | |
|
| | | | |
|
| | | | |
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Fix coding style
Improve coding style
Decouple UPDATE and DELETE operations of asset links
Rename links_attributes to assets:links
Rename exposed param and updated spec
|
| | | |
| | | |
| | | |
| | | | |
Fix spec for mysql unique validation failure
|
| | | |
| | | |
| | | |
| | | | |
Releases::Source and Releases::Link are covered by tests
|
| | | | |
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
- Add Releases::Links model
- Expose it in release API
- Add integration tests
|
|\ \ \ \
| | | | |
| | | | |
| | | | |
| | | | | |
Mark references to openshift template as deprecated
See merge request gitlab-org/gitlab-ce!24092
|
|/ / / / |
|
|\ \ \ \
| |/ / /
|/| | |
| | | |
| | | | |
Update @gitlab/svgs to latest version
See merge request gitlab-org/gitlab-ce!24148
|
| | | | |
|
|\ \ \ \
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
into 'master'
Deprecate Auto Deploy's quick start guide
Closes #55853
See merge request gitlab-org/gitlab-ce!24096
|
| | | | |
| | | | |
| | | | |
| | | | | |
Signed-off-by: Takuya Noguchi <takninnovationresearch@gmail.com>
|
|\ \ \ \ \
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Green pipeline for feature freeze PROCESS
See merge request gitlab-org/gitlab-ce!23809
|
| | | | | | |
|
| | | | | | |
|
|\ \ \ \ \ \
| |_|_|/ / /
|/| | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Specific CI indexes to avoid statement timeout.
Closes #50763
See merge request gitlab-org/gitlab-ce!23188
|
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
This is useful to distinguish any other indexes on the same columns but
with different conditions and/or sorting.
|
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
This adds specific indexes to speed up the query mentioned in
https://gitlab.com/gitlab-org/gitlab-ce/issues/50763 and to avoid
statement timeouts.
Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/50763.
|
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
ActiveRecord supports `:order` natively, but it is skipped because of
our specific patch to support opclasses.
Relevant AR code:
https://github.com/rails/rails/blob/5-0-stable/activerecord/lib/active_record/connection_adapters/abstract/schema_statements.rb#L1167
|
|\ \ \ \ \ \
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
Create shared gl-modal-vuex component and module
See merge request gitlab-org/gitlab-ce!24140
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
**Why?**
It is significantly easier to manage the visibility of the modal in
Vuex. The module contains the state and mutations to manage this.
The component wraps GlModal and syncs the visibility with the module.
|
|\ \ \ \ \ \ \
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
Resolve "Add "Submit feedback" in-product feedback link"
Closes #43623
See merge request gitlab-org/gitlab-ce!23547
|
| | |_|_|_|/ /
| |/| | | | | |
|
|\ \ \ \ \ \ \
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
Make RBAC enabled by default for new clusters
Closes #53696
See merge request gitlab-org/gitlab-ce!24119
|
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
Many changes were also made to tests that expected this to default to
false.
|
|\ \ \ \ \ \ \ \
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | | |
Made user_popovers_spec more stable
See merge request gitlab-org/gitlab-ce!24145
|
| | | | | | | | | |
|
|\ \ \ \ \ \ \ \ \
| | | | | | | | | |
| | | | | | | | | |
| | | | | | | | | |
| | | | | | | | | | |
Bring back reverted Gold Trial MR (CE backport)
See merge request gitlab-org/gitlab-ce!23621
|
| | | | | | | | | |
| | | | | | | | | |
| | | | | | | | | |
| | | | | | | | | | |
https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/8731
|
|\ \ \ \ \ \ \ \ \ \
| | | | | | | | | | |
| | | | | | | | | | |
| | | | | | | | | | |
| | | | | | | | | | |
| | | | | | | | | | |
| | | | | | | | | | |
| | | | | | | | | | |
| | | | | | | | | | | |
'master'
Use cheap operation for `Ci::Pipeline#all_merge_requests`
Closes #54907
See merge request gitlab-org/gitlab-ce!24115
|
| | | | | | | | | | | |
|
|\ \ \ \ \ \ \ \ \ \ \
| |_|_|_|/ / / / / / /
|/| | | | | | | | | |
| | | | | | | | | | |
| | | | | | | | | | |
| | | | | | | | | | |
| | | | | | | | | | |
| | | | | | | | | | |
| | | | | | | | | | | |
into 'master'
Add a comment on `Ci::Pipeline#git_ref` about merge request ref
Closes #54908
See merge request gitlab-org/gitlab-ce!24114
|
| |/ / / / / / / / / |
|
|\ \ \ \ \ \ \ \ \ \
| | | | | | | | | | |
| | | | | | | | | | |
| | | | | | | | | | |
| | | | | | | | | | |
| | | | | | | | | | |
| | | | | | | | | | | |
Only validate project visibility when it has changed
Closes #55881
See merge request gitlab-org/gitlab-ce!24142
|
| | | | | | | | | | |
| | | | | | | | | | |
| | | | | | | | | | |
| | | | | | | | | | |
| | | | | | | | | | |
| | | | | | | | | | |
| | | | | | | | | | |
| | | | | | | | | | |
| | | | | | | | | | |
| | | | | | | | | | |
| | | | | | | | | | |
| | | | | | | | | | | |
On GitLab.com, there are hundreds of projects that have visibility
levels that are inconsistent with the fork or group settings. Most
likely, this happened during a GitLab project import because the
validation was bypassed. Attempting to migrate these projects to hashed
storage fails even though the migration doesn't touch the visibility
settings. Skipping the visibility validation allows the migration to go
through.
Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/55881
|
|\ \ \ \ \ \ \ \ \ \ \
| | | | | | | | | | | |
| | | | | | | | | | | |
| | | | | | | | | | | |
| | | | | | | | | | | |
| | | | | | | | | | | |
| | | | | | | | | | | | |
'49056-configure-auto-devops-deployed-applications-with-secrets-that-aren-t-committed-to-the-repo' into 'master'
Configure Auto DevOps deployed applications with secrets from prefixed CI variables
See merge request gitlab-org/gitlab-ce!23719
|
| | | | | | | | | | | |
| | | | | | | | | | | |
| | | | | | | | | | | |
| | | | | | | | | | | |
| | | | | | | | | | | |
| | | | | | | | | | | |
| | | | | | | | | | | | |
We assert that a K8S_SECRET_* variable is ingestible by our Rack
application
Re-use project and cluster resources in Auto DevOps QA
|