Commit Graph

132 Commits

Author SHA1 Message Date
cc969fc56a feat: Rename wasmer-api to wasmer-backend-api 2024-10-29 13:48:14 +01:00
9710882d10 Merge branch 'main' into 5077-lots-of-cves 2024-10-25 17:14:34 +02:00
d18ef70c6f chore: Make linter happy 2024-10-25 17:00:33 +02:00
301587d241 feat: Remove wasmer-registry and wasmer-interface crates 2024-10-25 17:00:11 +02:00
61e0b957cc Merge pull request #5172 from wasmerio/run-470-backend-api-upgrade-schema-definitions-to-allow-for-optional
chore(backend-api): Update GraphQL schema
2024-10-24 09:53:38 +02:00
8207f21b7e chore(backend-api): Update GraphQL schema
* app.active_version is now optional
* multiple changes to deployments
2024-10-23 15:23:33 +02:00
8d74bf126f add utils for Container creation 2024-10-23 15:20:11 +03:30
d3ada87511 move container, volume and migration back to webc 2024-10-23 14:36:57 +03:30
34f3b66224 refactor webc usage 2024-10-22 20:29:30 +03:30
cd8ea4cf44 chore: Bump time crate 2024-10-22 14:24:14 +02:00
404f6e99f5 feat(backend-api): Implement app deployment queries 2024-10-22 11:13:23 +04:00
995501a22d update 0.x package versions 2024-10-04 15:54:01 +03:30
3a1a28442c Update lib/backend-api/src/client.rs 2024-10-01 12:04:40 -07:00
e4244c1f77 Various fixes to get wasmer-js compiling 2024-10-01 13:57:23 +02:00
12f6ba28a1 deps: upgrade some dependencies + lift to workspace root (#4983) 2024-09-17 00:08:10 +03:30
95e46782d9 prevent api breakage 2024-09-16 21:28:42 +03:30
0df2367465 apply the proxy setting in wasmer config 2024-09-16 20:30:49 +03:30
51418eb95c Merge branch 'main' into upgrade-deps 2024-09-16 14:00:49 +03:30
0c459e480f chore: Remove unused code from backend-api 2024-09-16 10:29:34 +02:00
62de6a062e deps: lift base64 into a workspace dependency 2024-09-16 10:29:34 +02:00
47c29be5d9 refactor: Remove edge-schema dependency 2024-09-16 10:29:34 +02:00
a9210d1a6a update 0.x package versions 2024-09-06 13:27:52 +03:30
048c7cba12 feat(cli): Add rotate-secrets subcommand for volumes and minor changes 2024-09-06 05:33:55 +02:00
0c43a6548a bump version to 0.7.0 for wasmer-config 2024-09-02 22:06:48 +05:45
bfa1d8a6a0 feat(backend-api): Add env var to toggle GQL variable logging
Adds an env var WASMER_API_INSECURE_LOG_VARIABLES to enable logging of
request variables.

This is useful for debugging, but somewhat dangerous because it can lead
to sensitive data being logged.
2024-09-02 11:55:42 +02:00
5cb6f2a1ec feat(backend-api): Add updatedAt timestamps to Edge App/Version 2024-09-02 10:05:21 +02:00
d084f7a38d update 0.x package versions 2024-08-22 14:12:54 +03:30
20526d0f5f Merge pull request #5026 from wasmerio/volumes-cli-fixes
Various volumes CLI fixes
2024-08-21 14:43:03 +02:00
fe3d4b68ea Merge pull request #5025 from wasmerio/issue-5024-app-list-sort
CLI: Allow sorting in "app list" command
2024-08-21 14:17:50 +02:00
7c2b89bb05 Various volumes CLI fixes
* Adopt to backend api changes for S3Credentials
* better formatting for volume size
2024-08-21 14:05:27 +02:00
07b7f54540 Merge pull request #5022 from wasmerio/app-s3-credentials-print-rclone-config
feat(cli): Add --print-rclone-config to "app volumes s3-credentials"
2024-08-21 09:13:24 +02:00
9d03606ccb Merge pull request #5008 from wasmerio/allow-nested-mounted-paths
Allow nested mounted paths in `UnionFilesystem`
2024-08-21 09:11:22 +02:00
017a104f4e feat(backend-api): Allow sorting in app queries 2024-08-20 12:40:59 +02:00
e938057c6f feat(cli): Add --print-rclone-config to "app volumes s3-credentials" 2024-08-20 00:27:22 +02:00
b26b999961 Merge pull request #4980 from wasmerio/run-383-backend-api-include-app-disabled-status
feat(backend-api): Add disabledAt/Reason to AppVersion
2024-08-15 07:50:16 +02:00
9eabce702f feat(backend-api): Update schema + add volumes queries 2024-08-13 22:07:49 +02:00
55d66688ae get the proxy scheme from the command line for download 2024-08-13 22:23:34 +03:30
e24a9fa50f add proxy support to backend-api client 2024-08-13 12:27:49 +03:30
f9959d34f1 deps: Upgrade some dependencies + lift to workspace root
Also ignores a WASIX test from the workspace.
2024-08-08 12:49:57 +02:00
b66d3843ec feat: Check if a user can deploy an app before deploying it 2024-08-08 12:28:50 +02:00
feb6ac63ab fix(cli/app/logs): instance_id to instance_ids and add missing fields to logs query 2024-08-06 17:58:27 +02:00
b78d34ccc1 feat: Support filtering logs by request id and by instance id 2024-08-05 20:03:18 +02:00
3174662665 feat(backend-api): Add disabledAt/Reason to AppVersion 2024-07-31 14:45:14 +02:00
a9a0e9f412 chore: Make linter happy 2024-07-29 19:07:16 +02:00
9f44190194 Merge branch 'main' into secrets-redeploy 2024-07-29 15:48:29 +02:00
16ed13fce0 feat(cli/secrets): Add flag and logic to redeploy an app after changing secrets 2024-07-29 14:01:05 +02:00
9bd1026721 Merge remote-tracking branch 'origin' into cli-auth 2024-07-26 17:13:21 +02:00
cf06eba195 chore: Make linter happy 2024-07-25 18:10:25 +02:00
17fd5ac56d fix(cli/logout): Adapt to backend changes 2024-07-25 17:39:14 +02:00
f9ebde4125 feat(cli/logout): Add option to revoke token 2024-07-25 14:45:48 +02:00