Christoph Herzog
0bf8682daf
refactor(backend-api)!: Rename GetCurrentUser, add GetCurrentUserWithNamespaces
...
Make the GetCurrentUser query only return a plain user without
namespaces.
Rename the current function/query to GetCurrentUserWithNamespaces,
get_current_user_with_namespaces.
This makes more sense , since the namespace query adds quite a lot of
extra work.
2024-06-08 23:54:23 +02:00
Christoph Herzog
7f14008614
feat(backend-api): Add app cache purging
2024-06-05 19:21:13 +02:00
Ayush Jha
75258cda33
Use _strict so the error from backend is reported
...
this is necessary because otherwise, auth-related issues are
misinterpreted as backend failures.
closes #4767
2024-05-31 13:39:34 +05:45
Edoardo Marangoni
29610f069b
Merge branch 'main' into new-templates
2024-05-15 19:24:56 +02:00
Edoardo Marangoni
fc6471e46c
feat(cli): Use registry templates to create new apps
2024-05-15 19:24:05 +02:00
Ayush Jha
b663584126
[bugfix] correct error message when app version is not found
2024-05-14 17:21:24 +02:00
Edoardo Marangoni
0f2f558fa9
[skip ci] new publish flow
2024-05-07 17:31:18 +02:00
Christoph Herzog
f72807ef48
refactor: Replace edge-schema with wasmer-config types
2024-04-22 17:18:16 +02:00
Edoardo Marangoni
79e961532d
deploy flow dx
2024-04-19 19:04:34 +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
4368155959
feat(backend-api): Add get_package_release query and types
2024-04-09 16:13:59 +02: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
cbedc60040
chore: Remove leftover dbg!()
2024-03-11 21:21:30 +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
8c74b2cd8c
feat: Add wasmer-api crate
...
Provides bindings to the Wasmer GraphQL api.
2024-01-25 14:32:56 +01:00