donal
2018-03-26 6ef0cc963d40c64fb56ba0545c05788535a45895
refs
author donal <donalspring@gmail.com>
Monday, March 26, 2018 00:32 +0200
committer donal <donalspring@gmail.com>
Monday, March 26, 2018 00:32 +0200
commit6ef0cc963d40c64fb56ba0545c05788535a45895
tree 38495351db6520c52aaeae768926030ed0cc1b2f tree | zip | gz
parent fb709533eb44b7b068d3bb0649069e6b389c842e view | diff
WIP - first pass at modernising the api layer
31 files added
1713 ■■■■■ changed files
.buildignore 1 ●●●● diff | view | raw | blame | history
.editorconfig 21 ●●●●● diff | view | raw | blame | history
.gitattributes 1 ●●●● diff | view | raw | blame | history
.gitignore 10 ●●●●● diff | view | raw | blame | history
Dockerfile 12 ●●●●● diff | view | raw | blame | history
Gruntfile.js 363 ●●●●● diff | view | raw | blame | history
contributors.txt 2 ●●●●● diff | view | raw | blame | history
package.json 74 ●●●●● diff | view | raw | blame | history
server/.jshintrc 23 ●●●●● diff | view | raw | blame | history
server/api/todo/index.js 16 ●●●●● diff | view | raw | blame | history
server/api/todo/todo.controller.js 72 ●●●●● diff | view | raw | blame | history
server/api/todo/todo.model.js 11 ●●●●● diff | view | raw | blame | history
server/api/todo/todo.spec.js 182 ●●●●● diff | view | raw | blame | history
server/app.js 44 ●●●●● diff | view | raw | blame | history
server/components/errors/index.js 20 ●●●●● diff | view | raw | blame | history
server/config/environment/ci.js 15 ●●●●● diff | view | raw | blame | history
server/config/environment/development.js 14 ●●●●● diff | view | raw | blame | history
server/config/environment/index.js 44 ●●●●● diff | view | raw | blame | history
server/config/environment/production.js 24 ●●●●● diff | view | raw | blame | history
server/config/environment/si.js 12 ●●●●● diff | view | raw | blame | history
server/config/environment/test.js 12 ●●●●● diff | view | raw | blame | history
server/config/express.js 44 ●●●●● diff | view | raw | blame | history
server/config/local.env.sample.js 14 ●●●●● diff | view | raw | blame | history
server/config/seed.js 18 ●●●●● diff | view | raw | blame | history
server/mocks/mock-routes-config.json 87 ●●●●● diff | view | raw | blame | history
server/mocks/mock-routes.js 61 ●●●●● diff | view | raw | blame | history
server/mocks/mock-routes.spec.js 182 ●●●●● diff | view | raw | blame | history
server/routes.js 24 ●●●●● diff | view | raw | blame | history
server/views/404.html 157 ●●●●● diff | view | raw | blame | history
tasks/blanket.js 13 ●●●●● diff | view | raw | blame | history
tasks/perf-test.js 140 ●●●●● diff | view | raw | blame | history