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-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-26Bump Sidekiq to 5.0.0Douwe Maan
2017-04-26Use rspec-set to speed up examplesZeger-Jan van de Weg
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-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-04Enable the `bullet_logger` setting; enable `raise` in test environmentRobert Speicher
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 flay 2.6.1 -> 2.8.1Robert 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-15Use Gitaly for CommitController#showAhmad Sherif
2017-03-07Remove whitespace in GemfileMarkus Koller
2017-03-07Implement OpenID Connect identity providerMarkus Koller
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)
2017-03-03Bump health_check gem to version 2.6.0Douglas Barbosa Alexandre
2017-03-02Remove jQuery UIPhil Hughes
jQuery UI is no longer used anywhere so say goodbye to it from package.json & Gemfile
2017-03-02Add internal endpoint to notify post-receive to GitalyAlejandro Rodríguez
2017-03-01Remove the newrelic gemRobert Schilling
2017-02-28Return 204 for delete endpointsRobert Schilling
2017-02-26Bump omniauth to 1.4.2Stan Hu
2017-02-23Update haml_lint to work with newest rubocopDouwe Maan
2017-02-23Update rubocop and rubocop-rspec and regenerate .rubocop_todo.ymlDouwe Maan
2017-02-23Update Licensee from 8.0.0 to 8.7.0.Connor Shea
Changelog: https://github.com/benbalter/licensee/releases
2017-02-21Merge branch '1363-redo-mailroom-support' into 'master' Douwe Maan
Redo internals of Incoming Mail Support See merge request !9385
2017-02-21Upgrade Rails to 4.2.8Z.J. van de Weg
2017-02-20Added support for Authentiq Back-Channel LogoutAlexandros Keramidas
2017-02-20Use newer mail_room to get `require_relative` supportGabriel Mazetto
2017-02-13Add omniauth-oauth2-generic strategyJoe Marty
- Allows configurable Single Sign On with most simple OAuth2 providers - Adds documentation for the new strategy Closes #26744