| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|\
| |
| |
| |
| | |
Encode GitalyClient::WikiPage attributes to UTF-8
See merge request gitlab-org/gitlab-ce!16925
|
| | |
|
|\ \
| | |
| | |
| | |
| | |
| | |
| | | |
Store uploader context in uploads
Closes #42547
See merge request gitlab-org/gitlab-ce!16779
|
| | | |
|
| | | |
|
|\ \ \
| |_|/
|/| |
| | |
| | |
| | |
| | | |
Incorporate OperationService.UserSquash Gitaly RPC
Closes gitaly#991
See merge request gitlab-org/gitlab-ce!16899
|
| | | |
|
|\ \ \
| | | |
| | | |
| | | |
| | | | |
Track and act upon the number of executed SQL queries
See merge request gitlab-org/gitlab-ce!16466
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
This ensures that we have more visibility in the number of SQL queries
that are executed in web requests. The current threshold is hardcoded to
100 as we will rarely (maybe once or twice) change it.
In production and development we use Sentry if enabled, in the test
environment we raise an error. This feature is also only enabled in
production/staging when running on GitLab.com as it's not very useful to
other users.
|
|\ \ \ \
| | | | |
| | | | |
| | | | |
| | | | | |
Change rounding on code coverage badge to be consistent with other displays
See merge request gitlab-org/gitlab-ce!10083
|
| |/ / / |
|
|\ \ \ \
| |_|/ /
|/| | |
| | | |
| | | | |
Client changes for Tag,BranchNamesContainingCommit
See merge request gitlab-org/gitlab-ce!16789
|
| |\ \ \
| | | | |
| | | | |
| | | | | |
# Conflicts:
# lib/gitlab/git/repository.rb
|
| | | | | |
|
| | | | | |
|
| | |/ /
| |/| |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
As part of gitlab-org/gitaly#884, this commit contains the client
implementation for both TagNamesContaintingCommit and
BranchNamesContainingCommit. The interface in the Repository model stays
the same, but the implementation on the serverside, e.g. Gitaly, uses
`for-each-ref`, as opposed to `branch` or `tag` which both aren't
plumbing command. The result stays the same.
On the serverside, we have the opportunity to limit the number of names
to return. However, this is not supported on the front end yet. My
proposal to use this ability: gitlab-org/gitlab-ce#42581. For now, this
ability is not used as that would change more behaviours on a feature
flag which might lead to unexpected changes on page refresh for example.
|
|\ \ \ \
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
into 'master'
Sanitize extra blank spaces used when uploading a SSH key
Closes #40552
See merge request gitlab-org/gitlab-ce!16821
|
| | | | | |
|
|\ \ \ \ \
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
'master'
Avoid error when creating forks and restricted levels are defined
Closes #42607
See merge request gitlab-org/gitlab-ce!16881
|
| | |_|/ /
| |/| | |
| | | | |
| | | | |
| | | | |
| | | | | |
When no visibility levels are defined they could sometimes return
`nil` instead of an empty array. In this case we want to allow all
levels.
|
| | | | |
| | | | |
| | | | |
| | | | | |
including/extending it
|
| |_|_|/
|/| | | |
|
|\ \ \ \
| | | | |
| | | | |
| | | | | |
# Conflicts:
# db/schema.rb
|
| |/ / /
| | | |
| | | |
| | | | |
This was affecting the performance of `Gitlab::Git::Repository#squash`.
|
| |\ \ \
| | |_|/
| |/| |
| | | |
| | | |
| | | |
| | | | |
Migrate Gitlab::Git::Repository#write_config to Gitaly
Closes gitaly#970
See merge request gitlab-org/gitlab-ce!16730
|
| | | |
| | | |
| | | |
| | | | |
- Add tests for Repository#write_config
|
|/ / / |
|
|\ \ \
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Enable Style/RegexpLiteral cop
Closes #42497
See merge request gitlab-org/gitlab-ce!16752
|
| |/ / |
|
|\ \ \
| |_|/
|/| |
| | |
| | | |
Remove Rugged::Walk implementation of #log
See merge request gitlab-org/gitlab-ce!16798
|
| | | |
|
|\ \ \
| |_|/
|/| |
| | |
| | | |
Stop rescuing Rugged::Reference in Repository cache
See merge request gitlab-org/gitlab-ce!16770
|
| | | |
|
|\ \ \
| | | |
| | | |
| | | |
| | | | |
Gitaly Server info for admin panel
See merge request gitlab-org/gitlab-ce!16794
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Implements the client side for gitlab-org/gitaly#819. Which is a server
info command. This checks the server version and git binairy version on
the server.
A small UI was added for administrators, so they can check the status of
the Gitaly server. This is done for each storage the monolith knows.
Because of this commit, gitlab-org/gitlab-ce!15580 is now closed. That
MR removed the Git version too, but didn't replace it with anything.
|
|\ \ \ \
| |_|_|/
|/| | |
| | | |
| | | |
| | | |
| | | | |
Move Repository#can_be_merged? to Gitlab::Git::Repository
Closes #42544
See merge request gitlab-org/gitlab-ce!16771
|
| | | |
| | | |
| | | |
| | | | |
Fixes #42544
|
|\ \ \ \
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
'master'
Add support for PreReceiveError in UserMergeBranch RPC
Closes gitaly#979
See merge request gitlab-org/gitlab-ce!16765
|
| | | | |
| | | | |
| | | | |
| | | | | |
Closes gitaly#979
|