Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update the rbnacl gem to 4.0.2 | Nick Thomas | 2017-08-22 | 1 | -3/+3 |
| | |||||
* | Merge branch 'rouge-2.2.0' into 'master' | Sean McGivern | 2017-08-21 | 1 | -1/+1 |
|\ | | | | | | | | | | | | | Bump rouge to 2.2.0 Closes #36554 See merge request !13633 | ||||
| * | Bump rouge to v2.2.0 | pbr | 2017-08-19 | 1 | -1/+1 |
| | | |||||
* | | Update prometheus mmap client library to fix performance issues when ↵pawel/update_prometheus_client_gem_to_improve_performance_when_rendering_metrics | Pawel Chojnacki | 2017-08-18 | 1 | -2/+2 |
| | | | | | | | | rendering many metrics. | ||||
* | | Client Implementation: RefService::RefExistsgitaly_ref_exists | Andrew Newdigate | 2017-08-18 | 1 | -2/+2 |
| | | |||||
* | | Merge branch 'ee-2628-backport-to-ce' into 'master' | Douwe Maan | 2017-08-17 | 1 | -3/+0 |
|\ \ | | | | | | | | | | | | | Backports EE mirror stuck handling feature… See merge request !13627 | ||||
| * | | Backports EE mirror stuck handling feature ↵ee-2628-backport-to-ce | Tiago Botelho | 2017-08-17 | 1 | -3/+0 |
| | | | | | | | | | | | | (https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/2628) to CE | ||||
* | | | Use grpc 1.4.5grpc-1.4.5 | Jacob Vosmaer | 2017-08-17 | 1 | -1/+1 |
| |/ |/| | |||||
* | | Upgrade grape to 1.0 | Zeger-Jan van de Weg | 2017-08-16 | 1 | -9/+6 |
| | | | | | | | | | | Main feature was the deprication of the Hashie stuff, so the access by calling keys as method is gone now. | ||||
* | | Use charlock_holmes 0.7.5 | Jacob Vosmaer | 2017-08-16 | 1 | -2/+2 |
|/ | |||||
* | Merge branch '35804-document-table-based-tests' into 'master' | Robert Speicher | 2017-08-14 | 1 | -0/+33 |
|\ | | | | | | | | | | | | | Use rspec-parameterized for table-based tests Closes #35804 See merge request !13469 | ||||
| * | Use rspec-parameterized for table-based tests | Nick Thomas | 2017-08-11 | 1 | -0/+33 |
| | | |||||
* | | Use Prev/Next pagination for exploring projectspagination-projects-explore | Yorick Peterse | 2017-08-14 | 1 | -4/+13 |
| | | | | | | | | | | | | | | | | | | | | This changes the pagination of the "Explore" pages so they use a simpler pagination system that only shows "Prev" and "Next" buttons. This removes the need for getting the total number of rows to display, a process that can easily take up to 2 seconds when browsing through a large list of projects. Fixes https://gitlab.com/gitlab-org/gitlab-ce/issues/27390 | ||||
* | | Merge branch 'feature/migrate-force-push-check-to-gitaly' into 'master' | Robert Speicher | 2017-08-11 | 1 | -2/+2 |
|\ \ | | | | | | | | | | | | | Migrate force push check to Gitaly See merge request !13406 | ||||
| * | | Migrate force push check to Gitalyfeature/migrate-force-push-check-to-gitaly | Ahmad Sherif | 2017-08-11 | 1 | -2/+2 |
| | | | |||||
* | | | Bumps omniauth-ldap gem version to 2.0.4bump-omniauth-ldap-gem-version-2-0-4 | Tiago Botelho | 2017-08-11 | 1 | -2/+2 |
| |/ |/| | |||||
* | | Updating Gemfile.lock for rubocop-rspec dependecy.jarv/update-gemfile-lock | John Jarvis | 2017-08-09 | 1 | -0/+1 |
|/ | | | | | | | | | | | | | GDK pipeline is failing with this error: ``` Downloading rubocop-rspec-1.15.1 revealed dependencies not in the API or the lockfile (rubocop (>= 0.42.0)). Either installing with `--full-index` or running `bundle update rubocop-rspec` should fix the problem. ``` Updated lockfile by running the bundle update. `gdk install` works now. | ||||
* | Correct `Gemfile.lock` for latest rubocop-gitlab-security gemspec | Robert Speicher | 2017-08-08 | 1 | -4/+4 |
| | |||||
* | Re-enable SqlInjection and CommandInjection | Brian Neel | 2017-08-08 | 1 | -1/+3 |
| | |||||
* | Merge branch 'feature/migrate-repository-size-to-gitaly' into 'master' | Robert Speicher | 2017-08-07 | 1 | -2/+2 |
|\ | | | | | | | | | | | | | Migrate Gitlab::Git::Repository#size to Gitaly Closes gitaly#437 See merge request !13259 | ||||
| * | Migrate Gitlab::Git::Repository#size to Gitalyfeature/migrate-repository-size-to-gitaly | Ahmad Sherif | 2017-08-07 | 1 | -2/+2 |
| | | | | | | | | Closes gitaly#437 | ||||
* | | Backport changes in ↵ | Nick Thomas | 2017-08-07 | 1 | -0/+10 |
|/ | | | | https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/2551 to CE | ||||
* | Upgrade haml_lint Gem to 0.26.0 | Winnie Hellmann | 2017-08-07 | 1 | -4/+5 |
| | |||||
* | Merge branch 'feature/migrate-load-blame-to-gitaly' into 'master' | Robert Speicher | 2017-08-04 | 1 | -2/+2 |
|\ | | | | | | | | | | | | | Migrate blame loading to Gitaly Closes gitaly#421 See merge request !13155 | ||||
| * | Migrate blame loading to Gitalyfeature/migrate-load-blame-to-gitaly | Ahmad Sherif | 2017-08-03 | 1 | -2/+2 |
| | | | | | | | | Closes gitaly#421 | ||||
* | | Bump rspec to 3.6.0rs-update-rspec | Robert Speicher | 2017-08-03 | 1 | -26/+22 |
|/ | |||||
* | Migrate Gitlab::Git::Repository#count_commits to Gitalyfeature/migrate-count-commits-to-gitaly | Ahmad Sherif | 2017-08-02 | 1 | -2/+2 |
| | | | | Closes gitaly#415 | ||||
* | Bump rubocop to 0.49.1 and rubocop-rspec to 1.15.1 | Takuya Noguchi | 2017-08-01 | 1 | -5/+7 |
| | |||||
* | Bump google-protobuf to 3.3.0protobuf-bump | Matija Čupić | 2017-07-29 | 1 | -1/+1 |
| | |||||
* | Migrate Repository#tags to Gitalyfeature/migrate-repository-tags-to-gitaly | Ahmad Sherif | 2017-07-27 | 1 | -2/+2 |
| | | | | Closes gitaly#411 | ||||
* | Merge branch 'pawel/prometheus_client_pid_reuse_error' into 'master' | Robert Speicher | 2017-07-27 | 1 | -2/+2 |
|\ | | | | | | | | | Fix prometheus client pid reuse bug See merge request !13130 | ||||
| * | Update prometheus client gem to fix problems with PID handling followingpawel/prometheus_client_pid_reuse_error | Pawel Chojnacki | 2017-07-27 | 1 | -2/+2 |
| | | | | | | | | unicorn forking new workers. | ||||
* | | update rugged | Alexis Reigel | 2017-07-27 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | the rugged versions up to 0.26.0b3 had a bug concerning the signature extraction. The extracted signature was not always the same, probably due to a buffer (overflow) issue in libgit. see https://github.com/libgit2/rugged/issues/608 | ||||
* | | Prototype key verification | Kevin O'Connor | 2017-07-27 | 1 | -0/+3 |
|/ | |||||
* | Merge remote-tracking branch 'dev/master' | Douwe Maan | 2017-07-26 | 1 | -0/+1 |
|\ | | | | | | | | | | | # Conflicts: # Gemfile # Gemfile.lock | ||||
| * | Add net-ldap explicitly since we use it directly | Michael Kozono | 2017-07-26 | 1 | -0/+1 |
| | | | | | | | | And this has already been done on EE, so it’ll match now. | ||||
| * | Fix plain LDAP (no encryption) | Michael Kozono | 2017-07-26 | 1 | -2/+2 |
| | | |||||
| * | Upgrade omniauth-ldap gem (and some dependencies) | Michael Kozono | 2017-07-26 | 1 | -8/+8 |
| | | | | | | | | Most notably, the net-ldap gem. | ||||
* | | Merge branch 'bump-omniauth-ldap-gem-version' into 'master' | Sean McGivern | 2017-07-26 | 1 | -8/+8 |
|\ \ | |/ |/| | | | | | Bumps Gitlab Omniauth LDAP version See merge request !13059 | ||||
| * | Bumps Gitlab Omniauth LDAP versionbump-omniauth-ldap-gem-version | Tiago Botelho | 2017-07-25 | 1 | -8/+8 |
| | | |||||
* | | Merge branch 'upgrade_re2' into 'master' | Rémy Coutable | 2017-07-25 | 1 | -2/+2 |
|\ \ | | | | | | | | | | | | | Upgrade re2 to support seperate CXX and CC passing See merge request !13064 | ||||
| * | | Upgrade re2 to support seperate CXX and CC passing | Frank Groeneveld | 2017-07-25 | 1 | -2/+2 |
| |/ | |||||
* | | Resolve "More RESTful API: include resource URLs in responses" | Oswaldo Ferreira | 2017-07-25 | 1 | -0/+5 |
| | | |||||
* | | Merge branch 'dz-update-shoulda' into 'master' | Rémy Coutable | 2017-07-25 | 1 | -3/+3 |
|\ \ | |/ |/| | | | | | Update shoulda-matchers gem to 3.1.2 See merge request !13040 | ||||
| * | Update shoulda-matchers gem to 3.1.2 | Dmitriy Zaporozhets | 2017-07-24 | 1 | -3/+3 |
| | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
* | | Merge branch 'pawel/bump_prometheus_client_library' into 'master' | Sean McGivern | 2017-07-24 | 1 | -1/+1 |
|\ \ | | | | | | | | | | | | | Fix bug causing truncation of Metrics files See merge request !13035 | ||||
| * | | Fix bug with truncation of file containing metrics | Pawel Chojnacki | 2017-07-24 | 1 | -1/+1 |
| |/ | | | | | | | bump prometheus gem version | ||||
* | | Upgrade the re2 gem to 1.1.0 | Nick Thomas | 2017-07-24 | 1 | -2/+2 |
|/ | |||||
* | Merge branch 'feature/migrate-commit-find-all-to-gitaly' into 'master' | Robert Speicher | 2017-07-21 | 1 | -2/+2 |
|\ | | | | | | | | | | | | | Migrate Gitlab::Git::Commit.find_all to Gitaly Closes gitaly#396 See merge request !12934 | ||||
| * | Migrate Gitlab::Git::Commit.find_all to Gitalyfeature/migrate-commit-find-all-to-gitaly | Ahmad Sherif | 2017-07-20 | 1 | -2/+2 |
| | | | | | | | | Closes gitaly#396 |