|
16c7852972
|
Update package version to 0.11.0
|
2021-07-05 11:41:43 -05:00 |
|
|
3416d2b85b
|
Update package version to 0.10.0
|
2021-07-05 02:01:16 -05:00 |
|
|
99a4c1fc94
|
web: Update environment configurations for jdb-software.
|
2021-07-05 00:17:17 -05:00 |
|
|
327c64f45a
|
web: Update dependencies.
|
2021-03-07 17:53:32 -06:00 |
|
|
06e3bb5ea3
|
Switch to servor instead of the build-in vue-cli-service server for development tools.
|
2020-07-06 18:37:13 -05:00 |
|
|
6a77efe2cf
|
Update package version to 0.9.0
|
2020-03-15 17:19:14 -05:00 |
|
|
a1dc067d17
|
web: Open time format reference link in a new window.
|
2020-03-15 17:18:57 -05:00 |
|
|
23600cedee
|
web: Adjust to new API URLs, implement update for Measure.
|
2020-03-15 17:18:40 -05:00 |
|
|
f4f695ce80
|
web: WIP edit measure configuration.
|
2020-03-14 22:48:30 -05:00 |
|
|
c685f55d15
|
web: Add basic detail view of text measures.
|
2020-03-14 22:46:46 -05:00 |
|
|
e9de9aebf3
|
web: Add timestamp display format to measure configuration.
|
2020-03-14 22:45:59 -05:00 |
|
|
cf69ff2fa1
|
Make the measure filter case-insensitive.
|
2020-03-14 16:22:22 -05:00 |
|
|
baf37698b3
|
Issue 002: Delete functionality for measures.
|
2020-03-14 16:21:57 -05:00 |
|
|
3dd7169b8b
|
WIP Adding support for Text entry measurements (renamed from List).
|
2020-03-13 23:09:01 -05:00 |
|
|
53a11b9e57
|
Add delete button for Measure (UI only, not hooked up).
|
2020-03-13 23:08:21 -05:00 |
|
|
ff17d9bf7a
|
Move timestamp comparator function into shared util module.
|
2020-03-13 23:07:06 -05:00 |
|
|
b4b125d750
|
Update package version to 0.8.0
|
2020-02-16 23:55:25 -06:00 |
|
|
826f0eaa73
|
web: Add support for decimal measure values.
|
2020-02-16 23:21:56 -06:00 |
|
|
3e2faf9554
|
Update dependencies.
|
2020-02-16 21:09:25 -06:00 |
|
|
744ad9211b
|
Use straight lines on simple measure graphs.
|
2020-02-16 21:09:14 -06:00 |
|
|
35a116abbb
|
Fix insert/update logic of the measurements store.
|
2020-02-16 21:08:05 -06:00 |
|
|
4cb5b8d814
|
Add version tag in HTML, fix lint error.
|
2020-02-09 05:09:49 -06:00 |
|
|
efb86cf6ce
|
Update package version to 0.7.0
|
2020-02-09 04:25:21 -06:00 |
|
|
ce582383c3
|
api: Change root application path to '/v0' instead of '/api'.
|
2020-02-09 04:25:09 -06:00 |
|
|
74b8a42d29
|
web: Sort data in simple measure graphs.
|
2020-02-09 04:16:26 -06:00 |
|
|
ff3c1cf04e
|
Clean up logging service.
|
2020-02-09 03:41:22 -06:00 |
|
|
8ac1cdf476
|
Fix environment-specific builds.
|
2020-02-09 03:40:49 -06:00 |
|
|
31326d40c8
|
web: Update dependencies (npm audit fix).
|
2020-02-09 03:16:03 -06:00 |
|
|
ead77534ce
|
api: Extract database common code into its own library (fiber-orm).
|
2020-02-09 03:15:58 -06:00 |
|
|
c5daa76102
|
web: Parameterize build process with env-dependent config files.
|
2020-02-09 00:30:38 -06:00 |
|
|
a4b798cec4
|
Bump version.
|
2019-05-19 18:31:33 -05:00 |
|
|
d37dc77490
|
Bump version.
|
2019-05-19 01:29:46 -05:00 |
|
|
30ced3ecfd
|
Allow targeting different environments with deply. Add version string on the web App component.
|
2019-05-19 01:28:02 -05:00 |
|
|
e33ba9707c
|
web: Move the .env.prod to .env.production (where it belongs).
|
2019-05-19 01:25:57 -05:00 |
|
Jonathan Bernard
|
1d544dad0b
|
Bump version.
|
2019-05-18 13:28:02 -05:00 |
|
Jonathan Bernard
|
98f9e84824
|
Bugfix in simple detail display logic.
|
2019-05-18 13:25:15 -05:00 |
|
Jonathan Bernard
|
3c36164696
|
NPM updates.
|
2019-05-18 12:36:28 -05:00 |
|
|
3015c9ce2b
|
Small change to web Makefile to allow overriding the API host port.
|
2019-05-18 12:26:23 -05:00 |
|
|
8114136bbd
|
WIP Adding measurement details and entry for simple measurements.
|
2019-05-18 12:25:55 -05:00 |
|
|
79aa711680
|
aDD LOGout. Refactor routing to require auth on every path by default.
|
2019-05-18 12:25:22 -05:00 |
|
|
6380c73421
|
Fix API logger configuration (handle invalid or missing config valeus properly).
|
2019-05-18 12:22:30 -05:00 |
|
|
0ce1581a87
|
Fix bug in API logger (used setInterval instead of setTimeout).
|
2019-05-18 12:20:16 -05:00 |
|
|
2380bf8d1e
|
Update web dependencies.
|
2019-05-18 12:18:57 -05:00 |
|
|
4c60c30b7d
|
WIP stub for measure details page.
|
2019-04-19 23:01:17 -05:00 |
|
|
125ffd1017
|
web: exploring other dev environment options.
|
2019-04-12 05:56:58 -05:00 |
|
|
80c33c85c3
|
web: small tweaks to style, dependencies.
|
2019-04-12 05:51:34 -05:00 |
|
Jonathan Bernard
|
9d9f8c4f9b
|
web: WIP work on adding create measure functionality in the UI.
|
2019-04-11 09:24:47 -05:00 |
|
|
fcc2e40f8a
|
web: Makefile for convenience setting env variables.
|
2019-04-10 11:01:15 -05:00 |
|
|
87446606c5
|
web: WIP Adding measure configuration forms.
|
2019-04-10 11:01:15 -05:00 |
|
|
ae5b9f39c9
|
web: WIP Add new measure creation page.
|
2019-04-10 11:01:11 -05:00 |
|