Wykres commitów

57 Commity (8eb244891fb6423f228d93f3d9a610170f964da6)

Autor SHA1 Wiadomość Data
nightwing 23096581b2 fix loading modes from plugins 2015-05-08 14:39:33 +04:00
Alex Brausewetter c1b4e2630f Refactor spawn; always show stderr messages 2015-05-05 17:33:13 +00:00
Alex Brausewetter d9235bff30 Fix verbose tar command getting stuck 2015-05-05 15:26:57 +00:00
Ruben Daniels ed19e9c37b Fix typo and error reporting 2015-05-03 15:27:16 +00:00
Ruben Daniels 04fec89a2f Fixes typo in debug 2015-05-03 03:08:43 +00:00
Ruben Daniels d8d798d6da Added help to the cli 2015-05-02 23:35:04 +00:00
Ruben Daniels cece8dfd0e Merge branch 'fix/bridge' of github.com:c9/newclient into fix/bridge 2015-05-01 16:31:54 +00:00
Ruben Daniels 71f2d769d9 Fixed tests 2015-05-01 16:31:49 +00:00
nightwing bfb93fb316 fix version detection in cli publish 2015-05-01 20:00:22 +04:00
Ruben Daniels 9fea731052 Merge pull request +7078 from c9/fix/install-cli
Installer fixes
2015-04-29 15:23:21 -07:00
Ruben Daniels 9264039711 Small fixes and typos 2015-04-29 22:06:32 +00:00
nightwing 9f4c1b98e1 use cp instead of bash spawn cp 2015-04-30 01:44:51 +04:00
nightwing a6c14e7898 fix text plugin of amd-loader 2015-04-30 00:41:54 +04:00
nightwing 900de37233 fix typos 2015-04-30 00:26:21 +04:00
Ruben Daniels e4e6774e2c Add extra quotes 2015-04-29 12:56:08 +00:00
Ruben Daniels 561c28bb6f Improve verbose messaging 2015-04-29 02:10:22 +00:00
Ruben Daniels b42d7a62f2 Change to , fix fs module and fix issue with flow. Also now installed is written properly 2015-04-29 01:41:03 +00:00
Ruben Daniels 7c02b2cf6e Merge pull request +7077 from c9/tweak-publish
more c9 cli tweaks
2015-04-28 17:32:26 -07:00
nightwing b8fc691bea more c9 cli tweaks 2015-04-29 04:19:20 +04:00
Ruben Daniels 7dd8b141ae Fix installer error reporting 2015-04-28 22:41:55 +00:00
nightwing 16136f2c47 do not destroy package.json of published plugin 2015-04-29 02:28:09 +04:00
Ruben Daniels 3bbff9b45b Remove a heading at the top of the readme 2015-04-28 22:16:55 +00:00
Ruben Daniels edd2ca0b8c Require repository.url for publishing packages 2015-04-28 18:38:18 +04:00
Ruben Daniels e6f514e5fb Tweaks 2015-04-28 18:38:17 +04:00
Ruben Daniels 485f194359 Nicer representation of c9 list command 2015-04-28 18:38:17 +04:00
Ruben Daniels 24aba37278 Tweak to description warning 2015-04-28 18:38:16 +04:00
Ruben Daniels af9d420266 Added message command and verbose mode for cli and fixes output for zip and tar.gz 2015-04-28 18:37:52 +04:00
Ruben Daniels 09b19b4557 publish.js is now split to publish.js install.js and list.js
Conflicts:
	plugins/c9.cli.publish/publish.js
2015-04-28 18:31:48 +04:00
Ruben Daniels c8661faee8 Added missing import 2015-04-28 18:29:27 +04:00
Ruben Daniels 7820745c7c c9 install now runs installation locally and installer as well
Conflicts:
	plugins/c9.profile.page.packages/components/PackagePage.js
	plugins/c9.profile.page.packages/jsx/PackagePage.jsx
2015-04-28 18:29:10 +04:00
nightwing f1161fa5de tweak c9 publish 2015-04-26 22:24:58 +04:00
nightwing 182577009f do not automatically create tag from publish 2015-04-25 03:24:10 +04:00
nightwing ad38f83962 cleanup 2015-04-25 02:15:25 +04:00
nightwing c9f66f2c88 do not use --transform since it is not supported on old versions of tar 2015-04-25 01:59:55 +04:00
nightwing a34c7e88bf fix c9 install 2015-04-22 03:25:29 +04:00
Ruben Daniels 914cbd4e49 Enable error for tests 2015-04-21 01:48:05 +00:00
Harutyun Amirjanyan 40648d045f Merge pull request +6898 from c9/fix/terminal
Improved UX & flows for the installer
2015-04-20 21:04:07 +04:00
nightwing ac8a9da1fe fix typo 2015-04-17 04:29:27 +04:00
nightwing ebdb6e5848 fix package name 2015-04-17 03:59:34 +04:00
nightwing c12ad22224 keep installer version in install.js 2015-04-17 02:20:53 +04:00
nightwing 274942f0cb fix typo 2015-04-17 00:00:24 +04:00
nightwing 5897a84919 do not load installed plugins from plugins/debug 2015-04-16 19:29:42 +04:00
nightwing ac7410a728 add installer to bundle 2015-04-16 19:29:41 +04:00
nightwing 4bffb5490e tweaks 2015-04-16 19:29:40 +04:00
nightwing a3edfaf181 load standalone plugins from __packed__ 2015-04-16 19:29:39 +04:00
nightwing 734f2bd3b2 tweak c9 publish 2015-04-16 19:29:39 +04:00
nightwing 43904afe30 more work on building static plugins 2015-04-16 19:29:38 +04:00
nightwing 82a31c8150 start adding build step for static plugins 2015-04-16 19:29:38 +04:00
nightwing aae131da51 more fixed for publish on windows 2015-04-16 19:29:35 +04:00
Fabian Jakobs 65e938ee72 mark tests as server tests 2015-04-15 14:03:54 +00:00