Commit Graph

  • 084a7c4060 deprecaite (Main): moved to central repo, will be explained in word doc in 2025 main darkicewolf50 2024-12-21 17:29:08 -07:00
  • 12c6fca7ef remove (Actions): changed so that building works and is more consistent with delpoyment darkicewolf50 2024-12-21 15:58:51 -07:00
  • e7287ead80 fix(Actions): attempts to fix the now broken actions darkicewolf50 2024-12-21 15:54:49 -07:00
  • aae6fd635a fix(Actions): attempts to fix the now broken actions darkicewolf50 2024-12-21 15:47:00 -07:00
  • 4646f286b6 fix(Actions): attempts to fix the now broken actions darkicewolf50 2024-12-21 15:46:01 -07:00
  • fcb2e13bf3 fix(Actions): attempts to fix the now broken actions darkicewolf50 2024-12-21 15:43:46 -07:00
  • 65d03bea15 remove(Actions): tag step removed because it is unnecessary darkicewolf50 2024-12-21 15:40:51 -07:00
  • 1c05204470 fix (container): changed compose to be more reflective of the deployment darkicewolf50 2024-12-21 15:33:51 -07:00
  • bdf23f34f6 fix(Actions): added for stupid github darkicewolf50 2024-12-21 15:22:31 -07:00
  • f7ca1d810f fix (Actions): added tagging to container darkicewolf50 2024-12-21 15:19:15 -07:00
  • 354b840f24 fix (Actions):removed . to try to fix darkicewolf50 2024-12-21 15:10:15 -07:00
  • 9a69d1b50b fix(Actions): forgot to upload compose build darkicewolf50 2024-12-21 15:08:52 -07:00
  • 68d1cb9a63 fix(actions ): should now upload to dockerhub automatically darkicewolf50 2024-12-21 15:06:19 -07:00
  • 6528525b7b feat(Actions): will now automaitically upload to dockerhub unpon successful build and lint darkicewolf50 2024-12-21 14:56:49 -07:00
  • 1f244d4d62 fix (testhttp): fixed linting errors darkicewolf50 2024-12-21 14:29:43 -07:00
  • ba705966e9 fix(Actions): fixed typo darkicewolf50 2024-12-21 14:27:08 -07:00
  • 078bc71bf9 feat(Actions): added auto linting to main and pull requests fixed some typos darkicewolf50 2024-12-21 14:23:46 -07:00
  • b23d807d8d feat(main): ready for final touches darkicewolf50 2024-12-14 16:46:41 -07:00
  • f03bb3d0d2 merge (Packagers): no longer needed darkicewolf50 2024-12-14 16:13:49 -07:00
  • 2cca4777de fix(Container): moved into apporpriate folders darkicewolf50 2024-12-14 16:04:17 -07:00
  • 99bfecce23 feat(Packagers): template for interviews done, rest of code is hooked up to new template darkicewolf50 2024-12-14 15:14:17 -07:00
  • 27330a8a59 fix(NoSheet): more details on how to start for first time this year darkicewolf50 2024-12-07 20:08:43 -07:00
  • 49313e8450 fix(Packagers): changed to first time run darkicewolf50 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 darkicewolf50 2024-12-07 19:48:55 -07:00
  • 8e98eeee64 feat(NoSheet): default sheet creator finished darkicewolf50 2024-12-07 16:05:34 -07:00
  • 0077950f2a feat(NoSheet): started creating default sheet, todo add default data darkicewolf50 2024-12-07 13:00:13 -07:00
  • 3b46d56339 feat(Packagers): Added some comments and started on the what if first time darkicewolf50 2024-12-07 11:24:09 -07:00
  • 3a53014d57 feat(postSelApt): removed line darkicewolf50 2024-11-30 15:38:20 -07:00
  • 76632341e5 feat(putTogether): read db also combined darkicewolf50 2024-11-30 15:35:56 -07:00
  • 838e53905a Merge branch 'ReadDB' into Packagers darkicewolf50 2024-11-30 14:57:44 -07:00
  • 20620922d0 feat(putTogether): packagers and writeDB darkicewolf50 2024-11-30 14:57:02 -07:00
  • 85ee822e5c Merge branch 'SelectAppointment' into Packagers darkicewolf50 2024-11-30 14:08:50 -07:00
  • 207db735e7 feat:(Packagers): post request sorted darkicewolf50 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 SelectAppointment HamodiGit 2024-11-30 13:37:30 -07:00
  • a0712e15eb feat(Packagers): started testing for post requests darkicewolf50 2024-11-30 12:02:30 -07:00
  • bcdaa37d97 feat(WriteDB): Added file lock, prevented race condition HamodiGit 2024-11-23 15:37:20 -07:00
  • b150eee58b init(WriteDB): Created file to write data to database HamodiGit 2024-10-26 16:07:00 -06:00
  • 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 darkicewolf50 2024-11-28 17:50:02 +00:00
  • 0276fea6e7 feat(Packagers): testing out fastapi for performance darkicewolf50 2024-11-27 17:58:01 -07:00
  • 72fc3602d9 feat(Packagers): testing out Django response options darkicewolf50 2024-11-27 10:50:06 -07:00
  • 0c60ffc5ed feat(django): failure django is not faster than base python, but is WAAAAAYYY EASIER to code in endpoints, and can work with nginx darkicewolf50 2024-11-26 21:19:53 +00:00
  • 8f59972e19 feat(DockerTestBrock): merging for the use of testing darkicewolf50 2024-11-26 20:41:42 +00:00
  • 403558ecb5 feat(testhttp): testing done python is faster for simple http get requests with only 1 endpoint DockerTestBrock darkicewolf50 2024-11-26 20:32:58 +00:00
  • fa037fdb29 feat(django): testing using backend django vs built in python darkicewolf50 2024-11-26 20:20:42 +00:00
  • 5c0ad44359 feat(test): Testing docker container upload to nas darkicewolf50 2024-11-26 16:52:09 +00:00
  • acf1991484 feat(http): started http server and started testing darkicewolf50 2024-11-24 15:07:36 -07:00
  • c986b2b272 feat(main): http requests started formatting darkicewolf50 2024-11-23 16:34:06 -07:00
  • 742b4360e3 feat(ReadDB): Added file-lock check for when the file is being written to, if not locked, will read file. ReadDB HamodiGit 2024-11-23 15:58:12 -07:00
  • 52af294c81 feat(SendMail): We added calender buttons and html text, and changed it so that it sends in html SendEmail HamodiGit 2024-11-23 14:42:30 -07:00
  • 845438960b Docker testing HamodiGit 2024-11-23 12:01:28 -07:00
  • d41b86cf46 init^ darkicewolf50 2024-11-23 12:00:42 -07:00
  • f5791ea858 fix(Packager): comments changed darkicewolf50 2024-11-23 10:45:44 -07:00
  • 58f913d3ed feat(Send_Email): Added feature to send emails HamodiGit 2024-11-09 16:00:06 -07:00
  • 4fe15620d7 fix(SchedulePackager): changed comments darkicewolf50 2024-11-09 12:10:57 -07:00
  • 45f6cf83c8 fix(SchedulePackager): changed comments darkicewolf50 2024-11-09 12:10:44 -07:00
  • 3cd3091608 Merge pull request #1 from UofCBaja/ReadDB darkicewolf50 2024-11-09 12:07:05 -07:00
  • fedbfff60c feat(ReadDB): Added comments and fixed logic and made it efficent HamodiGit 2024-11-09 12:05:48 -07:00
  • ca4d2e5796 feat(Packagers): added html body components darkicewolf50 2024-10-26 16:01:18 -06:00
  • 6df8f2231d feat(ReadDB): Read function finished, YAML coversion to EXCEL HamodiGit 2024-10-26 15:55:11 -06:00
  • ad56fbceb4 feat(ReadDB): Interview-Database edited HamodiGit 2024-10-26 13:24:33 -06:00
  • 01c05dfb78 init(Packagers): main file created darkicewolf50 2024-10-26 12:11:22 -06:00
  • 4003ae3f98 init(Read DB): Created a database file HamodiGit 2024-10-26 12:08:14 -06:00
  • c11b50619e Initial commit darkicewolf50 2024-10-26 13:27:59 -04:00