| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
| |
Fixes https://sentry.gitlap.com/gitlab/gitlabcom/issues/27545/
|
|\
| |
| |
| |
| | |
Normalize sizes in Gitlab::Git::Blob
See merge request !10742
|
| | |
|
|/ |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
Closes #30972
|
|\
| |
| |
| |
| |
| |
| | |
Implement Users::BuildService
Closes #30349
See merge request !10675
|
| | |
|
|\ \
| | |
| | |
| | |
| | |
| | |
| | | |
Expand components version specification format to allow branches
Closes gitaly#183
See merge request !10610
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Currently we specify versions for Gitlab-Shell, Workhorse and Gitaly
using version strings, to which we prepend 'v' and assume are tags.
These changes allow branches or tags with other name formats to be
specified by prepending '=' to the version string (á la govendor).
We also simplify the process to reset to the given version (now a
branch or tag): Right now there's a check to supposedly try to avoid
fetching from the remote the version if it already exist locally. But
the previous logic already clones if the directory doesn't exist or
fetches if it does, so this check is pointless. We can safely assume the
version exists once we get to the reset stage.
|
|\ \ \
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Fix appending state to issuable references
Closes #30874
See merge request !10683
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Closes #30874.
Ignore nodes with no children.
Append directly to the node instead of the last child of the node
to avoid inheriting formatting from the last child
|
|\ \ \ \
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
After Trace#limit, we seek to the next line in case
Closes #30796
See merge request !10681
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
then it's fine to skip the first line because
it won't be very noticeable
|
| |/ / /
| | | |
| | | |
| | | | |
of breaking ANSI sequence or Unicode
|
| | | | |
|
|/ / / |
|
| | |
| | |
| | |
| | | |
This reverts commit 22726942fe0b6c11c20de070cc9784de12ca2ce6.
|
| |/
|/| |
|
|\ \
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
'omnibus-gitlab-1993-check-shell-repositories-path-group-is-root' into 'master'
Fix the `gitlab:gitlab_shell:check` task
Closes omnibus-gitlab#1993
See merge request !10645
|
| |/
| |
| |
| |
| |
| |
| | |
Make the `gitlab:gitlab_shell:check` task check that the repositories storage
path are owned by the `root` group
Signed-off-by: Rémy Coutable <remy@rymai.me>
|
|\ \
| |/
|/|
| |
| | |
Prepare for zero downtime migrations
See merge request !9976
|
| |
| |
| |
| |
| |
| |
| | |
Starting with GitLab 9.1.0 we will no longer allow downtime migrations
unless absolutely necessary. This commit updates the various developer
guides and adds code that is necessary to make zero downtime migrations
less painful.
|
|\ \
| | |
| | |
| | |
| | | |
Include CONTRIBUTING.md file when importing .gitlab-ci.yml templates
See merge request !10653
|
| | | |
|
|\ \ \
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
removes redundant code from database.rb
Closes #29056
See merge request !10583
|
| | | | |
|
|\ \ \ \
| |_|_|/
|/| | |
| | | |
| | | | |
Return nil as coverage instead of a File object
See merge request !10633
|
| |/ /
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Given a valid pipeline job, and a regex which wouldn't match to a jobs
trace, the stream of the trace would return the File object. This was
not the case when it matched a value, as that would have been return
from the block.
Now the `extract_coverage` method returns `nil` if no match was found.
|
|\ \ \
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Api fix build events rename to Job events
Closes #30412
See merge request !10586
|
| | |/
| |/|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
When renaming, the argument on the projects hook API was forgotten. Now
one could successfully set it again.
The fix is a little ugly stylewise, but needed as the underlying model
still refers to it as build_events. This commit is to fix it, later we
should migrate the data to a new column. The edit on the spec file makes
sure it passes now, and will fail when we migrate the column.
|
|\ \ \
| |/ /
|/| |
| | |
| | | |
Setup and run a Gitaly server for testing if GitalyClient is enabled
See merge request !10298
|
| | | |
|
|\ \ \
| | | |
| | | |
| | | |
| | | | |
[BB Importer] Save the error trace and the whole raw document
See merge request !9604
|
| | |/
| |/| |
|
|\ \ \
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Link to outdated diff in older MR version from outdated diff discussion
Closes #27865
See merge request !10572
|
| | | | |
|
|\ \ \ \
| |_|/ /
|/| | |
| | | |
| | | |
| | | |
| | | | |
Resolve "API: Separate CE params to avoid wrong conflict resolutions"
Closes #28017
See merge request !10484
|
| | | | |
|
| | | | |
|
|\ \ \ \
| |/ / /
|/| | |
| | | |
| | | |
| | | |
| | | | |
Fix container repository/tag location text copied into the clipboard
Closes #30695
See merge request !10587
|
| |/ / |
|
|\ \ \
| | | |
| | | |
| | | |
| | | | |
Backport Git-env code from EE "Fix push rules on Git 2.11" (gitlab-org/gitlab-ee!1525)
See merge request !10547
|
| | | |
| | | |
| | | |
| | | | |
Signed-off-by: Rémy Coutable <remy@rymai.me>
|
| | | |
| | | |
| | | |
| | | | |
Signed-off-by: Rémy Coutable <remy@rymai.me>
|