summaryrefslogtreecommitdiff
path: root/Gemfile.lock
Commit message (Collapse)AuthorAgeFilesLines
* Add support for deltas_only under GitalyAhmad Sherif2017-05-131-2/+2
| | | | Closes gitaly#199
* Resolve "Update gem sidekiq-cron from 0.4.4 to 0.6.0 and rufus-scheduler ↵Dosuken shinya2017-05-101-6/+8
| | | | from 3.1.10 to 3.4.0"
* Re-enable Gitaly commit_raw_diff featureAhmad Sherif2017-05-071-3/+3
|
* Add ruby_parser gem for all environments.add-ruby-parser-dependencyRuben Davila2017-05-051-0/+1
| | | | | | It was only available for test and development environments and we need it to run the `rake gettext:pack` command in omnibus which doesn't have the test/dev gems installed.
* Merge branch 'master' into 28433-internationalise-cycle-analytics-pageRuben Davila2017-05-021-27/+28
|\
| * Update Carrierwave and fog-coreZeger-Jan van de Weg2017-05-011-12/+10
| |
| * Use grpc 1.2.5Jacob Vosmaer2017-04-281-1/+1
| |
| * Update mail gem to 2.6.5sh-bump-mail-gemStan Hu2017-04-261-1/+1
| | | | | | | | | | This should fix the extra backslashes in e-mail names as well as other things: https://github.com/mikel/mail/blob/master/CHANGELOG.rdoc#head
| * Bump Sidekiq to 5.0.0dm-sidekiq-5Douwe Maan2017-04-261-4/+4
| |
| * Use rspec-set to speed up examplesZeger-Jan van de Weg2017-04-261-0/+2
| |
| * Merge branch 'fix/github-importer' into 'master' Sean McGivern2017-04-261-9/+10
| |\ | | | | | | | | | | | | Refactoring rake task to import GitHub repositories See merge request !10695
| | * Bump oj gem to version 2.17.5Douglas Barbosa Alexandre2017-04-241-1/+1
| | |
| | * Remove unused gemsDouglas Barbosa Alexandre2017-04-241-5/+0
| | |
| | * Add faraday gemDouglas Barbosa Alexandre2017-04-241-8/+14
| | |
| * | Upgrade Sidekiq to 4.2.10sh-bump-sidekiq-versionStan Hu2017-04-241-1/+1
| |/ | | | | | | See https://github.com/mperham/sidekiq/blob/master/Changes.md#4210
* | Started internationalising cycyle analyticsPhil Hughes2017-04-151-0/+8
| |
* | Merge branch 'master' into 28433-internationalise-cycle-analytics-pagePhil Hughes2017-04-141-1/+4
|\ \ | |/
| * Use the hashie-forbideen_attributes gemandrew brown2017-04-091-1/+4
| | | | | | | | | | This gem prevents Mash from responding to :permitted?, disabling mass assignment protection for the Grape API
* | Setup gettext librariesRuben Davila2017-04-121-1/+11
| |
* | Use gRPC 1.2.2Jacob Vosmaer2017-04-101-1/+1
|/ | | | | | Fixes LoadError after local compilation. https://github.com/grpc/grpc/issues/9998
* Update rubocop-rspec 1.12.0 -> 1.15.0Robert Speicher2017-04-071-2/+2
|
* Merge branch 'feature/add-rake-task-prints-storage-config-in-toml' into ↵Robert Speicher2017-04-071-0/+4
|\ | | | | | | | | | | | | | | | | | | 'master' Add rake task that prints TOML storage configuration Closes gitaly#173 See merge request !10448
| * Add rake task that prints TOML storage configurationfeature/add-rake-task-prints-storage-config-in-tomlAhmad Sherif2017-04-041-0/+4
| | | | | | | | Closes gitaly#173
* | Add rufus-scheduler to GemfileShinya Maeda2017-04-061-0/+1
| |
* | Refactor test_utils bundleMike Greiling2017-04-041-3/+3
|/
* Use gitaly 0.5.0Jacob Vosmaer2017-04-031-2/+2
|
* Update rugged to 0.25.1.1Elan Ruusamäe2017-03-281-5/+5
|
* Update sentry-raven 2.0.2 -> 2.4.0Robert Speicher2017-03-261-3/+3
|
* Update webmock 1.21.0 -> 1.24.6Robert Speicher2017-03-261-2/+4
|
* Update spring 1.7.2 -> 2.0.1Robert Speicher2017-03-261-2/+3
|
* Update simplecov 0.12.0 -> 0.14.1Robert Speicher2017-03-261-2/+2
|
* Update pry-rails 0.3.4 -> 0.3.5Robert Speicher2017-03-261-1/+1
|
* Update pry-byebug 3.4.1 -> 3.4.2Robert Speicher2017-03-261-2/+2
|
* Update flay 2.6.1 -> 2.8.1Robert Speicher2017-03-261-4/+7
|
* Update capybara-screenshot 1.0.11 -> 1.0.14Robert Speicher2017-03-251-1/+1
|
* Update bullet 5.2.0 -> 5.5.1Robert Speicher2017-03-251-2/+2
|
* Update brakeman 3.4.1 -> 3.6.1Robert Speicher2017-03-251-2/+2
|
* Remove web-console gemRobert Speicher2017-03-251-6/+0
|
* Update better_errors 1.0.1 -> 2.1.1Robert Speicher2017-03-251-3/+4
|
* Introduce a new middleware for the test environment that can block requestsRémy Coutable2017-03-221-1/+2
| | | | | | | | | | | | The idea is that after each feature spec example, we block all incoming requests at the Rack level, go to the 'about:blank' page, and wait until the current requests reach 0. This should solve the problem where a request would end after database cleaner performed the database truncation. The problem was that a GET request can still lead to records creation (e.g. namespaces or routes). Signed-off-by: Rémy Coutable <remy@rymai.me>
* Use google-protobuf 3.2.0.2Jacob Vosmaer2017-03-201-1/+1
|
* Merge branch 'feature/use-gitaly-for-commit-show' into 'master'Robert Speicher2017-03-171-2/+2
|\ | | | | | | | | Use Gitaly for CommitController#show See merge request !9629
| * Use Gitaly for CommitController#showfeature/use-gitaly-for-commit-showAhmad Sherif2017-03-151-2/+2
| |
* | Revert "Merge branch 'google-protobuf-3.2.0.1' into 'master'"Rémy Coutable2017-03-151-1/+1
|/ | | This reverts merge request !9932
* Use google-protobuf 3.2.0.1Jacob Vosmaer2017-03-141-1/+1
| | | | | | | | This sub-patch release extends support in pre-compiled libraries down to glibc 2.12. https://github.com/google/protobuf/issues/2783 Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/29084
* Update ACE to 1.2.6update-aceSean McGivern2017-03-091-1/+1
| | | | | Fixes input problems with compose key in Chrome 53+ - has been reported for Chinese and Hangul at least.
* Implement OpenID Connect identity providerMarkus Koller2017-03-071-0/+13
|
* Update font-awesome-rails to 4.7.0.119062-relax-font-awesome-railsRémy Coutable2017-03-071-1/+1
| | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
* Relax font-awesome-rails dependency to ~> 4.7Rémy Coutable2017-03-071-1/+1
| | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
* Update carrierwave 0.10.0 -> 0.11.2Robert Speicher2017-03-061-2/+3
|