Commit Graph

685 Commits

Author SHA1 Message Date
Dallon Feldner
3f54dd7f9d Fixed some bugs in the deployment functionality 2012-12-05 10:48:20 -07:00
Dallon Feldner
cc5b4246ed Merge branch 'refactor/deployment' into 0.7-feature/module-dashboard
Conflicts:
	bin/dpd
	lib/client/deploy.js
	lib/config-loader.js
	lib/internal-resources/dashboard.js
	lib/internal-resources/dashboard/index.ejs
	lib/internal-resources/dashboard/stylesheets/layout.less
	lib/internal-resources/dashboard/stylesheets/style.css
	lib/internal-resources/dashboard/stylesheets/style.less
	lib/internal-resources/internal-resources.js
	lib/resources/dashboard/bootstrap
2012-12-05 10:23:08 -07:00
Dallon Feldner
50de68666f Minor dashboard refactoring 2012-12-05 10:09:48 -07:00
Dallon Feldner
8133151c40 Merge branch '0.7' into 0.7-feature/module-dashboard 2012-12-05 09:16:32 -07:00
Dallon Feldner
e5814e19e9 Added cache to config loader 2012-12-05 09:13:57 -07:00
Dallon Feldner
8a3c62434a Merge branch '0.7' into 0.7-feature/module-dashboard 2012-12-05 08:49:19 -07:00
Dallon Feldner
d6a06527aa Removed resources directory 2012-12-05 08:48:54 -07:00
DallonF
37fc1ecae6 Removed Deploy button in production environment 2012-12-04 12:08:13 -07:00
DallonF
e2a69c76e4 Added lots of polish to deployment 2012-12-04 12:01:58 -07:00
DallonF
4412195622 Added deployment button in header 2012-12-04 10:06:03 -07:00
Dallon Feldner
d38d21c788 Usability improvements to dashboard deployment 2012-12-04 07:54:47 -07:00
Ritchie Martori
f90e494a3e fixed missing dir 2012-12-01 13:34:42 -08:00
Ritchie Martori
1a47d4c228 added dir to server options - for booting in other directories than process.cwd() 2012-12-01 13:18:00 -08:00
DallonF
b363e3b5f5 Added Deploy button 2012-11-30 11:13:24 -07:00
DallonF
74d04660a5 Added functional deployments page 2012-11-29 14:28:48 -07:00
Dallon Feldner
1941e97643 Added authentication to deployment page 2012-11-28 12:01:37 -07:00
DallonF
beb6104d1c Added non-functional login modal 2012-11-28 08:32:54 -07:00
Ritchie Martori
117c96a1ea added old resource instance hack to fix incorrect module type checking 2012-11-27 12:42:56 -08:00
DallonF
0e1c72e20c Made deployments page load actual registered deployments 2012-11-27 11:52:31 -07:00
DallonF
ae8b477935 Added non-functional deployments page 2012-11-27 10:55:17 -07:00
DallonF
53994e09ef Add some formatting updates to dashboard 2012-11-26 12:04:38 -07:00
DallonF
ee10922a8b Fixed some bugs in config loading 2012-11-26 10:40:48 -07:00
Ritchie Martori
473dbd8bb7 refactored deploy for new deployment workflow 2012-11-26 09:38:42 -08:00
Dallon Feldner
b16ee363c2 Fixed config loader 2012-11-21 18:30:09 -07:00
Ritchie Martori
0622c5418f fixed missing ctx properties in tests 2012-11-21 13:32:44 -08:00
Ritchie Martori
ec65a8721b Merge branch '0.7' of github.com:deployd/deployd into 0.7 2012-11-21 11:11:00 -08:00
Dallon Feldner
9d669bf8c6 Merge branch '0.7-refactor/loading' into 0.7
Conflicts:
	lib/modules/collection/index.js
	lib/modules/user-collection.js
	lib/resource.js
2012-11-21 12:07:56 -07:00
Dallon Feldner
7b9bc6b3d6 Added modules sidebar 2012-11-21 11:57:07 -07:00
Ritchie Martori
c484a072e1 removed .dpd/keys.json from package ignore filter 2012-11-21 10:54:29 -08:00
Dallon Feldner
713044397f Moved dashboard and basicDashboard to prototype 2012-11-21 10:59:14 -07:00
Dallon Feldner
d84351bebd Added cache to module-loader, should speed things up a bit 2012-11-21 10:43:51 -07:00
Dallon Feldner
2172875108 Added support for the "label" and "defaultPath" properties on the constructor. 2012-11-21 10:41:02 -07:00
Dallon Feldner
438342e426 Renamed "events" array to "eventNames" 2012-11-21 09:31:00 -07:00
Dallon Feldner
60eee96291 Moved external to prototype 2012-11-21 09:16:14 -07:00
Dallon Feldner
cbd6a8d009 Fixed unit tests 2012-11-21 08:53:05 -07:00
Ritchie Martori
282fad825c updated deployment to use .com credentials 2012-11-20 13:13:48 -08:00
DallonF
60d0ad070e Updated history 2012-11-20 12:01:13 -07:00
DallonF
8fc463229f Added get(), post(), put(), and del() utility functions for Resource 2012-11-20 11:51:36 -07:00
DallonF
144927c5ea Added backward compatibility to module loader 2012-11-20 11:36:16 -07:00
Ritchie Martori
20b1c9c8c6 updated commander to 1.1.x 2012-11-20 09:37:25 -08:00
Dallon Feldner
b0794c6336 Refactored config loader to support modules 2012-11-19 11:55:18 -07:00
Ritchie Martori
e74754cad2 fixed edge case where POST events were not handling permissions correctly 2012-11-16 14:23:15 -08:00
Ritchie Martori
4164a61ad0 initial permissions api 2012-11-16 12:03:30 -08:00
Dallon Feldner
2207a0ca94 Began refactor of config-loader, type-loader 2012-11-15 14:20:45 -07:00
Ritchie Martori
bc7d33fb52 added respond() to custom events for overriding the response 2012-11-15 12:09:06 -08:00
Ritchie Martori
0b6b210c8f Merge branch '0.7' of github.com:deployd/deployd into 0.7 2012-11-15 11:56:12 -08:00
Ritchie Martori
cb79f8dca6 added initial custom event support 2012-11-15 11:54:57 -08:00
Dallon Feldner
2ed16ed7fc Added modules sidebar (just markup) 2012-11-15 09:17:32 -07:00
Dallon Feldner
82a8be9da3 Fixed issues with internal client in modules 2012-11-15 08:24:27 -07:00
Dallon Feldner
9b85cd8445 Updated to reference new docs 2012-11-14 11:11:24 -07:00