11 Commits

Author SHA1 Message Date
Ken Snyder
1191226dbe fix: syntax error in full-update action 2022-02-21 12:25:07 -08:00
Ken Snyder
cf85aece9a fix: moved no-new-privileges setting in docker-compose back to correct settign 2022-02-09 10:37:39 -08:00
Ken Snyder
266bc604ae chore: removed refs to feature branch with TS AST
chore: added `anchor` property to consolidated index for consistency sake
2022-02-08 17:34:23 -08:00
Ken Snyder
556e0e29bd chore: wire up all inputs to ENV variables 2022-02-08 14:31:09 -08:00
Ken Snyder
866092e2e0 Feature/action jackson (#2)
* chore: checking whether full relative path works

* chore: add stage input to full-update

* chore: moved prep action into actions folder

* chore: checkout in action as well as workflow

* chore: no name for checkout

* fix: added checkout to test workflow

* chore: trying actions/prep/action.yml path

* chore: added namespace for setup-node

* chore: added "shell" for CLI commands

* chore: install tauri-repo deps as separate step

* chore: use pnpm's action

* chore: added pnpm version number

* chore: disable cache for now

* added some more inputs

* chore: remove recursive flag in pnpm action

* added ENV specific scripts for full update

* chore: move MEILI keys to be stage specific

* chore: add secrets to ENV in update

* fix: add defensive code to ESM version of getEnv()

* fix: more defence with getEnv()

* chore: getEnv is defensive as hell :)

* chore: another attempt at avoiding getEnv error

* chore: picking up secrets in a differnt bucket

* chore: full-update includes GH_ secrets
2022-02-08 14:20:10 -08:00
Ken Snyder
6da3e9c4d6 chore: added full-update action 2022-02-08 11:25:11 -08:00
Ken Snyder
7164376b38 chore: composite action's must be called action.yml 2022-02-08 11:18:23 -08:00
Ken Snyder
c781712d1b chore: take 2 on test action 2022-02-08 09:32:54 -08:00
Ken Snyder
e841ba2b7f chore: take 1 on a build action 2022-02-08 09:12:34 -08:00
Ken Snyder
977434bd07 fix: fixed typo in docker-compose
chore: starting github actions with build, lint, and test
2022-02-08 08:50:34 -08:00
Ken Snyder
e3e371d3a8 chore: created placeholder files for github actions
refactor: refactored all CLI and pipeline code to be more consistent and use better abstraction

feature: added the ability to configure ranking properties in a model

refactor: reduced the number of cache files and removed those unnecessary for delta updates from git
2022-02-07 00:08:42 -08:00