summaryrefslogtreecommitdiff
path: root/Gemfile
Commit message (Collapse)AuthorAgeFilesLines
* Started internationalising cycyle analyticsPhil Hughes2017-04-151-0/+1
|
* Merge branch 'master' into 28433-internationalise-cycle-analytics-pagePhil Hughes2017-04-141-0/+3
|\
| * Use the hashie-forbideen_attributes gemandrew brown2017-04-091-0/+3
| | | | | | | | | | This gem prevents Mash from responding to :permitted?, disabling mass assignment protection for the Grape API
* | Setup gettext librariesRuben Davila2017-04-121-0/+4
|/
* Update rubocop-rspec 1.12.0 -> 1.15.0Robert Speicher2017-04-071-1/+1
|
* Merge branch 'feature/add-rake-task-prints-storage-config-in-toml' into ↵Robert Speicher2017-04-071-0/+2
|\ | | | | | | | | | | | | | | | | | | '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/+2
| | | | | | | | Closes gitaly#173
* | Add rufus-scheduler to GemfileShinya Maeda2017-04-061-0/+3
| |
* | Refactor test_utils bundleMike Greiling2017-04-041-1/+1
|/
* Enable the `bullet_logger` setting; enable `raise` in test environmentrs-bullet-raiseRobert Speicher2017-04-031-1/+1
|
* Use gitaly 0.5.0Jacob Vosmaer2017-04-031-1/+1
|
* Update rugged to 0.25.1.1Elan Ruusamäe2017-03-281-2/+2
|
* Update sentry-raven 2.0.2 -> 2.4.0Robert Speicher2017-03-261-1/+1
|
* Update webmock 1.21.0 -> 1.24.6Robert Speicher2017-03-261-1/+1
|
* Update spring 1.7.2 -> 2.0.1Robert Speicher2017-03-261-1/+1
|
* Update simplecov 0.12.0 -> 0.14.1Robert Speicher2017-03-261-1/+1
|
* Update flay 2.6.1 -> 2.8.1Robert Speicher2017-03-261-1/+1
|
* Update bullet 5.2.0 -> 5.5.1Robert Speicher2017-03-251-1/+1
|
* Update brakeman 3.4.1 -> 3.6.1Robert Speicher2017-03-251-1/+1
|
* Remove web-console gemRobert Speicher2017-03-251-1/+0
|
* Update better_errors 1.0.1 -> 2.1.1Robert Speicher2017-03-251-1/+1
|
* Introduce a new middleware for the test environment that can block requestsRémy Coutable2017-03-221-0/+1
| | | | | | | | | | | | 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 Gitaly for CommitController#showfeature/use-gitaly-for-commit-showAhmad Sherif2017-03-151-1/+1
|
* Remove whitespace in GemfileMarkus Koller2017-03-071-51/+51
|
* Implement OpenID Connect identity providerMarkus Koller2017-03-071-0/+1
|
* 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-1/+1
|
* Updates Redcarpet (Markdown parser) to 3.4.0James Edwards-Jones2017-03-061-1/+1
| | | Adds suppport for HTML 5 details and summary tags (https://github.com/vmg/redcarpet/issues/578)
* Bump health_check gem to version 2.6.0bump-health-check-gemDouglas Barbosa Alexandre2017-03-031-1/+1
|
* Remove jQuery UIbye-bye-jquery-uiPhil Hughes2017-03-021-1/+0
| | | | jQuery UI is no longer used anywhere so say goodbye to it from package.json & Gemfile
* Add internal endpoint to notify post-receive to Gitalygitaly-post-receiveAlejandro Rodríguez2017-03-011-0/+3
|
* Remove the newrelic gemremove-new-relic-gemRobert Schilling2017-03-011-2/+0
|
* Return 204 for delete endpointsRobert Schilling2017-02-281-1/+1
|
* Bump omniauth to 1.4.2Stan Hu2017-02-251-1/+1
|
* Update haml_lint to work with newest rubocopDouwe Maan2017-02-231-1/+1
|
* Update rubocop and rubocop-rspec and regenerate .rubocop_todo.ymlDouwe Maan2017-02-231-2/+2
|
* Update Licensee from 8.0.0 to 8.7.0.cs-upgrade-licenseeConnor Shea2017-02-221-1/+1
| | | | Changelog: https://github.com/benbalter/licensee/releases
* Merge branch '1363-redo-mailroom-support' into 'master' Douwe Maan2017-02-211-1/+1
|\ | | | | | | | | Redo internals of Incoming Mail Support See merge request !9385
| * Use newer mail_room to get `require_relative` supportGabriel Mazetto2017-02-201-1/+1
| |
* | Upgrade Rails to 4.2.8Z.J. van de Weg2017-02-211-1/+1
| |
* | Added support for Authentiq Back-Channel LogoutAlexandros Keramidas2017-02-201-1/+1
|/
* Add omniauth-oauth2-generic strategyJoe Marty2017-02-131-0/+1
| | | | | | | - Allows configurable Single Sign On with most simple OAuth2 providers - Adds documentation for the new strategy Closes #26744
* Update the rspec_profiling gem to 0.0.5update-rspec_profilingRémy Coutable2017-02-091-1/+1
| | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
* Merge branch 'master' into 'jej-pages-to-ce'jej-pages-to-ceJames Edwards-Jones2017-02-061-6/+3
|\ | | | | | | # Conflicts: # db/schema.rb
| * fix rack-proxy dependency in productionfix-rack-proxyMike Greiling2017-02-041-2/+2
| |
| * Merge branch 'master' into go-go-gadget-webpackMike Greiling2017-02-031-2/+1
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * master: (181 commits) Fixed adding to list bug Remove unnecessary queries for .atom and .json in Dashboard::ProjectsController#index Fixed modal lists dropdown not updating when list is deleted Fixed remove btn error after creating new issue in list Removed duplicated test Removed Masonry, instead uses groups of data Uses mixins for repeated functions Fixed up specs Props use objects with required & type values Removes labels instead of closing issue when clicking remove button Fixed JS lint errors Fixed issue card spec Added webkit CSS properties Fixed bug with empty state showing after search Fixed users href path being incorrect Fixed bug where 2 un-selected issues would stay on selected tab Fixed DB schema Changed how components are added in objects Added remove button Add optional id property to the issue schema Fixed issue link href Disabled add issues button if no lists exist ...
| | * Merge branch '25624-anticipate-obstacles-to-removing-turbolinks' into 'master' Jacob Schatz2017-02-031-1/+0
| | |\ | | | | | | | | | | | | | | | | | | | | | | | | Remove Turbolinks Closes #25624 See merge request !8570
| | | * Remove turbolinks.Bryce Johnson2017-02-021-1/+0
| | | |
| * | | add rack middleware to proxy webpack dev serverMike Greiling2017-02-011-0/+2
| | | |
| * | | Merge branch 'master' into go-go-gadget-webpackMike Greiling2017-01-311-1/+1
| |\ \ \ | | | |/ | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * master: (83 commits) Fix small typo on new branch button spec Abillity to promote project labels to group labels Update and pin the `jwt` gem to ~> 1.5.6 refactor merge request build service Update index.md Clarify that Auto Deploy requires a public project. cop for gem fetched from a git source Add CHANGELOG entry Remove new branch button for confidential issues Remove flash warning from login page add complete changelog Add project ID index to `project_authorizations` table to optimize queries Fix disable storing of sensitive information when importing a new repo Fix notification when global=disabled, group=watch Ensure rake is called within the correct bundle context Fix 8.16.0 release date. Improve search within group logic Add changelog item about new attributes in group api Update group api doc with full_name and full_path attributes Add tests for nested groups in search service and search helper ...