-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* OM-9 Added economic unit handling * Added Log * Moved logout to acs * Removed sls * Added SLO workaround * Added SAMLRequest to workaround * Fixed QueryDict check * Turned od SLO workaround * Fixed workaround * OM-45 Implemented single logout * OM-45 Removed user check for logout * OM-45 Added role info to test payload * OM-45 Updated CI script, style
- Loading branch information
1 parent
2997ec0
commit cea0160
Showing
5 changed files
with
83 additions
and
18 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 |
---|---|---|
@@ -1,7 +1,29 @@ | ||
name: Module CI | ||
on: | ||
pull_request: | ||
types: [opened, synchronize, reopened] | ||
push: | ||
branches: | ||
- main | ||
- 'release/**' | ||
- develop | ||
- 'feature/**' | ||
workflow_dispatch: | ||
inputs: | ||
comment: | ||
description: Just a simple comment to know the purpose of the manual build | ||
required: false | ||
|
||
jobs: | ||
call: | ||
name: Default CI Flow | ||
uses: openimis/openimis-be_py/.github/workflows/ci_module.yml@moldova | ||
secrets: | ||
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }} | ||
with: | ||
SONAR_PROJECT_KEY: openimis_openimis-be-msystems_py | ||
SONAR_ORGANIZATION: openimis-1 | ||
SONAR_PROJECT_NAME: openimis-be-msystems_py | ||
SONAR_PROJECT_VERSION: 1.0 | ||
SONAR_SOURCES: msystems | ||
SONAR_EXCLUSIONS: "**/migrations/**,**/static/**,**/media/**,**/tests/**" |
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
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