Commit Graph

30 Commits

Author SHA1 Message Date
Thomas Hobson 564da5a7eb
BREAKING: replace custom build scripts with nix
General:
- Switched to yarn to better work with nix-based tooling
- Switched package system to use nix. This stops double dependencies and slow cloud compile times, while providing more compile/runtime support to the Nix project
- Removed container builder in favor of internal container tooling
- Package versions no-longer need to be SemVer compliant
- Removed "piston package spec" files, replaced with nix-flake based runtimes
- Exported nosocket and piston-api as packages within the nix-flake
- Removed repo container
- Switched docker building to nix-based container outputting
- Removed docker compose as this is a single container
- Removed package commands from CLI

Packages:
- Move bash, clojure, cobol, node, python2, python3 to new format
- Remainder of packages still need to be moved

v2 API:
- Removed "version" specifier. To select specific versions, use the v3 api
- Removed "/package" endpoints as this doesn't work with the new nix-based system

v3 API:
- Duplicate of v2 API, except instead of passing in a language name an ID is used intead.
2022-01-31 14:42:12 +13:00
Brikaa 52fb900603 Don't read the file twice 2021-10-16 11:55:22 +02:00
Brikaa 821d5496e4 Check for base64 in CLI 2021-10-16 11:50:07 +02:00
Brikaa f2c91acbe6 Piston lint 2021-10-09 18:10:58 +02:00
Thomas Hobson 4933577dae
cli: interactive run with -t flag 2021-07-17 00:23:45 +12:00
Thomas Hobson 7d40abfb3f
cli: fix issue where negate removes too many packages 2021-06-13 19:17:04 +12:00
Thomas Hobson 1fcb7604d7
cli: add `ppman spec` command 2021-06-13 18:41:01 +12:00
Atharva 22018cbc9b
Updated the readme (#273)
* Install/Uninstall multiple packages using ppman

* Updated the readme

* updated a variable

Co-authored-by: Thomas <git@hexf.me>
2021-06-05 19:34:43 +12:00
Atharva 1c3aa4a3e6
Install/Uninstall multiple packages using ppman (#272) 2021-06-05 19:20:06 +12:00
Thomas Hobson 93188099b7
fix cli 2021-05-08 12:57:37 +12:00
Thomas Hobson 543cb11e69
Change package manager request signature 2021-05-08 12:41:41 +12:00
Brian Seymour de449c6d56 validate json instead of a json header, and lots of cleanup 2021-05-07 14:22:25 -05:00
Brian Seymour a1eb732406 update readme, refactor some code 2021-04-22 22:27:50 -05:00
Thomas Hobson f683dfc2cf
no version = latest version 2021-04-23 11:59:54 +12:00
Thomas Hobson 9814217aee
remove main 2021-04-23 11:52:50 +12:00
Brian Seymour b3575246bd change urls, fix docker compose file 2021-04-22 18:43:21 -05:00
Dan Vargas d2e05a4a7e
pkg(*-*): Fix uninstall (#213) 2021-04-11 13:15:14 +12:00
Thomas Hobson 81cdc766b6
Uninstallation (#211) 2021-04-10 16:10:18 +12:00
Thomas Hobson 2ab508b4d2
cli: basename main file 2021-03-14 19:36:12 +13:00
Thomas Hobson 3bec1c3499
cli: fix breaks caused by refactor 2021-03-13 23:09:30 +13:00
Thomas Hobson 5e400cb782
cli: fix execute 2021-03-13 19:49:05 +13:00
Thomas Hobson 5a05537a7f
cli: switch to axios 2021-03-13 16:44:33 +13:00
Thomas Hobson a1536ffe56
cli: merge with api-client 2021-03-13 16:08:35 +13:00
Thomas Hobson fe2e2f4e30
cli: new api-client version 2021-03-06 19:27:13 +13:00
Thomas Hobson 7ec714723b
cli: fix execute not working 2021-03-06 00:44:35 +13:00
Thomas Hobson d1b41e3c2f
cli: code cleanup 2021-03-05 19:40:47 +13:00
Thomas Hobson 7d3777aef8
cli: fix ppman install output 2021-02-28 01:16:33 +13:00
Thomas Hobson ff69a28a68
cli: add ppman install and list 2021-02-27 19:30:11 +13:00
Thomas Hobson 2505b89fcf
cli: correct package name 2021-02-22 23:39:34 +13:00
Thomas Hobson 1fd3dce31d
cil: execute command 2021-02-22 23:38:11 +13:00