Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add rufus-scheduler to Gemfile | Shinya Maeda | 2017-04-06 | 1 | -0/+1 |
| | |||||
* | Refactor test_utils bundle | Mike Greiling | 2017-04-04 | 1 | -3/+3 |
| | |||||
* | Use gitaly 0.5.0 | Jacob Vosmaer | 2017-04-03 | 1 | -2/+2 |
| | |||||
* | Update rugged to 0.25.1.1 | Elan Ruusamäe | 2017-03-28 | 1 | -5/+5 |
| | |||||
* | Update sentry-raven 2.0.2 -> 2.4.0 | Robert Speicher | 2017-03-26 | 1 | -3/+3 |
| | |||||
* | Update webmock 1.21.0 -> 1.24.6 | Robert Speicher | 2017-03-26 | 1 | -2/+4 |
| | |||||
* | Update spring 1.7.2 -> 2.0.1 | Robert Speicher | 2017-03-26 | 1 | -2/+3 |
| | |||||
* | Update simplecov 0.12.0 -> 0.14.1 | Robert Speicher | 2017-03-26 | 1 | -2/+2 |
| | |||||
* | Update pry-rails 0.3.4 -> 0.3.5 | Robert Speicher | 2017-03-26 | 1 | -1/+1 |
| | |||||
* | Update pry-byebug 3.4.1 -> 3.4.2 | Robert Speicher | 2017-03-26 | 1 | -2/+2 |
| | |||||
* | Update flay 2.6.1 -> 2.8.1 | Robert Speicher | 2017-03-26 | 1 | -4/+7 |
| | |||||
* | Update capybara-screenshot 1.0.11 -> 1.0.14 | Robert Speicher | 2017-03-25 | 1 | -1/+1 |
| | |||||
* | Update bullet 5.2.0 -> 5.5.1 | Robert Speicher | 2017-03-25 | 1 | -2/+2 |
| | |||||
* | Update brakeman 3.4.1 -> 3.6.1 | Robert Speicher | 2017-03-25 | 1 | -2/+2 |
| | |||||
* | Remove web-console gem | Robert Speicher | 2017-03-25 | 1 | -6/+0 |
| | |||||
* | Update better_errors 1.0.1 -> 2.1.1 | Robert Speicher | 2017-03-25 | 1 | -3/+4 |
| | |||||
* | Introduce a new middleware for the test environment that can block requests | Rémy Coutable | 2017-03-22 | 1 | -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.2 | Jacob Vosmaer | 2017-03-20 | 1 | -1/+1 |
| | |||||
* | Merge branch 'feature/use-gitaly-for-commit-show' into 'master' | Robert Speicher | 2017-03-17 | 1 | -2/+2 |
|\ | | | | | | | | | Use Gitaly for CommitController#show See merge request !9629 | ||||
| * | Use Gitaly for CommitController#showfeature/use-gitaly-for-commit-show | Ahmad Sherif | 2017-03-15 | 1 | -2/+2 |
| | | |||||
* | | Revert "Merge branch 'google-protobuf-3.2.0.1' into 'master'" | Rémy Coutable | 2017-03-15 | 1 | -1/+1 |
|/ | | | This reverts merge request !9932 | ||||
* | Use google-protobuf 3.2.0.1 | Jacob Vosmaer | 2017-03-14 | 1 | -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-ace | Sean McGivern | 2017-03-09 | 1 | -1/+1 |
| | | | | | Fixes input problems with compose key in Chrome 53+ - has been reported for Chinese and Hangul at least. | ||||
* | Implement OpenID Connect identity provider | Markus Koller | 2017-03-07 | 1 | -0/+13 |
| | |||||
* | Update font-awesome-rails to 4.7.0.119062-relax-font-awesome-rails | Rémy Coutable | 2017-03-07 | 1 | -1/+1 |
| | | | | Signed-off-by: Rémy Coutable <remy@rymai.me> | ||||
* | Relax font-awesome-rails dependency to ~> 4.7 | Rémy Coutable | 2017-03-07 | 1 | -1/+1 |
| | | | | Signed-off-by: Rémy Coutable <remy@rymai.me> | ||||
* | Update carrierwave 0.10.0 -> 0.11.2 | Robert Speicher | 2017-03-06 | 1 | -2/+3 |
| | |||||
* | Updates Redcarpet (Markdown parser) to 3.4.0 | James Edwards-Jones | 2017-03-06 | 1 | -2/+2 |
| | | | 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-gem | Douglas Barbosa Alexandre | 2017-03-03 | 1 | -2/+2 |
| | |||||
* | Update Rubyzip to 1.2.1 | Rémy Coutable | 2017-03-02 | 1 | -2/+2 |
| | | | | Signed-off-by: Rémy Coutable <remy@rymai.me> | ||||
* | Remove jQuery UIbye-bye-jquery-ui | Phil Hughes | 2017-03-02 | 1 | -3/+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-receive | Alejandro Rodríguez | 2017-03-01 | 1 | -0/+8 |
| | |||||
* | Remove the newrelic gemremove-new-relic-gem | Robert Schilling | 2017-03-01 | 1 | -2/+0 |
| | |||||
* | Return 204 for delete endpoints | Robert Schilling | 2017-02-28 | 1 | -7/+7 |
| | |||||
* | Bump omniauth to 1.4.2 | Stan Hu | 2017-02-25 | 1 | -2/+2 |
| | |||||
* | Bump Hashie to 3.5.5 to eliminate warning noise | Stan Hu | 2017-02-25 | 1 | -1/+1 |
| | | | | Closes #28595 | ||||
* | Update haml_lint to work with newest rubocop | Douwe Maan | 2017-02-23 | 1 | -5/+5 |
| | |||||
* | Update rubocop and rubocop-rspec and regenerate .rubocop_todo.yml | Douwe Maan | 2017-02-23 | 1 | -7/+7 |
| | |||||
* | Update Licensee from 8.0.0 to 8.7.0.cs-upgrade-licensee | Connor Shea | 2017-02-22 | 1 | -3/+3 |
| | | | | Changelog: https://github.com/benbalter/licensee/releases | ||||
* | Merge branch '1363-redo-mailroom-support' into 'master' | Douwe Maan | 2017-02-21 | 1 | -2/+2 |
|\ | | | | | | | | | Redo internals of Incoming Mail Support See merge request !9385 | ||||
| * | Use newer mail_room to get `require_relative` support | Gabriel Mazetto | 2017-02-20 | 1 | -2/+2 |
| | | |||||
* | | Upgrade Rails to 4.2.8 | Z.J. van de Weg | 2017-02-21 | 1 | -45/+42 |
| | | |||||
* | | Added support for Authentiq Back-Channel Logout | Alexandros Keramidas | 2017-02-20 | 1 | -2/+2 |
|/ | |||||
* | Add omniauth-oauth2-generic strategy | Joe Marty | 2017-02-13 | 1 | -0/+3 |
| | | | | | | | - 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_profiling | Rémy Coutable | 2017-02-09 | 1 | -4/+4 |
| | | | | Signed-off-by: Rémy Coutable <remy@rymai.me> | ||||
* | Merge branch 'master' into 'jej-pages-to-ce'jej-pages-to-ce | James Edwards-Jones | 2017-02-06 | 1 | -21/+6 |
|\ | | | | | | | # Conflicts: # db/schema.rb | ||||
| * | Merge branch 'master' into go-go-gadget-webpack | Mike Greiling | 2017-02-03 | 1 | -5/+2 |
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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 Schatz | 2017-02-03 | 1 | -3/+0 |
| | |\ | | | | | | | | | | | | | | | | | | | | | | | | | Remove Turbolinks Closes #25624 See merge request !8570 | ||||
| | | * | Remove turbolinks. | Bryce Johnson | 2017-02-02 | 1 | -3/+0 |
| | | | | |||||
| * | | | add rack middleware to proxy webpack dev server | Mike Greiling | 2017-02-01 | 1 | -0/+3 |
| | | | |