prima-twig 0.40.4 → 0.40.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/bin/twig-feature +3 -2
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 610411d4e1c66e3bfdbd2ce7a8b9dcf0d8aa2fa9
|
|
4
|
+
data.tar.gz: 559b1751eb70d23b7164e2b8f8cabe93f23d0b94
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 2da1d6c1cc8247c79b976fd3ec0c3a0298160d88c354dcbec07e01773d54f10e447e6208bd5b10cf62c8a692cd86634af7e6bdc95a61dac71ea770f697b164fd
|
|
7
|
+
data.tar.gz: d6b502767dc0e2a4882fc2c23325f3d2902d65fc5914639129372711a0c86255d8adf65064c8e70945bc550e4b049dc97158610fd57c8f670a0bb4ec3f635be2
|
data/bin/twig-feature
CHANGED
|
@@ -2456,6 +2456,7 @@ class Release
|
|
|
2456
2456
|
|
|
2457
2457
|
ws_endpoint = "wss://#{borat_qa_host}/socket/websocket?vsn=1.0.0"
|
|
2458
2458
|
frontend_endpoint = "https://#{web_qa_host}/"
|
|
2459
|
+
graphiql_endpoint = "https://#{borat_qa_host}/graphiql"
|
|
2459
2460
|
|
|
2460
2461
|
stop_unless is_branch_compatible_with_current_twig_version?("borat"), "Il tuo branch del progetto borat non e' compatibile con questa versione di twig, devi REBASARE DA MASTER!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!".red
|
|
2461
2462
|
|
|
@@ -2467,7 +2468,7 @@ class Release
|
|
|
2467
2468
|
[
|
|
2468
2469
|
"docker network create borat_network || true",
|
|
2469
2470
|
"docker-compose build #{docker_container}",
|
|
2470
|
-
"docker-compose run -w $PWD -u root -e WS_ENDPOINT=#{ws_endpoint} -e FRONTEND=#{frontend_endpoint} -e MIX_ENV=qa --entrypoint /bin/sh #{docker_container} \
|
|
2471
|
+
"docker-compose run -w $PWD -u root -e WS_ENDPOINT=#{ws_endpoint} -e FRONTEND=#{frontend_endpoint} -e GRAPHQL_ENDPOINT=#{graphiql_endpoint} -e MIX_ENV=qa --entrypoint /bin/sh #{docker_container} \
|
|
2471
2472
|
'-c' 'sed -i \"s/web-qa-host/#{web_qa_host}/g\" config/qa.exs && \
|
|
2472
2473
|
sed -i \"s/backoffice-legacy-qa-host/#{backoffice_qa_host}/g\" config/qa.exs && \
|
|
2473
2474
|
sed -i \"s/assange-qa-host/#{assange_qa_host}/g\" config/qa.exs && \
|
|
@@ -2493,7 +2494,7 @@ class Release
|
|
|
2493
2494
|
[
|
|
2494
2495
|
"docker network create borat_network || true",
|
|
2495
2496
|
"docker-compose build #{docker_container}",
|
|
2496
|
-
"docker run -v $PWD:/code -w /code -e WS_ENDPOINT=#{ws_endpoint} -e FRONTEND=#{frontend_endpoint} -e MIX_ENV=qa --entrypoint /bin/sh borat_#{docker_container} \
|
|
2497
|
+
"docker run -v $PWD:/code -w /code -e WS_ENDPOINT=#{ws_endpoint} -e FRONTEND=#{frontend_endpoint} -e GRAPHQL_ENDPOINT=#{graphiql_endpoint} -e MIX_ENV=qa --entrypoint /bin/sh borat_#{docker_container} \
|
|
2497
2498
|
'-c' 'sed -i \"s/web-qa-host/#{web_qa_host}/g\" config/qa.exs && \
|
|
2498
2499
|
sed -i \"s/backoffice-legacy-qa-host/#{backoffice_qa_host}/g\" config/qa.exs && \
|
|
2499
2500
|
sed -i \"s/assange-qa-host/#{assange_qa_host}/g\" config/qa.exs && \
|