| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|\
| |
| |
| |
| | |
Fix code search when text is larger than max gRPC message size
See merge request gitlab-org/gitlab-ce!24111
|
| |
| |
| |
| |
| |
| |
| |
| | |
updates gitaly proto to 1.7.0, modifies the search files gitaly client
call to use the new chunked_response flag in the rpc request, and stitch
the responses together.
maintains backwards compatibility with older gitaly servers.
|
|\ \
| |/
|/|
| |
| |
| |
| | |
Describe how to set up a push mirror repository at GitLab
Closes #57062
See merge request gitlab-org/gitlab-ce!24834
|
| | |
|
| |
| |
| |
| | |
Signed-off-by: Juergen Kosel <juergen.kosel@gmx.de>
|
| |
| |
| |
| |
| |
| | |
Apply wording from https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/24834#note_138592349
Signed-off-by: Juergen Kosel <juergen.kosel@gmx.de>
|
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Apply of the following suggestions:
- https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/24834#note_137860004
- https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/24834#note_137860005
- https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/24834#note_137860006
Signed-off-by: Juergen Kosel <juergen.kosel@gmx.de>
|
| |
| |
| |
| |
| |
| |
| | |
As requested in issue https://gitlab.com/gitlab-org/gitlab-ce/issues/57062
describe how to set up a push mirror repository at GitLab.
Signed-off-by: Juergen Kosel <juergen.kosel@gmx.de>
|
|\ \
| | |
| | |
| | |
| | | |
Documentation: add a note about time sync between GitLab and k8s cluster
See merge request gitlab-org/gitlab-ce!24816
|
| | | |
|
| | | |
|
|\ \ \
| | | |
| | | |
| | | |
| | | | |
Added further details to the CI_PROJECT_DIR variable documentation
See merge request gitlab-org/gitlab-ce!24153
|
| | | | |
|
| | | |
| | | |
| | | |
| | | | |
dependency to the Runner builds_dir configuration option.
|
|\ \ \ \
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Clean up unicorn sampler metric labels
Closes #56788
See merge request gitlab-org/gitlab-ce!24626
|
| | | | |
| | | | |
| | | | |
| | | | | |
Update the list of GitLab metrics to include the missing metric names.
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Change `type` and `address` labels to be less generic to avoid conflicts
with other systems.
|
|\ \ \ \ \
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Upgrade gitaly to 1.18.0
See merge request gitlab-org/gitlab-ce!24981
|
|/ / / / / |
|
|\ \ \ \ \
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Resolve "Diff file headers on 'Compare' not quite right"
Closes #56938
See merge request gitlab-org/gitlab-ce!24783
|
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Use special classes when is_compare, similar to is_commit. Default
expectation is diff is being viewed in MR
|
|\ \ \ \ \ \
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
Send project name with Gitaly repository requests
Closes gitaly#1394
See merge request gitlab-org/gitlab-ce!23373
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
Upgrade gitaly-proto to 1.10.0 to have this field.
|
| | | | | | | |
|
| | | | | | | |
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
This makes it easier to access other project arguments in the future.
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
During creation of a repository, gl_repository may not be known because
that depends on a yet-to-be assigned project ID in the database
(e.g. project-1234), so for now it is blank.
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
With hashed storage, the project name may not necessarily be the project
name, so rename the variable to make it clear.
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
The previous behavior would pass in a list of parameters
to Shell, but we can improve this by using the WikiFormatter
and Project models to give us the same information.
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
Use project models instead of a list of parameters.
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
When hashed storage is in use, it's helpful to have the project
name associated with the request.
Closes https://gitlab.com/gitlab-org/gitaly/issues/1394
|
|\ \ \ \ \ \ \
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
Fix #44332 - Add support for profile and email
Closes #44332
See merge request gitlab-org/gitlab-ce!24335
|
|/ / / / / / / |
|
|\ \ \ \ \ \ \
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
Add list_projects endpoint to error tracking
See merge request gitlab-org/gitlab-ce!24700
|
|/ / / / / / / |
|
|\ \ \ \ \ \ \
| |_|/ / / / /
|/| | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
Add Go guidelines to developer docs
Closes #54494
See merge request gitlab-org/gitlab-ce!24661
|
|/ / / / / / |
|
|\ \ \ \ \ \
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
Fix incorrect stable branch name for templates
See merge request gitlab-org/gitlab-ce!24973
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
In https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/24962 the
stable branches were incorrectly changed to `stable-X-Y`. This commit
fixes this so we correctly use `X-Y-stable`.
|
|\ \ \ \ \ \ \
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
Add service to get sentry projects list
See merge request gitlab-org/gitlab-ce!24681
|
|/ / / / / / / |
|
|\ \ \ \ \ \ \
| |/ / / / / /
|/| | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
Avoid race conditions when creating GpgSignature
Closes #57304
See merge request gitlab-org/gitlab-ce!24939
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
This avoids race conditions when creating GpgSignature.
|
|\ \ \ \ \ \ \
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
Add UI for "Group Overview default" preference in User Settings
See merge request gitlab-org/gitlab-ce!24761
|
| | | | | | | | |
|
| | | | | | | | |
|
|\ \ \ \ \ \ \ \
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | | |
Bump required Ruby version in install doc
Closes #57350
See merge request gitlab-org/gitlab-ce!24966
|
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | | |
Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/57350
|
|\ \ \ \ \ \ \ \ \
| | | | | | | | | |
| | | | | | | | | |
| | | | | | | | | |
| | | | | | | | | | |
Remove requirement to target security branches
See merge request gitlab-org/gitlab-ce!24962
|