-
Notifications
You must be signed in to change notification settings - Fork 24
V3 (#118) #119
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
V3 (#118) #119
Conversation
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
* Updated X-User-Agent header (#109) * feat: added taxonomies url * fix: updated dependencies and settings to fix npm install and build warnings * fix: added fix for ESM module cannot use module.exports issue * WIP: added taxonomy files * fix: updated talismanrc * feat: added taxonomies url * WIP: taxonomy tests * feat: added , , and for taxonomy query * feat: version bump * refactor: moved _extend * fix: updated .talismanrc * fix: added fixes for failing asset tests * fix: corrected content-types for tests * fix: removed .only from test, so that all tests may execute * fix: fixed existing tests * fix: fixed taxonomies url, levels param and added doc * WIP: added integration test cases * fix: added unit tests * fix: added unit tests * fix: corrected test prefix and content-type uid * fix: bumped patch version and updated lock file * fix: removed commented tests * fix: removed unused file, updated description * fix: corrected package version * feat: added gcp_na region * feat: updated talismanrc * fix: updated minor version * fix: replaced Taxonomies().Query() with Taxonomies() * fix: updated tests and types * Bug/cs 40045 x user agent (#108) * Updated X-User-Agent header * Updated the X-User-Agent * fix: fixed vulnerabilities --------- Co-authored-by: Abhinav Gupta <abhinav.gupta@contentstack.com> Co-authored-by: abhinav <63039365+abhinav-from-contentstack@users.noreply.github.com> * Upgraded node version in github workflow file (#116) * feat: added taxonomies url * fix: updated dependencies and settings to fix npm install and build warnings * fix: added fix for ESM module cannot use module.exports issue * WIP: added taxonomy files * fix: updated talismanrc * feat: added taxonomies url * WIP: taxonomy tests * feat: added , , and for taxonomy query * feat: version bump * refactor: moved _extend * fix: updated .talismanrc * fix: added fixes for failing asset tests * fix: corrected content-types for tests * fix: removed .only from test, so that all tests may execute * fix: fixed existing tests * fix: fixed taxonomies url, levels param and added doc * WIP: added integration test cases * fix: added unit tests * fix: added unit tests * fix: corrected test prefix and content-type uid * fix: bumped patch version and updated lock file * fix: removed commented tests * fix: removed unused file, updated description * fix: corrected package version * feat: added gcp_na region * feat: updated talismanrc * fix: updated minor version * fix: replaced Taxonomies().Query() with Taxonomies() * fix: updated tests and types * Bug/cs 40045 x user agent (#108) * Updated X-User-Agent header * Updated the X-User-Agent * fix: fixed vulnerabilities * Fix/ghwf issuefix (#115) * Updated X-User-Agent header (#109) * feat: added taxonomies url * fix: updated dependencies and settings to fix npm install and build warnings * fix: added fix for ESM module cannot use module.exports issue * WIP: added taxonomy files * fix: updated talismanrc * feat: added taxonomies url * WIP: taxonomy tests * feat: added , , and for taxonomy query * feat: version bump * refactor: moved _extend * fix: updated .talismanrc * fix: added fixes for failing asset tests * fix: corrected content-types for tests * fix: removed .only from test, so that all tests may execute * fix: fixed existing tests * fix: fixed taxonomies url, levels param and added doc * WIP: added integration test cases * fix: added unit tests * fix: added unit tests * fix: corrected test prefix and content-type uid * fix: bumped patch version and updated lock file * fix: removed commented tests * fix: removed unused file, updated description * fix: corrected package version * feat: added gcp_na region * feat: updated talismanrc * fix: updated minor version * fix: replaced Taxonomies().Query() with Taxonomies() * fix: updated tests and types * Bug/cs 40045 x user agent (#108) * Updated X-User-Agent header * Updated the X-User-Agent * fix: fixed vulnerabilities --------- Co-authored-by: Abhinav Gupta <abhinav.gupta@contentstack.com> Co-authored-by: abhinav <63039365+abhinav-from-contentstack@users.noreply.github.com> * Upgraded the working nodejs version in GH workflows --------- Co-authored-by: Abhinav Gupta <abhinav.gupta@contentstack.com> Co-authored-by: abhinav <63039365+abhinav-from-contentstack@users.noreply.github.com> --------- Co-authored-by: Abhinav Gupta <abhinav.gupta@contentstack.com> Co-authored-by: abhinav <63039365+abhinav-from-contentstack@users.noreply.github.com> --------- Co-authored-by: Nadeem <110535104+nadeem-cs@users.noreply.github.com> Co-authored-by: Abhinav Gupta <abhinav.gupta@contentstack.com> Co-authored-by: abhinav <63039365+abhinav-from-contentstack@users.noreply.github.com>
nadeem-cs
approved these changes
Jan 16, 2024
Contributor
nadeem-cs
left a comment
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.
Approved.
aravindbuilt
approved these changes
Jan 16, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Updated X-User-Agent header (Updated X-User-Agent header #109)
feat: added taxonomies url
fix: updated dependencies and settings to fix npm install and build warnings
fix: added fix for ESM module cannot use module.exports issue
WIP: added taxonomy files
fix: updated talismanrc
feat: added taxonomies url
WIP: taxonomy tests
feat: added , , and for taxonomy query
feat: version bump
refactor: moved _extend
fix: updated .talismanrc
fix: added fixes for failing asset tests
fix: corrected content-types for tests
fix: removed .only from test, so that all tests may execute
fix: fixed existing tests
fix: fixed taxonomies url, levels param and added doc
WIP: added integration test cases
fix: added unit tests
fix: added unit tests
fix: corrected test prefix and content-type uid
fix: bumped patch version and updated lock file
fix: removed commented tests
fix: removed unused file, updated description
fix: corrected package version
feat: added gcp_na region
feat: updated talismanrc
fix: updated minor version
fix: replaced Taxonomies().Query() with Taxonomies()
fix: updated tests and types
Bug/cs 40045 x user agent (Bug/cs 40045 x user agent #108)
Updated X-User-Agent header
Updated the X-User-Agent
fix: fixed vulnerabilities
Upgraded node version in github workflow file (Upgraded node version in github workflow file #116)
feat: added taxonomies url
fix: updated dependencies and settings to fix npm install and build warnings
fix: added fix for ESM module cannot use module.exports issue
WIP: added taxonomy files
fix: updated talismanrc
feat: added taxonomies url
WIP: taxonomy tests
feat: added , , and for taxonomy query
feat: version bump
refactor: moved _extend
fix: updated .talismanrc
fix: added fixes for failing asset tests
fix: corrected content-types for tests
fix: removed .only from test, so that all tests may execute
fix: fixed existing tests
fix: fixed taxonomies url, levels param and added doc
WIP: added integration test cases
fix: added unit tests
fix: added unit tests
fix: corrected test prefix and content-type uid
fix: bumped patch version and updated lock file
fix: removed commented tests
fix: removed unused file, updated description
fix: corrected package version
feat: added gcp_na region
feat: updated talismanrc
fix: updated minor version
fix: replaced Taxonomies().Query() with Taxonomies()
fix: updated tests and types
Bug/cs 40045 x user agent (Bug/cs 40045 x user agent #108)
Updated X-User-Agent header
Updated the X-User-Agent
fix: fixed vulnerabilities
Fix/ghwf issuefix (Fix/ghwf issuefix #115)
Updated X-User-Agent header (Updated X-User-Agent header #109)
feat: added taxonomies url
fix: updated dependencies and settings to fix npm install and build warnings
fix: added fix for ESM module cannot use module.exports issue
WIP: added taxonomy files
fix: updated talismanrc
feat: added taxonomies url
WIP: taxonomy tests
feat: added , , and for taxonomy query
feat: version bump
refactor: moved _extend
fix: updated .talismanrc
fix: added fixes for failing asset tests
fix: corrected content-types for tests
fix: removed .only from test, so that all tests may execute
fix: fixed existing tests
fix: fixed taxonomies url, levels param and added doc
WIP: added integration test cases
fix: added unit tests
fix: added unit tests
fix: corrected test prefix and content-type uid
fix: bumped patch version and updated lock file
fix: removed commented tests
fix: removed unused file, updated description
fix: corrected package version
feat: added gcp_na region
feat: updated talismanrc
fix: updated minor version
fix: replaced Taxonomies().Query() with Taxonomies()
fix: updated tests and types
Bug/cs 40045 x user agent (Bug/cs 40045 x user agent #108)
Updated X-User-Agent header
Updated the X-User-Agent
fix: fixed vulnerabilities