Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added Mentoring Organization Create + Version Fixes in Env #54

Merged
merged 1 commit into from
Jan 21, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/.env
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
APPLICATION_PORT=3569
APPLICATION_ENV='development'
REQUIRED_PACKAGES="elevate-user@1.1.32 elevate-mentoring@1.1.33 elevate-scheduler@1.0.4"
REQUIRED_PACKAGES="elevate-user@1.1.35 elevate-mentoring@1.1.38 elevate-scheduler@1.0.4"
SUPPORTED_HTTP_TYPES="GET POST PUT PATCH DELETE"
USER_SERVICE_BASE_URL='http://user:3001'
MENTORING_SERVICE_BASE_URL='http://mentoring:3000'
Expand Down
13 changes: 13 additions & 0 deletions src/constants/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -1852,6 +1852,19 @@
}
]
},
{
"sourceRoute": "/mentoring/v1/organization/create",
"type": "POST",
"priority": "MUST_HAVE",
"inSequence": false,
"orchestrated": false,
"targetPackages": [
{
"basePackageName": "mentoring",
"packageName": "elevate-mentoring"
}
]
},
{
"sourceRoute": "/mentoring/v1/admin/triggerPeriodicViewRefresh",
"type": "GET",
Expand Down
16 changes: 8 additions & 8 deletions src/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions src/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@
"cli-table": "^0.3.11",
"cors": "^2.8.5",
"dotenv": "^16.3.1",
"elevate-mentoring": "^1.1.33",
"elevate-mentoring": "^1.1.38",
"elevate-package-validator": "^1.0.0",
"elevate-scheduler": "^1.0.4",
"elevate-user": "^1.1.32",
"elevate-user": "^1.1.35",
"express": "^4.18.2",
"module-alias": "^2.2.3"
},
Expand Down