Skip to content

Commit

Permalink
Road to v1: service unification, indexing dashboard and other improve…
Browse files Browse the repository at this point in the history
…ments (#92)

* Adjust log levels

Signed-off-by: Filippo Costa <[email protected]>

* Adjust log levels

Signed-off-by: Filippo Costa <[email protected]>

* Add support for graph-node version

* Use containerized store tests

* Add previously removed test

* Rename `NetworkSubgraphClient`

* Rename network subgraph directory, remove dead code

* Add network subgraph client test

* Fix query variable

* Much more effective network subgraph queries

* Add indexer and network info on Grafana

* Removed dead file

* More clearly separate indexer name and ID

* Remove unused struct IndexerRow

* Add IndexerId trait, indexer_network_subgraph_entry

* Simplify API of `graphql_api` module

* Update to Rust 1.75

* Delete frontend code

* Remove useless .clone()

* Fix all Clippy warnings

* Update async-graphql to v7.0.1

* Switch `api-server` from Warp to Axum

* Remove unused .gitkeep

* Remove prelude modue; explicit imports

* cargo +nightly fmt --all

Signed-off-by: Filippo Costa <[email protected]>

* Make indexer addresses non-optional

* wip refactor

Signed-off-by: Filippo Costa <[email protected]>

* get it to compile

* cargo +nightly fmt --all

Signed-off-by: Filippo Costa <[email protected]>

* Reduce name cloning

* Reduce name cloning part 2

* Fix a few tests

* Fix docker-compose

* Fix binary running conditions

Signed-off-by: Filippo Costa <[email protected]>

---------

Signed-off-by: Filippo Costa <[email protected]>
  • Loading branch information
neysofu authored Feb 5, 2024
1 parent 9845248 commit 186b62f
Show file tree
Hide file tree
Showing 117 changed files with 3,400 additions and 4,383 deletions.
13 changes: 2 additions & 11 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,20 +53,11 @@ jobs:
registry: ${{ env.REGISTRY }}
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
- name: Build and push API server Docker image
- name: Build and push Graphix backend Docker image
uses: docker/build-push-action@v4
with:
context: .
file: ops/api-server.dockerfile
push: true
tags: ghcr.io/${{ github.repository_owner }}/graphix-api-server:latest
- name: Build and push cross-checker service Docker image
uses: docker/build-push-action@v4
with:
context: .
file: ops/cross-checker.dockerfile
push: true
tags: ghcr.io/${{ github.repository_owner }}/graphix-cross-checker:latest
tags: ghcr.io/${{ github.repository_owner }}/graphix:latest

build:
name: Build
Expand Down
Loading

0 comments on commit 186b62f

Please sign in to comment.