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

Move code in common.go to more sensible places #3893

Merged
merged 4 commits into from
Sep 2, 2024

Conversation

d80tb7
Copy link
Collaborator

@d80tb7 d80tb7 commented Aug 24, 2024

In the scheduler we had two files common.go and common_test.go wich contained some curious code.

  • common.go contained a function for printing out job contexts so I've moved that to the context package
  • common_test.go contained a couple of tests for resource lists so I've moved that to the schedulerobjects package.

d80tb7 and others added 3 commits August 24, 2024 08:45
Signed-off-by: Chris Martin <chris@cmartinit.co.uk>
Signed-off-by: Chris Martin <chris@cmartinit.co.uk>
@JamesMurkin JamesMurkin enabled auto-merge (squash) September 2, 2024 16:23
@JamesMurkin JamesMurkin merged commit 41b3f79 into master Sep 2, 2024
24 checks passed
@JamesMurkin JamesMurkin deleted the f/chrisma/move-common branch September 2, 2024 16:32
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.

2 participants