Commit graph

75 commits

Author SHA1 Message Date
James Long 849dcbc63a 1.0.3 2022-06-26 18:09:18 -04:00
James Long f83fe76280 1.0.1 2022-06-26 17:33:32 -04:00
James Long b9e1e6030f Remove changes to messages transform 2022-06-26 17:31:55 -04:00
brend 4874b53c7c move messages generation into sync-full.js 2022-06-26 17:31:55 -04:00
brend b1a48f4f27 fix 'Out of sync' error 2022-06-26 17:31:55 -04:00
Jared Gharib 3fee9cbb42 fix: error handling middleware signature
Error handling middleware functions must have four arguments to
identify it as such.

Fixes #40
2022-05-28 23:16:46 -04:00
James Long a2a460a883 Fix CORS issues 2022-05-28 23:15:14 -04:00
James Long 6bcd67a906 Bump Actual to 4.1.0 2022-05-28 23:14:36 -04:00
Arthur E. Jones 9e2d253fb6 fix: correct tsconfig for node.js
- specify module type, resolution, and interop. this package runs under
  nodejs, not a browser environment, and needs ts to be configured
  accordingly.
2022-05-20 13:58:48 -04:00
Arthur E. Jones a7efc82944 fix: suppress missing module error
- code as written expects the file may be absent and has a fallback
  implemented, so the error can be safely ignored. There may be a better
  strategy for dealing with this, however.
2022-05-20 13:58:48 -04:00
Arthur E. Jones 25f4bb5557 fix: remove unused variable in fn call
- the WrappedDatabase.all() function only has two arguments
2022-05-20 13:58:48 -04:00
Arthur E. Jones 74d6b7edc5 build: add ts build script 2022-05-20 13:58:48 -04:00
Arthur E. Jones 1204b5b1a6 chore: add build dir to gitignore 2022-05-20 13:58:48 -04:00
Arthur E. Jones 59ddc965ec build: skip typechecking app-plaid.js
Doesn't appear to be used; there isn't any plaid depedency in the
package file.
2022-05-20 13:58:48 -04:00
Arthur E. Jones 9cc4ffaf33 build: add typecheck script 2022-05-20 13:58:48 -04:00
Arthur E. Jones 11ba63d086 chore: add better-sqlite3 type definitions 2022-05-20 13:58:48 -04:00
Arthur E. Jones 06d2aba57c chore: add node type definitions 2022-05-20 13:58:48 -04:00
Tom French 7ecaad529f ci: rename linting workflow 2022-05-20 12:19:22 -04:00
Tom French 5ef3aa4153 ci: check linting in CI 2022-05-20 12:19:22 -04:00
Tom French 5e83e14637 style: silence error for old-style require statements
This will be removed once we migrate to typescript
2022-05-20 09:24:19 -04:00
Tom French 8dbc10efd7 style: silence warning for empty function 2022-05-20 09:24:19 -04:00
Tom French 592f0540f9 style: fix linting errors 2022-05-20 09:24:19 -04:00
Tom French 0e28f77a1f build: add prettier plugin 2022-05-20 09:24:19 -04:00
Tom French 618609dbfa build: migrate to use typescript compatible linter setup 2022-05-20 09:24:19 -04:00
James Long c86f1f5546 Add pikapods under one-click hosted (closes #20) 2022-05-19 22:52:32 -04:00
Manu a09a028dc9 Move to deployment options 2 2022-05-19 22:51:42 -04:00
Manu 44da71bcdd Move to deployment options 2022-05-19 22:51:38 -04:00
Manu 343ea0c306 Add one-click hosting option. 2022-05-19 22:50:40 -04:00
James Long a60f22ef5c Update README.md 2022-05-19 12:43:55 -04:00
Kovah d614070f44 Update readme with details about the Docker images 2022-05-19 08:16:40 -04:00
Kovah fd5d81e399 Adjust Docker hub image name 2022-05-19 08:16:40 -04:00
Kovah 841d3ac115 Fix tag handling for standard and alpine image 2022-05-19 08:16:40 -04:00
Kovah 3df101a91d Update build process with requested changes
- push to both Docker Hub and Github registry
- use git tags for versioning
- update Docker tags to reflect the git tags and commit SHA
2022-05-19 08:16:40 -04:00
Kovah 3124c29052 Add additional build step for the Alpine image 2022-05-19 08:16:40 -04:00
Kovah a4a4eda0eb Fix typo 2022-05-19 08:16:40 -04:00
Kovah 7d418b91b4 Update checkout action to v3 2022-05-19 08:16:40 -04:00
Kovah 9ef7771adc Add Github Actions workflow to automatically build a Docker image on pushes to master 2022-05-19 08:16:40 -04:00
Chris d0a8b678d3 Correct fly template port
Deployments to fly.io were failing with error:
> Failed due to unhealthy allocations
Fixes #16
2022-05-19 07:25:50 -04:00
Kk-ships 6d52cc7c73 Update docker-compose.yml
Co-authored-by: Nathan Isaac <nathanjisaac@users.noreply.github.com>
2022-05-19 07:19:33 -04:00
Kaustubh Shirpurkar 2acc034fc1 added a basic docker-compose file 2022-05-19 07:19:33 -04:00
James Long 51a2cb91f2
Update README.md 2022-05-05 14:25:03 -04:00
James Long 44d045f546 Bump fly.io grace_period 2022-05-03 09:36:28 -04:00
brtwrst 6be206ff28 Move alpine build to Dockerfile.alpine; add tini to debian Dockerfile 2022-05-03 08:38:27 -04:00
James Long c4badb9daf Revert "Revert "Rebase docker image on top of alpine linux""
This reverts commit f8ad766695.
2022-05-03 08:38:14 -04:00
James Long f8ad766695 Revert "Rebase docker image on top of alpine linux"
This reverts commit 42bc4c8acb.
2022-05-03 08:35:38 -04:00
Mark Lopez a55d4634b1 Added health check endpoint. 2022-05-02 23:06:43 -04:00
Luis López 42bc4c8acb Rebase docker image on top of alpine linux 2022-05-02 22:49:07 -04:00
Alex Richards efd273bfa5 Instructions for running via Docker 2022-04-30 12:14:04 -04:00
Kovah 3fb71b74cd Adjust file handling in Docker build process 2022-04-30 12:12:45 -04:00
Kovah 2bb3e3ea48 Adjust Dockerfile to use multi-stage builds 2022-04-30 12:12:45 -04:00