Commit Graph

44 Commits

Author SHA1 Message Date
79d263cbb7 only run on some path changes
All checks were successful
lint / lint (pull_request) Successful in 4s
checks / build (pull_request) Successful in 2m10s
checks / test (pull_request) Successful in 1m58s
2023-10-21 13:50:21 -07:00
cf0d51fca5 remove runner tag
All checks were successful
checks / lint (pull_request) Successful in 5s
checks / build (pull_request) Successful in 2m12s
checks / test (pull_request) Successful in 2m2s
2023-10-21 13:41:29 -07:00
7682dc022c try removing runner tag
All checks were successful
checks / lint (pull_request) Successful in 4s
checks / build (pull_request) Successful in 2m9s
checks / test (pull_request) Successful in 2m0s
2023-10-21 13:40:00 -07:00
763ebea60a change triggers
All checks were successful
checks / lint (pull_request) Successful in 5s
checks / build (pull_request) Successful in 2m6s
checks / test (pull_request) Successful in 1m56s
2023-10-21 13:20:41 -07:00
3fa9d65966 change triggers
All checks were successful
checks / lint (pull_request) Successful in 5s
checks / build (pull_request) Successful in 2m6s
checks / test (pull_request) Successful in 2m3s
2023-10-21 13:17:12 -07:00
39391d17a4 reorder triggers 2023-10-21 13:15:54 -07:00
563f6dd3e4 only run for push on main, or for pr 2023-10-21 13:06:42 -07:00
c7b13c2572 image changes
All checks were successful
checks / lint (push) Successful in 5s
checks / build (push) Successful in 2m11s
checks / test (push) Successful in 2m3s
2023-10-21 12:58:19 -07:00
c287334af2 add build deps to ci docker image
Some checks reported warnings
checks / lint (push) Successful in 4s
checks / test (push) Has been cancelled
checks / build (push) Has been cancelled
2023-10-21 12:57:31 -07:00
d6dfe7e525 image changes
Some checks failed
checks / lint (push) Successful in 5s
checks / build (push) Successful in 2m12s
checks / test (push) Failing after 29s
2023-10-21 12:54:44 -07:00
668e5dbacd names and images changes
Some checks failed
checks / lint (push) Successful in 4s
checks / build (push) Failing after 27s
checks / test (push) Failing after 27s
2023-10-21 12:51:49 -07:00
3ef2eff8c3 automated build and test
Some checks failed
checks / format (push) Failing after 27s
2023-10-21 12:40:59 -07:00
e56a40a469 move some steps into the base image
All checks were successful
checks / format (push) Successful in 5s
2023-10-21 12:33:45 -07:00
f55d57c8ef fix fmt
All checks were successful
checks / format (push) Successful in 6s
2023-10-21 02:21:52 -07:00
a32e7757c5 test
Some checks failed
checks / format (push) Failing after 6s
2023-10-21 02:20:04 -07:00
2659b641ba test
Some checks failed
checks / format (push) Failing after 39s
2023-10-21 02:18:59 -07:00
8fb226fafd add node
Some checks failed
checks / format (push) Failing after 43s
checks / format (pull_request) Failing after 43s
2023-10-21 01:51:53 -07:00
9c97e00d5a add checkout
Some checks failed
checks / format (push) Failing after 8s
checks / format (pull_request) Failing after 3s
2023-10-21 01:45:53 -07:00
7e49f33b95 add debug ls
Some checks failed
checks / format (push) Failing after 2s
checks / format (pull_request) Failing after 3s
2023-10-21 01:42:24 -07:00
35bb9081ab add debug ls
Some checks failed
checks / format (push) Failing after 3s
checks / format (pull_request) Failing after 2s
2023-10-21 01:41:08 -07:00
b98fd1352a add rustfmt
Some checks failed
checks / format (push) Failing after 2s
checks / format (pull_request) Failing after 2s
2023-10-21 01:39:23 -07:00
a27214c8da Revert "test"
This reverts commit 81158ca818.
2023-10-21 01:39:23 -07:00
b53c875eac test 2023-10-21 01:39:23 -07:00
0e92eda123 add automated format check 2023-10-21 01:39:23 -07:00
abe545397b more model refinement 2023-10-20 09:37:57 -04:00
cb3f76aa17 refines MODELS around cart functionality, moves all pricing into Sku model, adds CouponCode model 2023-10-20 09:32:52 -04:00
e93736be61 more updates to MODELS 2023-10-19 16:17:48 -04:00
188544366c more updates to MODELS and SCHEMA 2023-10-19 16:01:09 -04:00
9c4d3a7197 updates MODELS and SCHEMAS 2023-10-19 14:57:03 -04:00
ce51888070 updates main.rs, applies default formatting from rustfmt 2023-10-19 13:12:21 -04:00
69b694ae60 updates MODELS and SCHEMA 2023-10-19 13:11:52 -04:00
1359dca5df adds Cargo.lock, updates gitignore, updates SCHEMA with initial table definitions for a couple of tables based on MODELS 2023-10-18 15:55:07 -04:00
483d34d106 adds a few more config parameters to env.example 2023-10-18 14:49:32 -04:00
447e7a8272 adds dotenv to cargo dependencies, adds env.example as example .env file 2023-10-18 14:36:15 -04:00
280cd73039 adds shipping address to person 2023-10-18 14:21:42 -04:00
3f9c4a79a4 implement Display for Tag entities rather than to_string 2023-10-18 14:19:34 -04:00
520730c5d2 updates tag model, adds PersonCredential model 2023-10-18 14:05:30 -04:00
56a17c1187 updates models, adds rusty_money crate dependency 2023-10-18 12:00:47 -04:00
679b6ac755 updates models, makes them more accurate and rusty 2023-10-18 10:25:54 -04:00
e30c794c98 updates ARCHITECTURE, adds MODELS and SCHEMA docs 2023-10-17 17:27:09 -04:00
60cc6cc9e0 adds hello world, adds architecture doc 2023-10-17 16:13:55 -04:00
ea6eb8ebc9 adds private/public playlist support to long-term goals 2023-10-17 13:52:34 -04:00
7ae96e510b Update README 2023-10-17 13:52:21 -04:00
5262f69134 Initial commit 2023-10-17 11:11:37 -04:00