-
Notifications
You must be signed in to change notification settings - Fork 57
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
Libms remove gitlab mode #435
Merged
prasadtalasila
merged 19 commits into
INTO-CPS-Association:feature/distributed-demo
from
prasadtalasila:libms-remove-gitlab-mode
Jan 16, 2024
Merged
Changes from all commits
Commits
Show all changes
19 commits
Select commit
Hold shift + click to select a range
0f9aceb
Removes gitlab mode from library microservice
prasadtalasila 746d16f
Improves code and tests of lib microservices
prasadtalasila e717ed9
Fixes codeclimate issue
prasadtalasila 994cd8d
Fixes github action of library microservice
prasadtalasila 1b6bb13
Refactors e2e tests of lib microservice
prasadtalasila 3dba499
Renames steps in github workflow
prasadtalasila 7b3676a
Updates documentation
prasadtalasila 4d70329
Attempt to fix merge conflicts
prasadtalasila 5bb15df
Updates documentation to include correct C4 diagrams.
prasadtalasila 8a27c18
Adds DTaaS logo
prasadtalasila 26ef8e2
Fix lib-ms.yml github action
prasadtalasila 644a280
libms fix
prasadtalasila 80740e6
libms fix
prasadtalasila b596e0b
libms fix
prasadtalasila b2da32d
libms fix
prasadtalasila 318bbea
libms fix
prasadtalasila 1e5101c
remove unnecessary dependencies
prasadtalasila 8d1be79
upgrades dependencies
prasadtalasila 06239d1
upgrades libms UML diagrams
prasadtalasila File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,6 @@ | ||
PORT='4001' | ||
MODE='local' or 'gitlab' | ||
MODE='local' | ||
LOCAL_PATH ='filepath' | ||
GITLAB_GROUP ='dtaas' | ||
GITLAB_URL='https://gitlab.foo.com/api/graphql' | ||
TOKEN='123-sample-token' | ||
LOG_LEVEL='debug' | ||
APOLLO_PATH='/lib' or '' | ||
GRAPHQL_PLAYGROUND='false' or 'true' |
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
Binary file not shown.
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
Binary file modified
BIN
+177 KB
(240%)
docs/admin/servers/lib/file-system-layout.png
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Code block style