generated from oracle/template-repo
-
Notifications
You must be signed in to change notification settings - Fork 8
feat: add MLE application template #257
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
Merged
Merged
Changes from all commits
Commits
Show all changes
15 commits
Select commit
Hold shift + click to select a range
155744d
feat: MLE app template
DimaNike 6c36f71
feat: added README
DimaNike cccbb2e
feat: added more information in README
DimaNike 39f8335
feat: removed generated files
DimaNike 3ee44f9
feat: revert package.json and package-lock.json changes
DimaNike f918383
feat: addressing review comments
DimaNike 41d17b2
feat: enable the use of wallets and Autonomous DB
martin-bach-oracle 80ef9d2
doc: more detailed readme for mle-app
martin-bach-oracle f45cf8f
feat: improvements, addressing feedback, added automated test
DimaNike c77888b
feat: removed mle types directive and added to tsconfig
DimaNike e67ed30
feat: addressing PR comments
DimaNike 649c625
feat: review comments, dependabot label, vitest version
DimaNike 5d8b2b2
feat: added link to SQLcl installation to the prompt
DimaNike c3cd4fd
feat: review comments (indent 3 spaces, test adjustments)
DimaNike fee1202
feat: addressing PR comments
DimaNike 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 hidden or 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 hidden or 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 hidden or 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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains hidden or 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 |
---|---|---|
|
@@ -114,4 +114,4 @@ | |
"overrides": { | ||
"whatwg-url": "^14.1.0" | ||
} | ||
} | ||
} |
This file contains hidden or 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 hidden or 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 hidden or 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 hidden or 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 |
---|---|---|
@@ -0,0 +1,16 @@ | ||
# Database User | ||
DB_USER=<%= connectionUsername %> | ||
# Database User Password | ||
DB_PASSWORD=<%= connectionPassword %> | ||
# Connection string to your Autonomous Database/ | ||
# Oracle Database instance | ||
CONNECT_STRING=<%= connectionString %> | ||
# Oracle MLE Module name | ||
MLE_MODULE= | ||
# Optional HTTP Proxy Settings | ||
# HTTPS_PROXY= | ||
# HTTPS_PROXY_PORT= | ||
|
||
# Path to your local SQL Developer Command Line | ||
# installation | ||
SQL_CL_PATH=<%= sqlclPath %> |
This file contains hidden or 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 |
---|---|---|
@@ -0,0 +1,19 @@ | ||
# Path to database wallet | ||
WALLET_PATH=<%= walletPath %> | ||
|
||
# Database User | ||
DB_USER=<%= connectionUsername %> | ||
# Database User Password | ||
DB_PASSWORD=<%= connectionPassword %> | ||
# Connection string to your Autonomous Database/ | ||
# Oracle Database instance | ||
CONNECT_STRING=<%= connectionString %> | ||
# Oracle MLE Module name | ||
MLE_MODULE= | ||
# Optional HTTP Proxy Settings | ||
# HTTPS_PROXY= | ||
# HTTPS_PROXY_PORT= | ||
|
||
# Path to your local SQL Developer Command Line | ||
# installation | ||
SQL_CL_PATH=<%= sqlclPath %> |
This file contains hidden or 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 |
---|---|---|
@@ -0,0 +1,22 @@ | ||
# Logs | ||
logs | ||
*.log | ||
npm-debug.log* | ||
yarn-debug.log* | ||
yarn-error.log* | ||
pnpm-debug.log* | ||
lerna-debug.log* | ||
|
||
node_modules | ||
dist | ||
dist-ssr | ||
*.local | ||
|
||
# Editor directories and files | ||
.DS_Store | ||
|
||
/.env | ||
/.env.* | ||
!/.env.example | ||
!/.env.*.example | ||
/server/utils/db/wallet |
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.
Uh oh!
There was an error while loading. Please reload this page.