Skip to content

Commit

Permalink
Merge pull request #58 from umccr/fm_deps_apis_fix
Browse files Browse the repository at this point in the history
Refresh and fix some AWS Rust SDK API changes, python stuff, fix CI hurdles.
  • Loading branch information
brainstorm authored Nov 17, 2023
2 parents 23692ce + b54d5aa commit a0ec9a0
Show file tree
Hide file tree
Showing 22 changed files with 6,714 additions and 1,628 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/prbuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ['3.10']
python-version: ['3.12']

steps:
- name: Print toolchain versions
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# Distribution / packaging
.Python
package-lock.json

# Put stuffs here for your local dev specific purpose
.local/
Expand Down
7 changes: 5 additions & 2 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
{
"rust-analyzer.linkedProjects": ["lib/workload/stateless/filemanager/Cargo.toml", "skel/rust-api/Cargo.toml"]
}
"rust-analyzer.linkedProjects": [
"lib/workload/stateless/filemanager/Cargo.toml",
"skel/rust-api/Cargo.toml"
]
}
3 changes: 1 addition & 2 deletions lib/workload/stateless/filemanager/.env.example
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
# Example env file which sets the DATABASE_URL to a local postgres instance.
#pragma: allowlist secret
DATABASE_URL=postgresql://filemanager:filemanager@localhost:5432/filemanager
DATABASE_URL=postgresql://filemanager:filemanager@localhost:5432/filemanager #pragma: allowlist secret
1 change: 1 addition & 0 deletions lib/workload/stateless/filemanager/.gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
target/
*.swp
/volume/
.build
Loading

0 comments on commit a0ec9a0

Please sign in to comment.