Commit Graph

34 Commits

Author SHA1 Message Date
ruihildt 9e4d089c4e Update documentation link to gitea format 2020-09-28 22:05:45 +00:00
ruihildt 10443bd011 Update documentation link 2020-09-28 22:01:34 +00:00
rui 8346b7c20d
Merge pull request #4 from ruihildt/dependabot/npm_and_yarn/acorn-5.7.4
Bump acorn from 5.7.3 to 5.7.4
2020-09-28 18:26:54 +02:00
rui c7dadd3666
Merge pull request #5 from ruihildt/dependabot/npm_and_yarn/lodash-4.17.19
Bump lodash from 4.17.15 to 4.17.19
2020-09-28 18:26:40 +02:00
rui 31243b5209
Merge pull request #6 from ruihildt/dependabot/npm_and_yarn/handlebars-4.7.6
Bump handlebars from 4.1.2 to 4.7.6
2020-09-28 18:26:19 +02:00
dependabot[bot] 177b3e478a
Bump handlebars from 4.1.2 to 4.7.6
Bumps [handlebars](https://github.com/wycats/handlebars.js) from 4.1.2 to 4.7.6.
- [Release notes](https://github.com/wycats/handlebars.js/releases)
- [Changelog](https://github.com/handlebars-lang/handlebars.js/blob/master/release-notes.md)
- [Commits](https://github.com/wycats/handlebars.js/compare/v4.1.2...v4.7.6)

Signed-off-by: dependabot[bot] <support@github.com>
2020-09-06 17:47:09 +00:00
dependabot[bot] 9745c5e80c
Bump lodash from 4.17.15 to 4.17.19
Bumps [lodash](https://github.com/lodash/lodash) from 4.17.15 to 4.17.19.
- [Release notes](https://github.com/lodash/lodash/releases)
- [Commits](https://github.com/lodash/lodash/compare/4.17.15...4.17.19)

Signed-off-by: dependabot[bot] <support@github.com>
2020-07-17 21:41:51 +00:00
dependabot[bot] 418887c064
Bump acorn from 5.7.3 to 5.7.4
Bumps [acorn](https://github.com/acornjs/acorn) from 5.7.3 to 5.7.4.
- [Release notes](https://github.com/acornjs/acorn/releases)
- [Commits](https://github.com/acornjs/acorn/compare/5.7.3...5.7.4)

Signed-off-by: dependabot[bot] <support@github.com>
2020-04-04 21:14:56 +00:00
rui 1b40bbc569
Merge pull request #2 from ruihildt/dependabot/npm_and_yarn/eslint-utils-1.4.3
Bump eslint-utils from 1.4.0 to 1.4.3
2019-11-04 00:28:27 +01:00
dependabot[bot] d9faef2cd4
Bump eslint-utils from 1.4.0 to 1.4.3
Bumps [eslint-utils](https://github.com/mysticatea/eslint-utils) from 1.4.0 to 1.4.3.
- [Release notes](https://github.com/mysticatea/eslint-utils/releases)
- [Commits](https://github.com/mysticatea/eslint-utils/compare/v1.4.0...v1.4.3)

Signed-off-by: dependabot[bot] <support@github.com>
2019-11-02 14:38:32 +00:00
rui 4088b78202
Merge pull request #1 from ruihildt/dependabot/npm_and_yarn/knex-0.19.5
Bump knex from 0.19.1 to 0.19.5
2019-11-02 15:31:15 +01:00
dependabot[bot] 64c89da741
Bump knex from 0.19.1 to 0.19.5
Bumps [knex](https://github.com/tgriesser/knex) from 0.19.1 to 0.19.5.
- [Release notes](https://github.com/tgriesser/knex/releases)
- [Changelog](https://github.com/knex/knex/blob/master/CHANGELOG.md)
- [Commits](https://github.com/tgriesser/knex/commits/0.19.5)

Signed-off-by: dependabot[bot] <support@github.com>
2019-11-02 14:03:20 +00:00
rui d748dd8b99
Delete test db from repo 2019-08-02 01:48:57 +02:00
ruihildt cdb89b275e Complete Users endpoints tests 2019-08-02 01:47:48 +02:00
ruihildt 33d5817e44 Fix test db config 2019-08-02 01:32:51 +02:00
ruihildt 47f7987d09 Update db test environment 2019-08-02 01:23:01 +02:00
ruihildt 77a4c28757 Fix dailyAverages query on session update & test
- Add dailyAverages seeds
- Start implementing testing
2019-08-02 01:18:56 +02:00
ruihildt 7bddb9a54e Add server demo link 2019-08-01 22:38:07 +02:00
ruihildt 0c70ee8771 Add documentation and correct typo 2019-08-01 22:31:44 +02:00
ruihildt 31bbcb52c7 Add daily averages endpoint / move authentication 2019-08-01 21:12:20 +02:00
ruihildt c36391321c Add dailyAverage when providing complete session 2019-08-01 20:43:43 +02:00
ruihildt 856f8c753d Update seeds with more data 2019-08-01 18:02:07 +02:00
ruihildt 165d376294 Update seed and authentication with salt 2019-08-01 17:42:18 +02:00
ruihildt 03a9c793d8 Add sessions endpoints with queries 2019-08-01 16:25:44 +02:00
ruihildt ccc7a0bfb0 Add users endpoints with queries 2019-08-01 09:42:25 +02:00
ruihildt d97221e522 Add authentication endpoints with logic 2019-08-01 08:55:37 +02:00
ruihildt 6c562ee7f6 Setup table migration and update schemas/endpoints 2019-07-31 20:38:48 +02:00
ruihildt effa3ef442 Setup server with basic configuration 2019-07-31 09:14:12 +02:00
ruihildt 79205eb95e Add package.json and project dependencies 2019-07-31 09:11:46 +02:00
ruihildt aaf5813984 Update readme formatting 2019-07-29 18:37:56 +02:00
ruihildt 3bb86c6198 Update readme intro and formatting 2019-07-29 18:37:09 +02:00
ruihildt f6b7212199 Add database schema 2019-07-29 18:30:37 +02:00
ruihildt 202276eb8f Add product canvas to readme 2019-07-29 17:01:51 +02:00
rui 6d3410b007
Initial commit 2019-07-29 10:47:58 +02:00