shipyard/src/bin/shipyard_airflow/shipyard_airflow/common
Bryan Strassner 35d6089d32 Add notes common code for Shipyard
Adds the common/shared code to support notes in Shipyard such that this
component can be reused between the Shipyard API and the workflows.
Includes a single example of creating and retreiving notes as part of
action creation, that will likely be changed in a future change.

Note that this change doesn't include changes to the CLI to represent
notes outwardly, but the first example can be seen using the
--output-format=format option (shipyard get actions)

Change-Id: I2f87713eb74dae312912ff4c36e6ae30a569ea38
2018-10-05 15:40:48 -05:00
..
deployment_group Add retries to node lookup logic 2018-08-25 05:05:06 -05:00
document_validators Fix: various documentation and URL fixes 2018-09-24 12:53:27 +02:00
notes Add notes common code for Shipyard 2018-10-05 15:40:48 -05:00
README.rst Add deployment group validation to shipyard 2018-05-09 09:18:16 -05:00
__init__.py Common code for deployment groups in Shipyard 2018-04-27 13:27:13 -05:00

README.rst

Common Modules

The various packages in this common package should each be stand-alone modules having no dependencies on prior logic running in Shipyard (e.g. Setup of configuration files, Shipyard/Airflow database access, etc...). It is ok if these modules use imports found in requirements.txt

These modules are intended to be safe for reuse outside of the context of the Shipyard_Airflow/Api service as well as within.