Commit graph

34 commits

Author SHA1 Message Date
Jan Dittberner 2ef6cc1ca6 Merge branch 'hotfix/0.1.4' into production
* hotfix/0.1.4:
  Fix reload, use systemctl instead of service
2019-09-07 14:46:57 +02:00
Jan Dittberner e1dd3295c1 Fix reload, use systemctl instead of service 2019-09-07 14:43:53 +02:00
Jan Dittberner 636372506a Merge branch 'hotfix/0.1.3' into production
* hotfix/0.1.3:
  Fix handling of manually removed configuration files
2019-09-07 14:35:31 +02:00
Jan Dittberner 51ac479dac Fix handling of manually removed configuration files 2019-09-07 14:34:59 +02:00
Jan Dittberner 2d2c0adad7 Merge branch 'release/0.1.2' into production
* release/0.1.2:
  Update versions and URLs, document fixed issue
  Update dependencies to latest patch level
  Ignore disabled sites' nginx configuration
  Add Vagrantfile and salt bootstrap config
  Ignore PyCharm files
  add listen directive to enable IPv6
2019-06-30 12:32:03 +02:00
Jan Dittberner 80c8753df0 Update versions and URLs, document fixed issue 2019-06-30 12:25:46 +02:00
Jan Dittberner a3f102cf35 Update dependencies to latest patch level 2019-06-30 12:25:16 +02:00
Jan Dittberner 1c9d09c7de Ignore disabled sites' nginx configuration
Fixes #5
2019-06-30 11:54:49 +02:00
Jan Dittberner c639c8c68d Add Vagrantfile and salt bootstrap config 2017-08-20 13:32:57 +02:00
Jan Dittberner 659b98d6a2 Ignore PyCharm files 2016-09-25 01:10:45 +02:00
Jan Dittberner 886f925915 add listen directive to enable IPv6 2015-01-27 19:45:13 +01:00
Jan Dittberner 33ee189eee release 0.1.1
- bugfix for enable_web_vhost task
 -----BEGIN PGP SIGNATURE-----
 Version: GnuPG v1
 
 iQEcBAABCgAGBQJUx70ZAAoJEA15HcjXN8HZJ7gIAKgPULiXvjmxWMWgtr37QjXL
 EleL9jAHktAbxFNkkJF2R00Q+ZNP34D2rdtQWC22h8QtwxCyAdjqA657dSy1hc5Z
 c+4wh7hOmXjbagE8JuGhaJvyfjTHY67emsP40hVPGkcqlZduEE8+Zi4fPsWX2DuR
 8i/+uTAmYFQs5VakJAqQzJ1ZDcySz7vbSuWG9AzmkYEyjNQ1x8bCK5CLlG80S3S1
 evI5qO6LAYHg9U9NlrynJDeXk/Winiu/6YZb061SbmAiDlv+jWLCf44kGtYIoVHe
 QjMJvsfpr0LzMUWaG3ti4GrwAaOkZ5U2yTil2OW7pziOmvAfrgw3K624l6o74r4=
 =isqw
 -----END PGP SIGNATURE-----

Merge tag '0.1.1'

release 0.1.1

- bugfix for enable_web_vhost task

* tag '0.1.1':
  add version number to changelog, update release in conf.py
2015-01-27 17:30:22 +01:00
Jan Dittberner 39512961b0 Merge branch 'release/0.1.1' into production
* release/0.1.1:
  add version number to changelog, update release in conf.py
  force symlink creation for enable_web_vhost
