summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2017-01-18Merge branch 'apache-auto-restart' into 'master' Varac
Add apache auto-restart extension file See merge request !66
2017-01-17Ensure the directory exists before creating the fileTulio Casagrande
with @aarni
2017-01-17Change autorestart to use systemd::unit_fileTulio Casagrande
2017-01-17Rename extensions module to autorestartTulio Casagrande
2017-01-17Remove spec_helperTulio Casagrande
2017-01-17Update how exec is runTulio Casagrande
2017-01-17Add apache auto-restart extension fileTulio Casagrande
2017-01-16git subrepo clone --force https://leap.se/git/puppet_systemd ↵varac
puppet/modules/systemd subrepo: subdir: "puppet/modules/systemd" merged: "f3c4059" upstream: origin: "https://leap.se/git/puppet_systemd" branch: "master" commit: "f3c4059" git-subrepo: version: "0.3.0" origin: "https://github.com/ingydotnet/git-subrepo.git" commit: "841aa43"
2017-01-16Revert "Add systemd::enable define"varac
This commit was moved to the systemd puppet repo. This reverts commit f5db49cf6b3ca0a5830b849c0aac074e371b95d9.
2017-01-10bugfix: `leap user ls` now warns if the ssh keytype is unsupportedelijah
2017-01-10New unbound runs with debug flag by defaultvarac
2017-01-05Merge branch 'feature/node-disable'elijah
2017-01-05Merge branch 'feature/ping'elijah
2017-01-03Revert "Use experimental-0.9 instead of experimental-platform"varac
This reverts commit 44cae3cf731d29fd1e882cf35526fb0e098914d2.
2016-12-31Couchdb service should not require on soledadvarac
- Resolves: #8693
2016-12-23Merge branch 'update-soledad-tests' into 'master' Varac
Update soledad tests See merge request !63
2016-12-23Update README.md with master build badgeVarac
2016-12-23bugfix: remove deprecated parameter from soledad test scriptdrebs
2016-12-23Use experimental-0.9 instead of experimental-platformvarac
experimental-platform is still WIP, see https://leap.se/code/issues/8437#note-8 for more details
2016-12-23Change regex for soledad process checkvarac
2016-12-22bugfix: don't block commercial certs for mx serverselijah
2016-12-22COMPATIBILITY CHANGE: set platform version to 0.10 & require client 0.9.4 or ↵elijah
later
2016-12-21added command `leap ping`elijah
2016-12-21rename s/ca.rb/cert.rb/elijah
2016-12-21add command `leap node disable` and `leap node enable`elijah
2016-12-21Merge branch 'feature/sshkey-info' into 'master' Varac
feature: add troubleshooting info to `leap user ls` It is hard to get ssh key setup right. This change makes it much easier to debug what the problem is. See merge request !58
2016-12-21Merge branch 'bugfix/sans-soledad' into 'master' Varac
bugfix: couchdb nodes should not require soledad. closes #8693 See merge request !60
2016-12-21Merge branch 'bugfix/mx-cert' into 'master' Varac
bugfix: mx service does not require a commercial certificate See merge request !59
2016-12-20[Vagrant] Install leap_cli gem dependenciesvarac
2016-12-20[Vagrant] Remove versioning of provider configvarac
2016-12-20bugfix: couchdb nodes should not require soledad. closes #8693elijah
2016-12-19bugfix: mx service does not require a commercial certificateelijah
2016-12-19bugfix: ensure let's encrypt errors make it to the user.elijah
2016-12-19feature: add troubleshooting info to `leap user ls`elijah
It is hard to get ssh key setup right. This change makes it much easier to debug what the problem is.
2016-12-08Merge branch 'master' into 'master' Varac
Ignore non-existing locale.gen on init (#8649) See merge request !55
2016-12-08Use webapp/nickserver:master on leap_platform:master (#8678)varac
2016-12-08Lint site_config::filesvarac
2016-11-24Merge branch 'bug/avoid-hanging-soledad-sync-test-scripts' into 'master' Varac
Bug/avoid hanging soledad sync test scripts See merge request !53
2016-11-22use lock to avoid running multiple soledad tests (#8590)drebs
If a soledad sync test script is already running, there's no need to run another one. This avoids having multiple test script hanging and eating up resources. We have seen this situation under development circumstances, when the soledad server has been modified in a way that the client hangs and never finishes.
2016-11-22add a timeout for the soledad sync test script (#8590)drebs
If for any reason a sync takes too long, the script will timeout and log an errro.
2016-11-22Ignore non-existing locale.gen on init (#8649)Micah Anderson
2016-11-22Merge branch 'develop'Micah Anderson
Switching to using 'master' for development, the 'develop' branch will no longer receive commits, so we are merging what is in 'develop' into master.
2016-11-10Use webapp 0.9developvarac
2016-11-09Don't do strict checking for nickservervarac
Sometimes nickserver is listed with `ruby /usr/bin/nickserver start` in the process table, sometimes with `/usr/bin/ruby /usr/bin/nickserver start`. We should do proper checking with `systemctl status nickserver` to make sure the service is up though (https://leap.se/code/issues/8579). Meanwhile it's ok to not do strict checking.
2016-11-08New nickserver is using fully qualified ruby path nowvarac
2016-11-08Additional entries/updatesMicah Anderson
2016-11-04Merge branch 'develop'Micah Anderson
2016-11-04Additional entries/updates0.9.0Micah Anderson
2016-11-03refresh docs using ↵Micah Anderson
https://0xacab.org/leap/leap_se/blob/master/docs/README.md process
2016-11-01bugfix: allow 'leap facts update' to work again.elijah