Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2017-05-10Resolve "Update gem sidekiq-cron from 0.4.4 to 0.6.0 and rufus-scheduler ↵Dosuken shinya
from 3.1.10 to 3.4.0"
2017-05-08Re-enable Gitaly commit_raw_diff featureAhmad Sherif
2017-05-05Add ruby_parser gem for all environments.Ruben Davila
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.
2017-05-02Merge branch 'master' into 28433-internationalise-cycle-analytics-pageRuben Davila
2017-05-01Update Carrierwave and fog-coreZeger-Jan van de Weg
2017-04-28Use grpc 1.2.5Jacob Vosmaer
2017-04-27Update mail gem to 2.6.5Stan Hu
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
2017-04-26Bump Sidekiq to 5.0.0Douwe Maan
2017-04-26Use rspec-set to speed up examplesZeger-Jan van de Weg
2017-04-26Merge branch 'fix/github-importer' into 'master' Sean McGivern
Refactoring rake task to import GitHub repositories See merge request !10695
2017-04-25Upgrade Sidekiq to 4.2.10Stan Hu
See https://github.com/mperham/sidekiq/blob/master/Changes.md#4210
2017-04-24Bump oj gem to version 2.17.5Douglas Barbosa Alexandre
2017-04-24Remove unused gemsDouglas Barbosa Alexandre
2017-04-24Add faraday gemDouglas Barbosa Alexandre
2017-04-15Started internationalising cycyle analyticsPhil Hughes
2017-04-14Merge branch 'master' into 28433-internationalise-cycle-analytics-pagePhil Hughes
2017-04-13Setup gettext librariesRuben Davila
2017-04-10Use gRPC 1.2.2Jacob Vosmaer
Fixes LoadError after local compilation. https://github.com/grpc/grpc/issues/9998
2017-04-09Use the hashie-forbideen_attributes gemandrew brown
This gem prevents Mash from responding to :permitted?, disabling mass assignment protection for the Grape API
2017-04-08Update rubocop-rspec 1.12.0 -> 1.15.0Robert Speicher
2017-04-08Merge branch 'feature/add-rake-task-prints-storage-config-in-toml' into ↵Robert Speicher
'master' Add rake task that prints TOML storage configuration Closes gitaly#173 See merge request !10448
2017-04-06Add rufus-scheduler to GemfileShinya Maeda
2017-04-04Refactor test_utils bundleMike Greiling
2017-04-04Add rake task that prints TOML storage configurationAhmad Sherif
Closes gitaly#173
2017-04-03Use gitaly 0.5.0Jacob Vosmaer
2017-03-28Update rugged to 0.25.1.1Elan Ruusamäe
2017-03-27Update sentry-raven 2.0.2 -> 2.4.0Robert Speicher
2017-03-27Update webmock 1.21.0 -> 1.24.6Robert Speicher
2017-03-27Update spring 1.7.2 -> 2.0.1Robert Speicher
2017-03-27Update simplecov 0.12.0 -> 0.14.1Robert Speicher
2017-03-27Update pry-rails 0.3.4 -> 0.3.5Robert Speicher
2017-03-27Update pry-byebug 3.4.1 -> 3.4.2Robert Speicher
2017-03-27Update flay 2.6.1 -> 2.8.1Robert Speicher
2017-03-25Update capybara-screenshot 1.0.11 -> 1.0.14Robert Speicher
2017-03-25Update bullet 5.2.0 -> 5.5.1Robert Speicher
2017-03-25Update brakeman 3.4.1 -> 3.6.1Robert Speicher
2017-03-25Remove web-console gemRobert Speicher
2017-03-25Update better_errors 1.0.1 -> 2.1.1Robert Speicher
2017-03-22Introduce a new middleware for the test environment that can block requestsRémy Coutable
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>
2017-03-20Use google-protobuf 3.2.0.2Jacob Vosmaer
2017-03-17Merge branch 'feature/use-gitaly-for-commit-show' into 'master'Robert Speicher
Use Gitaly for CommitController#show See merge request !9629
2017-03-15Revert "Merge branch 'google-protobuf-3.2.0.1' into 'master'"Rémy Coutable
This reverts merge request !9932
2017-03-15Use Gitaly for CommitController#showAhmad Sherif
2017-03-14Use google-protobuf 3.2.0.1Jacob Vosmaer
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
2017-03-09Update ACE to 1.2.6Sean McGivern
Fixes input problems with compose key in Chrome 53+ - has been reported for Chinese and Hangul at least.
2017-03-07Implement OpenID Connect identity providerMarkus Koller
2017-03-07Update font-awesome-rails to 4.7.0.1Rémy Coutable
Signed-off-by: Rémy Coutable <remy@rymai.me>
2017-03-07Relax font-awesome-rails dependency to ~> 4.7Rémy Coutable
Signed-off-by: Rémy Coutable <remy@rymai.me>
2017-03-06Update carrierwave 0.10.0 -> 0.11.2Robert Speicher
2017-03-06Updates Redcarpet (Markdown parser) to 3.4.0James Edwards-Jones
Adds suppport for HTML 5 details and summary tags (https://github.com/vmg/redcarpet/issues/578)