Commit Graph

24 Commits

Author SHA1 Message Date
c6ab1e5f56 feat: Partial support for unnamed packages
* Change PackageId to support both named and unnamed package
* Update the package resolver logic with unnamed package support
* Update the "package download" command
2024-04-09 22:31:26 +02:00
4368155959 feat(backend-api): Add get_package_release query and types 2024-04-09 16:13:59 +02:00
866d86ccf7 Update 0.x package versions 2024-04-05 19:15:29 +03:30
2ff9eebc07 feat(backend-api): Add some more DnsRecord helper methods 2024-03-21 18:54:54 +01:00
064bb79ed3 deps: Upgrade edge-schema to 0.0.3
Needed for some upstream schema changes.
2024-03-21 15:39:07 +01:00
cfc80c82b6 Update 0.x package versions 2024-03-19 11:44:09 +03:30
126840a22c fix(backend-api): Fix type of BigInt
Must be i64, not u64.
2024-03-19 09:09:11 +01:00
c0c4233349 Add subcommand wasmer domain register to register a new domain 2024-03-18 12:56:48 +01:00
f3bfaf4cd5 make lint fixes & improvements to code quality 2024-03-18 12:56:48 +01:00
52b04d5806 Fix formatting issues 2024-03-18 12:56:48 +01:00
85c5a04015 Update graphql schema, setup cynic based on the new schema 2024-03-18 12:56:48 +01:00
707ffa2536 feat(backend-api): Add DnsRecord types and queries 2024-03-18 12:56:48 +01:00
4b57317cb1 chore(backend-api): Add size to PackageDistribution 2024-03-11 21:21:30 +01:00
cbedc60040 chore: Remove leftover dbg!() 2024-03-11 21:21:30 +01:00
f356299216 feat(backend-api): Add download_url to PackageDistribution
Needed for the integration tests.
2024-02-25 15:13:23 +01:00
5a2ae84d32 Merge branch 'master' into add-log-streams-options 2024-02-22 01:57:02 +03:30
7f91ded06f add pagination to all queries 2024-02-15 05:57:40 +03:30
bc0b46616c fix lint 2024-02-13 16:59:53 +03:30
088196a334 feat(backend-api): Add get_app_by_id_opt 2024-02-07 14:20:57 +01:00
6950503a31 remove old comment 2024-02-07 02:27:20 +03:30
34fbfe9370 increase pagination size 2024-02-07 02:25:10 +03:30
ef68aa1e16 add log streams 2024-02-07 01:36:37 +03:30
fd98293332 feat: Import and rename the wasmer-edge-cli crate
Imported from a different repository.

Renamed to "wasmer-backend-cli".

This crate will hold all CLI commands that interact with the Wasmer
backend.
2024-01-25 14:32:56 +01:00
8c74b2cd8c feat: Add wasmer-api crate
Provides bindings to the Wasmer GraphQL api.
2024-01-25 14:32:56 +01:00