software/theia: parameter to disable forwarded frontend requests
Jérome Perrin authored
In some cases, for example when the instance does not have internet
access, or to speed up slapos node instance, it's better not to have
frontend requests in the embedded slapos. In this case, the default
slapos proxy behavior of returning a "fake frontend" [1] will apply
and promises checking frontend status will pass anyway.

[1]: see slapos.core commit 2a53efca2 (proxy: bypass simple fronten
requests by returning URL, 2019-03-25)
2c594b7d
Name Last commit Last update
.husky pre-commit hook: version up and python3 support
component component/theia: version up 1.31.1
slapos recipe.request*: fix naming of shared= argument
software software/theia: parameter to disable forwarded frontend requests
stack stack/slapos.cfg: version up slapos.cookbook 1.0.291
.editorconfig .editorconfig: extends to python files as well
.gitignore Ignore file generated by update-rc
MANIFEST.in cleanup: README and CHANGES files where renamed.
README.rst [slapconfiguration] Recipe reads partitions resource file (tests included)
README.software.rst doc: Update file extension and clean up unused files
README.update-hash.rst slapos: Provide update-hash README
format-json Update shebangs to python3.
package-lock.json pre-commit hook: version up and python3 support
package.json package.json: also configure git update-hash-mergetool
release-cookbook Add script to release slapos.cookbook
release-sr release-sr: Fix usage for various cases
schema.json *: reformat json with format-json
setup.py Release slapos.cookbook (1.0.291)
sla.schema.json *: reformat json with format-json
update-hash Update shebangs to python3.
update-hash-mergetool tools: a simple git.mergetool for working with buildout.hash.cfg
update-rc update-rc: Update origin before playing with it
validate-schema Update shebangs to python3.

slapos.cookbook

Cookbook of SlapOS recipes.

testing

Unit tests for recipes can be found under slapos/test/recipe. To run the tests use provided unittest.defaultTestLoader inside slapos/test/test_recipe by invoking

python setup.py test --test-suite slapos.test.test_recipe.additional_tests