Skip to content

Commit

Permalink
Feature/spoke local portfolios (#68)
Browse files Browse the repository at this point in the history
- Added spoke-local-portfolios to manifest and accompanying code
- Exit status now corresponds to luigi results
- Added timeoutInSeconds to manifest for launches 

Issues: #58, #59 and #72
  • Loading branch information
eamonnfaherty authored Jun 12, 2019
1 parent 1e9a529 commit c378875
Show file tree
Hide file tree
Showing 38 changed files with 3,123 additions and 1,722 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# This is a list of noteworthy changes made to the project


# 2019-06-12 - 0.1.14
- Added spoke-local-portfolios to manifest and accompanying code
- Exit status now corresponds to luigi results
- Added timeoutInSeconds to manifest for launches


# 2019-06-03 - 0.1.0
- Replaced the deployment engine custom implementation with [Luigu](https://luigi.readthedocs.io).
- Replaced the deployment engine custom implementation with [Luigu](https://luigi.readthedocs.io).
6 changes: 3 additions & 3 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@
# add these directories to sys.path here. If the directory is relative to the
# documentation root, use os.path.abspath to make it absolute, like shown here.
#
# import os
# import sys
# sys.path.insert(0, os.path.abspath('.'))
import os
import sys
sys.path.insert(0, os.path.abspath('../..'))


# -- Project information -----------------------------------------------------
Expand Down
1 change: 1 addition & 0 deletions docs/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ Welcome to aws-service-catalog-puppets's documentation!
puppet/what_is_this
puppet/getting_up_and_running
puppet/designing_your_manifest
puppet/sharing_a_portfolio
puppet/notifications
puppet/utils
puppet/upgrading
5 changes: 5 additions & 0 deletions docs/source/puppet/cli.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
cli
===

.. automodule:: servicecatalog_puppet.cli_commands
:members:
Loading

0 comments on commit c378875

Please sign in to comment.