Commit Graph

150 Commits

Author SHA1 Message Date
Victor Nakoryakov
d9e7664251 refactor(infra): move documentation building to the top level 2016-12-08 17:11:03 +03:00
Victor Nakoryakov
5b97fa72b2 refactor(infra): move electron-rebuild to a separate NPM command 2016-12-02 12:21:25 +03:00
Victor Nakoryakov
402bab964f fix(infra): add missing build dependency 2016-12-02 12:21:25 +03:00
Kirill Shumilov
4b796d6831 feat(xod-cli): add a selecting a target in the xod-cli and add build:tree:xod-cli script 2016-11-21 20:24:05 +03:00
Kirill Shumilov
0382f49846 fix(package): fixed tree scripts in package.json (xod-espruino -> xod-js) 2016-11-21 20:24:05 +03:00
Kirill Shumilov
f13f8801dc refactor(xod-js): rename xod-espruino into xod-js, and it will contain transpiler and runtime for any js-lang targets (espruino, nodejs) 2016-11-21 20:24:05 +03:00
Kirill Shumilov
5e3440a3d8 feat(xod-transformer): move transformer into a separate package from xod-espruino 2016-11-21 20:24:05 +03:00
Kirill Shumilov
aeeeaea441 fix(xod-client-electron): add electron-rebuild package and updated postinstall script 2016-11-17 16:28:58 +03:00
Victor Nakoryakov
4fdf3de8d4 chore(client): kill chrome client 2016-11-17 12:21:16 +03:00
Victor Nakoryakov
98713b811b refactor(espruino): extract uploader to a separate package 2016-11-17 12:21:16 +03:00
Kirill Shumilov
29975b72a0 feat(xod-core, xod-client): replace old ids with "localized" ids (id for local patches starts with "@/") and make it loads and saves correctly 2016-11-08 19:21:01 +03:00
Kirill Shumilov
702077ae9e fix(xod-fs): fix load and pack 2016-11-01 18:36:25 +03:00
Kirill Shumilov
fc22c4c9ca feat(xod-client-*): add autoprefixes, postcss, postcss-loader into root packages.json and use them in the xod-client-*/webpack configs. So now "user-select" css-rule become prefixed and this solution fixes #232. 2016-10-28 20:03:42 +03:00
Kirill Shumilov
73e1ac40d4 fix(package): fix dev:tree:xod-cli (forgot to run dev:pkg:xod-cli) 2016-10-25 19:07:44 +03:00
Kirill Shumilov
e6afe5a7e8 feat(xod-cli): add a new package xod-cli and move a xodc from xod-core into this package and add commands: pack, unpack, transpile 2016-10-24 21:22:22 +03:00
Aleksey Pirogov
dbe78ef943 fix an npm run lint command 2016-10-14 13:44:38 +03:00
Kirill Shumilov
d7426b6627 fix(pr): fo all fixed from comments in PR #222 2016-10-13 17:23:26 +03:00
Kirill Shumilov
61373132b9 feat(xod-electron): update actions and ipc listeners to make save feature works and update build:tree:xod-client-electron script (run build of xod-fs too) 2016-10-13 17:23:26 +03:00
Kirill Shumilov
12bb357491 fix,feat,refactor(all): move fs from xod-core into new package xod-fs, add imports and exports, fix readme and some little bugs of rebasing 2016-10-13 17:23:26 +03:00
Victor Nakoryakov
b01c2fcf72 chore(infra): add build:tree* scripts 2016-10-07 13:30:09 +03:00
Victor Nakoryakov
fbf548e856 chore(infra): bring back server starter script 2016-10-07 12:57:20 +03:00
Victor Nakoryakov
357b525afd chore(infra): bring back dev scripts 2016-10-07 12:53:51 +03:00
Victor Nakoryakov
3f7d4e6f79 fix(client): repair webpack dev server 2016-10-07 12:39:03 +03:00
Victor Nakoryakov
248383b153 chore(infra): update CI scripts 2016-10-07 12:01:59 +03:00
Victor Nakoryakov
82c1cfbd99 fix(infra): repair tests 2016-10-06 17:39:21 +03:00
Victor Nakoryakov
a1f1b564b8 refactor(infra): introduce lerna, fix import paths 2016-10-06 15:48:29 +03:00
Victor Nakoryakov
c3cbc394e9 fix(infra): resolve more package-interlinking problems 2016-10-03 14:31:30 +03:00
Victor Nakoryakov
a137e0dc8d refactor(infra): move lining tools and configs to the top level 2016-10-03 14:23:04 +03:00
Victor Nakoryakov
1b5df8d81c refactor(infra): move build scripts & deps to the top level 2016-10-03 14:23:04 +03:00
Aleksey Pirogov
dbbf530615 add 'dev' subcommand to Makefile 2016-09-26 13:02:13 +03:00
Aleksey Pirogov
d4a303bbac split the monolith project to two potential npm-packages 2016-09-05 12:22:51 +03:00
Kirill Shumilov
4cdb6f4ac3 feat(package): add formsy and formsy-components 2016-09-01 17:13:45 +03:00
Kirill Shumilov
30e1c71701 feat(cookies): add cookies pod (it handle cookies, reduce actions into cookies State and sync it between browser and state by middleware) 2016-08-30 21:04:37 +03:00
Kirill Shumilov
aff576d763 feat(client-api): add common scripts and package redux-api-middleware to communicate with REST API from client 2016-08-26 21:00:15 +03:00
Kirill Shumilov
97d2e9ec1d feat(tabs, sortables): add tabs reordering feature 2016-08-23 20:28:07 +03:00
Kirill Shumilov
8f234243a9 fix(eslint): fix paths in eslint args in package.json 2016-08-22 21:20:04 +03:00
Kirill Shumilov
359f326178 refactor(paths): fix paths and webpack config 2016-08-19 18:15:02 +03:00
Kirill Shumilov
7e224f1435 fix([hotkeys, styles]): fix hotkey binding, add focusing zones (ProjectBrowser, Patch and global Editor), add some styles 2016-08-17 19:07:14 +03:00
Victor Nakoryakov
ca42cdf353 chore(infra): add nodes’ JS code into linter check & make them lint-passing 2016-08-15 16:32:59 +03:00
Victor Nakoryakov
f7bfa02646 chore(infra): split lint scripts into regular es6 & espruino 2016-08-15 16:10:31 +03:00
Victor Nakoryakov
b93f4a63a3 fix(runtime): get rid of start time errors in transpiled code 2016-08-11 20:01:20 +03:00
Kirill Shumilov
acd668b9f4 refactor(package): remove url-loader and fix webpack base config 2016-08-09 20:36:24 +03:00
Kirill Shumilov
aaf1ea8e29 feat,refactor(hotkeys): add hotkeys for ProjectBrowser and refactor whole hotkeys system 2016-08-09 20:36:24 +03:00
Kirill Shumilov
50c1b819f2 feat(package, webpack): add font-awesome and react-fa (modified to prevent adding additional plugin to work with css) into packages and added url-loader into webpack/base config 2016-08-09 20:34:59 +03:00
Kirill Shumilov
c8aa6032dd feat([projectBrowser, state, treeView, Sidebar, styles]): add projectBrowser, that contains folders and patches, that just could be selected and dragged at this moment, but without any outcome for state 2016-08-09 20:34:59 +03:00
Victor Nakoryakov
b398afa8f7 feat(runtime): add xodc script 2016-08-05 14:44:25 +03:00
Victor Nakoryakov
96cf11cdb1 chore(webpack): add JSON5 loader 2016-08-04 13:22:27 +03:00
Victor Nakoryakov
9f09bfd2ae chore(test): add source map support for mocha 2016-08-04 13:22:27 +03:00
Victor Nakoryakov
93e8af8b60 refactor(tests): move mocha-webpack options from package.json to .opts file
It helps to run tests only on specific test suites easily from command
line
2016-08-04 13:22:27 +03:00
Kirill Shumilov
849c3a3eef feat(package): add rc-progress (Progrss Line/Circle component) into project 2016-07-22 20:37:19 +03:00