Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
34 commits
Select commit Hold shift + click to select a range
472c4e4
First Deployemnt Changes to requirements.txt
Jan 24, 2024
522bcaa
Refactor canvas_synergetic_integration to use logging.
geoffcrompton Jan 25, 2024
7f5bbd7
Refactoring away DRY code.
geoffcrompton Jan 25, 2024
17ee3c0
Use temporary directory instead of a hard coded working directory.
geoffcrompton Jan 31, 2024
9ad7f06
Small fixes for temporary directory change, and others.
geoffcrompton Jan 31, 2024
81bed61
A couple of small fixes.
geoffcrompton Jan 31, 2024
4e30b24
Start refactoring for uploading single CSV files.
geoffcrompton Jan 31, 2024
66d387c
Add diffing parameters
geoffcrompton Feb 5, 2024
4271eac
Ignore .log files
geoffcrompton Feb 6, 2024
d3b586d
Tweak handling of missing environment variable
geoffcrompton Feb 6, 2024
1a19426
Alter main() to use arguments supplied.
geoffcrompton Feb 8, 2024
6ab57c9
Merge pull request #1 from geoffcrompton/trinity_test
geoffcrompton Feb 8, 2024
98abad1
Minor fix for writing CSV files.
geoffcrompton Feb 8, 2024
0981c99
Merge branch 'trinity_test' of github.com:geoffcrompton/canvas into t…
geoffcrompton Feb 8, 2024
d304016
Merge pull request #2 from geoffcrompton/trinity_test
geoffcrompton Feb 8, 2024
2da271b
Let operator name view in main.py
geoffcrompton Feb 29, 2024
e87cbf8
Make canvas_synergetic_integration/main.py log status of imports.
geoffcrompton Feb 29, 2024
19928b0
Merge pull request #3 from geoffcrompton/trinity_test
geoffcrompton Mar 1, 2024
dde2903
Add --no-upload and --diffing-mode options to canvas_synergetic_integ…
geoffcrompton Mar 3, 2024
82fc359
Correct path for zip file
geoffcrompton Mar 6, 2024
1d04286
Fix so ziping directory doesn't try to include zipfile itself.
geoffcrompton Mar 6, 2024
5021a31
Add --diffing-remaster-dataset option to sis/canvas_synergetic_integr…
geoffcrompton Mar 6, 2024
2db5f92
Merge branch 'Trinity-College:trinity_test' into trinity_test
geoffcrompton Mar 7, 2024
0311912
Merge pull request #4 from geoffcrompton/trinity_test
geoffcrompton Mar 7, 2024
dcbe80c
Fix SIS_ImportError call.
geoffcrompton Mar 8, 2024
44c8da2
Merge branch 'Trinity-College:trinity_test' into trinity_test
geoffcrompton Mar 8, 2024
bcdf6f4
Merge pull request #5 from geoffcrompton/trinity_test
geoffcrompton Mar 8, 2024
e89a371
Set a diffing identifier that's based on the view name.
geoffcrompton Nov 4, 2024
ac2e2f2
Merge pull request #6 from geoffcrompton/trinity_test
geoffcrompton Dec 17, 2024
3e04612
Change diffing_drop_status parameter
geoffcrompton Jan 6, 2025
adae891
Merge branch 'trinity_test' of github.com:geoffcrompton/canvas into t…
geoffcrompton Jan 6, 2025
34b33ab
Merge pull request #7 from geoffcrompton/trinity_test
geoffcrompton Jan 6, 2025
cba63b2
feature/trinity_test-RT397972-diffing-drop-status-complete: Tested an…
loretob30 Sep 22, 2025
4955967
feat(poc):RT397972 removed query.py and main_backup.py
loretob30 Sep 24, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -40,4 +40,6 @@ env


#NodeJS
node_modules/
node_modules/

*.log
Loading