gitea
f0cf9e6d7b
Uses localstorage db in offline mode
2016-01-29 22:51:59 +08:00
gitea
39d4284de3
More list qoutes, I'm sorry
2016-01-29 21:28:38 +08:00
gitea
b13a9c3483
More list qoutes, I'm sorry
2016-01-29 20:49:41 +08:00
gitea
14af17e1b4
Got localstorage working
2016-01-29 19:52:05 +08:00
gitea
2996b174b8
Moved demo data to seperate file
2016-01-29 16:53:52 +08:00
gitea
805cd05166
Moved demo data to seperate file
2016-01-29 16:44:58 +08:00
gitea
773ef2f3bf
Improved order of new items, change demo data
2016-01-29 13:53:22 +08:00
gitea
68cd74e692
Added to footer
2016-01-29 13:53:06 +08:00
gitea
84a86facfc
Add defaults to model
2016-01-29 13:08:18 +08:00
gitea
5ca28942e6
Let page grow in length
2016-01-29 12:57:14 +08:00
gitea
68d73eb245
readme
2016-01-29 11:12:33 +08:00
gitea
5af8241682
readme
2016-01-29 11:10:30 +08:00
gitea
8b1eafaade
Added static demo mode, for gh-pages demo
2016-01-29 10:54:13 +08:00
gitea
060987f6c5
New items appear on current level
2016-01-29 10:08:11 +08:00
gitea
34695ac9ce
bugfix parent to parentId
2016-01-29 10:00:13 +08:00
gitea
57fb0a73af
Added single task view
2016-01-29 09:44:02 +08:00
gitea
e099553701
Fixed addnote
2016-01-29 09:37:44 +08:00
gitea
b39d241e2c
Updated frontend libraries
2016-01-29 09:03:12 +08:00
gitea
a4fc4ba467
Random qoutes
2016-01-29 09:02:42 +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
Abhishek Das
7de10a3491
Adds license
2016-01-17 07:59:55 -05:00
Abhishek Das
439a899cfc
Merge pull request #23 from discipolo/specify_npm_version
...
specifying-an-npm-version since heroku complains
2015-10-01 16:52:05 -04: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
Abhishek Das
b5f5774722
Merge pull request #21 from gitter-badger/gitter-badge
...
Add a Gitter chat badge to README.md
2014-12-18 18:02:20 +10:00
The Gitter Badger
06e8546593
Added Gitter badge
2014-12-18 08:01:19 +00:00
DC*
274518a814
Merge pull request #18 from gauravarora/master
...
Update README.md steps for manually deploying to heroku
The steps to deploy to heroku referenced a non-existent branch `heroku-integration` which was used while integrating these changes.
2014-10-07 09:36:10 -03:00
Gaurav Arora
7140e524b6
Update README.md
...
fix branch to push on heroku for deploy
2014-10-07 10:12:52 +05:30
DC*
2cf5d42e25
Merge pull request #17 from abhshkdz/heroku-integration
...
Heroku integration
2014-08-26 19:29:50 -03:00
DC*
3d65dda277
Update app.json
...
Removed empty postscript block causing deploy failure.
2014-08-25 13:14:53 -03:00
DC*
ef8e75cba0
Update README.md
...
Minor fixes
2014-08-25 13:10:37 -03:00
DC*
76858fb7c1
Update app.json
...
Fix addon wrong name: heroku-postgresql:dev is heroku-postgresql
2014-08-25 13:00:09 -03:00
DC*
9f80f34950
Added heroku app.json manifest
2014-08-17 01:47:10 -03:00
DC*
7b6a87a58b
Fixed tasks' parent update
2014-08-17 01:19:46 -03:00
DC*
d7b943d8ad
Update install steps
2014-08-17 00:08:06 -03:00
DC*
832e629fdb
Added repository field on package.json
2014-08-17 00:00:27 -03:00
DC*
c20b692b28
Update heroku deploy steps
2014-08-16 23:54:48 -03:00
DC*
a38d33c39d
Update README.md with heroku deploy steps
2014-08-14 23:20:48 -03:00
DC*
0e16b74e9b
Add option to override port configuration with environment variable: PORT
2014-08-14 22:38:09 -03:00
DC*
41e5a53020
Changed HTTP listening port for production
2014-08-14 22:20:03 -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
Abhishek Das
4085e67a34
Merge pull request #16 from desyncr/integrate-sequelize-migrations
...
Introduce sequelize migrations
2014-08-08 15:41:15 +05:30
Abhishek Das
2682a54ec3
Merge pull request #15 from desyncr/fix-initial-view
...
Minor fixes on front end code
2014-08-08 15:41:09 +05:30
DC*
ebab3b60a8
Changed configuration parameters' names to match sequelize nomemclature
...
Fixed seed/initial_tasks data which created tasks in a non-sequential order (tested on Postgres)
Added production-like example configuration
2014-08-08 00:47:38 -03:00
DC*
d33305986c
Fix deprecated attribute is_completed (now isCompleted)
2014-08-08 00:22:20 -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*
f5c1f27863
Fixed PageView::createNewTask which referenced Task model without requiring it
...
Fixed task template to remove unneeded textarea
Removed commented out code on index template
2014-08-07 23:31:15 -03:00
Abhishek Das
2cef41ffb7
Merge pull request #11 from snicker/master
...
Allow the server port to be configurable via config.js
2014-07-11 22:58:17 +05:30
base of tree
fa875e9123
Allow the server port to be configurable via config.js
2014-07-11 10:23:18 -07:00