Commit Graph

9 Commits

Author SHA1 Message Date
David Moreau Simard 4a8711e73c
opendev: Remove content and leave an URL to the GitHub repository
Change-Id: I82a3238b6a8c21e6bb8056aca22ef71af9ea2538
2021-02-25 15:16:53 -05:00
Laurent Dumont 23aaffb83c Feature to ignore Ansible files based on patterns.
Change-Id: If905a0d0054acfcbc16aab993e9c669dc9ee41cd
2020-01-29 15:42:35 +00:00
Florian Apolloner c321b8f62b Also ignore .venv directories.
Change-Id: Ie0e2b40dd539e75196626e51af0c9dbb74d01d1f
2019-05-13 21:35:09 +02:00
David Moreau Simard 0709e3ed6a
Add pip-wheel-metadata to gitignore
Not exactly sure where this new directory is coming from yet.
It is created when running tox.

Change-Id: I643146ac09d69a526f6dfecb7b6fdfbf727801aa
2019-01-25 12:33:20 -05:00
David Moreau Simard 8c671753b4
Add *.retry to gitignore for failed playbook files
Change-Id: I1f5845a404fc02189edd6f4fa3bf2feea06afe6e
2018-11-15 11:39:03 -05:00
Guillaume Vincent a14228c902 Fix flake8 and bandit tests
* enable voting job on pep8 tox env
 * fix pep8 tox job
 * add db.sqlite3 in ignore file

Change-Id: If11fb74553a6f1cb986cbed17e0fc8386d08c032
2018-06-20 12:39:48 +00:00
David Moreau Simard 1abe276bae
Refactor ara-server into namespaced python modules
This is a structure that will allow us to install everything under
"ara" as separate packages but inside the same module.

For example, installing ara-server will provide ara.server and
ara.api.
Installing ara-clients will provide ara.clients, ara-plugins will
supply ara.plugins, etc.

Change-Id: I27ee431c4e5d946f558befc12937ba2f3c0d020b
2018-06-20 08:38:49 -04:00
David Moreau Simard 5fbbdac265
Bootstrap the repository with the basic machinery (#1)
- Make the project installable with pbr
- Use tox to run tests, build docs, runserver
- Flesh out the README a little bit
- Real docs is WIP.

Change-Id: I3dc92250cd93add0cdf11c6a67d8f1081560d4e1
2018-03-29 12:36:22 -04:00
Guillaume Vincent a889a71bcd
💥 first commit
Change-Id: I42df36220dce581a929c604a13bba0ccb3d580e6
2018-03-29 12:36:14 -04:00