-
Notifications
You must be signed in to change notification settings - Fork 32
fix: send id in job edit #245
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
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
vishalm0509
reviewed
Nov 4, 2025
Collaborator
vishalm0509
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.
Question
hash-data
added a commit
that referenced
this pull request
Nov 7, 2025
* fix(api): refactor raw queries and add constants * chore(api): Adding service layer * chore(api): adding service layer * fix: resolve conflict errors * feat: improve Worker design by passing existing Client * feat: improving error handling a * feat: add info logging * fix: changes after testing * feat(docker): use Docker Go SDK instead of shell commands for container operations * feat: updated GoSec security ci * feat: delete config files * chore: update project name to olake-ui * chore: addressed review comments * chore: creatign dto packaghe * chore: using GetIDFromPath function for id * feat: implement dto layer and validation for request * merge staging * chore: refactor based on self review * chore: refactor * docs: updated api contract * refactor: initialize services once at startup and standardize error logging * fix: remove unnecessary checks * fix: ci issues * fix: ci issues * fix: ci issues * fix: lint issues * fix: refactor unmarshal and validation for req body * chore: refactor dto and nil checks * chore: use errorf * fix: dto and db queries * chore: resovle review comments * chore: remove nil checks and added request uri in error logs * fix: lint issue * chore: refactor bff (#237) * chore: refactored refactor pr * chore: some more refactor related changes * chore: refactor temporal service * chore: remove comments * chore: refactor error throwing * chore: updating handler * chore: rename service and db thing * chore: adding back vikash commit of package name change * chore: adding back vikash commit of package name change * refactor: merge k8s and docker workers (#205) * fix: commands -> check, discover * fix: sync worklfow * refactor: remove worker from olake-ui * chore: remove worker files & add timeout utility * chore: update branch name in worklfow to release an image * fix: remove worker from release.sh * fix: add pre and post sync worker callback * fix: add telemetry event for sync workflow * fix: latest changes * chore: remove stale code * fix: update env var - container_persistence_dir and host_persistence_dir * chore: remove worker job api * chore: cleanup files * fix: fix refactor bff changes * chore: move encryptionkey to app.conf * chore: add unmarshal-and-validate util * chore: add robust error logging (resolve comments) * chore: remove container_persistent_path env var * fix: update sync workflow to match the old worker * chore: add wrong workflow name * chore: add correct workflow name * fix: resolve comments * chore: add constants for app.conf keys * fix: call pause and unpause in activate job service * chore: api success response update * fix: lint issue * fix: source and job dataitems * fix: api according to bff refactor * fix: build errors * chore: consistant logger accorss files * fix: security ci * fix: security ci * fix: panic issue and add unique name check in job creation * feat: added job cancel in job updatea and return error from test connection * chore: move temporal and etl into services folder * chore: use same name in sevice and handlers * fix: source test connection * fix: move result nil check before error in source and destiantion test connection * fix: fix job history retry and destination spec api (#244) * fix: fix job history retry * fix: fix destination spec api * fix: remove hardcoding branch name in build-ui workflow * fix: remove k8s and docker task queue * fix: lint issue * fix: error in login and test destiantion * fix: add retry logic for temporal client init * fix: send id in job edit (#245) * fix: send id in job edit * fix: add modal for spec error, fix double error messages * fix: integration test fix * fix: minor fix * chore: update worker tag in docker-compose for int. test * chore: remove temporal address from constant (#246) * chore: remove temporalAddr constant and make retry simple * chore: remove logs * fix: add cleanup on cancelling fetchSpec API * chore: resolve review comments * chore: remove unused messages * fix: integration test - attempt 1 * chore: added a todo --------- Co-authored-by: Ankit Sharma <111491139+hash-data@users.noreply.github.com> Co-authored-by: hashcode-ankit <ankit@datazip.io> Co-authored-by: vishal-datazip <vishal@datazip.io> Co-authored-by: deepanshupal09-datazip <deepanshu@datazip.io>
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.
Description
Type of change
How Has This Been Tested?
Screenshots or Recordings
Related PR's (If Any):