Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-10-18 | Dont track facts.json and users/gitlab-runner | varac | |
2016-10-18 | Dont track provider/files/ssh/known_hosts | varac | |
2016-10-18 | Lint ci-build.sh | varac | |
2016-10-18 | Do a dist-upgrade in 'node init'. | Micah Anderson | |
Starting with a recent debian stable point release update, it is possible that the system is in an inconsistent library state. For example, puppet could not be run because the libraries on the system were not the ones that the puppet package was built against. So that means that deploys could not happen until we've dont a dist-upgrade. | |||
2016-10-11 | Use puppet-catalog-test from git to circumvent deprecation warn | varac | |
2016-10-11 | Add instructions for running tests | varac | |
2016-10-04 | generate utf8 locale solves #85110.9.0rc1 | kwadronaut | |
2016-10-04 | [bug] fix Tor hidden service key generation | elijah | |
2016-09-15 | leap vm: grab ssh host key when adding a new vm | elijah | |
2016-09-15 | leap vm: require 'fog/aws' instead of all of 'fog' | elijah | |
2016-09-14 | refresh /docs/ | elijah | |
2016-09-14 | updated docs | elijah | |
2016-09-14 | [bugfix] leap vm: make the default instance type 't2.nano' | elijah | |
2016-09-14 | leap vm: fix typo (closes #8468) | elijah | |
2016-09-13 | [bugfix] static sites: only enable hidden service by default if one domain ↵ | elijah | |
is configured The problem is that we have a single onion address per server, so if more than one domain is configured we need to make sure they don't both try to use the same onion address. | |||
2016-09-08 | Merge branch 'clamd_dependencies' into develop | varac | |
2016-09-08 | Merge branch 'ensure_clamav_running' into develop | varac | |
2016-09-08 | start clamav after definitions are downloaded | Christoph Kluenter | |
freshclam might not be able to start clamav via the socket because the socket might not be there. This systemd unit watches for the definitions and then starts clamav. Resolves: #8431 | |||
2016-09-08 | Merge branch 'check_mk_add_services' into develop | varac | |
2016-09-08 | Add systemd::enable define | varac | |
2016-09-07 | Update contributing docs regarding 0xacab.org CI | varac | |
2016-09-07 | Fix dependencies for clamd service | varac | |
Sometimes, after a deploy from scratch `leap test` fails because clamd could not get started (even when the deploy log says so). This fixes the dependencies of all resources needed in order to let clamd start reliable. Resolves: #8431 | |||
2016-09-06 | leap cert renew: added more messages in case anything goes wrong | elijah | |
2016-09-06 | leap run: stream results by default if there is only one node | elijah | |
2016-09-06 | Added known issues to CHANGES.md | elijah | |
2016-09-06 | [feat] Add check_mk config values, dont set them | varac | |
When setting values like ignored_services = [...] this will override other `ignored_services` that might get parsed before. Instead, we use `+=` so multiple files can add sth to this config value. | |||
2016-09-05 | [style] lint ::site_static class | varac | |
2016-09-02 | updated CHANGES.md with correct version numbers | elijah | |
2016-09-01 | added support for Let's Encrypt | elijah | |
2016-09-01 | cherry pick from "break on every deploy error" | elijah | |
2016-09-01 | fix paths for gitlab ci | elijah | |
2016-09-01 | add exec bit on bin/node_init | elijah | |
2016-09-01 | remove leap-debug-remote.sh. should use `leap debug` instead. | elijah | |
2016-09-01 | move platform ci tests to tests/platform-ci | elijah | |
2016-09-01 | moved vagrant example provider to tests/example-provider | elijah | |
2016-09-01 | moved infrastructure tests run by `leap run` to tests/server-tests | elijah | |
2016-08-31 | Added draft 0.9 release text | elijah | |
2016-08-31 | mx test: skip email delivery test if clamd is not running because signature ↵ | elijah | |
files are still downloading. | |||
2016-08-31 | Merge remote-tracking branch 'varac/remove_soledad_procs_check' into develop | Micah Anderson | |
2016-08-31 | Merge branch 'cibuild_experimental_09' of https://0xacab.org/varac/platform ↵ | elijah | |
into develop | |||
2016-08-31 | [CI] Test catalog with all available services | varac | |
2016-08-31 | fixed `leap inspect` | elijah | |
2016-08-31 | [bug] Remove Nagios soledad procs check | varac | |
leap_cli already checks for running procs - Resolves: #8380 | |||
2016-08-31 | [style] lint soledad::server | varac | |
2016-08-31 | Document site_check_mk::agent::soledad | varac | |
2016-08-30 | break on every deploy error | varac | |
2016-08-30 | lint site_webapp/manifests/init.pp | varac | |
2016-08-30 | [feat] Use twisted 16.2 from jessie-backports | varac | |
New soledad packages now depend on Twisted 16.2.0 (see https://leap.se/code/issues/8412), so we need to pin twisted to get installed from jessie-backports. - Resolves: #8418 | |||
2016-08-30 | use experimental-0.9 deb repo for ci builds | varac | |
2016-08-29 | Updated (very out of date) docs and README.md | elijah | |