Uh oh!
There was an error while loading. Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork 165
ODAA MicroHack: Documentation improvements and diagrams#283
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
base:main
Are you sure you want to change the base?
Uh oh!
There was an error while loading. Please reload this page.
Changes from all commits
701a869acd4ec28434fc325b95bc741adad41e0d58584cd586d5af261162cea8cbc4da210980f8a95fa50583c162aa3277ed94f95eca019d8ea40e4a1e30fe403bb3ef7d83984c96f2cf72b48b67ccba9bf8c3244e00fb899b0fbea456a3fd8d4c0b0b923283a85e1aa3a815fc3228dea6c86872c0c9d7f0cefa23287de2cfdb16cc82efd28d1bc9f086be7c304197b10a646cc9cbc01e4fe9771c75396871caaa263476fb2c4ad99a817b709518f5724b328998cbf44ddc11fdaf67d2d7fe2ce9d31e5a6db01560fddb9f3d7c810f1e8466a77359fabca7d89f0282235556a13a252d99717fc70892cffbf388c2f3ab0233854a4d985480a737e5894dcf00746fafb8b4eea582d324f5c972da8c2b67e9982e6cf50186e60903fe3598b40d71bf8caa24f5f2f90af08ddcaa11db9e792401f7efb74b4f6747715262da464ad94a45f0c9b67177d3de3289f401945e2aFile filter
Filter by extension
Conversations
Uh oh!
There was an error while loading. Please reload this page.
Jump to
Uh oh!
There was an error while loading. Please reload this page.
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1 +1,77 @@ | ||
| NOTES.md | ||
| # contain sensitive data | ||
| misc/ | ||
| **/mis/ | ||
| NOTES.md | ||
| gghack.yaml | ||
| ggfabric.yaml | ||
| adbping-job.yaml | ||
| connping-job.yaml | ||
| resources/infra/terraform/user_credentials.json | ||
| resources/infra/terraform/mhodaa-sp-credentials.json | ||
| resources/infra/terraform/*-sp-credentials.json | ||
| resources/infra/terraform/user-photos/ | ||
| resources/gg-bigdata-build | ||
| resources/scripts/adbping.sh | ||
| # ignore helm chart temp folder | ||
| resources/infra/terraform/.helm/ | ||
| # exclude the terrafom files and folders which should not be commited to git following best practces, located under the folder resources and all subfolder | ||
| resources/**/terraform.tfstate | ||
| resources/**/terraform.tfstate.backup | ||
| resources/**/.terraform | ||
| resources/**/crash.log | ||
| resources/**/override.tf | ||
| resources/**/terraform.tfvars | ||
| resources/**/terraform.tfvars.json | ||
| resources/**/terraform.rc | ||
| resources/**/terraform.d | ||
| # resources/**/terraform | ||
| # resources/**/modules | ||
| resources/**/providers | ||
| resources/**/workspace | ||
| # Terraform Files | ||
| resources/**/*.tfstate | ||
| resources/**/*.tfstate.* | ||
| resources/**/*.tfplan | ||
| resources/**/*.tfplan.* | ||
| resources/**/.terraform/ | ||
| resources/**/.terraform.lock.hcl | ||
| # Variable files (may contain sensitive data) | ||
| resources/**/terraform.tfvars | ||
| resources/**/*.auto.tfvars | ||
| resources/**/*.auto.tfvars.json | ||
| # Override files | ||
| resources/**/override.tf | ||
| resources/**/override.tf.json | ||
| resources/**/*_override.tf | ||
| resources/**/*_override.tf.json | ||
| # CLI configuration files | ||
| resources/**/.terraformrc | ||
| resources/**/terraform.rc | ||
| # IDE files | ||
| .vscode/ | ||
| .idea/ | ||
| *.swp | ||
| *.swo | ||
| *~ | ||
| # Log files | ||
| resources/**/*.log | ||
| resources/**/crash.log | ||
| resources/**/crash.*.log | ||
| # Ignore any .tfvars files that are generated automatically | ||
| resources/**/**/*.auto.tfvars | ||
| # Exclude Oracle GoldenGate BigData Docker images and extracted files | ||
| resources/gg-bigdata-build/V1043090-01.zip | ||
| resources/gg-bigdata-build/extracted/ | ||
| resources/gg-bigdata-build/oracle-docker-images/ | ||
| resources/gg-bigdata-build/oracle-docker-images/.git* |
Large diffs are not rendered by default.
Uh oh!
There was an error while loading. Please reload this page.
This file was deleted.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
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.
remove all files which are not inside your folder "10_Oracle_on-Azure" from your PR