This is my personal gitlab instance. Feel free to browse my stuff: https://gitlab.greeson.xyz/users/highsaltlevels/projects

Small fixes

David Greeson requested to merge small-fixes into main

Summary

  • Fix an issue where if you have a full pokemon evolution chain and then catch a shiny and try to evolve it, it fails to evolve. Now it evolves and replaces the non-shiny version
  • Update to use golang version 1.24.1

Testing

I tested by having it post a pokemon which happened to be Oddish. After catching Oddish, evolved it to gloom

2025-03-10-142208_474x470_scrot

After evolving to gloom, I changed the current pokemon k8s resource to be a shiny oddish. And then caught it to make sure it replaces correctly.

2025-03-10-143610_1215x121_scrot

Finally, I chose oddish again and evolved it and it successfully evolved to a shiny gloom.

2025-03-10-143622_682x555_scrot

Edited by David Greeson

Merge request reports