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

Feat/cs 43299 gcp #107

Merged
merged 29 commits into from
Jan 8, 2024
Merged

Feat/cs 43299 gcp #107

merged 29 commits into from
Jan 8, 2024

Conversation

abhinav-from-contentstack
Copy link
Contributor

@abhinav-from-contentstack abhinav-from-contentstack commented Jan 4, 2024

  • added region gcp_na
  • added taxonomy support
  • added relevant e2e tests and unit tests
  • updated existing test cases
  • resolved dependency conflicts
  • version bumped to 3.18.0

src/core/stack.js Outdated Show resolved Hide resolved
@@ -89,7 +90,7 @@ test('Invalid URL: multiple parameter testing', function(assert) {
auto: 'webp',
format: 'jpg'
}
const URL = Asset.get('url') + '?';
const URL = Asset['url'] + '?';

Choose a reason for hiding this comment

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

@nadeem-cs @abhinav-from-contentstack can you please confirm .get function were not working properly before ?

Copy link
Contributor

Choose a reason for hiding this comment

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

@ishaileshmishra .get function is not required now. Value can be directly accessed using Object key.
cc @abhinav-from-contentstack

test/entry/find.js Outdated Show resolved Hide resolved
Copy link

@ishaileshmishra ishaileshmishra left a comment

Choose a reason for hiding this comment

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

Please review the provided comments @abhinav-from-contentstack @abhinav-from-contentstack

and let me know if any clarifications are required.

@ishaileshmishra
Copy link

Kindly close the redundant pull requests initiated by either the bot or yourself. @abhinav-from-contentstack

@abhinav-from-contentstack
Copy link
Contributor Author

Hi @ishaileshmishra, I've done the requested changes. Please check and approve.

Copy link

@ishaileshmishra ishaileshmishra left a comment

Choose a reason for hiding this comment

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

approved

thank you

@abhinav-from-contentstack abhinav-from-contentstack merged commit ae78d90 into v3-next Jan 8, 2024
6 checks passed
@abhinav-from-contentstack abhinav-from-contentstack deleted the feat/CS-43299-gcp branch January 8, 2024 08:25
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.

3 participants