Commit Graph

22 Commits

Author SHA1 Message Date
Evgeny Kochetkov
a0709375ae chore(infra): release 0.19.2 2018-03-12 16:47:47 +03:00
Evgeny Kochetkov
e6ab08e297 chore(infra): format code with prettier
Just `yarn lint  --fix`
2018-03-05 17:59:03 +03:00
Evgeny Kochetkov
448dc09c9b chore(infra): release 0.19.0 2018-03-02 14:22:03 +03:00
Evgeny Kochetkov
3e60017a07 chore(infra): release 0.18.0 2018-02-07 16:45:38 +03:00
Kirill Shumilov
31830bc2f2 fix(xod-pm): enlarge timeout for mocha 2018-02-02 18:02:17 +03:00
Kirill Shumilov
d2027e79b3 chore(xod): update Webpack to v3 (bundle reduced x2), update Ramda versions, prepare it for further updates
Squashed commits:
[af77987] refactor(xod-client, xod-client-browser, xod-client-electron): move common webpack config into xod-client, and extend it with specific options in other endpoint clients (browser/electron)
[ddae62d] chore(xod): update `hm-def` to latest `0.2.1` version (that uses the same Ramda version)
[5d80680] chore(xod): prepare all Ramda imports and some functions to migrate to 0.25.1 to be optimized better by tree-shaker (0.25.0 already has a features for better tree shaking, but it has a lot of bugs and perfomance regressions, so we’ll stay at 0.24.1 for a while)
[9c05d6c] chore(xod-client-browser, xod-client-electron): enable UglifyJS webpack plugin to eliminate dead code and minify bundle (7.8MB -> 3.8MB)
[cafbfcf] chore(xod, xod-client-browser, xod-client-electron): update webpack to version 3, update loaders,
2017-12-29 13:31:32 +03:00
Victor Nakoryakov
ec5946a00e chore(infra): release 0.17.0 2017-12-26 15:56:11 +03:00
Victor Nakoryakov
8704e90c10 chore(xod-cli,xod-pm): update swagger client version to latest
Fixes spammy warnings: `Parameter 'orgname' is ambiguous because the
defined spec has more than one parameter with the name: 'orgname' and
the passed-in parameter values did not define an 'in' value.`

See: https://github.com/swagger-api/swagger-js/pull/1197
2017-12-26 13:31:56 +03:00
Kirill Shumilov
e1760581ea fix(xod-pm): fix infinite retries for non 404 errors while fetching libs and lib datas 2017-12-22 18:34:56 +03:00
Victor Nakoryakov
36579768c0 chore(infra): release 0.16.1 2017-12-13 12:47:58 +03:00
Kirill Shumilov
cdc915947b fix(xod-pm): remove errored swagger client from memoized function 2017-12-04 20:57:17 +03:00
Kirill Shumilov
799d08baae fix(xod-pm): handle network error in publishing library pipeline 2017-12-04 20:57:17 +03:00
Evgeny Kochetkov
2dc106c85d test(xod-pm): update xod/common-hardware dependencies in functional test 2017-12-01 16:36:05 +03:00
Victor Nakoryakov
2a9c2f3f5e chore(infra): release 0.16.0 2017-12-01 13:46:09 +03:00
Evgeny Kochetkov
f8b9f2b9cd feat(xod-pm, xod-client): add ability to publish library from IDE
Closes #872
2017-11-30 19:52:27 +03:00
Kirill Shumilov
676b887a56 refactor(xod-pm, xod-fs, xod-client): fix naming of some functions and variables (get rid of "pure" from lib names) and grammarly, remove explode maybe with custom message, cause it should never happen here (or fail earlier) 2017-11-28 19:54:02 +03:00
Kirill Shumilov
0b2bcb933c feat(xod-pm, xod-client, xod-cli): make recursive fetching works fine with a lists of libraries, prevent fetching of already installed libraries, integrate it into both clients and cli, add auto-resolving of libraries on open/import project 2017-11-28 18:03:40 +03:00
Kirill Shumilov
e6175c2926 refactor(xod-client, xod-pm): integrate new fetchLibraryWithDependencies into xod-client (WITHOUT SAVE ON FS, IT IS BROKEN NOW, SQUASH ME WITH NEXT COMMIT!) 2017-11-28 18:03:40 +03:00
Kirill Shumilov
aac4f6c7e5 chore(xod): add dev script in all packages, that missed it 2017-11-28 18:03:40 +03:00
Kirill Shumilov
163ca993ba feat(xod-pm, xod-fs, xod-cli, xod-project): implement and integrate functions that (a) fetches libraries with dependencies and (b) saves it to the file system 2017-11-24 14:05:54 +03:00
Kirill Shumilov
e9b2eb15a1 feat(xod-client, xod-client-browser, xod-client-electron, xod-fs): add feature to install libraries from cloud in the IDE, integrate in both clients, add saving on FS for desktop client 2017-11-15 10:49:10 +03:00
Kirill Shumilov
43bb722d7d feat(xod-pm): implement fetch functions for lib data and xodball and some utility functions 2017-11-15 10:49:09 +03:00