| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
| |
Any submodule lines that had a CR-LF ending would be ignored by the parser.
Closes gitlab-org/gitlab-ce#2262
|
| |
|
|\
| |
| |
| |
| | |
Add closed by information to issue API
See merge request gitlab-org/gitlab-ce!17042
|
| | |
|
| | |
|
|\ \
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
into 'master'
Resolve "Migrate upload task fails for Upload with `store: nil`"
Closes #44774
See merge request gitlab-org/gitlab-ce!18082
|
| | | |
|
| | | |
|
|\ \ \
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Tweak restore rake task to provide an option to set alternate temporary backup directory
Closes #42593
See merge request gitlab-org/gitlab-ce!17516
|
| |/ /
| | |
| | |
| | |
| | |
| | |
| | | |
Instead of renaming existing storage directories to a timestamped
format, create a timestamped directory in a temporary location and move
the individual files and folders inside storage directories to it. This
helps us with nested storage directories.
|
| | | |
|
|/ /
| |
| |
| | |
Signed-off-by: Rémy Coutable <remy@rymai.me>
|
|\ \
| | |
| | |
| | |
| | |
| | |
| | | |
Fix background pipeline stages migration
Closes #44135
See merge request gitlab-org/gitlab-ce!18076
|
| | | |
|
|\ \ \
| |/ /
|/| |
| | |
| | |
| | |
| | | |
Add per runner job timeout
Closes #43426
See merge request gitlab-org/gitlab-ce!17221
|
| | | |
|
| | | |
|
| | | |
|
| | | |
|
| | | |
|
| | | |
|
| | | |
|
|\ \ \
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Ensure hooks run when a deploy key without a user pushes
Closes #44317
See merge request gitlab-org/gitlab-ce!18057
|
| | | | |
|
| | | | |
|
| | | | |
|
|\ \ \ \
| | | | |
| | | | |
| | | | |
| | | | | |
Allow merge requests related to a commit to be found via API
See merge request gitlab-org/gitlab-ce!18004
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
- Original work for the web interface here:
- https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/13713
|
|\ \ \ \ \
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
'master'
Resolve "Reference parsing conflicting with auto-linking"
Closes #44649
See merge request gitlab-org/gitlab-ce!18045
|
| | |_|/ /
| |/| | |
| | | | |
| | | | |
| | | | |
| | | | | |
We displayed the correct text as the link text (without double-encoding), but
didn't do the same for the actual link target, so any link containing an
ampersand would break when auto-linked.
|
|\ \ \ \ \
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Make all workhorse gitaly calls opt-out, take 2
See merge request gitlab-org/gitlab-ce!18043
|
| |/ / / / |
|
|\ \ \ \ \
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Test if remote repository exists before cloning
Closes #43929 and gitaly#1084
See merge request gitlab-org/gitlab-ce!18017
|
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
When a repository does not exist on a remote, Gitaly won't be able to
clone it. This is correct behaviour, but from the clients perspective a
change in behaviour.
This change implements the client side changes that allows Gitaly to
execute a `git ls-remote <remote-url> HEAD`. This way the client has no
need to shell out to Git.
In the situation where multiple Gitalies are available, one is chosen at
random.
This commit closes https://gitlab.com/gitlab-org/gitlab-ce/issues/43929,
while its also a part of https://gitlab.com/gitlab-org/gitaly/issues/1084
|
| | | | | | |
|
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
This will use the same query as `\di` to find an index on postgresql.
|
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Since the `permanent` column is not there anymore, we don't need to
create these indexes.
|
| |/ / / /
|/| | | |
| | | | |
| | | | |
| | | | | |
Removes permanent redirects, this means that redirects will only be
possible as long as the old route isn't taken by a new project/group.
|
| | | | |
| | | | |
| | | | | |
This reverts merge request !18002
|
| | | | | |
|
|\ \ \ \ \
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Fix listing commit branch/tags that contain special characters
Closes #43212
See merge request gitlab-org/gitlab-ce!18023
|
| | |_|/ /
| |/| | | |
|
|\ \ \ \ \
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Resolve "/ci/lint should support include keyword in config file"
Closes #43603
See merge request gitlab-org/gitlab-ce!17729
|
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Also includes a comment on Ci::Config regarding that's going to be
override by EE
|
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
- Create ci/lints controller inside project/
- Move js pages to be inside projects/
- Copy view ci/lint view to be inside project folder
- Remove ci/lint view and js files
Closes #43603
|
|\ \ \ \ \ \
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
LFS direct upload port to CE
Closes #44548
See merge request gitlab-org/gitlab-ce!17752
|
| | |_|/ / /
| |/| | | | |
|
|\ \ \ \ \ \
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
Add protected branch policy
See merge request gitlab-org/gitlab-ce!17982
|
| | | | | | | |
|
| |/ / / / /
|/| | | | | |
|