Commit Graph

13 Commits

Author SHA1 Message Date
Konstantin Raev d1c2da9fd1 minor fixes to webpack command 2016-09-30 13:17:50 +01:00
Andres Suarez 9d382ce07a [RFC] Bundle & distribute yarn as one js file 2016-09-30 12:01:28 +01:00
Sebastian McKenzie 5300b482c8 Cleanup workflow (#281)
* Rename --quick-sloppy flag from `kpm check` to --integrity

* Make --save implicit when installing new modules, remove strict lockfiles, always create updated lockfile and populate tarball cache

* Add integrity hash check to `kpm install`

* Update kpm.lock

* remove incorrect assert messages

* split up package resolving and fetching

* update kpm.lock

* clean up activityStep, move back cursor at end to cover worker lines - fixes #262

* use fake jest timers

* remove old test

* add mocks to jest test ignore

* fix test fixture lockfile

* Add lockfile version header - fixes #280

* split up `kpm install` into `kpm add` - closes #284

* fix lint

* fix using `latest` tag when adding new dependencies - fixes #263

* clean up kpm entry files

* add useless `kpm version` command

* rename config.js to Config.js

* remove Makefile and switch to simple npm scripts

* add more flow-typed definitions

* correctly case Config file

* fix misc lint

* fix type annotation of PackageConstraintResolver#reduce

* fix bin/kpm nits and unused variable

* use dashed filenames instead of camelcase

* move add command fixtures to separate folder

* hoist common-mirror test folder
2016-09-06 16:36:48 +01:00
Sebastian McKenzie 7b4d7c8fd2 Switch to Facebook code style - closes #172 2016-08-16 23:05:13 +01:00
Konstantin Raev 8dff4056d4 added a test for issue #161 (#187)
* added a test for issue #161

* disable broken test

* added expectation

* improved error message
2016-08-05 14:51:52 +01:00
Konstantin Raev 533587a77a made release branch script executable 2016-08-01 14:15:32 +01:00
Konstantin Raev f3f49525fa rebase (#162) 2016-07-29 20:59:56 +01:00
Konstantin Raev 5bf4deeeef Added tests for issue #112 (#156)
* Added tests for issue #112

* trimmed down deps

* fixed tests

* removed clean

* added self checks to install unit tests

* lints

* returned script to trim packages in the mirror because it may be useful

* fetch fix

* rebased
2016-07-27 10:16:50 +01:00
Sebastian McKenzie b0c5597c3b add -y flag to install commands 2016-03-10 13:07:11 +00:00
Sebastian McKenzie 1ac9eca3ab Revert "remove linux git update"
This reverts commit e0b1809c93.
2016-03-10 13:06:50 +00:00
Sebastian McKenzie e0b1809c93 remove linux git update 2016-03-10 12:05:52 +00:00
Sebastian McKenzie ab44669234 pipe yes to linux git update 2016-03-10 11:52:37 +00:00
Sebastian McKenzie b0e302c5bb add complete git linux update 2016-03-10 11:42:10 +00:00