1
0
mirror of https://github.com/avatao-content/test-tutorial-framework synced 2024-11-14 21:57:17 +00:00
Commit Graph

112 Commits

Author SHA1 Message Date
Kristóf Tóth
ef73b4a2b8 Fix try_build_baseimage in tfw.sh 2019-11-12 13:31:56 +01:00
Kristóf Tóth
6e5b5cd901 Fix frontend::latest_tag hack 2019-11-07 16:30:54 +01:00
Kristóf Tóth
320cfe9952 Improve tfw.sh (refactor & new baseimage compliance) 2019-10-31 15:17:27 +01:00
Kristóf Tóth
5da0af26a0 Rework release tooling 2019-09-30 15:08:04 +02:00
Kristóf Tóth
8b29cb8caa Update baseimage name in libhack 2019-09-13 09:44:51 -04:00
R. Richard
813d1e7b40 Refactor hack script due to multistage building 2019-09-05 18:23:57 +02:00
R. Richard
106b932c6b Revert "Append --init flag to Docker run in order to get zombie processes reaped"
This reverts commit c972026385.
2019-08-27 13:05:52 +02:00
R. Richard
c972026385 Append --init flag to Docker run in order to get zombie processes reaped 2019-08-23 15:33:50 +02:00
R. Richard
9fd3520910 Modify resource's directory structure 2019-08-15 17:04:27 +02:00
R. Richard
a1ad0e6356 Fix HOTRELOAD mount path 2019-08-01 16:08:31 +02:00
Kristóf Tóth
97c593640d Add macOS grep aliases to hack scripts 2018-09-17 11:49:10 +02:00
Kristóf Tóth
829c244867 Fix HOTRELOAD 2018-08-03 13:33:11 +02:00
Kristóf Tóth
b15e442039 Fix hotreload dev feature 2018-07-24 14:50:25 +02:00
Kristóf Tóth
f71d94e8dc Fix delete_repos broken directory changing logic 2018-06-27 14:38:11 +02:00
Kristóf Tóth
1507a9338b Implement invalid tag detection 2018-06-27 14:35:06 +02:00
Kristóf Tóth
043ae95801 Strip bootstrap.sh from tfw.sh as Dockerization efforts are abandoned 2018-06-27 13:57:00 +02:00
Kristóf Tóth
51cd837e3a Fix remote ask logic broken by refactor streak 2018-06-20 17:48:16 +02:00
Kristóf Tóth
df285fea58 Integrate old bootstrap_tfw_dev.sh into tfw.sh 2018-06-20 17:48:16 +02:00
Kristóf Tóth
0f9b5920c1 Fix leftover legacy function names from libhack refactor 2018-06-20 17:48:16 +02:00
Kristóf Tóth
8128866c86 Fix certain ifs in hack stuff 2018-06-20 17:48:16 +02:00
Kristóf Tóth
f37e07d955 Fix TFWDEV=0 workflow 2018-06-20 17:48:16 +02:00
Kristóf Tóth
cdbae9f39e Refactor frontend stuff to libhack/frontend.sh 2018-06-20 17:48:16 +02:00
Kristóf Tóth
6248da24e7 Use locals where possible 2018-06-20 17:48:16 +02:00
Kristóf Tóth
35776e7d7f Refactor challenge building to libhack 2018-06-20 17:48:16 +02:00
Kristóf Tóth
f563022aa8 Refactor baseimage building to baseimage.sh 2018-06-20 17:48:16 +02:00
Kristóf Tóth
d86f6affac Refactor baseimage related stuff to libhack/baseimage.sh 2018-06-20 17:48:16 +02:00
Kristóf Tóth
d21417ba0c Implement in-container building of TFW sphinx documentation 2018-06-08 14:11:03 +02:00
Kristóf Tóth
a6e8f4b898 Rename functions not telling the truth in bootstrap script 2018-06-08 11:46:36 +02:00
Kristóf Tóth
81a930470a Improve BASEIMAGE_ONLY flow 2018-06-08 11:40:22 +02:00
Kristóf Tóth
5ea5f52630 Implement optional BASEIMAGE_ONLY builds 2018-06-08 11:11:12 +02:00
Kristóf Tóth
9f2f5f8bfb Build TFW for framework developers and reorder building process 2018-06-08 11:11:12 +02:00
Kristóf Tóth
1210aea1b5 Remove spinners from all git commands to avoid breaking stdout 2018-05-25 10:40:43 +02:00
Kristóf Tóth
870b2d4cff Fix HTTPS authentication in bootstrap script 2018-05-25 10:22:30 +02:00
Kristóf Tóth
66be01548b Encforce tag descriptions in tfw.sh releasetfw 2018-05-24 14:43:15 +02:00
Kristóf Tóth
8e0537974e Add support for running TFW without a new build 2018-05-18 16:14:31 +02:00
Kristóf Tóth
fb2814c3a2 Improve HOTRELOAD mounting logic 2018-05-14 12:45:21 +02:00
Kristóf Tóth
d0c84e4d02 Make tfw.sh work with different repo names 2018-05-08 12:44:38 +02:00
Kristóf Tóth
950bd857a4 Add support for running container separately in tfw.sh 2018-05-04 11:00:22 +02:00
Kristóf Tóth
cb6f670329 Implement support for optional arguments to docker run inside script 2018-05-04 10:24:06 +02:00
Kristóf Tóth
f56de6aef4 Implement optional changing of git remotes to HTTPS 2018-05-03 14:32:23 +02:00
Kristóf Tóth
65ce63c2cd Fix error traps not running on SIGINT 2018-05-03 14:29:41 +02:00
Kristóf Tóth
af6f173963 Warn in case docker daemon is not running in dep checks 2018-05-02 19:11:57 +02:00
Kristóf Tóth
b7cfbc9593 Fix output broken by trap & status code fix 2018-05-02 19:11:06 +02:00
Kristóf Tóth
d4931b0727 Fix spinned function not returning exit codes 2018-05-02 18:18:55 +02:00
Kristóf Tóth
a440c2d1cb Unify traps in bootstrap scripts to avoid confusion 2018-05-02 18:16:42 +02:00
Kristóf Tóth
c14b244c1e Update tfw.sh usage info 2018-04-28 11:28:22 +02:00
Kristóf Tóth
ab88856651 Reorder stuff in bootstrap script for logical consistency 2018-04-28 11:26:48 +02:00
Kristóf Tóth
6679a3b1ef Implement bootstrap script dependency checking 2018-04-28 11:17:55 +02:00
Kristóf Tóth
4b39a3d5da Implement spinning progress bar stuff 2018-04-27 11:40:34 +02:00
Kristóf Tóth
6c90801146 Fix cleanup trap failing when not in proper directory 2018-04-27 11:28:00 +02:00