Skip to content

Commit

Permalink
feat(sage-monorepo): create "sage" product space (ARCH-323) (#2907)
Browse files Browse the repository at this point in the history
  • Loading branch information
tschaffter authored Nov 13, 2024
1 parent 99ca8fe commit 48e5566
Show file tree
Hide file tree
Showing 11 changed files with 14 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .github/CODEOWNERS
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,10 @@
## EDAM ETL
/apps/openchallenges/edam-etl/ @rrchai

## Sage
/apps/sage/ @tschaffter
/libs/sage/ @tschaffter

# Schematic
/apps/schematic/ @andrewelamb @GiaJordan @linglp @milen-sage
/libs/schematic/ @andrewelamb @GiaJordan @linglp @milen-sage
Expand Down
1 change: 1 addition & 0 deletions .github/ISSUE_TEMPLATE/1-bug.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ body:
- iAtlas
- MODEL-AD
- OpenChallenges
- Sage
- Sage Monorepo
- Sandbox
- Schematic
Expand Down
1 change: 1 addition & 0 deletions .github/ISSUE_TEMPLATE/2-feature.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ body:
- iAtlas
- MODEL-AD
- OpenChallenges
- Sage
- Sage Monorepo
- Sandbox
- Schematic
Expand Down
1 change: 1 addition & 0 deletions .github/ISSUE_TEMPLATE/3-documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ body:
- iAtlas
- MODEL-AD
- OpenChallenges
- Sage
- Sage Monorepo
- Sandbox
- Schematic
Expand Down
1 change: 1 addition & 0 deletions .github/ISSUE_TEMPLATE/4-story.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ body:
- iAtlas
- MODEL-AD
- OpenChallenges
- Sage
- Sage Monorepo
- Sandbox
- Schematic
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/lint-dockerfiles.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ on:
- 'iatlas/**'
- 'openchallenges/**'
- 'sage-monorepo/**'
- 'sage/**'
- 'schematic/**'
pull_request:

Expand Down
1 change: 1 addition & 0 deletions .github/workflows/lint-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ jobs:
model-ad
openchallenges
results-visualization-framework
sage
sage-monorepo
sandbox
schematic
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/sonar-scan-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ on:
- 'iatlas/**'
- 'openchallenges/**'
- 'sage-monorepo/**'
- 'sage/**'
- 'schematic/**'

jobs:
Expand Down
1 change: 1 addition & 0 deletions apps/sage/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Sage Apps
1 change: 1 addition & 0 deletions libs/sage/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Sage Libraries
2 changes: 1 addition & 1 deletion lint-staged.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ module.exports = {
`nx affected --target=type-check --files=${filenames.join(',')}`,
],

'**/*[dD]ockerfile*': (filenames) => [
'**/Dockerfile.*': (filenames) => [
// Lint Dockerfiles with Hadolint
`hadolint ${filenames.join(' ')}`,
],
Expand Down

0 comments on commit 48e5566

Please sign in to comment.