70 Commits

Author SHA1 Message Date
6e5d34202a fix(dockerfile): now includes requirements.txt 2024-12-21 23:09:12 -07:00
7c21561226 fix(ruff): now checks all 2024-12-21 23:06:56 -07:00
d2ebe1f7a9 feat(readme): fixed readme to be one file 2024-12-21 23:04:03 -07:00
darkicewolf50
ac862bc213
Merge pull request #1 from UofCBaja/monoRepoPrep
Mono repo finish
2024-12-21 22:55:35 -07:00
9eae4153ad feat(InterviewBooking): almost preped for merge into one repo 2024-12-21 22:52:36 -07:00
0de072a5ad init (InterviewBackend) 2024-12-21 17:42:50 -07:00
084a7c4060 deprecaite (Main): moved to central repo, will be explained in word doc in 2025 2024-12-21 17:29:08 -07:00
darkicewolf50
f0db6b8817
Initial commit 2024-12-21 19:19:41 -05:00
12c6fca7ef remove (Actions): changed so that building works and is more consistent with delpoyment 2024-12-21 15:58:51 -07:00
e7287ead80 fix(Actions): attempts to fix the now broken actions 2024-12-21 15:54:49 -07:00
aae6fd635a fix(Actions): attempts to fix the now broken actions 2024-12-21 15:47:00 -07:00
4646f286b6 fix(Actions): attempts to fix the now broken actions 2024-12-21 15:46:01 -07:00
fcb2e13bf3 fix(Actions): attempts to fix the now broken actions 2024-12-21 15:43:46 -07:00
65d03bea15 remove(Actions): tag step removed because it is unnecessary 2024-12-21 15:40:51 -07:00
1c05204470 fix (container): changed compose to be more reflective of the deployment 2024-12-21 15:33:51 -07:00
bdf23f34f6 fix(Actions): added for stupid github 2024-12-21 15:22:31 -07:00
f7ca1d810f fix (Actions): added tagging to container 2024-12-21 15:19:15 -07:00
354b840f24 fix (Actions):removed . to try to fix 2024-12-21 15:10:15 -07:00
9a69d1b50b fix(Actions): forgot to upload compose build 2024-12-21 15:08:52 -07:00
68d1cb9a63 fix(actions
): should now upload to dockerhub automatically
2024-12-21 15:06:19 -07:00
6528525b7b feat(Actions): will now automaitically upload to dockerhub unpon successful build and lint 2024-12-21 14:56:49 -07:00
1f244d4d62 fix (testhttp): fixed linting errors 2024-12-21 14:29:43 -07:00
ba705966e9 fix(Actions): fixed typo 2024-12-21 14:27:08 -07:00
078bc71bf9 feat(Actions): added auto linting to main and pull requests fixed some typos 2024-12-21 14:23:46 -07:00
b23d807d8d feat(main): ready for final touches 2024-12-14 16:46:41 -07:00
darkicewolf50
f03bb3d0d2
merge (Packagers): no longer needed
Pre-Container
2024-12-14 16:13:49 -07:00
2cca4777de fix(Container): moved into apporpriate folders 2024-12-14 16:04:17 -07:00
99bfecce23 feat(Packagers): template for interviews done, rest of code is hooked up to new template 2024-12-14 15:14:17 -07:00
27330a8a59 fix(NoSheet): more details on how to start for first time this year 2024-12-07 20:08:43 -07:00
49313e8450 fix(Packagers): changed to first time run 2024-12-07 20:07:57 -07:00
a9460dc692 feat(Packagers): combined get and post into a file, added condition of no excel file to read and write 2024-12-07 19:48:55 -07:00
8e98eeee64 feat(NoSheet): default sheet creator finished 2024-12-07 16:05:34 -07:00
0077950f2a feat(NoSheet): started creating default sheet, todo add default data 2024-12-07 13:00:13 -07:00
3b46d56339 feat(Packagers): Added some comments and started on the what if first time 2024-12-07 11:24:09 -07:00
3a53014d57 feat(postSelApt): removed line 2024-11-30 15:38:20 -07:00
76632341e5 feat(putTogether): read db also combined 2024-11-30 15:35:56 -07:00
838e53905a Merge branch 'ReadDB' into Packagers 2024-11-30 14:57:44 -07:00
20620922d0 feat(putTogether): packagers and writeDB 2024-11-30 14:57:02 -07:00
85ee822e5c Merge branch 'SelectAppointment' into Packagers 2024-11-30 14:08:50 -07:00
207db735e7 feat:(Packagers): post request sorted 2024-11-30 14:03:31 -07:00
6ff802f604 Fixed the code for date which caused issues, create a new file to ensure WriteDB and SendEmail work from any script 2024-11-30 13:37:30 -07:00
a0712e15eb feat(Packagers): started testing for post requests 2024-11-30 12:02:30 -07:00
bcdaa37d97 feat(WriteDB): Added file lock, prevented race condition 2024-11-30 11:13:15 -07:00
b150eee58b init(WriteDB): Created file to write data to database 2024-11-30 10:50:49 -07:00
darkicewolf50
fcbee342b3 feat(Packagers): tested out FastAPI its a great wrapper comes with auto docs/test tool that shows how to do the api request, marginally slower 2024-11-28 17:50:02 +00:00
darkicewolf50
0276fea6e7
feat(Packagers): testing out fastapi for performance 2024-11-27 17:58:01 -07:00
darkicewolf50
72fc3602d9
feat(Packagers): testing out Django response options 2024-11-27 10:50:06 -07:00
darkicewolf50
0c60ffc5ed feat(django): failure django is not faster than base python, but is WAAAAAYYY EASIER to code in endpoints, and can work with nginx 2024-11-26 21:19:53 +00:00
darkicewolf50
8f59972e19 feat(DockerTestBrock): merging for the use of testing 2024-11-26 20:41:42 +00:00
darkicewolf50
403558ecb5 feat(testhttp): testing done python is faster for simple http get requests with only 1 endpoint 2024-11-26 20:32:58 +00:00