Skip to content

Conversation

@avijain09
Copy link

@avijain09 avijain09 commented Mar 18, 2023

Resolves #157

-Installed and analyzed the Oracle Cloud SDK.
-Created Parser, added tests and Added Oracle as a service provider in yml file.

Comment on lines +25 to +26
const dummyFile = process.cwd() + "/dummyClasses/do.js";

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why you are using the dummy class of digital ocean here.Is the dummy class for Oracle same as the class of digital ocean?

if (/^[A-Z]*$/.test(serviceName)) {
filePath =
process.cwd() +
"/generatedClasses/DO/" +
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why saving the generated classes in the DO folder?

process.cwd() +
"/generatedClasses/DO/" +
dir +
"/do-" +
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

??

} else {
filePath =
process.cwd() +
"/generatedClasses/DO/" +
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Here also.

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I did not have any prior experience with the dummy classes for Oracle cloud at the time of my earlier response. However, I have since worked on them, made necessary corrections, and currently, I am working on the transformer component.

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Dummy class for oracle #161

And I am currently working on building the transformer for Oracle Cloud.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Oracle Parser

2 participants