Commit Graph

25 Commits

Author SHA1 Message Date
The Magician 8597fd1b49 Add javascript to make upload request 2023-11-20 20:51:39 +00:00
The Magician 83db84091f Add file input to DOM to create File objects 2023-10-21 16:32:17 +01:00
The Magician 05211354ea Start process for uploading files 2023-10-21 15:09:23 +01:00
The Magician 853d2ecf69 Call get_missing_files 2023-10-20 20:07:23 +01:00
The Magician 07cd251aaa Write get_missing_filenames 2023-10-20 20:03:39 +01:00
The Magician dfa7bddf96 Take local directory name as cli argument 2023-10-20 18:40:40 +01:00
The Magician eac6deee1d Get files in local directory 2023-10-20 18:38:21 +01:00
The Magician 68d37afec7 Get list of filenames in File Garden 2023-10-20 18:32:49 +01:00
The Magician a60ca8eb52 Remove run target from Makefile 2023-10-20 12:53:09 +01:00
The Magician fd77e2075a Call login code 2023-10-20 12:52:58 +01:00
The Magician c4e08faa16 Finish implementing login code 2023-10-20 12:43:00 +01:00
The Magician bae05021b7 Refactor login code 2023-10-20 12:32:48 +01:00
The Magician cdd48e43dc Add run target to Makefile 2023-10-20 12:25:37 +01:00
The Magician 819f8cd92f Start adding login method 2023-10-20 12:25:19 +01:00
The Magician 7c21f445b1 Navigate directly to login page 2023-10-19 21:53:19 +01:00
The Magician d401dccf02 Use `with` syntax to clean up browser 2023-10-19 21:47:53 +01:00
The Magician 4ff0f60ca4 Navigate to filegarden.com 2023-10-19 21:34:17 +01:00
The Magician 2efa292117 Implement initialize_webdriver 2023-10-19 21:00:07 +01:00
The Magician 3f00a144b4 Write test_initialize_webdriver 2023-10-19 12:11:51 +01:00
The Magician d39f859464 Add test target to Makefile 2023-10-19 12:11:29 +01:00
The Magician 81e20e4325 .gitignore swapfiles and pycache directory 2023-10-19 12:10:45 +01:00
The Magician 9c1d27501a Add unit tests 2023-10-19 11:42:14 +01:00
The Magician 9f582e568f Rename pipeloader to jardin 2023-10-19 11:36:21 +01:00
The Magician 8a76ea5cf6 Add main file with implementation plan 2023-10-19 11:31:24 +01:00
The Magician 973cb244ce .gitignore .venv directory 2023-10-19 10:41:33 +01:00