Commit Graph

48 Commits

Author SHA1 Message Date
Zoltan Kochan
54f93de079 chore(release): 0.8.2 server/0.8.2 2018-02-22 21:31:48 +02:00
Emanuele Tamponi
cfff22fbc6 fix: on the client, throw with the actual error message (#18)
* fix: on the client, throw with the actual error message

* test: ensure that error message is correctly sent

* fix: deliver all fields of the error to the client

* fix: do not enumerate all the fields of error
2018-02-22 17:18:07 +02:00
Renovate Bot
95e22cf44e chore(deps): update dependency ts-node to ^5.0.0 2018-02-20 12:25:55 +02:00
Zoltan Kochan
3cb9c3a800 chore(release): 0.8.1 server/0.8.1 2018-02-17 21:20:08 +02:00
Zoltan Kochan
2325a3345a fix(deps): update package-store to version v0.17.0 2018-02-17 21:17:32 +02:00
Zoltan Kochan
c32d4f1405 chore(release): 0.8.0 server/0.8.0 2018-02-10 12:30:51 +02:00
Zoltan Kochan
0e81ee3832 fix: update @pnpm/package-requester and package-store
BREAKING CHANGE:

new version of FetcherFunction expected
2018-02-10 12:27:02 +02:00
Zoltan Kochan
61fd7b8019 chore: fix shrinkwrap.yaml 2018-01-28 20:47:41 +02:00
Zoltan Kochan
0116986804 chore(release): 0.7.1 server/0.7.1 2018-01-23 21:14:52 +02:00
Zoltan Kochan
0b0c372229 chore(deps): update shrinkwrap.yaml 2018-01-23 21:14:37 +02:00
Emanuele Tamponi
5032e860cb feat: flag to ignore upload requests (#15)
* feat: flag to ignore upload requests

* fix: return 403 if trying to upload and it is disabled
2018-01-23 19:44:36 +02:00
Zoltan Kochan
23e9f2e704 chore(release): 0.7.0 server/0.7.0 2018-01-22 02:14:09 +02:00
Emanuele Tamponi
25fdcb23c1 feat: side effects cache (#13)
* feat: add upload method to the server store controller

* chore: add .idea to .gitignore

* fix: new upload signature

* fix: lock upload in the server to make sure it is sequential

* fix: delete lock also on failure

* fix: s/nodeVersion/engineName/

* fix: add verifyStoreIntegrity option

* fix: update dependencies

* test: upload side effect cache

* test: fix as per review

BREAKING CHANGE:

implements new store controller interface
2018-01-21 19:18:29 +02:00
Zoltan Kochan
2813e36786 chore(release): 0.6.2 server/0.6.2 2018-01-16 21:29:00 +02:00
Zoltan Kochan
bf9bdbfee2 feat: stopping the server
ref pnpm/pnpm#960
2018-01-16 21:16:17 +02:00
Zoltan Kochan
15f59aaf24 chore(deps): configure renovate 2018-01-15 23:10:01 +02:00
Zoltan Kochan
fbb81f5a74 chore(release): 0.6.1 server/0.6.1 2018-01-13 21:32:44 +02:00
Zoltan Kochan
12c23e76bb docs(license): update years 2018-01-13 21:32:41 +02:00
Zoltan Kochan
1a7bcea3d8 fix(deps): update @types/node to version 9 2018-01-13 21:31:56 +02:00
Zoltan Kochan
c90a4e7ea5 chore(release): 0.6.0 server/0.6.0 2018-01-09 01:49:12 +02:00
Zoltan Kochan
4d2b0a4450 feat: implement importPackage()
BREAKING CHANGE: API updated
2018-01-09 01:38:50 +02:00
Zoltan Kochan
ebe75a42a9 chore(release): 0.5.1 server/0.5.1 2018-01-07 19:09:39 +02:00
Emanuele Tamponi
17519f8c13 fix: just return empty object for empty responses (#9)
* fix: just return empty object for empty responses

* fix: return undefined instead of empty object
2018-01-07 18:15:36 +02:00
Zoltan Kochan
ebb382fd73 chore(release): 0.5.0 server/0.5.0 2018-01-03 19:37:55 +02:00
Zoltan Kochan
7c59f7f6d0 revert: "refactor: refactor: use pkgId instead of msgId"
revert 456c89a2c9
2018-01-03 19:09:31 +02:00
Zoltan Kochan
1bd4008918 feat: update dependencies 2018-01-03 18:55:59 +02:00
Zoltan Kochan
c019b989e7 perf: avoid redundant requests to get manifests
BREAKING CHANGE: not compatible with prev routers
2018-01-02 01:15:05 +02:00
Zoltan Kochan
456c89a2c9 refactor: use pkgId instead of msgId 2017-12-20 21:19:32 +02:00
Zoltan Kochan
88da57ca14 docs: fix client example 2017-12-20 20:46:00 +02:00
Zoltan Kochan
954e7e2b88 chore(release): 0.4.0 server/0.4.0 2017-12-19 23:06:11 +02:00
Zoltan Kochan
5b450269bf chore: update shrinkwrap.yaml 2017-12-19 23:05:53 +02:00
Emanuele Tamponi
112366fd16 feat: use http over local domain socket for communication 2017-12-19 23:01:21 +02:00
Zoltan Kochan
7217d343e5 perf: delete the waiter when fullfilled 2017-12-17 17:31:28 +02:00
Zoltan Kochan
1c0d5820d7 chore(release): 0.3.0 server/0.3.0 2017-12-16 02:05:13 +02:00
Zoltan Kochan
5d7f0000ed feat: the net options are passed to client/server directly 2017-12-14 23:11:31 +02:00
Zoltan Kochan
9e6fa87e9b feat: use new package store interface 2017-12-13 02:06:26 +02:00
Zoltan Kochan
7c271d94ee chore(release): 0.2.0 server/0.2.0 2017-12-12 01:50:47 +02:00
Zoltan Kochan
ce5e8139ae chore: update ts-node 2017-12-12 01:45:39 +02:00
Zoltan Kochan
f1cfcf5657 fix: update @pnpm/package-requester 2017-12-12 01:43:16 +02:00
Zoltan Kochan
225f3f1b14 docs: update client example 2017-12-11 01:53:09 +02:00
Zoltan Kochan
efa822fd01 feat: use store controller instead of just package-requester
BREAKING CHANGE: API change
2017-12-11 01:34:19 +02:00
Zoltan Kochan
cb1f7ba443 chore(release): 0.1.0 server/0.1.0 2017-12-09 21:14:08 +02:00
Zoltan Kochan
bbffaab794 docs: add examples 2017-12-09 21:13:18 +02:00
Zoltan Kochan
c3d29f3cd7 refactor: close client connection via close() function 2017-12-09 20:39:19 +02:00
Zoltan Kochan
019931da8f feat: returning the finishing param in PackageResponse object 2017-12-09 20:24:15 +02:00
Zoltan Kochan
69a397da49 feat: export both the server and connector 2017-12-09 20:17:03 +02:00
Zoltan Kochan
c01634cf27 refactor: use @pnpm/package-requester version 0.4.0 2017-12-09 20:03:49 +02:00
Zoltan Kochan
5421534041 feat: create
ref https://github.com/pnpm/pnpm/issues/832
2017-12-09 18:52:20 +02:00