Commit Graph

9 Commits

Author SHA1 Message Date
Simon Merrick 472f3c60c4 Convert setup to use pbr
Remove redundant Manifest file
Move configuration to setup.cfg
Upadate atuhor and contact informaion
Change python 3.5 classifier to python 3.6
Grab package version programtically from pbr
gitignore venv and vscode directories.

Change-Id: Iff11f5ca9ddc40e98849c384441db73e5b034ac7
2019-05-17 11:56:30 +12:00
adrian-turjak af986c28fc Renaming StackTask to Adjutant
* This patch is just a search and replace with minor tweaks.
* No functional changes, just renaming.

Change-Id: I103790be7c0cd9234545e25e21ab1768cb5eb131
2017-05-17 12:25:45 +12:00
adriant 1850bec8eb Updating package details, version to 0.1.2
* Changing development status to Production/Stable
* Version set to 0.1.2
* Adding package description
* Adding conf dir to package

Change-Id: Ia41714ac9bafa726af62a69a1565a97d62b4e48d
2016-02-29 12:48:23 +00:00
Dale Smith 6c8a4da2df Adding debian packaging with dh-virtualenv.
* Only installs code+virtualenv, not uwsgi etc
 * Build with: dpkg-buildpackage -us -uc

Change-Id: I18be6107592c065085c6a2cf49cf9bc061a8313f
2016-02-10 16:14:22 +13:00
adriant 9ac6b16f9b minor change to unify requirements
Change-Id: Iec13a040a22deacfa5e7a132decf99eee7676a2c
2015-12-15 12:12:41 +00:00
adriant 95e9eb4ba3 notification changes
Mostly done, but does need proper tests.

* shift actions into their own sub folder structure for clarity
* create new sub folder for notications
* update other code to reflect those changes
* add first basic notification engine
* add RT notification engine
* minor django url and context changes to avoid future deprecation
* getting rid of secondary migration for column rename (as not in prod)

Change-Id: I46932b6d78b93e86580506c887548fd24c0750f5
2015-11-10 14:04:04 +13:00
adriant 36683546e6 refactor of api structure
To make versioning of the api clearer, I've broken up the
api into subfolders and kept the models at the top api layer.

Should make things easier to understand and update.

Change-Id: I357582d6fcc2eaf59ebe721cc4fef3a3e98da492
2015-07-30 15:21:11 +12:00
adriant 93c9806990 reworking of email sending
Emails now send at 3 different stages.
Now we have two different types of email templates, one html,
one plaintext.
The templates, and reply email can be set actionview, per stage.

Change-Id: I3a37959c547232c8f0df60a69953cc4ac7441d8e
2015-07-28 15:28:52 +12:00
adriant 4807da221b python packaging
Major reshuffle to allow proper packaging for pip.

Change-Id: I1c0d264eb437027fd9b6e40a2b6dc29e46199a51
2015-05-01 15:40:15 +12:00