-
-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Tenant Sites and Workflows #14
Draft
perigrin
wants to merge
19
commits into
main
Choose a base branch
from
perigrin/tenant-sites
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Draft
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This adds the ability to clone workflows from one schema to another and sets up some default workflow to be copied (currently hard-coded)
3618a53
to
289e448
Compare
This adds some command line options that will be useful I think in the long run but that I'm hoping will help us suss out the issues with the tests. * template - Template management commands * tenant - Tenant management commands * workflow - Workflow management commands BREAKING CHANGE: * App is renamed to `registry`
289e448
to
83c26d3
Compare
This commit adds the ability to serialize and de-serialize workflows to YAML. This is the first step in extracting the workflows from the SQL import scripts and putting them into a `/workflows` directory so they're easier to maintain and reason about.
The `html` column on the templates was a misnomer, this commit renames it to `content` which is more generic
I realized I was doing a lot of DevX work and I didn't actually have a persona written for that stakeholder PoV. This adds a simple document for them so that we can ensure that their viewpoint is respected in this process.
In our effort to make things more introspectable this commit adds workflow import/export and exports all the current workflows from the system.
This fixes the last bug with the copied tenant workflows. This means that multi-tennancy _should be_ functional.
This adds a CONTRIBUTING guide that helps orient new developers to the underlying principles involved.
I've started a docs/architecture folder to keep track of architectural design ideas that come up during development. They may or may reflect the current reality but it's a working space of thoughts and ideas.
Add some more documentation to make it easier for people to understand what's going on where
CONTRIBUTING.md mentioned some features that aren't yet implemented so I added some docs explaining that and touching on what they will eventually be.
What we has as the draft workflow definition was really more accurately the workflow step definition. To properly build the workflow definiton we need to get continuations included in the yaml files as a first class entity and possibly defined in teh database schema as well
This adds the basic metacircular workflow that allows you to create new workflows. In theory _should be_ the only workflow you need to bootstrap a working system, but in practice we have a bunch of workflows aready written before we got here.
We had a broken workflow file for a little bit and it blew things up pretty hard. This fixes things in case they don't load properly by throwing an exception and in the correct places catching that exception and doing something with it.
Adds some developer oriented docs including a project ROADMAP for the next few steps we're gonna take. It's still very rough.
Improved developer on-boarding. Drop a docker-compose and update the Dockerfile to actually run the app. Update CONTRIBUTING.md to include better on-boarding docs.
# for free
to join this conversation on GitHub.
Already have an account?
# to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.