Followup - prevent handleRepositories
from crashing | Stop using pointers in logs | Fix fetching service from repo
#262
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.
Issues
https://github.com/OpsLevel/team-platform/issues/243
#260
Changelog
repo.GetService()
that crashes if the base directory is nil.%+v
)changie
entryTophatting
I am using the sample config on our dev cluster.
On a deployment, I added an annotation that attached a repository.
I noticed I could never encounter the path where the repository gets renamed because the code isn't smart enough to know the baseDirectory
"/" == ""
. Had to make this opslevel-go change for that to work: OpsLevel/opslevel-go#374Result is that repository names actually get updated.
Later run:
An invalid repo doesn't crash the program: