summaryrefslogtreecommitdiff
path: root/Gemfile.lock
Commit message (Collapse)AuthorAgeFilesLines
* Update Sidekiq from 4.2.1 to 4.2.7.cs-update-sidekiq-427Connor Shea2016-12-111-4/+4
| | | | | | Includes various bug fixes, mostly for Rails 5. Changelog: https://github.com/mperham/sidekiq/blob/fc168fe393bee3ad1fcbb52cff2d84af86c38cc4/Changes.md
* Update factory_girl_rails to 4.7.0rs-update-factory_girl_railsRobert Speicher2016-12-081-4/+4
|
* Merge branch 'pry-byebug' into 'master' Rémy Coutable2016-12-051-2/+5
|\ | | | | | | | | Use pry-byebug instead byebug See merge request !7925
| * Use pry-byebug instead byebugSemyon Pupkov2016-12-051-2/+5
| | | | | | | | https://github.com/deivid-rodriguez/pry-byebug
* | Update paranoia from 2.1.4 to 2.2.0.cs-upgrade-paranoiaConnor Shea2016-12-041-3/+3
|/ | | | | | Includes support for Rails 5. Changelog: https://github.com/rubysherpas/paranoia/blob/879fd18caa46af70fceca2e8f46886b3eff072ec/CHANGELOG.md#220-2016-10-21
* Revert bump in rufus-schedulerrevert-rufus-scheduler-bumpStan Hu2016-11-301-2/+1
| | | | | | | | Somehow `bundle install` with an update to Sidekiq-cron caused rufus-scheduler to be bumped, when it doesn't appear absolutely necessary. Closes #25160
* Merge branch 'add-stackprof' into 'master' Robert Speicher2016-11-301-0/+2
|\ | | | | | | | | | | | | | | | | Add StackProf to the Gemfile, along with a utility to get a profile for a spec The test suite needs speeding up significantly. This is one tool for investigating it. Related to #23034 See merge request !7784
| * Add StackProf to the Gemfile, along with a utility to get a profile for a specNick Thomas2016-11-291-0/+2
| |
* | Update Sidekiq-cron to fix compatibility issues with Sidekiq 4.2.1sh-update-sidekiq-cronStan Hu2016-11-291-4/+5
|/ | | | | | | The "Enqueue Now" button would not work in the admin panel due to changes in the Web extension interface. Closes #24376
* Merge branch 'zj-upgrade-grape' into 'master' Robert Speicher2016-11-251-2/+2
|\ | | | | | | | | Update grape-entity to 0.6.0 See merge request !7491
| * Upgrade grape-entity to 0.6.0Z.J. van de Weg2016-11-231-2/+3
| |
| * Upgrade grape-entityZ.J. van de Weg2016-11-211-3/+2
| | | | | | | | Fixes gitlab-org/gitlab-ce#14329
* | Stop supporting Google and Azure as backup strategiesremove-backup-strategiesRémy Coutable2016-11-241-31/+0
|/ | | | | | | | | The amount of gems required is quite high compared to the usefulness of the features. Related to !4928, !6713 Signed-off-by: Rémy Coutable <remy@rymai.me>
* Merge branch 'bugfix/html-only-mail' into 'master' Douwe Maan2016-11-181-0/+3
|\ | | | | | | | | | | | | | | | | | | | | | | | | add parsing support for incoming html email ## What does this MR do? Fixes #18388 by adding support for parsing HTML email ## Are there points in the code the reviewer needs to double check? The new class, Gitlab::Email::HTMLParser, which needs to translate the HTML content to text and also delete replies, as they are not necessarily in the correct format to be caught by EmailReplyParser. The solution I found that should work for any HTML-formatted email is to remove all `<table>` and `<blockquote>` tags. Actual `<table>` elements (to be interpreted by markdown) should already be encoded with e.g. `&lt;table&gt;` - the only failure mode is if there is an *actual* HTML table in the content itself, which we wouldn't be able to support easily anyways. The gem `html2text` traverses the HTML tree and outputs text - and markdown in the case of HTML links or images. See merge request !7397
| * add parsing support for incoming html emailhttp://jneen.net/2016-11-171-0/+3
| |
* | bump rouge to 2.0.7http://jneen.net/2016-11-181-1/+1
| | | | | | | | CHANGELOG: https://github.com/jneen/rouge/blob/v2.0.7/CHANGELOG.md
* | Remove unused nested_form gemrs-remove-ci-gemsRobert Speicher2016-11-171-2/+0
| |
* | Remove activerecord-session_store gemRobert Speicher2016-11-171-7/+0
|/ | | | | We use the Redis-backed session store from `redis-store` so this is unnecessary.
* Allow certain Sidekiq jobs to be throttledPatricio Cano2016-11-101-0/+3
|
* Bump omniauth-gitlab to 1.0.2 to fix incompatibility with omniauth-oauth2sh-bump-omniauth-gitlabStan Hu2016-11-071-2/+2
| | | | Closes gitlab-com/support-forum#1270
* Upgrade redis-rails from 4.0.0 to 5.0.1.cs-upgrade-redis-actionpackConnor Shea2016-11-041-16/+16
| | | | This update adds support for Rails 5. Also update redis-rails dependencies.
* Merge branch 'update-task-list' into 'master' Rémy Coutable2016-11-041-2/+2
|\ | | | | | | | | Updates deckar01-task_list gem to its latest version See merge request !7185
| * Update deckar01-task_list gem to 1.0.6Manuel Rüger2016-10-311-2/+2
| | | | | | | | ChangeLog: https://github.com/deckar01/task_list/compare/1.0.5...1.0.6
* | Update rdoc to `~> 4.2`rs-update-rdocRobert Speicher2016-11-031-2/+2
| | | | | | | | Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/2814
* | Remove unused `gitlab:generate_docs` Rake taskrs-remove-sdocRobert Speicher2016-11-031-4/+0
| | | | | | | | | | This was the only thing using the `sdoc` gem, which was blocking another gem from updating.
* | Merge branch 'update-diffy' into 'master' Rémy Coutable2016-11-021-2/+2
|\ \ | | | | | | | | | | | | Update diffy gem to 3.1.0 See merge request !7184
| * | Update diffy gem to 3.1.0Manuel Rüger2016-10-311-2/+2
| |/ | | | | | | ChangeLog: https://github.com/samg/diffy/blob/master/CHANGELOG
* | Merge branch 'update-rack-attack' into 'master' Rémy Coutable2016-11-021-2/+2
|\ \ | | | | | | | | | | | | Updates rack-attack gem to 4.4.1 See merge request !7186
| * | Update rack-attack gem to 4.4.1Manuel Rüger2016-10-311-2/+2
| |/ | | | | | | See: https://github.com/kickstarter/rack-attack/blob/master/CHANGELOG.md
* | Fix lightweight tags not processed correctly by GitTagPushService22271-drone-tag-pipeline-buildAlejandro Rodríguez2016-10-281-3/+3
|/ | | | | | | | When we updated gitlab_git to 10.4.1, `tag.target` changed from pointing to the sha of the tag to the sha of the commit the tag points to. The problem is that only annotated tags have `object_sha`s, lightweight tags don't (it's nil), so (only) in their case we still need to use `tag.target`.
* Merge branch 'issue_1008_1' into 'master' Sean McGivern2016-10-281-1/+5
|\ | | | | | | | | | | | | | | | | Jira refactoring to jira gem part of gitlab-org/gitlab-ee#1008 Original MR: https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/2572/commits See merge request !6598
| * Upgrade jira-ruby gem versionissue_1008_1Felipe Artur2016-10-261-2/+2
| |
| * Finish updates to use JIRA gemFelipe Artur2016-10-261-1/+5
| | | | | | | | Code improvements, bug fixes, finish documentation and specs
* | Updated mail_room and added sentinel support to Reply by Email21645-mail_room_sentinelGabriel Mazetto2016-10-261-3/+3
|/
* Bump `omniauth-saml` to 1.7.0 to include security fixes and metadata support ↵update-omniauth-samlPatricio Cano2016-10-191-4/+4
| | | | for IdP auto-configuration.
* Merge branch 'rs-loosen-request_store' into 'master' Dmitriy Zaporozhets2016-10-131-1/+1
|\ | | | | | | | | | | | | | | | | | | | | Loosen requirement on request_store version This gem follows semantic versioning and will not introduce breaking changes in a minor version. See https://github.com/steveklabnik/request_store#semantic-versioning Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/2868 See merge request !6853
| * Loosen requirement on request_store versionRobert Speicher2016-10-131-1/+1
| | | | | | | | | | | | | | | | This gem follows semantic versioning and will not introduce breaking changes in a minor version. See https://github.com/steveklabnik/request_store#semantic-versioning Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/2868
* | Updated gitlab-markup forked gem to download from rubygemsbug/rst-forked-gemGabriel Mazetto2016-10-131-8/+3
| |
* | Use forked github-markup gem to enable python3 support with omnibusGabriel Mazetto2016-10-131-2/+8
|/
* Merge branch 'dz-improve-mr-compar' into 'master' Douwe Maan2016-10-121-2/+2
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Improve merge request versions compare logic ## What does this MR do? Changes the way how we compare between for merge request versions ## Are there points in the code the reviewer needs to double check? no ## Why was this MR needed? So when I squash+rebase my commit I can get more accurate diff on what changed between versions ## Screenshots (if relevant) in discussion (below) ## Does this MR meet the acceptance criteria? - [x] [CHANGELOG](https://gitlab.com/gitlab-org/gitlab-ce/blob/master/CHANGELOG) entry added - [ ] ~~[Documentation created/updated](https://gitlab.com/gitlab-org/gitlab-ce/blob/master/doc/development/doc_styleguide.md)~~ - [ ] ~~API support added~~ - Tests - [x] Added for this feature/bug - [x] All builds are passing - [x] Conform by the [merge request performance guides](http://docs.gitlab.com/ce/development/merge_request_performance_guidelines.html) - [x] Conform by the [style guides](https://gitlab.com/gitlab-org/gitlab-ce/blob/master/CONTRIBUTING.md#style-guides) - [x] Branch has no merge conflicts with `master` (if you do - rebase it please) - [x] [Squashed related commits together](https://git-scm.com/book/en/Git-Tools-Rewriting-History#Squashing-Commits) ## What are the relevant issue numbers? https://gitlab.com/gitlab-org/gitlab-ce/issues/22368, https://gitlab.com/gitlab-org/gitlab-ce/issues/22721 See merge request !6589
| * Bump gitlab_git to 10.6.8Dmitriy Zaporozhets2016-10-121-2/+2
| | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* | Update health_check gem to `~> 2.2.0`Robert Speicher2016-10-121-2/+2
| | | | | | | | Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/22278
* | Use activerecord_sane_schema_dumperRémy Coutable2016-10-121-0/+3
|/ | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
* Merge branch 'master' into 'master' Rémy Coutable2016-10-111-1/+1
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Update mail_room gem ## What does this MR do? Upgrades the mail_room gem from 0.8.0 to 0.8.1. ## Why was this MR needed? mail_room throws an exception if the watching script joins a undefined thread. Release 0.8.1 adds a check to ensure that the thread exists before calling join. Fixes gitlab-org/omnibus-gitlab#1619. See merge request !6714
| * Update mail_room gemTjaart van der Walt2016-10-061-2/+2
| |
* | Bump mail_room to v0.8.1 to fix thread cleanup issuesh-update-mailroomStan Hu2016-10-101-1/+1
| | | | | | | | Closes #20273
* | Make search results use the markdown cache columns, treating them consistentlyNick Thomas2016-10-071-0/+4
|/ | | | | | Truncato is introduced as a dependency to intelligently shorten the rendered HTML to 200 characters; the previous approach could have resulted in invalid HTML being rendered.
* Merge commit 'dev/security' into 'master'Rémy Coutable2016-10-061-3/+3
|\ | | | | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
| * Don't send Private-Token headers to SentryJacob Vosmaer2016-10-041-3/+3
| | | | | | | | Fixes https://gitlab.com/gitlab-org/gitlab-ce/issues/22537
* | Update RuboCop to 0.43.0 and update configurationrs-update-rubocopRobert Speicher2016-10-041-3/+3
| | | | | | | | | | `Style/VariableNumber` is explicitly disabled because I don't think we care if we name a variable `var_1` or `var1`.