Commit graph

16 commits

Author SHA1 Message Date
Jan Dittberner 372cd41cc7 Merge branch 'release/0.1.0' into production
* release/0.1.0:
  define required environment variables for docs build
  set version number, add changelog entry
  add missing quotes to encoding
  create databases with UTF8 encoding
  avoid transaction for CREATE and DROP database
  add missing assignment
  add identifier quoting
  implement pgsqltasks
  add Celery application and settings
  add unimplemented pgsqltasks
  initial documentation and requirements
  unify routers, add support for mysql and pgsql tasks
  initial version
2015-01-10 18:37:51 +01:00
Jan Dittberner be38e74ffb define required environment variables for docs build 2015-01-10 18:36:49 +01:00
Jan Dittberner 6ce322cecc set version number, add changelog entry 2015-01-10 18:33:00 +01:00
Jan Dittberner 1cf370f4ae add missing quotes to encoding 2015-01-10 18:27:49 +01:00
Jan Dittberner 7ee5b7fc5f create databases with UTF8 encoding 2015-01-10 18:25:30 +01:00
Jan Dittberner 0ddf72b323 avoid transaction for CREATE and DROP database 2015-01-10 17:58:00 +01:00
Jan Dittberner 0b1249ed5d add missing assignment 2015-01-09 22:12:51 +01:00
Jan Dittberner 6122164990 add identifier quoting 2015-01-09 22:01:56 +01:00
Jan Dittberner 3fbf645665 implement pgsqltasks 2015-01-09 19:35:37 +01:00
Jan Dittberner 85253a2cda add Celery application and settings 2015-01-08 20:34:18 +01:00
Jan Dittberner a513331ebc add unimplemented pgsqltasks 2015-01-08 20:32:32 +01:00
Jan Dittberner 8bf8ba0d66 Add 'gvapgsql/gvacommon/' from commit '546441d49920caf43eb7d33976c2d71ae85f16d5'
git-subtree-dir: gvapgsql/gvacommon
git-subtree-mainline: e9c1a218d6
git-subtree-split: 546441d499
2015-01-08 20:31:17 +01:00
Jan Dittberner e9c1a218d6 initial documentation and requirements 2015-01-08 20:30:57 +01:00
Jan Dittberner 4709f2035c Initial commit 2015-01-08 19:56:58 +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