Edoardo Marangoni
79e961532d
deploy flow dx
2024-04-19 19:04:34 +02:00
Christoph Herzog
1060334955
Merge remote-tracking branch 'origin/master' into unnamed-packages
2024-04-17 16:46:01 +02:00
Christoph Herzog
a0e7bcaa2d
chore(backend-api): Add hostname to AppAlias type
2024-04-15 17:07:31 +02:00
Christoph Herzog
cdf8e27dc7
Add webc_version to PackageDistribution
2024-04-10 21:19:14 +02:00
Christoph Herzog
e360b6de09
Update backend api graphql schema again
2024-04-10 21:19:14 +02:00
Christoph Herzog
4de4f39b5b
More work on unnamed package resolution
2024-04-10 17:29:06 +02:00
Christoph Herzog
3a4b557ca6
feat(backend-api): Add allPackageReleases query
2024-04-10 10:50:21 +02:00
Christoph Herzog
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
Christoph Herzog
4368155959
feat(backend-api): Add get_package_release query and types
2024-04-09 16:13:59 +02:00
Arshia Ghafoori
866d86ccf7
Update 0.x package versions
2024-04-05 19:15:29 +03:30
Christoph Herzog
2ff9eebc07
feat(backend-api): Add some more DnsRecord helper methods
2024-03-21 18:54:54 +01:00
Christoph Herzog
064bb79ed3
deps: Upgrade edge-schema to 0.0.3
...
Needed for some upstream schema changes.
2024-03-21 15:39:07 +01:00
Arshia Ghafoori
cfc80c82b6
Update 0.x package versions
2024-03-19 11:44:09 +03:30
Christoph Herzog
126840a22c
fix(backend-api): Fix type of BigInt
...
Must be i64, not u64.
2024-03-19 09:09:11 +01:00
Ayush Jha
c0c4233349
Add subcommand wasmer domain register to register a new domain
2024-03-18 12:56:48 +01:00
Ayush Jha
f3bfaf4cd5
make lint fixes & improvements to code quality
2024-03-18 12:56:48 +01:00
Ayush Jha
52b04d5806
Fix formatting issues
2024-03-18 12:56:48 +01:00
Ayush Jha
85c5a04015
Update graphql schema, setup cynic based on the new schema
2024-03-18 12:56:48 +01:00
Christoph Herzog
707ffa2536
feat(backend-api): Add DnsRecord types and queries
2024-03-18 12:56:48 +01:00
Christoph Herzog
4b57317cb1
chore(backend-api): Add size to PackageDistribution
2024-03-11 21:21:30 +01:00
Christoph Herzog
cbedc60040
chore: Remove leftover dbg!()
2024-03-11 21:21:30 +01:00
Christoph Herzog
f356299216
feat(backend-api): Add download_url to PackageDistribution
...
Needed for the integration tests.
2024-02-25 15:13:23 +01:00
M.Amin Rayej
5a2ae84d32
Merge branch 'master' into add-log-streams-options
2024-02-22 01:57:02 +03:30
M.Amin Rayej
7f91ded06f
add pagination to all queries
2024-02-15 05:57:40 +03:30
M.Amin Rayej
bc0b46616c
fix lint
2024-02-13 16:59:53 +03:30
Christoph Herzog
088196a334
feat(backend-api): Add get_app_by_id_opt
2024-02-07 14:20:57 +01:00
M.Amin Rayej
6950503a31
remove old comment
2024-02-07 02:27:20 +03:30
M.Amin Rayej
34fbfe9370
increase pagination size
2024-02-07 02:25:10 +03:30
M.Amin Rayej
ef68aa1e16
add log streams
2024-02-07 01:36:37 +03:30
Christoph Herzog
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
Christoph Herzog
8c74b2cd8c
feat: Add wasmer-api crate
...
Provides bindings to the Wasmer GraphQL api.
2024-01-25 14:32:56 +01:00