summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | Add a spec for case conflicts on the compact indexSamuel Giddins2016-08-101-0/+17
| * | | | | [Cache] Add resiliency against case conflicts on a case-insensitive FSSamuel Giddins2016-08-101-2/+16
| * | | | | [CompactIndexClient] Make keep track of updated endpoints more succinctSamuel Giddins2016-08-101-2/+1
* | | | | | Auto merge of #4868 - bundler:aa-orig-env-rename, r=segiddinsHomu2016-08-116-17/+17
|\ \ \ \ \ \
| * | | | | | Rename all BUNDLE_ORIG_* env to BUNDLER_ORIG*aa-orig-env-renameAndre Arko2016-08-106-17/+17
* | | | | | | Auto merge of #4863 - bundler:pr/4589, r=indirectHomu2016-08-112-2/+14
|\ \ \ \ \ \ \
| * | | | | | | [Exec] Only set process title on Ruby 2.1+pr/4589Samuel Giddins2016-08-102-10/+11
| * | | | | | | Manually set a process title when using loadJames Healy2016-08-092-2/+13
| | |/ / / / / | |/| | | | |
* | | | | | | Auto merge of #4862 - bundler:seg-ban-simply, r=indirectHomu2016-08-113-4/+13
|\ \ \ \ \ \ \
| * | | | | | | Ban the usage of the word simplyseg-ban-simplySamuel Giddins2016-08-093-4/+13
| |/ / / / / /
* | | | | | | Auto merge of #4844 - opiethehokie:hostname_mirror, r=indirectHomu2016-08-113-3/+13
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | doesn't only normalize http URIsMichael Peters2016-08-101-1/+1
| * | | | | | doesn't change the way existing source URLs are validatedMichael Peters2016-08-094-12/+13
| * | | | | | enables BUNDLE_MIRROR__HOSTNAME environment variablesMichael Peters2016-08-044-6/+15
* | | | | | | Auto merge of #4842 - bundler:seg-setup-trampoline, r=indirectHomu2016-08-092-6/+9
|\ \ \ \ \ \ \
| * | | | | | | [Setup] Only add bundler to the load path if we havent trampolinedseg-setup-trampolineSamuel Giddins2016-08-052-6/+9
| | |_|_|_|_|/ | |/| | | | |
* | | | | | | Auto merge of #4831 - bundler:seg-offline-new-index, r=indirectHomu2016-08-098-10/+141
|\ \ \ \ \ \ \
| * | | | | | | Fix network fail simulation on Ruby < 2.0seg-offline-new-indexSamuel Giddins2016-08-081-1/+3
| * | | | | | | Add specs for allow_offline_installSamuel Giddins2016-08-052-0/+113
| * | | | | | | Allow updating a git repo at a custom pathSamuel Giddins2016-08-051-1/+2
| * | | | | | | [Shell] Ensure debug? returns true or false and not nilSamuel Giddins2016-08-051-1/+1
| * | | | | | | Allow installing / updating when everything necessary is available locallySamuel Giddins2016-08-053-7/+22
| * | | | | | | [GitProxy] Wrap retry command name in backticksSamuel Giddins2016-08-051-1/+1
| |/ / / / / /
* | | | | | | Auto merge of #4840 - bundler:seg-unlock-locals, r=indirectHomu2016-08-093-3/+25
|\ \ \ \ \ \ \
| * | | | | | | Add a spec for unlocking when adding a dep & switching to a local sourceseg-unlock-localsSamuel Giddins2016-08-051-0/+21
| * | | | | | | Unlock sources when a local override leads to changesSamuel Giddins2016-08-052-3/+4
| |/ / / / / /
* | | | | | | Auto merge of #4834 - bundler:seg-installation-errors, r=indirectHomu2016-08-096-34/+57
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | |
| * | | | | | [ParallelInstaller] Account for lines returning an Enumerator in old rubiesseg-installation-errorsSamuel 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-044-15/+14
| * | | | | | [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-043-25/+41
* | | | | | | Auto merge of #4847 - Zorbash:binstubs-manpage, r=indirectHomu2016-08-091-0/+29
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | |
| * | | | | | Add manpage for bundle-binstubsDimitris Zorbas2016-08-061-0/+29
|/ / / / / /
* | | | | | Auto merge of #4839 - bundler:seg-travis-output, r=indirectHomu2016-08-054-12/+14
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Clean up spec output on Travisseg-travis-outputSamuel Giddins2016-08-042-2/+5
| * | | | | Silence gem helper spec outputSamuel Giddins2016-08-041-4/+4
| * | | | | [CompactIndex] Avoid initialized variable warningSamuel Giddins2016-08-041-6/+5
* | | | | | Auto merge of #4824 - spk:optionable-annotate-tag, r=indirectHomu2016-08-051-1/+1
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Allow signed tags on rake releaseLaurent Arnoud2016-07-301-1/+1
| |/ / / /
* | | | | Auto merge of #4765 - mistydemeo:linkage, r=indirectHomu2016-08-044-0/+174
|\ \ \ \ \
| * | | | | doctor: use Bundler::NULLMisty De Meo2016-08-021-2/+2
| * | | | | doctor: gems not being installed isn't fatalMisty De Meo2016-08-022-5/+2
| * | | | | bundle.ronn: add doctorMisty De Meo2016-08-021-0/+3
| * | | | | doctor: return stub result if no dylib tool installedMisty De Meo2016-08-021-0/+10
| * | | | | Add command to diagnose common issuesMisty De Meo2016-08-023-0/+164
* | | | | | Auto merge of #4832 - bundler:seg-remove-environment, r=indirectHomu2016-08-048-97/+48
|\ \ \ \ \ \
| * | | | | | Remove 0.9 upgrade compatibilityseg-remove-environmentSamuel Giddins2016-08-034-50/+0
| * | | | | | [Binstubs] Update for Installer not inheriting from EnvironmentSamuel Giddins2016-08-031-1/+1
| * | | | | | Remove Bundler::EnvironmentSamuel Giddins2016-08-035-53/+54
|/ / / / / /