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

First Steps for bioscfg work #5

Merged
merged 1 commit into from
Sep 24, 2024
Merged

First Steps for bioscfg work #5

merged 1 commit into from
Sep 24, 2024

Conversation

jakeschuurmans
Copy link
Collaborator

Update github runners
Remove all hollow references.
Need to move from rivets controller to ctrl to do so. This is a "stepping stone" for later work.

I did my best to split this up, but you run into a domino effect of stuff. More PRs on the horizon to clean this up I promise.

@github-advanced-security
Copy link

This pull request sets up GitHub code scanning for this repository. Once the scans have completed and the checks have passed, the analysis results for this pull request branch will appear on this overview. Once you merge this pull request, the 'Security' tab will show more code scanning analysis results (for example, for the default branch). Depending on your configuration and choice of analysis tool, future pull requests will be annotated with code scanning analysis results. For more information about GitHub code scanning, check out the documentation.

Remove all hollow references.
Need to move from rivets controller to ctrl to do so. This is a "stepping stone" for later work.
return &TaskRunner{
publisher: publisher,
task: task,
taskStatus: NewTaskStatus(task.Name(), rctypes.Pending),
oldTask: oldTask,
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What is old an old task?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

old task struct. Im trying to limit changes in this PR to prevent having to change everything from top to bottom at once. Moving over to Ctrl requires you to use the new Task Struct, and not the one in internal/tasks.go. So this PR will result in both being used at once. Once its merged Ill throw up the next PR that will remove the oldTask and its code.

@jakeschuurmans jakeschuurmans merged commit a39842b into main Sep 24, 2024
6 checks passed
@jakeschuurmans jakeschuurmans deleted the FS-1744_1 branch September 24, 2024 21:15
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