Skip to content

Commit b3d02e3

Browse files
jstuczynmmsinclairbenedettadavico
authored
feat: NS ticket faucet (#6047)
* ns-api: remove sqlite support ns-api: add env var to skip migrations for local dev ns-api: tidy up imports ns-api: fix deserialisation fo node descriptions update dockerfile update README fix up README and example env ns-api: bump major version to 4 ns-api: add more geoip data and new performance field in dvpn responses * ability to import partial ticketbooks * wip: adding common ecash state to NS API * buffering ticketbooks * wip * distribute tickets when getting testrun assignment * passing ticketbook data to gateway probe * wrapped around storage tx * ticketbook query fixes * clippy * modified testrun assignment to always return tickets * Update version * Update push-node-status-agent.yaml * Update Cargo.toml * add entrypoint for ns agents * sqlx prepare and cargo fmt * clippy fixes * Update ci-check-ns-api-version.yml --------- Co-authored-by: Mark Sinclair <mmsinclair@users.noreply.github.com> Co-authored-by: benedetta davico <46782255+benedettadavico@users.noreply.github.com> Co-authored-by: benedettadavico <benedetta.davico@gmail.com>
1 parent f5b5177 commit b3d02e3

File tree

76 files changed

+2978
-957
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

76 files changed

+2978
-957
lines changed

.github/workflows/ci-check-ns-api-version.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ env:
1010

1111
jobs:
1212
check-if-tag-exists:
13-
runs-on: arc-ubuntu-22.04-dind
13+
runs-on: arc-linux-latest-dind
1414
steps:
1515
- name: Checkout repo
1616
uses: actions/checkout@v4

.github/workflows/push-node-status-agent.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ env:
2020

2121
jobs:
2222
build-container:
23-
runs-on: arc-ubuntu-22.04-dind
23+
runs-on: arc-linux-latest-dind
2424
steps:
2525
- name: Login to Harbor
2626
uses: docker/login-action@v3

0 commit comments

Comments
 (0)