6 Commits

Author SHA1 Message Date
Andreas Jaeger
a9a49899c2 Fix some flake8 warnings
fix and enable:
- E121 continuation line under-indented for hanging indent
- E126 continuation line over-indented for hanging indent
- E226 missing whitespace around arithmetic operator
- H306  imports not in alphabetical order
- H401  docstring should not start with a space

Change-Id: I1dab6908652924931e750187380d153d64eba2b6
2020-02-21 09:12:15 +01:00
Andreas Jaeger
310b86b076 Add pep8 jobs
Add first jobs for this repo - without jobs, nothing can merge.
Disable failing pep8 tests for now.

The repo previously had noop-jobs defined in project-config but that got
removed.

Further jobs and templates can be added later.

Change-Id: I17734aab0aec5e74ecab941f4d142c68184b6700
2020-02-21 08:58:24 +01:00
Simon Merrick
1569cc47f9 Upgrade app for Django >= 2.0 compatability
Change-Id: I9c2ecf330d08d47e44d41d7c2f9ba3a21d023f3b
2020-02-04 15:19:04 +13:00
Andreas Jaeger
ccbbff0f8e Fix horizon install
Install horizon from git in OpenStack CI instead of from tarball.

Update tox.ini for this.

Change-Id: I78ec5f3cb2105dcaed6b3e3879af189d5890fbfc
2018-03-23 08:55:40 +01:00
adrian-turjak
f8d53b3a12 Renaming StackTask to Adjutant
* This is just a search and replace.
* No functional changes.

Change-Id: Id03ae0cb572df127a590e2631c3fb4888b34ac84
2017-05-17 15:07:34 +12:00
adrian-turjak
2e042e4c45 Initial code base for StackTask UI
* Ported over from the Catalyst repos into its own
  plugin for better maintainability and ease of sharing
  with upstream.

Change-Id: I4e7e1787330d549c59ede6f024e1216f5a073ecd
2017-04-06 18:28:26 +12:00