Commit Graph

1301 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
3cc580bf99 bump virtual-net version 2024-04-09 00:30:41 +03:30
866d86ccf7 Update 0.x package versions 2024-04-05 19:15:29 +03:30
a180dade7f Release 4.2.8 2024-04-05 18:45:47 +03:30
af31e99eee add owner field to assertions in integration tests 2024-04-03 19:01:05 +05:45
3ca0dfbe92 Fix owner issues with app create
the owner field was being set to the same namespace as the package. This means
if the package is `wasmer/hello` then the owner becomes `wasmer`.

This PR also adds the owner field to app.yaml generated by `wasmer app create`
2024-04-03 16:19:16 +05:45
98708d7131 fix(cli): Fix Edge WinterJS template
The module was renamed to winterjs.
2024-04-03 10:24:38 +02:00
1a7c9d2116 add owner to app.yaml when creaing a new app with wasmer app create 2024-03-30 09:52:27 +01:00
7d7a74735a allow owner field in app.yaml
this makes it so app.yaml can process owner field in two ways,

In desdcending order of priority:
- via the `--owner` flag passed to the CLI
- via the `owner` field in the app.yaml
2024-03-30 09:52:27 +01:00
a0aee29a2b Fix bug with app deploy
The app was being fetched before the new versionw as published. Now that aliases
are properly changed on the backend, this resulted in stale URL being pinged.

This fixes by querying the backend after the app has been deployed.
2024-03-27 18:38:22 +05:45
b4ad5c114e deps: Upgrade edge-schema and edge-util crates 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
c09b105460 Merge branch 'master' into dproxy 2024-03-21 09:35:35 +11:00
cfee33ecbd Lock normpath to 1.1.1 as 1.2.0 is incompatible with rustc 1.73 2024-03-19 11:44:09 +03:30
cfc80c82b6 Update 0.x package versions 2024-03-19 11:44:09 +03:30
b5000207b4 Release 4.2.7 2024-03-19 11:44:09 +03:30
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
011e494e29 add get, set, get-zone-file, sync-zone-file subcommands 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
0a05e5e9ea scafolding for domains subcommand 2024-03-18 12:56:48 +01:00
ebcdc7cf31 Implemented changes as per comments in PR 2024-03-11 18:46:10 +01:00
3713f1c6ee Implemented an exponential CPU backoff that kicks in when a run token is not held 2024-03-11 18:46:10 +01:00
03678c9deb Merge branch 'master' into dproxy 2024-03-11 18:39:39 +11:00
03ca2dc7ea Update 0.x package versions 2024-03-03 11:46:58 +03:30
209968b205 Release 4.2.6 2024-03-03 11:26:50 +03:30
c389b88514 feat(cli): "wasmer deploy": return app version as json if --json specified
This can help in CI workflows and will also be used in tests.
2024-02-29 12:27:55 +01:00
7d801491ed chore: Remove wasi-experimental-io-devices
This library was an experiment to provide a simple framebuffer API.
It does not currently compile, and has not done so for over a year.

Removing it reflects the fact that this will not be maintained or
updated in the future.
2024-02-28 13:56:37 +01:00
887e386bb0 Merge branch 'master' into dproxy 2024-02-27 22:33:51 +11:00
125ffcfc5a fix(cli): Fix auto-package version bumping in 'wasmer deploy'
THe backend does not return reliable version information, so we have to
introduce a loop that checks for the next available version.
2024-02-26 11:13:30 +01:00
0b04236834 Removed fuse as a default dependency as it does not work on all platforms 2024-02-26 11:36:35 +11:00
192f3e8d7e Merge remote-tracking branch 'origin/master' into dproxy 2024-02-26 11:05:23 +11:00
2643389c5c fix(cli): Fix output of "app info" command 2024-02-25 13:51:28 +01:00
7869644fd3 fix(cli): Add missing output in "app get" command
The println!() was probably lost in the recent refactor.
2024-02-25 13:51:28 +01:00
2cbfb91151 Merge remote-tracking branch 'origin/master' into dproxy 2024-02-22 18:06:52 +11:00
5a2ae84d32 Merge branch 'master' into add-log-streams-options 2024-02-22 01:57:02 +03:30
98b23e58d9 Merge pull request #4454 from wasmerio/add-pagination-to-app-list
add pagination to app list queries
2024-02-21 10:52:52 -08:00
83d39dedbd use drain instead of slice index 2024-02-20 10:39:54 +01:00
91a73830fd fix logic error in indexing 2024-02-20 10:39:54 +01:00
30f076f24d add paging mode 2024-02-19 07:44:56 +03:30
7f91ded06f add pagination to all queries 2024-02-15 05:57:40 +03:30
07bb52dd6a get streams as list of options 2024-02-13 16:36:40 +03:30
d034c50268 Resolved merge conflicts 2024-02-13 21:39:54 +11:00
e2cd9a97ce Fixed all linting errors 2024-02-07 14:06:26 +01:00
ef68aa1e16 add log streams 2024-02-07 01:36:37 +03:30
28b9519ee2 Fixed a bug where journals that have incomplete write operations no longer crash the system 2024-02-05 23:40:29 +11:00
17be193746 Fixed the loading of mounted file systems with static web servers 2024-02-05 22:05:03 +11:00
988ac19f79 deps: Upgrade object to 0.32
Avoids a duplicate dependency
2024-02-01 19:44:54 +01:00
7349e1c782 Merge pull request #4428 from wasmerio/build-before-publish
Try to build the package before publishing it
2024-02-01 10:48:51 +01:00