Commit Graph

231 Commits

Author SHA1 Message Date
Felix Schütt
24c358b1ff Only validate webc files if application/webc is given 2022-12-09 16:05:10 +01:00
Felix Schütt
ad89a82838 Add unit tests + fix bug in version parsing 2022-12-09 14:41:54 +01:00
Felix Schütt
89a74d05d3 Add caching for URLs 2022-12-09 14:10:04 +01:00
Felix Schütt
7272ec7eeb Running python works 2022-12-09 13:31:52 +01:00
Felix Schütt
bc22701cae Add downloading .tar.gz URLs and new caching in checkouts dir 2022-12-09 13:09:57 +01:00
Felix Schütt
39dc689332 Do not run first command of wapm file and print all commands instead 2022-12-02 15:22:49 +01:00
Felix Schütt
b70f6e9052 Release 3.0.2 2022-11-25 21:30:20 +01:00
Felix Schütt
8676105fbb Merge branch 'master' into fix-3366 2022-11-24 21:40:43 +01:00
Felix Schütt
3e4a08f1e8 Use with_context with proper formatting
Co-authored-by: Michael Bryan <michael@wasmer.io>
2022-11-24 19:32:01 +01:00
Felix Schütt
250c0fe53f Remove unnecessary debug printlns again 2022-11-24 19:29:18 +01:00
Felix Schütt
f97401bc9b Add debug println to debug CI failure 2022-11-24 18:01:22 +01:00
Felix Schütt
98f8d863d5 Add proper failure when login fails 2022-11-24 17:53:57 +01:00
Felix Schütt
351b0a6e4c Add integration test, use different spinner library to fix #3346 2022-11-24 17:25:43 +01:00
Felix Schütt
5d1d4f3116 Fix #3366 - file paths could get interpreted as URLs in wasmer run 2022-11-24 17:09:53 +01:00
Michael-F-Bryan
5c5eab8f5e Remove wasi conditional compilation from wasmer-registry 2022-11-24 19:38:45 +08:00
Felix Schütt
48f6988523 Merge branch 'master' into release-3.0.1 2022-11-23 13:10:44 +01:00
Michael-F-Bryan
2b9f62347f Update the wasmer_registry::queries docs to mention backwards compatibility and its low level nature 2022-11-23 18:09:58 +08:00
Michael-F-Bryan
ea77173a7f Introduced a "wasmer_registry::queries" module 2022-11-23 17:24:04 +08:00
Syrus Akbary
b20a04a816 Merge branch 'master' into release-3.0.1 2022-11-22 18:25:41 -08:00
Felix Schütt
27f3300fef Release 3.0.1 2022-11-23 01:14:06 +01:00
Michael-F-Bryan
831de003e0 Fetch the pirita download URL 2022-11-22 21:20:09 +08:00
Felix Schütt
9beaf8ef23 Fix integration tests failing locally + fix make lint 2022-11-21 12:29:20 +01:00
Felix Schütt
cb3096a702 Merge branch 'master' into whoami 2022-11-21 12:23:16 +01:00
Felix Schütt
fd8e321a84 Fix context -> with_context
Co-authored-by: Michael Bryan <michael@wasmer.io>
2022-11-21 12:14:46 +01:00
Felix Schütt
0e9ff36e50 Update lib/registry/src/lib.rs
Co-authored-by: Michael Bryan <michael@wasmer.io>
2022-11-21 12:14:26 +01:00
Felix Schütt
dcc0164698 Release 3.0.0 2022-11-20 17:00:03 +01:00
Felix Schütt
7e304eca90 Merge branch 'master' into whoami 2022-11-20 15:03:07 +01:00
Felix Schütt
e9048b9e27 Merge branch 'master' into whoami 2022-11-20 11:22:47 +01:00
Felix Schütt
c3fe911e17 Merge branch 'master' into run-url 2022-11-20 11:13:36 +01:00
Felix Schütt
91c2c1daea Release 3.0.0-rc.4 2022-11-19 16:21:42 +01:00
Felix Schütt
3daec87b15 Address review comments from https://github.com/wasmerio/wasmer/pull/3299#pullrequestreview-1186599785 2022-11-18 20:17:58 +01:00
Felix Schütt
820b83e56b Update 3.0.0-rc.2 -> 3.0.0-rc.3 2022-11-18 19:50:41 +01:00
Felix Schütt
8dfe8daffd Fix compilation error 2022-11-18 17:08:10 +01:00
Felix Schütt
45674a620e Fix install_webc_package compile error 2022-11-18 16:40:29 +01:00
Felix Schütt
57b3263ada Try fixing unit tests 2022-11-18 14:43:46 +01:00
Felix Schütt
1c4a039ff2 Fix make lint 2022-11-18 12:20:09 +01:00
Felix Schütt
8644fc2566 Fix make lint 2022-11-18 12:10:53 +01:00
Felix Schütt
1d6dd0d860 Merge branch 'master' into whoami 2022-11-18 12:05:47 +01:00
Felix Schütt
2fa8bd75fe Fix merge issues for proxy_blocking 2022-11-18 12:04:27 +01:00
Felix Schütt
ac3a46c37f Merge branch 'master' into run-url 2022-11-18 12:00:25 +01:00
Felix Schütt
9bedc0a8f7 Fix merge issues 2022-11-18 11:35:47 +01:00
Felix Schütt
64d4e609a7 Merge branch 'master' into fix-create-exe-windows 2022-11-18 11:11:04 +01:00
Felix Schütt
7a59e66060 Fix merge issues 2022-11-18 10:13:52 +01:00
Michael-F-Bryan
c3ebf065a3 Fixed a broken doc-link 2022-11-18 01:59:34 +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
e630c50a69 Added an install command 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
Michael-F-Bryan
3a092cf6f9 Make "make lint" pass for Rust 1.63 2022-11-18 00:43:54 +08:00
Felix Schütt
a241c7e108 Merge branch 'master' into run-url 2022-11-17 15:33:42 +01:00