2015-01-27 17:29:54 +01:00
Jan Dittberner 090ec57062 add version number to changelog, update release in conf.py 2015-01-27 17:29:10 +01:00
Jan Dittberner e498777d02 force symlink creation for enable_web_vhost
- add '-f' parameter to ln invocation
- add changelog entry
2015-01-27 17:06:40 +01:00
Jan Dittberner b5632039c0 release 0.1.0
- initial release with nginx virtual host and PHP5 FPM pool configuration tasks
 -----BEGIN PGP SIGNATURE-----
 Version: GnuPG v1
 
 iQEcBAABCgAGBQJUx6E5AAoJEA15HcjXN8HZ+dkH/jHXyLCkdsJDFzMTDwP3mDs0
 66Jmo/YmdqmybxjSdXzBBdMmpHb/qVUCFwwpZlBd/wvIGlOdPtiZFCDnHHsZz3Su
 yM64NQJQ3Q3WqM342wTeua/ukO7osV3+kum7Gr5ea46vKCg90TFalIVX/l3bzdR5
 8XvTPo/f90cmEwWhzsUNMB6KqW7GI5FpbjeaRbyHRlp3s5i0hxlxYEwHLcq1PibK
 /aTlgpSC7po03O8dQVKgXRGesULOjGxnXRc+qWd/e5uP48pBlgORYM2IKml+85qz
 L56D3dBhp144xtxLVtKoxerwS0fQajDRQmXf8A2XKDdjBhR+GDdgbMupPqDNtIs=
 =3Vmk
 -----END PGP SIGNATURE-----

Merge tag '0.1.0'

release 0.1.0

- initial release with nginx virtual host and PHP5 FPM pool configuration tasks

* tag '0.1.0':
  add release version in changelog, update conf.py
2015-01-27 15:31:27 +01:00
Jan Dittberner 1494c2ce8a Merge branch 'release/0.1.0' into production
* release/0.1.0:
  add release version in changelog, update conf.py
  unify exception handling, fix nginx template
  fix listen directive
  wheezy's /bin/ln does not support '-r' parameter
  implement Jinja filter to calculate the parent domain of a domain
  remove pool error_log directive which is only allowed globally
  don't try to close tempfiles twice
  first tasks implementation, added nginx and FPM templates
  add wildcard support to create_web_vhost_config task
2015-01-27 15:30:36 +01:00
Jan Dittberner b0e948822e add release version in changelog, update conf.py 2015-01-27 15:30:18 +01:00
Jan Dittberner 7dc3a634f7 unify exception handling, fix nginx template 2015-01-27 15:24:58 +01:00
Jan Dittberner 35b102a7b7 fix listen directive 2015-01-27 14:32:14 +01:00
Jan Dittberner 0bd10d23ec wheezy's /bin/ln does not support '-r' parameter 2015-01-27 14:28:21 +01:00
Jan Dittberner 6b8c1710ca implement Jinja filter to calculate the parent domain of a domain 2015-01-27 14:18:13 +01:00
Jan Dittberner 68c7e036b2 remove pool error_log directive which is only allowed globally 2015-01-27 14:07:58 +01:00
Jan Dittberner a15843b0d5 don't try to close tempfiles twice 2015-01-27 13:58:57 +01:00
Jan Dittberner 549618bfad first tasks implementation, added nginx and FPM templates 2015-01-27 13:48:00 +01:00
Jan Dittberner afd9bbf1fe add wildcard support to create_web_vhost_config task 2015-01-26 21:34:44 +01:00
Jan Dittberner faedcb77f0 define webtasks interface and initial settings 2015-01-26 18:12:14 +01:00
Jan Dittberner ddd6287f03 project setup 2015-01-26 16:40:03 +01:00
Jan Dittberner 95c6c9c516 Add 'gvaweb/gvacommon/' from commit 'd31c1d0fbf02bde5d4dc2be24762d872da64935f'
git-subtree-dir: gvaweb/gvacommon
git-subtree-mainline: a12ad124b6
git-subtree-split: d31c1d0fbf
2015-01-26 15:45:39 +01:00
Jan Dittberner a12ad124b6 initial commit 2015-01-26 15:45:34 +01:00
Jan Dittberner d31c1d0fbf add new route 'web' for web server configuration 2015-01-26 15:43:05 +01:00
Jan Dittberner 3c4d34cce5 implement viewmixins.StaffOrSelfLoginRequiredMixin 2015-01-24 15:38:08 +01:00
Jan Dittberner 546441d499 unify routers, add support for mysql and pgsql tasks
- add new celeryrouters.GvaRouter
- remove LdapRouter and FileRouter
2015-01-01 22:32:37 +01:00
Jan Dittberner e29646a947 initial version 2014-12-27 13:52:45 +01:00