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.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/bin/twig-feature +3 -2
  3. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: ec7cd841d59e7a8e4845d68b1d5d0685254274ea
4
- data.tar.gz: 9a7cb67d184db6cc7748d4ddef616c768e7daa47
3
+ metadata.gz: 610411d4e1c66e3bfdbd2ce7a8b9dcf0d8aa2fa9
4
+ data.tar.gz: 559b1751eb70d23b7164e2b8f8cabe93f23d0b94
5
5
  SHA512:
6
- metadata.gz: c3899900a0366b3dd4bab199d52b5196e055fd76312b53012b8200becb5451160e668165dc8af7ce6a96c74748cd2838a5e9729c3c6d23159a7891b8ff9afcfb
7
- data.tar.gz: 5acaaf13bccbe9077d435280e1ff094a6b3aa60619793b439a3cedd452f7f67909c136c4dc6f6cf08db99a38be567739050626446e4140cdefd64086d3d646e1
6
+ metadata.gz: 2da1d6c1cc8247c79b976fd3ec0c3a0298160d88c354dcbec07e01773d54f10e447e6208bd5b10cf62c8a692cd86634af7e6bdc95a61dac71ea770f697b164fd
7
+ data.tar.gz: d6b502767dc0e2a4882fc2c23325f3d2902d65fc5914639129372711a0c86255d8adf65064c8e70945bc550e4b049dc97158610fd57c8f670a0bb4ec3f635be2
@@ -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 && \
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: prima-twig
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.40.4
4
+ version: 0.40.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Matteo Giachino