shurkus

Results 10 comments of shurkus

This is an ancient, foolish decision to adopt this [MR](https://github.com/runatlantis/atlantis/pull/2053), resulting in us living on v0.19.2.

Another case when authorization.type is unnecessary and does not allow data to be collected normally https://grafana.com/docs/oncall/latest/oncall-api-reference/

Any news or need some additional information?

An issue has been identified when using the goca library to create a service in OpenNebula. Code has been written to initialize service creation; however, it has been observed that...

Understood. The issue lies within OpenNebula. Golang operates with maps that don't maintain order, resulting in JSON output sorted alphabetically. Consequently, a structure like: ```Json "Controlplane": { "reserve_from": "1", "extra":...

Apologies for creating the pull request from my other account. Additionally, I would like to bring your attention to [packer-plugin-opennebula](https://github.com/shurkys/packer-plugin-opennebula). Unfortunately, I don't have the time to continue its development,...

Can be fixed by adding to [plan_command_runner.go#L117](https://github.com/runatlantis/atlantis/blob/main/server/events/plan_command_runner.go#L117) ```Golang // At this point we are sure Atlantis has work to do, so set commit status to pending if err := p.commitStatusUpdater.UpdateCombined(ctx.Log,...