| Commit message (Collapse) | Author | Age | Files | Lines |
|\
| |
| |
| |
| |
| |
| | |
Remove Spinach
Closes #23036
See merge request gitlab-org/gitlab-ce!18869
|
| | |
|
|\ \
| |/
|/|
| |
| | |
update sidekiq 5.0 -> 5.1
See merge request gitlab-org/gitlab-ce!18765
|
| | |
|
| |
| |
| |
| | |
atomic 1.1.100 was yanked by its author.
|
|\ \
| | |
| | |
| | |
| | | |
Update gon ~> 6.1.0 to ~> 6.2
See merge request gitlab-org/gitlab-ce!18764
|
| |/ |
|
|\ \
| | |
| | |
| | |
| | |
| | |
| | | |
Support resetting of Prometheus metrics between test runs
Closes #39968
See merge request gitlab-org/gitlab-ce!18836
|
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Adding the :prometheus tag to an rspec test will clear out
memory-mapped files and reset the registry.
Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/39968
|
|\ \ \
| |/ /
|/| |
| | |
| | | |
Removed the d3_rails gem
See merge request gitlab-org/gitlab-ce!18860
|
| | | |
|
|\ \ \
| |/ /
|/| |
| | |
| | | |
Update asset_sync ~> 2.2.0 to ~> 2.4
See merge request gitlab-org/gitlab-ce!18762
|
| |/ |
|
|/ |
|
|\
| |
| |
| |
| | |
Update grape-entity 0.6.0 -> 0.7.1
See merge request gitlab-org/gitlab-ce!18720
|
| | |
|
|/ |
|
| |
|
| |
|
| |
|
|\
| |
| |
| |
| | |
Ports omniauth-jwt gem onto GitLab OmniAuth Strategies suite
See merge request gitlab-org/gitlab-ce!18580
|
| | |
|
|/
|
|
| |
Signed-off-by: Rémy Coutable <remy@rymai.me>
|
| |
|
|\
| |
| |
| |
| | |
Revert the addition of goldiloader
See merge request gitlab-org/gitlab-ce!18458
|
| |
| |
| |
| |
| |
| |
| |
| |
| | |
This reverts the addition of the "goldiloader" Gem and all use of it.
While this Gem is very promising it's causing a variety of problems on
GitLab.com due to it eager-loading too much data in places where we
don't expect/can handle this. At least for the time being this means we
have to go back to manually fixing N+1 query problems, but at least
those should not cause a negative impact on availability.
|
|/ |
|
| |
|
| |
|
|
|
|
|
|
|
| |
Goldiloader (https://github.com/salsify/goldiloader) can eager load
associations automatically. This removes the need for adding "includes"
calls in a variety of different places. This also comes with the added
benefit of not having to eager load data if it's not used.
|
|
|
|
|
|
|
|
| |
In Rails 5.0 `assert_template` and `assigns()` have been extracted to
the `rails-controller-testing` gem.
https://github.com/rails/rails/pull/20138/files
This commit adds this gem for rails5.
|
|
|
|
|
|
| |
git 2.16 will fail badly if there are stale worktrees.
Closes #44115
|
|\
| |
| |
| |
| | |
[Rails5] Isolate `test_after_commit` gem
See merge request gitlab-org/gitlab-ce!18129
|
| | |
|
|\ \
| | |
| | |
| | |
| | |
| | |
| | | |
Update brakeman to 4.2.1
Closes #44878
See merge request gitlab-org/gitlab-ce!18122
|
| |/ |
|
|/ |
|
|\
| |
| |
| |
| | |
Bump Rugged to 0.27.0
See merge request gitlab-org/gitlab-ce!18069
|
| |
| |
| |
| |
| |
| |
| | |
Release notes: https://github.com/libgit2/libgit2/releases/tag/v0.27.0
This version solves a significant performance issue with generating
large diffs: https://github.com/libgit2/libgit2/issues/4460
|
|/
|
|
|
|
|
|
| |
Timecop was being used in the cycle analytics and burndown seed_fu tasks.
While it seems a little sketchy to use Timecop in this way, this seems like
an exception can be made for test fixtures.
Closes #44751, gitlab-org/gitlab-ee#5359
|
| |
|
|\
| |
| |
| |
| |
| |
| | |
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
|
|\ \
| | |
| | |
| | |
| | |
| | |
| | | |
Update asciidoctor to 1.5.6.2 and asciidoctor-plantuml to 0.0.8
Closes #44712
See merge request gitlab-org/gitlab-ce!18022
|
| | | |
|
| | | |
|
|\ \ \
| |/ /
|/| |
| | |
| | |
| | |
| | | |
LFS direct upload port to CE
Closes #44548
See merge request gitlab-org/gitlab-ce!17752
|
| |/ |
|
|\ \
| |/
|/|
| |
| |
| |
| | |
Resolve "Add support for omniauth-jwt provider"
Closes #43512
See merge request gitlab-org/gitlab-ce!17774
|
| | |
|