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

Rename statusUpdate in jobconfig to just update #1439

Open
sbliven opened this issue Oct 14, 2024 · 1 comment
Open

Rename statusUpdate in jobconfig to just update #1439

sbliven opened this issue Oct 14, 2024 · 1 comment
Assignees
Labels
enhancement New feature or request
Milestone

Comments

@sbliven
Copy link
Member

sbliven commented Oct 14, 2024

Rename statusUpdate in jobconfig to just update

Current Behaviour

Updating jobs is now done through a simple PATCH /jobs/:id call, rather than a distinct /jobs/statusUpdate/:id as in the past. However the jobConfig still includes statusUpdate

Expected Behaviour

Rename statusUpdate to just update consistently.

  • StatusUpdateJobDto -> UpdateJobDto
  • JobConfig.statusUpdate -> JobConfig.update
    etc.
@sbliven sbliven added the enhancement New feature or request label Oct 14, 2024
@sbliven sbliven added this to the Release Jobs milestone Oct 14, 2024
@sbliven sbliven self-assigned this Oct 14, 2024
@sbliven sbliven moved this to Todo in Core Release Jobs Oct 14, 2024
@despadam despadam self-assigned this Oct 21, 2024
@despadam
Copy link

(draft) PR: #1460

@sbliven sbliven removed their assignment Nov 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Status: In Progress
Development

No branches or pull requests

2 participants