Commit Graph

19 Commits

Author SHA1 Message Date
Christoph Herzog
d6a94d6086 feat(registry): Add Deploy App Publishing and Token Generation
Adds two new GraphQL mutations for publishing a Deploy app and for
creating a Deploy token for an app version.

Also extends the RegistryClient with functions to execute these
mutations.
2023-02-28 16:42:35 +00:00
Christoph Herzog
04fc85ba33 chore(registry): Format GraphQL files with prettier 2023-02-28 16:42:35 +00:00
Felix Schütt
e1c42b5f90 Revert "Revert "Implement wasmer init and wasmer publish""
This reverts commit 250ebff4e8.
2022-12-16 23:40:17 +01:00
Syrus Akbary
250ebff4e8 Revert "Implement wasmer init and wasmer publish" 2022-12-16 14:09:55 -08:00
Felix Schütt
c31587c339 Remove code to check for user / namespace consistency 2022-12-15 22:41:10 +01:00
Felix Schütt
7a0a515ab1 Add proper check to test whether publishing under a namespace will work 2022-12-14 16:37:05 +01:00
Felix Schütt
41a54b606b Add validation when publishing + checking the publishing username 2022-12-13 13:26:10 +01:00
Felix Schütt
874cb75164 Add uploading function to wasmer-registry 2022-12-12 14:33:49 +01:00
Michael-F-Bryan
831de003e0 Fetch the pirita download URL 2022-11-22 21:20:09 +08:00
Michael-F-Bryan
ac679979c5 Copy across "impl Registries" from the wapm CLI 2022-11-18 01:59:33 +08:00
Michael-F-Bryan
60f4ffa0bc List bindings associated with a package 2022-11-18 01:59:33 +08:00
Michael-F-Bryan
af7377581e Update the GraphQL schema to be in sync with wapm.io 2022-11-18 01:59:33 +08:00
Felix Schütt
509a5619c9 Implement wasmer login 2022-11-10 15:46:09 +01:00
Felix Schütt
2ef0bb6b6b Remove GetPackages query 2022-11-03 22:01:43 +01:00
Felix Schütt
f5eb1cbe7a Added timeout of 5 minutes for re-querying packages from registry 2022-10-14 09:06:21 +02:00
Felix Schütt
5b72f97876 Add option to auto-install packages by command name ("wasmer ls") 2022-10-10 15:47:43 +02:00
Felix Schütt
4bf7c43ca3 Query packages correctly from wapm registry and debug error msg 2022-10-05 15:18:54 +02:00
Felix Schütt
3b15e75d66 Add GraphQL querying 2022-10-04 13:22:14 +02:00
Felix Schütt
771e1e33a1 Added RunWithoutFile to prepare downloading + GraphQL schema 2022-10-04 12:10:31 +02:00