feat: merch backend, sponsors api #13

Merged
cnidariaware merged 44 commits from dev into master 2025-12-06 20:31:05 -07:00
Owner

This will have the back-end for the merch shop, and the api endpoint for sponsors

This will be merged when the merch shop works with the localhost version

This will have the back-end for the merch shop, and the api endpoint for sponsors This will be merged when the merch shop works with the localhost version
feat(checkout): singular item working and written into the cell
All checks were successful
Doc Tests / deploy (push) Successful in 1m23s
fec91827e1
fix(actions): removed out the compiling step from the test output
All checks were successful
Doc Tests / deploy (push) Successful in 1m21s
128350b327
feat(actions): added check step
All checks were successful
Doc Tests / deploy (push) Successful in 1m55s
a0841f29fd
Done to prevent a useless download if error already present
Read from the Database from local yaml file, works on both container image and
running locally
Moved from ubuntu to alpine and fixed up dockerfile and added ignore file
to continue reducing the amount of garbage built into the container image
feat(merch): accepting json by url path (#1)
All checks were successful
Doc Tests / deploy (push) Successful in 2m18s
584f9f4ea0
feat(recieve orders): wrties customer info to excel sheet (#1)
All checks were successful
Doc Tests / deploy (push) Successful in 2m24s
3df1ca9b68
nit(xl_init)!: intial thought process
Some checks failed
Doc Tests / deploy (push) Failing after 59s
a2bdec0ef6
feat(merch): now can recieve orders, can create xl sheet if does not exist (#1)
All checks were successful
Doc Tests / deploy (push) Successful in 2m58s
6329a1a834
feat(database connector): changed to use struct instead (#6)
Some checks failed
Doc Tests / deploy (push) Failing after 1m19s
45534ee0d8
feat(merch): switched over to Arc Strings (#1)
All checks were successful
Doc Tests / deploy (push) Successful in 2m54s
All Tests / deploy (pull_request) Successful in 2m21s
Build Container & Upload / deploy (pull_request) Successful in 4m15s
Doc Tests / deploy (pull_request) Successful in 2m12s
1ac9c6a19a
feat(merch): started on PR comments and changed to use x-forwarded-for logging (#10) (#1)
All checks were successful
Doc Tests / deploy (push) Successful in 2m47s
All Tests / deploy (pull_request) Successful in 2m41s
Build Container & Upload / deploy (pull_request) Successful in 4m32s
Doc Tests / deploy (pull_request) Successful in 2m39s
e356e90a02
feat(merch): expanded shipping details, made None type not possible
All checks were successful
Doc Tests / deploy (push) Successful in 2m47s
All Tests / deploy (pull_request) Successful in 2m41s
Doc Tests / deploy (pull_request) Successful in 2m36s
9e94d276ef
feat(shipping expansion): changed over to clearly display all of shipping more spread out
All checks were successful
Doc Tests / deploy (push) Successful in 2m49s
All Tests / deploy (pull_request) Successful in 2m41s
Doc Tests / deploy (pull_request) Successful in 2m46s
e2b116a024
feat(chechout): total is now calculated rather than trusting api
All checks were successful
Doc Tests / deploy (push) Successful in 2m38s
All Tests / deploy (pull_request) Successful in 2m43s
Doc Tests / deploy (pull_request) Successful in 2m45s
78b6bffbd6
feat(checkout): coupon place now in sheet
All checks were successful
Doc Tests / deploy (push) Successful in 2m38s
All Tests / deploy (pull_request) Successful in 2m45s
Doc Tests / deploy (pull_request) Successful in 2m44s
c472cf82a8
fix(database): stopped recursion when creating new spreadsheet
All checks were successful
Doc Tests / deploy (push) Successful in 2m48s
All Tests / deploy (pull_request) Successful in 2m48s
Doc Tests / deploy (pull_request) Successful in 2m38s
094555c8c2
merged(merch shop): finished (#10)
Some checks failed
Doc Tests / deploy (push) Failing after 4s
39c99ea688
feat(merch): initalization redone corrected database and added new fileds
All checks were successful
Doc Tests / deploy (push) Successful in 2m41s
b49fea8180
fix(merch): now writes customer info
All checks were successful
Doc Tests / deploy (push) Successful in 2m42s
449132adc4
feat(get merch): naming convension
All checks were successful
Doc Tests / deploy (push) Successful in 2m47s
All Tests / deploy (pull_request) Successful in 2m48s
Doc Tests / deploy (pull_request) Successful in 2m21s
af1c251281
feat(merch): changed naming for additional details
All checks were successful
Doc Tests / deploy (push) Successful in 2m33s
All Tests / deploy (pull_request) Successful in 2m45s
Doc Tests / deploy (pull_request) Successful in 2m44s
2b690a2107
feat(merch): changed to differenite between localhost and a docker environment
All checks were successful
Doc Tests / deploy (push) Successful in 2m39s
All Tests / deploy (pull_request) Successful in 2m47s
Doc Tests / deploy (pull_request) Successful in 2m27s
7b0321713b
cnidariaware left a comment

Good for now

Good for now
cnidariaware changed title from WIP: feat: merch backend, sponsors api to feat: merch backend, sponsors api 2025-12-06 19:09:34 -07:00
fix(test command, compose example): fixed these so they wouldnt run twice, compose so I have a quick reference when deploying and test command so I know how to test it from the terminal or serverless
Some checks failed
Doc Tests / deploy (push) Has been cancelled
All Tests / deploy (pull_request) Has been cancelled
Doc Tests / deploy (pull_request) Has been cancelled
d4e28a1834
fix(action): removed chack step from push commnad so now will skip as well
Some checks failed
Doc Tests / deploy (push) Has been cancelled
All Tests / deploy (pull_request) Has been cancelled
Doc Tests / deploy (pull_request) Has been cancelled
259b69c540
fix(action): now shouldnt cause pull request to pause waiting for nothing
All checks were successful
Doc Tests / deploy (push) Successful in 4s
All Tests / deploy (pull_request) Successful in 2m51s
Doc Tests / deploy (pull_request) Successful in 7s
b1a86531f5
fix(action): now will no long run if also in a pull request
All checks were successful
Doc Tests / deploy (push) Successful in 4s
All Tests / deploy (pull_request) Successful in 2m34s
Doc Tests / deploy (pull_request) Successful in 5s
068b3f4597
test(actions): seeing what all the env variables are
Some checks failed
Print CI Environment / debug_env (push) Has been cancelled
All Tests / deploy (pull_request) Has been cancelled
Doc Tests / deploy (pull_request) Has been cancelled
Doc Tests / deploy (push) Has been cancelled
Print CI Environment / debug_env (pull_request) Has been cancelled
48cc982f34
fix(action): fixing test to use a real runner
Some checks failed
Print CI Environment / debug_env (push) Successful in 5s
Doc Tests / deploy (push) Has been cancelled
All Tests / deploy (pull_request) Has been cancelled
Print CI Environment / debug_env (pull_request) Successful in 5s
Doc Tests / deploy (pull_request) Has been cancelled
2b3f533c9a
fxi(action): oine final attempt beofre making it look messy
Some checks failed
Doc Tests / deploy (push) Has been cancelled
All Tests / deploy (pull_request) Has been cancelled
Doc Tests / deploy (pull_request) Has been cancelled
144ca5bc9f
fix(actions): now doc test will not run on push
Some checks failed
Doc Tests / deploy (push) Failing after 1s
All Tests / deploy (pull_request) Successful in 2m33s
Doc Tests / deploy (pull_request) Failing after 0s
ba49f6177b
fix(action): removed if on each step
Some checks failed
Doc Tests / deploy (push) Failing after 0s
All Tests / deploy (pull_request) Successful in 2m37s
Doc Tests / deploy (pull_request) Failing after 0s
2dda13f5c7
fix(action): only minimal run for pull request
All checks were successful
Doc Tests / deploy (push) Successful in 2m40s
All Tests / deploy (pull_request) Successful in 2m42s
Doc Tests / deploy (pull_request) Successful in 6s
f2aaf23117
fix(action): another test to see if this runs
All checks were successful
Doc Tests / deploy (push) Successful in 2m40s
All Tests / deploy (pull_request) Successful in 2m35s
Doc Tests / deploy (pull_request) Successful in 5s
8263d96524
fix(action): another attempt to stop the push peacefully
Some checks failed
Doc Tests / deploy (push) Failing after 0s
All Tests / deploy (pull_request) Successful in 2m44s
Doc Tests / deploy (pull_request) Failing after 0s
c3006aeeee
fix(action): back to minimal running
Some checks failed
Doc Tests / deploy (push) Failing after 0s
All Tests / deploy (pull_request) Successful in 2m30s
Doc Tests / deploy (pull_request) Failing after 0s
aa15fccb89
fix(action): now using extra part to skip test
Some checks failed
Doc Tests / deploy (push) Successful in 2m35s
All Tests / deploy (pull_request) Has been cancelled
Doc Tests / deploy (pull_request) Has been cancelled
127af93b58
fix(action): another attempt to remove other steps if it is a pull request doing a push
Some checks failed
Doc Tests / deploy (push) Has been cancelled
All Tests / deploy (pull_request) Has been cancelled
Doc Tests / deploy (pull_request) Has been cancelled
a89c841b15
fix(action): removing time saving efforts
All checks were successful
Doc Tests / deploy (push) Successful in 2m36s
All Tests / deploy (pull_request) Successful in 2m27s
Doc Tests / deploy (pull_request) Successful in 2m43s
961430256d
Author
Owner

Will be reopen to address at least #11

Will be reopen to address at least #11
Sign in to join this conversation.
No reviewers
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
ucalgary-baja/ucalg-baja-cloud!13
No description provided.