feat: Compute project build parameters (#82)

* feat: Add parameter and jobs database schema

This modifies a prior migration which is typically forbidden,
but because we're pre-production deployment I felt grouping
would be helpful to future contributors.

This adds database functions that are required for the provisioner
daemon and job queue logic.

* feat: Compute project build parameters

Adds a projectparameter package to compute build-time project
values for a provided scope.

This package will be used to return which variables are being
used for a build, and can visually indicate the hierarchy to
a user.

* Fix terraform provisioner

* Improve naming, abstract inject to consume scope

* Run CI on all branches
This commit is contained in:
Kyle Carberry
2022-01-29 17:45:42 -06:00
committed by GitHub
parent b503c8b099
commit b3c5bb3576
9 changed files with 990 additions and 212 deletions
+1 -2
View File
@@ -10,8 +10,7 @@ on:
pull_request:
branches:
- main
- "release/*"
- "*"
workflow_dispatch: