Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
32 commits
Select commit Hold shift + click to select a range
8cee776
Supporting storage locations in SYNPY
BryanFauble Feb 4, 2026
e264f1a
Add download list file
BryanFauble Feb 4, 2026
d6111d3
update docs
danlu1 Feb 23, 2026
52d2b0f
remove unsupported setting type
danlu1 Feb 23, 2026
0b04d1b
update api service and correct docstrings
danlu1 Feb 25, 2026
4f0cf42
update docs
danlu1 Mar 6, 2026
e33db0b
update parameter name and output of get_project_setting
danlu1 Mar 6, 2026
1364b99
test mermaid
danlu1 Mar 6, 2026
7cf2d68
update key components
danlu1 Mar 6, 2026
e5937ca
update docs
danlu1 Mar 6, 2026
f033971
remove background color for migration flow
danlu1 Mar 6, 2026
140249d
remove background color for migration flow
danlu1 Mar 6, 2026
0b2937d
modify migration flow
danlu1 Mar 12, 2026
8d36adf
remove setup_s3
danlu1 Mar 12, 2026
e37340b
refine migration flow
danlu1 Mar 18, 2026
3e1a790
remove manifest related changes
danlu1 Mar 18, 2026
5e1159d
remove manifest related changes
danlu1 Mar 18, 2026
39f57ca
remove manifest related changes
danlu1 Mar 18, 2026
e04ab86
add EnumCoercionMixin
danlu1 Mar 18, 2026
1bc03c5
update parameter name
danlu1 Mar 19, 2026
5b045dd
remove unused imports
danlu1 Mar 19, 2026
9574e2a
remove MigrationEntry
danlu1 Mar 19, 2026
fcd8659
reformat
danlu1 Mar 19, 2026
b3571b8
add enum_coercion mixin
danlu1 Mar 19, 2026
268d976
add EXTERNAL_HTTPS type, type-specific field mapping and displaying, …
danlu1 Mar 19, 2026
d47fdb5
Pass the port from the parsed SFTP URL to resolve the connection issu…
danlu1 Mar 20, 2026
65d39a7
reformat storage_location.md
danlu1 Mar 20, 2026
40464a5
correct parameter order and use async function for async generator
danlu1 Mar 20, 2026
82eb2a5
Replaces StorageLocationType with a dataclass so SFTP and HTTPS can b…
danlu1 Mar 20, 2026
91200b5
update unit test suites
danlu1 Mar 20, 2026
c113257
add unit test for migration and migration types
danlu1 Mar 20, 2026
aa23e4d
Merge branch 'develop' into dpe-1577-storage-locations
danlu1 Mar 20, 2026
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
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ jenkins/
.idea/*
docs/build/doctrees/*
docs/build/html/_sources/*
docs_site/*
build/*

/venv
Expand Down
Loading
Loading