| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
| |
In the previous code, we locked the project during the migration
scheduling step, which works fine for small setups, but can be
problematic in really big installations.
We now moved the logic to inside the worker, so we minimize the time a
project will be read-only. We also make sure we only do that if
reference counter is `0` (no current operation is in progress).
|
|
|
|
|
| |
This MR also removes other reports and uses one common set of fixtures
for all test types.
|
|\
| |
| |
| |
| |
| |
| | |
Expose `CI_API_V4_URL` CI/CD variable
Closes #54621
See merge request gitlab-org/gitlab-ce!23936
|
| | |
|
| | |
|
| | |
|
| |
| |
| |
| |
| | |
This commits adds a new class that is supposed to represent Grape API
version, like `v3` or `v4`.
|
| | |
|
|\ \
| | |
| | |
| | |
| | |
| | |
| | | |
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
|
|\ \ \
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
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.
|
| | | | |
|
| | | | |
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
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
|
|\ \ \ \
| | | | |
| | | | |
| | | | |
| | | | | |
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.
|
|\ \ \ \
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
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
|
|\ \ \ \ \ \
| |_|/ / / /
|/| | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
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
|
|\ \ \ \ \ \
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
Support new issue creation by email without subaddressing
Closes #29951
See merge request gitlab-org/gitlab-ce!23523
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
including verifying the project_slug
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
We now use `-issue` in order to support catch all email addresses
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
We now use `-merge-request` instead of `+merge-request+`
in order to support catch all email addresses
|
| | |/ / / /
| |/| | | |
| | | | | |
| | | | | |
| | | | | | |
We now use `-unsubscribe` instead of `+unsubscribe`
in order to support catch all email addresses
|
|\ \ \ \ \ \
| |_|_|/ / /
|/| | | | |
| | | | | |
| | | | | | |
[CE] Don't run checks for changed refs when specific changes are unknown
See merge request gitlab-org/gitlab-ce!23990
|
| | | | | | |
|
| | | | | | |
|
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
When the `changes` passed to `GitAccess` are the literal string `_any`,
which indicates that this is a pre-authorization check, we now check
whether the user can push to any branch in the project in question,
instead of running the per-change check with `oldrev` `_any`, `newrev`
`nil`, and `ref` `nil`.
|
| | | | | | |
|
| | | | | | |
|
|\ \ \ \ \ \
| |_|_|/ / /
|/| | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Fix clone URL not showing if protocol is HTTPS
Closes #55896
See merge request gitlab-org/gitlab-ce!24131
|
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
GitLab 11.6.2 fixed the case for HTTP. However, HTTPS still did
not work because the protocol returned to `http_enabled?`
was the actual protocol in use (e.g. `https` instead of `http`).
Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/55896
|
|\ \ \ \ \ \
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
'master'
Resolve "Add markdown editing buttons to the file editor"
Closes #27861
See merge request gitlab-org/gitlab-ce!23480
|
| | |/ / / /
| |/| | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Currently, we have markdown files in many places (e.g. comments, new
issues, etc.). This Merge Request detects if the file being edited is a
markdown file and adds markdown buttons and their functionality to the
single file editor (Not the web IDE)
|
| |/ / / /
|/| | | | |
|
|\ \ \ \ \
| |_|/ / /
|/| | | |
| | | | |
| | | | | |
Added Comment to user avatar Image, Changed Fixtures to created ones, added shadow color
See merge request gitlab-org/gitlab-ce!23768
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Needed to reorder css variables
Neede to reorder vars again
Added Changelog
|
|\ \ \ \ \
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
CE Port of "(Part 1) FE multiple approval rules settings - empty state"
See merge request gitlab-org/gitlab-ce!24087
|
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
**Why?**
- This is needed to add buttons to the callout
|
|\ \ \ \ \ \
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
Fix deprecation: Using positional arguments in integration tests
See merge request gitlab-org/gitlab-ce!24110
|