- 28 Oct, 2021 1 commit
-
- 21 Oct, 2021 1 commit
-
-
Zen Fu authored
We want to avoid possible problems in a future when more variables are added to the YAML file and the regular expression becomes too broad and starts manifesting a bug.
-
- 11 Oct, 2021 8 commits
-
-
Zen Fu authored
- Move all non-secret variables that are common to different `tails::weblate::*` classes to `tails::weblate::params`. - Make tails::weblate::params inherit from `tails::website::params`. - Make many classes inherit from the new `tails::weblate::params`. - Standardize some parameter names accross classes (eg. `$postgres_*` and `$redis_password`). - Move `$user`/`$group`/`$uid`/`$gid` to `$system_user`/`$system_group`/`$system_uid`/`$system_gid`
-
Zen Fu authored
-
Zen Fu authored
-
Zen Fu authored
-
Zen Fu authored
By having app deployment separate from test suite running we have more flexbility during development. This commit also: - Moves CI scripts to the Weblate scripts dir, so they now live together with the scripts they are supposed to test. - Updates the Vagrantfile to use the `tails::weblate` class to deploy the application. - Updates Weblate hacking instructions.
-
Zen Fu authored
-
Zen Fu authored
-
Zen Fu authored
-
- 01 Apr, 2021 1 commit
-
-
Zen Fu authored
-