-
Notifications
You must be signed in to change notification settings - Fork 1
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: zoho recruit #26
Merged
Conversation
This file contains 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
Owner
dereekb
commented
Nov 7, 2024
- added Zoho Recruit API functionality and package
- updated circleci pipeline
- daylight savings timezone edgecase fixes and tests for november 3rd 2024
- can now provide a getter to build the base request
- removed lodash dependencies from util - updated @dereekb/fetch to build using rollup
- expectFail now has a second argument that allows for validating/asserting the expected error was thrown instead of any error
- added FetchPageFactory for performing fetch with page-like results
- fixed issue with two hours after daylight savings ended not always calculating the correct value - added scenarios to capture and cover this issue
- split up test-with-node test running into two separate runs for circleci - updated zoho accounts error handling
- added test-skip-build to date to skip rebuilding between tests while also avoiding the cache issues
☁️ Nx Cloud ReportCI is running/has finished running commands for commit 8da52af. As they complete they will appear below. Click to see the status, the terminal output, and the build insights. 📂 See all runs for this CI Pipeline Execution ✅ Successfully ran 17 targets
Sent with 💌 from NxCloud. |
dereekb
pushed a commit
that referenced
this pull request
Nov 7, 2024
build: lint fix feat: zoho recruit (#26) * checkpoint: zoho package * refactor: added async support to FetchRequestFactory - can now provide a getter to build the base request * checkpoint: zoho accounts * checkpoint: zoho accounts * checkpoint: zoho accounts * refactor: removed lodash dependency - removed lodash dependencies from util - updated @dereekb/fetch to build using rollup * checkpoint: zoho production build * refactor: fixed gitignore for access tokens * refactor: structuredClone fix for jsdom tests * checkpoint: zoho recruit api * refactor: updated expectFail() - expectFail now has a second argument that allows for validating/asserting the expected error was thrown instead of any error * refactor: added fetchPageFactory() - added FetchPageFactory for performing fetch with page-like results * checkpoint: recruit api * checkpoint: recruit api * checkpoint: recruit api * checkpoint: date fixes * refactor: added filterRepeatCheckpointSnapshots() * refactor: wrapper demo fix * checkpoint: date fixes * refactor: fixed date timezone functions for daylight savings - fixed issue with two hours after daylight savings ended not always calculating the correct value - added scenarios to capture and cover this issue * refactor: ci build change - split up test-with-node test running into two separate runs for circleci - updated zoho accounts error handling * refactor: ci build change - added test-skip-build to date to skip rebuilding between tests while also avoiding the cache issues * refactor: added update and upsert to zoho api * refactor: test fix refactor: added IsFirestoreModelIdOrKey()
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.