| Commit message (Collapse) | Author | Age | Files | Lines |
| |\
| |
| |
| |
| |
| |
| | |
Legacy disk path refactor
Closes gitaly#1111
See merge request gitlab-org/gitlab-ce!18364
|
| | |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Direct disk access is done through Gitaly now, so the legacy path was
deprecated. This path was used in Gitlab::Shell however. This required
the refactoring in this commit.
Added is the removal of direct path access on the project model, as that
lookup wasn't needed anymore is most cases.
Closes https://gitlab.com/gitlab-org/gitaly/issues/1111
|
| | |
| |
| |
| |
| |
| | |
* processes any pending records which are not migrated yet
* bumps import_export version because of new commits_count attribute
* removes commits_count fallback method
|
| |\ \
| |/ |
|
| | |
| |
| |
| | |
Signed-off-by: Rémy Coutable <remy@rymai.me>
|
| | | |
|
| | | |
|
| | |\
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
'master'
Resolve "Geo: Statement timeout counting local job artifacts"
Closes #45476
See merge request gitlab-org/gitlab-ce!18444
|
| | | | |
|
| | |\ \
| | |/
| |/|
| | |
| | |
| | |
| | | |
Email notification on issue due date
Closes #27500
See merge request gitlab-org/gitlab-ce!17985
|
| | | |\
| | | |
| | | |
| | | | |
# Conflicts:
# db/schema.rb
|
| | | | | |
|
| |/ / /
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
This model and the corresponding table will be used for storing settings
specific to CI/CD, starting with the "group_runners_enabled" boolean.
The model is called ProjectCiCdSetting and not ProjectCiCdSettings. The
project exporter doesn't like plural model names as it uses "classify"
which turns those into singular (so "ProjectCiCdSettings" becomes
"ProjectCiCdSetting", producing an error if said class is undefined).
The initial work in this commit was done by Dylan Griffith, with most of
the migration work being done by Yorick Peterse.
|
| |\ \ \
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Make archived projects completely read-only
Closes #44788
See merge request gitlab-org/gitlab-ce!18136
|
| | | |/
| |/|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
So we can distinguish between the permissions on the source and the
target project.
- `create_merge_request_from` indicates a user can create a merge
request with the project as a source_project
- `create_merge_request_in` indicates a user can create a merge
request with the project as a target_project
|
| |\ \ \
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Fix enviroments seeding on certain branch names
Closes #45051
See merge request gitlab-org/gitlab-ce!18263
|
| | |/ /
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Bit of a cryptic commit title, but our seeding will try to guard against
branchnames being anything but alphanumerical. These charachters we gsub
away but can't have an empty string as replacement.
This change is less efficient, but given that the number of seeded MRs
per project is very limited, this should be ok.
|
| |/ / |
|
| | | |
|
| | | |
|
| | |
| |
| |
| |
| |
| |
| | |
- Adds a default on expires_at datetime
- Modifies deploy tokens views to handle default expires at value
- Use datetime_with_timezone where possible
- Remove unused scopes
|
| | | |
|
| | |
| |
| |
| | |
We use controller actions to pass a newly created token and errors
|
| | | |
|
| | |
| |
| |
| |
| |
| | |
Also:
- Changes scopes from serializer to use boolean columns
- Fixes broken specs
|
| | |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Includes:
- Model, factories, create service and controller actions
- As usual, includes specs for everything
- Builds UI (copy from PAT)
- Add revoke action
Closes #31591
|
| |\ \
| | |
| | |
| | |
| | | |
Reschedule pipeline stages migration to run it again
See merge request gitlab-org/gitlab-ce!18191
|
| | | | |
|
| |/ /
| |
| |
| |
| |
| |
| |
| |
| |
| | |
'security-10-6'
[10.6] Prevent notes on confidential issues from being sent to chat
See merge request gitlab/gitlabhq!2366
# Conflicts:
# app/helpers/services_helper.rb
|
| |\ \
| |/
|/|
| |
| | |
Add closed by information to issue API
See merge request gitlab-org/gitlab-ce!17042
|
| | | |
|
| | | |
|
| | | |
|
| | | |
|
| |\ \
| | |
| | |
| | |
| | |
| | |
| | | |
Add per runner job timeout
Closes #43426
See merge request gitlab-org/gitlab-ce!17221
|
| | | | |
|
| | | | |
|
| | | | |
|
| | | | |
|
| | | | |
|
| | | | |
|
| | | | |
|
| | | | |
|
| | | | |
|
| | | | |
|
| | | | |
|
| | | | |
|
| | | |
| | |
| | |
| | |
| | | |
This will speed up the LIKE query in
RedirectRoute.matching_path_and_descendants
|
| |/ /
| |
| |
| |
| |
| | |
This removes the column that was added in
https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/15670 since we
will no longer be allowing _permanent_ redirects
|
| | |
| |
| |
| | |
Closes #44467.
|