| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|\
| |
| |
| |
| | |
Use prometheus-client-mmap released, final version
See merge request gitlab-org/gitlab-ce!16984
|
| | |
|
|/
|
|
| |
Closes gitaly#985
|
|
|
|
| |
on metrics deletion
|
| |
|
|\
| |
| |
| |
| |
| |
| | |
Fix flay not detecting identical code
Closes #42628
See merge request gitlab-org/gitlab-ce!16828
|
| |
| |
| |
| |
| |
| | |
Gem is updated from 2.8 to 2.10. [changelog][1]
[1]: https://github.com/seattlerb/flay/blob/master/History.rdoc
|
| |
| |
| |
| |
| |
| | |
Gemfile.lock
Closes gitlab-org/omnibus-gitlab#3128
|
|\ \
| | |
| | |
| | |
| | | |
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.
|
| |
| |
| |
| | |
Closes gitaly#967
|
|\ \
| | |
| | |
| | |
| | |
| | |
| | | |
Migrate fetching wiki page formatted content to Gitaly
Closes gitaly#958
See merge request gitlab-org/gitlab-ce!16716
|
| | |
| | |
| | |
| | | |
Closes gitaly#958
|
| |/
|/|
| |
| | |
Signed-off-by: Rémy Coutable <remy@rymai.me>
|
|/ |
|
|\
| |
| |
| |
| |
| |
| | |
Migrate restoring repo from bundle to Gitaly
Closes gitaly#946
See merge request gitlab-org/gitlab-ce!16623
|
| |
| |
| |
| | |
Closes gitaly#946
|
|/
|
|
| |
Signed-off-by: Rémy Coutable <remy@rymai.me>
|
|
|
|
| |
Closes gitaly#929
|
| |
|
|
|
|
| |
Signed-off-by: Rémy Coutable <remy@rymai.me>
|
|
|
|
| |
See https://github.com/rails/rails/pull/24658#issuecomment-212651965
|
| |
|
|
|
|
| |
Closes gitaly#907
|
|\
| |
| |
| |
| | |
Update the grpc gem to 1.8.3
See merge request gitlab-org/gitlab-ce!16354
|
| | |
|
|\ \
| |/
|/|
| |
| |
| |
| | |
Remove soft removals related code
Closes #37447
See merge request gitlab-org/gitlab-ce!15789
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
This removes all usage of soft removals except for the "pending delete"
system implemented for projects. This in turn simplifies all the query
plans of the models that used soft removals. Since we don't really use
soft removals for anything useful there's no point in keeping it around.
This _does_ mean that hard removals of issues (which only admins can do
if I'm not mistaken) can influence the "iid" values, but that code is
broken to begin with. More on this (and how to fix it) can be found in
https://gitlab.com/gitlab-org/gitlab-ce/issues/31114.
Fixes https://gitlab.com/gitlab-org/gitlab-ce/issues/37447
|
| |
| |
| |
| | |
Closes gitaly#903
|
|\ \
| | |
| | |
| | |
| | |
| | |
| | | |
Update rack-cors from 0.4.0 to 1.0.2
Closes #41199
See merge request gitlab-org/gitlab-ce!16183
|
| | | |
|
| |/
|/| |
|
| |
| |
| |
| |
| |
| |
| | |
Up until version 2.0.3 redis-rack included a "rake" binary that would
overwrite/hijack the one provided by Rake itself. Unfortunately the
binary provided by redis-rack would produce errors in many cases. See
https://github.com/redis-store/redis-rack/pull/34 for more info.
|
|\ \
| |/
|/|
| |
| |
| |
| | |
Migrate repo forking to Gitaly
Closes gitaly#825
See merge request gitlab-org/gitlab-ce!16018
|
| |
| |
| |
| | |
Closes gitaly#825
|
| |
| |
| |
| | |
Prometheus docs.
|
|\ \
| | |
| | |
| | |
| | | |
Bumped mysql2 gem version from 0.4.5 to 0.4.10.
See merge request gitlab-org/gitlab-ce!16034
|
| | | |
|
| |/
|/|
| |
| | |
Minor changes: https://github.com/mperham/sidekiq/blob/master/Changes.md
|
|\ \
| | |
| | |
| | |
| | |
| | |
| | | |
Incorporate Gitaly's RemoteService RPCs
Closes gitaly#852
See merge request gitlab-org/gitlab-ce!16060
|
| |/ |
|
|/
|
|
| |
Signed-off-by: Rémy Coutable <remy@rymai.me>
|
|
|
|
|
|
|
|
|
|
| |
Uses `list_commits_by_oid` on the CommitService, to request the needed
commits for pipelines. These commits are needed to display the user that
created the commit and the commit title.
This includes fixes for tests failing that depended on the commit
being `nil`. However, now these are batch loaded, this doesn't happen
anymore and the commits are an instance of BatchLoader.
|
|\
| |
| |
| |
| | |
Replace factory_girl_rails with factory_bot_rails
See merge request gitlab-org/gitlab-ce!15919
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
I've followed the [upgrade guide](https://github.com/thoughtbot/factory_bot/blob/4-9-0-stable/UPGRADE_FROM_FACTORY_GIRL.md) and ran these two commands:
```
grep -e FactoryGirl **/*.rake **/*.rb -s -l | xargs sed -i "" "s|FactoryGirl|FactoryBot|"
grep -e factory_girl **/*.rake **/*.rb -s -l | xargs sed -i "" "s|factory_girl|factory_bot|"
```
Signed-off-by: Rémy Coutable <remy@rymai.me>
|
|\ \
| | |
| | |
| | |
| | |
| | |
| | | |
Migrate Gitlab::Git::Repository#merge_base_commit to Gitaly
Closes gitaly#808
See merge request gitlab-org/gitlab-ce!15770
|
| | |
| | |
| | |
| | | |
Closes gitaly#808
|
| |/
|/|
| |
| |
| |
| |
| |
| | |
- Added an ActiveSupport (using Rails.cache) caching adapter
- Overview of the new features can be found at https://johnnunemaker.com/flippin-features-at-runtime/
- Full Changelog can be found at https://github.com/jnunemaker/flipper/blob/v0.11.0/Changelog.md
Signed-off-by: Rémy Coutable <remy@rymai.me>
|
|/
|
|
| |
Only the Gemfile.lock was updated before.
|