aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Rename UpdateOptions=>DependencySearchchrismo2016-07-083-11/+11
* RuboCop fixeschrismo2016-07-082-31/+36
* 1st pass thorough specs on conservative resolver.chrismo2016-07-081-3/+4
* First resolver spec and bug fix.chrismo2016-07-081-3/+3
* minor/patch resolution code invokable.chrismo2016-07-083-17/+17
* bundler-patch resolver code ported over.chrismo2016-07-082-3/+109
* UpdateOptions added and passed thru all_the_thingschrismo2016-07-084-6/+32
* Starter update_specschrismo2016-07-081-1/+1
* Auto merge of #4674 - asutoshpalai:plugin, r=segiddinsHomu2016-07-0517-123/+623
|\
| * Spec fixes for older versionsAsutosh Palai2016-07-031-1/+1
| * Added unit specs for api#sourceAsutosh Palai2016-07-031-1/+1
| * Mixed SharedHelpers with Plugin::APIAsutosh Palai2016-07-033-16/+8
| * Added to api/sourceAsutosh Palai2016-07-031-0/+18
| * Separated generate_bin into source/path/installerAsutosh Palai2016-07-033-39/+42
| * Fixed hard coded load path for pluginsAsutosh Palai2016-07-033-27/+44
| * [Serializer]Array parser implementedAsutosh Palai2016-07-031-5/+13
| * [Serializer] Dumping array and passing the old scan specsAsutosh Palai2016-07-031-11/+26
| * Added methods to use source without apiAsutosh Palai2016-07-031-1/+14
| * Added spec for plugin load pathAsutosh Palai2016-07-031-0/+1
| * Addind the plugin lib path to load_pathAsutosh Palai2016-07-032-0/+20
| * Fixing explicit default plugin sourceAsutosh Palai2016-07-031-1/+1
| * Minor doc editsAsutosh Palai2016-07-032-10/+18
| * Added cachingAsutosh Palai2016-07-033-6/+68
| * Fixed random failures in spec for source_listAsutosh Palai2016-07-031-0/+4
| * Fixed plugin install order for 1.8.7Asutosh Palai2016-07-032-11/+8
| * lockfile plugin version shift and inferred_pluginAsutosh Palai2016-07-033-8/+8
| * rubocop fixAsutosh Palai2016-07-031-4/+4
| * Few correction from suggestionsAsutosh Palai2016-07-035-23/+59
| * Added unit specs for source, dsl, index, source_listAsutosh Palai2016-07-034-3/+22
| * Added unit spec for plugin classAsutosh Palai2016-07-032-4/+9
| * Added doc for sourceAsutosh Palai2016-07-033-7/+59
| * Spec fix for 1.8.7Asutosh Palai2016-07-031-2/+2
| * Made the auto added source plugins optionalAsutosh Palai2016-07-032-9/+22
| * Moved the example plugin to seperate fileAsutosh Palai2016-07-031-1/+1
| * Added spec for unlockingAsutosh Palai2016-07-033-1/+6
| * Added source conflict error classAsutosh Palai2016-07-031-2/+9
| * Formatting and doc stringsAsutosh Palai2016-07-033-74/+84
| * Added a minimalistic source plugin specAsutosh Palai2016-07-031-1/+32
| * Preventing registered source to be reinstalledAsutosh Palai2016-07-031-1/+1
| * Fixed converging of specsAsutosh Palai2016-07-034-4/+12
| * Spec fixesAsutosh Palai2016-07-031-1/+1
| * gems from plugin sources are loadingAsutosh Palai2016-07-033-3/+3
| * Added lockingAsutosh Palai2016-07-036-8/+56
| * Brought upto speed with plugin branchAsutosh Palai2016-07-037-100/+74
| * Working till installAsutosh Palai2016-07-032-3/+7
| * Working upto call to specsAsutosh Palai2016-07-033-14/+44
| * Added installation from type options and specAsutosh Palai2016-07-031-1/+3
| * A base for source pluginAsutosh Palai2016-07-036-1/+99
* | Auto merge of #4632 - b-ggs:bundle-add, r=RochesterinNYCHomu2016-07-043-11/+46
|\ \
| * | Modify prerelease checkingBoggs2016-06-291-3/+1