-
Notifications
You must be signed in to change notification settings - Fork 28
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
epic: Handle role group associations into control plane and sdk (#366)
Based on the new schema requirements we introduce, we added the groupAssociation information which specifies what channel and group the role is associated with. Based on these we create tasks which generates a config file that meats the new format that is processed by the SDK. In this PR we also moved the dataSpec field data to dataSpec.json and modelSpec field data to modelSpec.json files to avoid polluting the job.json file
- Loading branch information
1 parent
7b5986c
commit 225c86d
Showing
129 changed files
with
3,872 additions
and
972 deletions.
There are no files selected for viewing
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -43,6 +43,9 @@ jobs: | |
with: | ||
go-version: 1.17.x | ||
|
||
- name: Start MongoDB | ||
uses: supercharge/[email protected] | ||
|
||
- name: Test | ||
run: go test -v -race -covermode=atomic -coverprofile=coverage.out ./... | ||
- name: Upload codecoverage | ||
|
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 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
Oops, something went wrong.