Skip to content

Commit

Permalink
Add asset upload functionality (#203)
Browse files Browse the repository at this point in the history
* Add asset upload functionality

* Proof of life (need to fix CI and test)

* Cleanup + optimize

* Update tests

* Update all stderr with trybuild overwrites

* Better error messages

* Add asset deletion functionality

* Refactor data layer + add queries

* Fix CI migrations script

* Manually test that implementation works

* Cleanup HTTP response + Fix optional dependencies

* Remove excess dependencies + update example

* Address deekerno review feedback

Co-authored-by: Rashad Alston <rashad@Rashads-MacBook-Pro.local>
Co-authored-by: Rashad Alston <rashad@Rashads-MBP.attlocal.net>
  • Loading branch information
3 people authored Sep 14, 2022
1 parent 5e019dc commit 63fe994
Show file tree
Hide file tree
Showing 76 changed files with 2,368 additions and 1,128 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -410,6 +410,7 @@ jobs:
curl -sSLf "https://github.com/TomWright/dasel/releases/download/v1.24.3/dasel_linux_amd64" -L -o dasel && chmod +x dasel
mv ./dasel /usr/local/bin/dasel
./.github/workflows/scripts/verify_tag.sh ${{ github.ref_name }} fuel-indexer-api-server/Cargo.toml
./.github/workflows/scripts/verify_tag.sh ${{ github.ref_name }} fuel-indexer-database/Cargo.toml
./.github/workflows/scripts/verify_tag.sh ${{ github.ref_name }} fuel-indexer-lib/Cargo.toml
./.github/workflows/scripts/verify_tag.sh ${{ github.ref_name }} fuel-indexer-macros/Cargo.toml
./.github/workflows/scripts/verify_tag.sh ${{ github.ref_name }} fuel-indexer-plugin/Cargo.toml
Expand Down
4 changes: 1 addition & 3 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,4 @@ docs/book/
*.swp
*.db
*.db*


.idea
*.wasm
Loading

0 comments on commit 63fe994

Please sign in to comment.