Commit Graph

508 Commits

Author SHA1 Message Date
Thomas Hobson 812069cc3f
api: remove repos from ppman 2021-03-06 19:17:56 +13:00
Thomas Hobson 22dcad0dd9
design: remove as outdated 2021-03-06 18:31:13 +13:00
Thomas Hobson 9706f2fab8
pkg(gitignore): add pkg-info.json to gitignore 2021-03-06 01:39:05 +13:00
Thomas Hobson 9d61aba24e
pkg(python-3.9.1): remove temp file 2021-03-06 01:38:47 +13:00
Thomas Hobson 083793ee43
pkg(php-8.0.2): switch to new build system 2021-03-06 01:35:35 +13:00
Thomas Hobson a0e7d1b736
pkg(node-15.10.0): switch to new build system 2021-03-06 01:23:51 +13:00
Thomas Hobson d36c23a5bf
pkg(python-3.9.1): switch to new build system 2021-03-06 01:12:19 +13:00
Thomas Hobson f592bbb971
pkg(mono-6.12.0): use many core to build 2021-03-06 01:10:44 +13:00
Thomas Hobson ebe869aefa
pkg(contributing): update commit format 2021-03-06 01:10:18 +13:00
Thomas Hobson 51666c2d5a
pkg(mono-6.12.0): change to new build system 2021-03-06 01:06:00 +13:00
Thomas Hobson 66fd00e410
repo: add unzip to build tools 2021-03-06 00:45:14 +13:00
Thomas Hobson 7ec714723b
cli: fix execute not working 2021-03-06 00:44:35 +13:00
Thomas Hobson 21af84aaab
pkg(deno-1.7.5): Migrate to new version 2021-03-06 00:44:25 +13:00
Thomas Hobson 49c761311b
api: fix bugs introduced in code cleanup 2021-03-06 00:31:51 +13:00
Thomas Hobson 4732681864
pkg(contributing): update guide for new format 2021-03-06 00:27:24 +13:00
Thomas Hobson 34fbda0772
repo: use new build system 2021-03-05 22:16:42 +13:00
Thomas Hobson eba1d3abcd
pkg: new build system 2021-03-05 22:16:17 +13:00
Thomas Hobson d1b41e3c2f
cli: code cleanup 2021-03-05 19:40:47 +13:00
Thomas Hobson e57e56037c
api-wrapper: code cleanup 2021-03-05 19:34:09 +13:00
Thomas Hobson af1741becc
api: code cleanup 2021-03-05 19:29:09 +13:00
Thomas Hobson a91f3af1fb
repo: build all packages instead of just first 2021-03-05 17:06:42 +13:00
ThreshMain 8047c8e986
pkg(javascript-node): Added javascript-node 14.16.0 15.10.0 (#130) 2021-03-05 15:38:22 +13:00
ThreshMain a2f3058dff
pkg(php): Added php 7.4.15 8.0.2 (#128) 2021-03-01 15:42:42 +13:00
Thomas Hobson e82f019d0e
ci(package-pr): mount piston directory into api 2021-02-28 22:30:07 +13:00
Thomas Hobson f85c430869
ci(package-pr): dont endlessly hang 2021-02-28 22:25:23 +13:00
Thomas Hobson d86dc4bbb3
ci(package-pr): check OK is included in STDOUT 2021-02-28 22:20:23 +13:00
Thomas Hobson d295861a7d
repo: dont error if we cannot access piston_api 2021-02-28 22:18:27 +13:00
Thomas Hobson b410fa8525
ci(package-pr): use absolute paths in docker 2021-02-28 19:43:34 +13:00
Thomas Hobson 89d787cd63
ci(package-pr): automated testing 2021-02-28 19:30:35 +13:00
Thomas Hobson 1a7382bb6f
pkg(common): Generate test file per version 2021-02-28 19:20:28 +13:00
Thomas Hobson 70262d8c4b
deploy: new repo container takes care of this 2021-02-28 18:29:20 +13:00
Thomas Hobson 1dd9e1a738
repo: allow individual package building 2021-02-28 18:23:28 +13:00
Thomas Hobson 1ab3f463d0
pkg(Makefile): add language specific build rules 2021-02-28 18:20:41 +13:00
Thomas Hobson d7a4292382
pkg(python): 2.7.1 doesn't build properly 2021-02-28 18:20:10 +13:00
Thomas Hobson d7687096ff
pkg(python): add test 2021-02-28 16:53:20 +13:00
Thomas Hobson b6f8ee88d8
pkg(deno): add test 2021-02-28 16:53:13 +13:00
Thomas Hobson a1a6702e75
pkg(csharp-mono): add test 2021-02-28 16:53:00 +13:00
Thomas Hobson 09802f9f27
pkg(contributing): required test script 2021-02-28 16:51:45 +13:00
Thomas Hobson ab14de9ae8
ci(package-pr): use github scripts 2021-02-28 16:21:38 +13:00
Thomas Hobson f0f5991bf3
ci(package-pr): remove extra ' 2021-02-28 16:15:41 +13:00
Thomas Hobson 792c7c69eb
ci(package-pr): move into different var 2021-02-28 16:13:28 +13:00
Thomas Hobson 88faac0335
ci: fix regex 2021-02-28 16:07:16 +13:00
Thomas Hobson ba539b8965
ci: comment affected packages on prs 2021-02-28 15:58:02 +13:00
Thomas Hobson b1f13d2b87
api,repo: Add libxml2 to container 2021-02-28 15:44:43 +13:00
Thomas Hobson e6a1fd06a9
pkg(deno): Added deno version 1.7.5
Closes issue #119
2021-02-28 01:42:23 +13:00
Thomas Hobson a27638b06b
pkg(common): helpers extract into directories 2021-02-28 01:39:19 +13:00
Thomas Hobson bd920b19b9
api: add /runtimes endpoint 2021-02-28 01:25:10 +13:00
Thomas Hobson 870a4c1282
api: fix compile stage
runtime.compiled always returned false as it was undefined.
This made the code think it's a run-only language, and never called the compile script.
2021-02-28 01:18:04 +13:00
Thomas Hobson 7d3777aef8
cli: fix ppman install output 2021-02-28 01:16:33 +13:00
Thomas Hobson 55f481e465
repo: build all 2021-02-28 01:16:11 +13:00