summaryrefslogtreecommitdiff
path: root/lib/bundler/installer/parallel_installer.rb
Commit message (Expand)AuthorAgeFilesLines
* Prefer `require_relative` for internal requiresDavid Rodríguez2019-04-191-2/+2
* removing requre gem_remote_fetcherGavriel Loria2018-11-241-4/+0
* Add registered events for after-all, before, after gem installjules26892018-06-121-0/+2
* Fix some rescue calls that do not specifiy error type.utilum2018-03-171-1/+1
* improve rubocop_todo.ymlKeiji Yoshimi2017-09-241-2/+2
* Ensure that rake is always installed first when presentSamuel Giddins2017-09-061-0/+3
* Speed up no-op installsseg-speed-up-no-op-installSamuel Giddins2017-07-191-47/+72
* [RuboCop] Enable Layout/EmptyLineAfterMagicComment copKoichi ITO2017-07-161-0/+1
* [ParallelInstaller] Show require tree when a gem fails to install due to corr...seg-corrupted-lockfile-show-treeSamuel Giddins2017-07-071-1/+6
* [ParallelInstaller] Print out why a gem needed to be installed if installatio...Samuel Giddins2017-03-111-1/+15
* [SpecInstallation] Add #to_sSamuel Giddins2017-01-211-0/+4
* Add specs for falling back to 1 thread when the lockfile is corruptseg-parallel-installer-missing-specs-warningSamuel Giddins2016-12-261-0/+2
* [ParallelInstaller] Only print 1 warning for missing dependenciesSamuel Giddins2016-12-261-9/+24
* [ParallelInstaller] Allow installing with corrupted lockfilesSamuel Giddins2016-12-261-9/+19
* [ParallelInstaller] Pre-require gem_remote_fetcher on 1.8.7seg-require-speedSamuel Giddins2016-12-211-0/+4
* Auto merge of #4840 - bundler:seg-unlock-locals, r=indirectHomu2016-08-091-1/+1
|\
| * Unlock sources when a local override leads to changesSamuel Giddins2016-08-051-1/+1
* | [ParallelInstaller] Check for proper exception classSamuel Giddins2016-08-041-1/+1
* | [Installer] Move post-install messages to be an instance attributeSamuel Giddins2016-08-041-8/+2
* | [ParallelInstaller] Only raise when there is an errorSamuel Giddins2016-08-041-1/+9
* | [Install] Print errors at the end of installation instead of inlineSamuel Giddins2016-08-041-8/+26
|/
* [ParallelInstaller] Wrap in the Bundler namespaceseg-parallel-installer-namespaceSamuel Giddins2016-06-281-99/+101
* [RuboCop] Update to 0.37.0seg-rubocop-0.37Samuel Giddins2016-02-051-1/+1
* Compatibility with frozen string literalsSamuel Giddins2016-01-311-0/+1
* [Worker] Add a worker name to ease debuggingseg-thread-namesSamuel Giddins2016-01-301-1/+1
* My goal was to reveal the main part of install_gem_from_spec. From myAndreas Hellwig2015-10-271-1/+4
* Change error type to LockfileErrorLukas Oberhuber2015-09-291-1/+1
* remove newline from error message.Lukas Oberhuber2015-09-291-1/+1
* Raises an error if there are missing dependenciesLukas Oberhuber2015-09-291-5/+13
* Fix Style/ParallelAssignmentErick Sasse2015-08-021-1/+2
* Fix Style/SpaceAroundOperatorsAndre Arko2015-07-181-1/+1
* Fix Style/SpaceInsideBlockBracesAndre Arko2015-07-181-1/+1
* [RuboCop] Enable Style/StringLiteralsSamuel E. Giddins2015-07-151-1/+1
* [RuboCop] Enable Style/EmptyLinesSamuel E. Giddins2015-07-151-3/+0
* match by namePatrick Metcalfe2015-07-011-2/+2
* switch reject to selectPatrick Metcalfe2015-07-011-4/+3
* fix empty post install message bugPatrick Metcalfe2015-04-281-1/+1
* [Documentation] Fix spelling for ParallelInstaller#process_specsSamuel E. Giddins2015-04-191-1/+1
* refactor parallel installerPatrick Metcalfe2015-04-191-0/+117
* Revert 'Clean up parallel installer'Andre Arko2015-04-071-94/+0
* Clean up parallel installerAndre Arko2015-04-011-0/+94