Commit graph

28 commits

Author SHA1 Message Date
renovate[bot]
9d378638cf
chore(deps): update actions/cache action to v4 2024-01-18 00:07:22 +00:00
4d7fd6c83c
ci: ensure that lts/iron is used 2023-12-30 00:43:38 -05:00
23aa08fc18
chore: add pull request template 2023-12-29 21:32:59 -05:00
f1b2edc071
ci(frontend): standardize ci environment setup 2023-12-28 00:59:34 -05:00
c08b426dda
ci(backend): standardize environment setup in CI steps 2023-12-28 00:34:27 -05:00
fae5f68740
build: update yarn + node
ci: update node to 20
2023-12-23 22:01:16 -05:00
renovate[bot]
b5d6420ee4
chore(deps): update actions/download-artifact action to v4 (#56)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-12-18 05:13:08 +00:00
renovate[bot]
b2eb7c0cdc
chore(deps): update actions/upload-artifact action to v4 (#57)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-12-18 05:11:14 +00:00
90ccb26741
ci(backend): stop building dev images in CI 2023-12-16 21:08:19 -05:00
renovate[bot]
1406ac1364
chore(deps): update actions/github-script action to v7 (#48)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-12-10 21:13:10 +00:00
renovate[bot]
0528807fb8
chore(deps): update actions/setup-node action to v4 (#49)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-12-10 21:09:39 +00:00
renovate[bot]
9ad0def89c
chore(deps): update actions/setup-python action to v5 (#53)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-12-10 21:07:54 +00:00
renovate[bot]
5fedafd64f
chore(deps): update actions/checkout action to v4 (#45)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-11-26 21:52:54 -05:00
62cb0955d5
fix: trigger ci run if taskfile changes + split basepath env variable… (#27)
fix: trigger ci run if taskfile changes + split basepath env variables in taskfile
2023-08-19 11:33:18 -04:00
1554e23e7f
build(backend): run as a container (#17)
* docs: document running as a container

* build: functional dockerfile

* build: task command tweaks to accommodate docker app

* ci(backend): optionally build dev docker image
2023-08-15 23:57:09 -04:00
fdc402f76a
feat(backend): file deletion flow (#16)
* feat(backend): file deletion flow

* ci: set change-check flags when no changes detected

* feat(backend): refactor settings to be a singleton object

* refactor(backend): cleaning delete flow cruft

* test(backend): add coverage for deletion + adapt coverage to only rely on endpoints

* docs: type responses for deletions
2023-08-14 08:26:05 -04:00
7fa2aff9f9
ci: sentinel step for env pipeline success (#15)
* ci(frontend): sentinel step

* ci(backend): sentinel step

* ci(frontend): success to depend on build success
2023-08-12 17:20:22 -04:00
fbba07cbdc
build: tooling clean-up (#14)
* build(backend): requirements-locks to use venv directly to avoid needing to activate

* build(backend): taskfile cleaning, no more sourcing

* build(frontend): remove unneeded syntax, cmds>cmd for one-liners

* docs: instructors on local setup

* ci: hoisted default working directory settings
2023-08-12 16:32:07 -04:00
da2bf786d5
feat(backend): handle settings by environment (#13)
* build(backend): db provisioning tooling

* feat(backend): split application configuration by env

* docs(backend): update mention of local db setup
2023-08-12 15:56:52 -04:00
712de0ca1d
ci: control go-task version at top-level (#11)
* ci(backend): control go-task version at top-level

* ci(frontend): use go-task in CI instead of direct yarn calls
2023-08-12 12:33:12 -04:00
5b600f0cb7
perf(backend): cache .venv path correctly (#10)
* perf(backend): cache .venv path correctly

* perf(frontend): cache .yarn and .parcel-cache path correctly
2023-08-12 11:59:03 -04:00
a341b462c7
build(backend): add db-aware testing tooling (#9)
* fix(backend): centralized settings, fix refs

* build(backend): pytest configuration points at the right path

* build(backend): test tooling script

* ci(backend): use taskfile to trigger tests in ci

* test(backend): stub db-test

* ci(backend): use Task for backend steps, remove redundant bootstrap
2023-08-12 11:45:51 -04:00
d3cc915039
build(backend): test tooling setup + taskfile tidy (#7)
* build(backend): test tooling setup + taskfile tidy

* test(backend): add stub test

* ci: run backend tests
2023-08-11 13:58:22 -04:00
2003c1df35
ci: consolidate preflight check (#6) 2023-08-11 05:41:52 +00:00
699007bae9
ci: split fe+be pipelines (#5) 2023-08-11 01:31:38 -04:00
c541877cf7
ci: preflight checks on main 2023-08-09 00:16:37 -04:00
bf7431f747
feat(backend): sub fetch endpoints (#2)
* feat(backend): sub fetch endpoints

* ci: skip frontend/backend if no frontend change

* ci: backend formatting

* build: tooling and commands

* build: psycopg2

* build: dependency locking tooling

* build: pylint

* feat: migration handling

* feat: rudimentary upload flow

* feat: basic file create/read interactions

* docs: stubs

* build: migration command
2023-08-08 23:49:54 -04:00
25ae69f6f4
feat(frontend): initial mock app + tooling + CI (#1)
* feat(frontend): filelist, filedetails, routing

* ci: enable lint/test/build, preview stub

* ci: linting file filter
2023-08-05 12:46:28 -04:00