Commit Graph

12 Commits

Author SHA1 Message Date
Adrian Turjak 470f253003 Added support for reno release notes
Change-Id: Icf04f5d8dcb4a04f567e6a3bc10760831e6b43cc
2019-07-02 15:04:04 +12:00
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 e957f1ee38 fix zuul cover issues
Change-Id: Ibd7c07397c14dc23452d65fea048a7416288d3f2
2017-10-30 14:13:05 +13:00
adrian-turjak c17320c069 Update test files for openstack-infra
* also update the gitreview file
* add base doc folder for future use (and to make
  CI happy)

Change-Id: Ifd854682c8121720e940c0a7d8ac3656cbf97af0
2017-06-21 16:18:37 +12:00
adrian-turjak 3da809bfaa Adding support for code coverage reposting in tests.
Change-Id: I6e379747d347fc6b3d2fef00a711ae13bb62dfc5
2017-05-29 15:57:30 +12:00
adrian-turjak ca21dabdf8 Fix bug with signups and disabled users
* Token field for password was not being set.
* Have also added to test to confirm this.

Change-Id: I5e9c21ee4675181f21a889bfe7187995db05576a
2017-05-23 21:47:17 +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
adrian-turjak b6316e5965 Change to fix issues with duplication hash check
WARNING: This will involve a minor migration.

Fixing the hash value length on the model to be correct.

Have made the hash function more sensible, and also not
bound to the required field on actions. Needed for how
stacktask-odoo handles dynamic required fields.

gitignore updated as venv is needed to build migrations
easily.

Hashing now also properly supports actions with no set
serializer.

Change-Id: I12f3ad759aaab4c3796e11c359e1ebcbf3ef4e77
2016-08-17 14:06:45 +12:00
adriant f6c49c20d9 adding django rest swagger docs
also removing pointless admin views and models

Change-Id: If1dd178cac9d54f1a81f816b77708482e4d909b1
2015-08-05 14:53:04 +12:00
adriant 572b22a1a8 adding tox file and some changes to test setup
Change-Id: Icd1f3965e4c2617c16c3440e79df17aa4ca0ab0a
2015-07-31 16:44:03 +12:00
adriant a8ec7f8c02 renaming for packaging, adding setup file
packaging still not done, but this will help
with it later.

Change-Id: Iec976ae732e8943cff52a76655c4ba1e35ebb833
2015-02-26 15:20:27 +13:00
adriant 96cea92af0 Near Stable Code commit
Large commit with current existing code base.
The application mostly works, but for ease of
review I'm merging a lot of my commits and will
then do more consistent commits on top of this.

This code base is ready for review as a whole
and is unlikely to change drastically anymore.

Change-Id: Iecf75c44da28d3be14964a205cbe44dc3d9d5619
2015-02-18 12:08:35 +13:00