Commit Graph

15 Commits

Author SHA1 Message Date
Stephen Finucane 43876c6388 Retire aeromancer
This hasn't been touched in four years.

Change-Id: I2c633e760b1bcd94b2f591e4fbafbbb15a6d127c
Signed-off-by: Stephen Finucane <stephenfin@redhat.com>
Depends-On: I089397a3d945b762df86a0dd144644e9926acdea
2019-05-03 15:31:27 -06:00
Doug Hellmann 820caf5555 Add "run" command and refactor grep
Add a run command for running shell commands in projects and refactor
grep to use the same base class.
2015-01-21 20:57:52 -05:00
Doug Hellmann 1021e7d68e add grep command 2014-11-27 20:01:50 +00:00
Doug Hellmann 36fdf739bb start the oslo file handler
load the list of modules synced from the incubator into a project
2014-11-12 21:09:37 +00:00
Doug Hellmann f8c405db83 add command to show outdated requirements in projects 2014-11-12 15:58:46 +00:00
Doug Hellmann c260168967 provide a command to show global requirements not being used directly 2014-11-12 15:42:25 +00:00
Doug Hellmann 581755045a add requirements handling
Add support for file-specific plugins, including schema changes and
models.

Implement scanner for requirements list files and commands to list
requirements for a project and find projects using a specific
requirement.
2014-11-06 15:31:25 +01:00
Doug Hellmann ff65231044 add 'discover' command to find projects
refactor project loading a bit to create a working_dir context manager
and then write a discover command for finding things that look like
openstack projects
2014-10-30 17:49:31 -04:00
Doug Hellmann 03a41f943b add rescan command 2014-10-30 17:26:17 -04:00
Doug Hellmann ca8b6ff7d6 refactor add and define remove command 2014-10-30 12:35:57 -04:00
Doug Hellmann 3fd0e021c5 store project name and path
define db ORM models to allow storing data in the existing project table
and add a list command to query it
2014-10-30 12:20:13 -04:00
Doug Hellmann 28e850532f start command to add a project
include the command plugin and argument processing but no data storage
2014-10-30 11:51:08 -04:00
Doug Hellmann 89c754843e start cli framework 2014-10-30 10:45:46 -04:00
Doug Hellmann 2fab31835e drop py26 env by default 2014-10-27 22:21:36 -04:00
Doug Hellmann 8540f31fb2 Initial Cookiecutter Commit. 2014-10-27 22:13:10 -04:00