Commit Graph

13 Commits

Author SHA1 Message Date
gitea ff891651ac Version bump 2016-01-31 15:46:53 +08:00
gitea b39d241e2c Updated frontend libraries 2016-01-29 09:03:12 +08:00
gitea 75f56dde6f Updated to express 4 2016-01-29 07:42:04 +08:00
gitea 7bcec8bcf2 Updated versions 2016-01-22 17:18:04 +08:00
discipolo 8ad24f3a57 specifying-an-npm-version since heroku complains
https://devcenter.heroku.com/articles/nodejs-support#specifying-an-npm-version
2015-10-01 22:39:36 +02:00
DC* 832e629fdb Added repository field on package.json 2014-08-17 00:00:27 -03:00
DC* b4d3eab02c Heroku integration with foreman
Add foreman configuration for Heroku:
- To test production configuration execute NODE_ENV=production foreman
  start
- Database connection configuration now handles "use_env_variable" which
  should be defined as a environment variable such as "DATABASE_URL"
  with a proper database URI connection string, ie:
  postgres://user:password@db.example.com:5432/database
- Added package.json configuration to run migrations and db seed after
  `npm install`

Update frontend models to match sequelize definition.
Update views to work according to the changes above.
Handling isCompleted and parentId apropiately for PostgreSQL databases
2014-08-14 22:05:54 -03:00
DC* 64cea269a9 Initial heroku integration 2014-08-14 00:08:12 -03:00
DC* 7312c1b8bb Introduce sequelize migrations to create and migrate database tables and removed database scripts. See http://sequelizejs.com/docs/latest/migrations
Created seeds to initialize database with dummy tasks.
Introduce config module to handle configurations per environment. See https://github.com/lorenwest/node-config
Updated README.md to reflect changes.
2014-08-08 00:15:44 -03:00
DC* 6faeab4b0b Initial Sequelize integration.
Added orm module to abstract Sequelize usage to some degree. ORM module
handles the configuration and instantiation of Sequelize. Models are
defined and instantiated from models/*

Tested only against SQLite.

Faily new to nodejs so I probably messed up with something.
2014-01-12 01:47:34 -03:00
Abhishek Das a5a9673eb3 Change name 2013-04-02 01:30:00 +05:30
Abhishek Das 4bb398353e Use socketio for syncing task changes across clients 2013-03-30 18:10:12 +05:30
Abhishek Das 0485272d93 Initial work on the server 2013-03-25 06:08:51 +05:30