Commit graph

14 commits

Author SHA1 Message Date
Jan Dittberner 998c3d220f Release version 0.7.0
- update changelog
- bump version
2023-05-07 21:45:23 +02:00
Jan Dittberner 46e3db3a89 Improve docker setup
- add entrypoint script
- add .dockerignore
- fix shellcheck warnings in gvafile.sh
- migrate to Celery 5 settings
- downgrade importlib-metadata for Celery compatibility
2023-02-20 13:54:23 +01:00
Jan Dittberner c4e7e8c497 Unify celery config with gvaldap and gvaweb 2020-03-04 18:42:37 +01:00
Jan Dittberner 26aae0173d Refactor fileservertasks into top level module
This change moves the fileservertasks module to the top level to allow
keeping the same task names when running in a Python 3 environment.
2020-03-04 16:53:50 +01:00
Jan Dittberner d5a275dbbe Log directory path for exceptions
Improve the log message of setup_file_sftp_userdir to include the path that
has been attempted to create.
2016-09-25 16:33:02 +02:00
Jan Dittberner 88d8a29a14 Improve documentation 2016-09-24 21:59:01 +02:00
Jan Dittberner 92beb28816 add missing - to install parameter 2015-01-29 22:55:45 +01:00
Jan Dittberner 0db08db831 add return value as documented 2015-01-29 22:44:10 +01:00
Jan Dittberner 7dbb51da1a add logging for set_file_ssh_authorized_keys 2015-01-29 22:43:00 +01:00
Jan Dittberner 307ccf4307 add new task set_file_ssh_authorized_keys 2015-01-29 22:23:11 +01:00
Jan Dittberner 4e144fb49d improved logging in fileservertasks.tasks 2015-01-29 20:24:46 +01:00
Jan Dittberner 5955f3c38c implement new tasks for website hierarchy
- implement tasks fileservertasks.tasks.create_file_website_hierarchy and
  fileservertasks.tasks.delete_file_website_hierarchy
2015-01-26 17:32:24 +01:00
Jan Dittberner ea3164b762 remove Django dependencies as they are not used
- move settings to gvafile.settings
- use gvafile.settings directly without Django support
- initialize Celery without Django
- remove Django requirements
2015-01-26 17:07:31 +01:00
Jan Dittberner cfc023cb14 move tasks from osusers to fileservertasks.tasks 2015-01-19 22:00:48 +01:00