Chris Carpenter

Results 30 comments of Chris Carpenter

It has access to the data in the main table, but it does not contain the data for the version table. `$affectedRecords = $this->getAffectedRecords();` only returns columns in the main...

Came here looking for a solution too. Added this to my zsh config and saw terrible performance. On Ubuntu 18.04. Removing this `eval "$(pyenv virtualenv-init -)"` removes the slowness.

As @ianjukes described I have the same behavior. > As per @jochman's post above, `goenv rehash` will set the variables after switching the version, but I think this should be...

Did some digging in the product_loader.rb last night and found a few things. Line 388: I think find_or_create_by_\* was deprecated. Maybe should be: ``` parent_taxonomy = @@taxonomy_klass.find_or_create_by(name: parent_name) ``` Line...

I had the same error as @nillebor and it took me a while to figure out why because I was using an admin account. Until I realized that the wiki...

Came here because I had the same issue as #536 trying to get info about the agents. > The field "jenkins.agents.total" associated with this object no longer exists in the...

After updating the plugin to the latest version of 2.13.0 I'm now seeing agents being reported correctly. ![image](https://github.com/jenkinsci/opentelemetry-plugin/assets/458486/62ac91fe-b6b2-46e5-9029-9ad5df00c88c) But I've noticed the Queue Left just keeps incrementing with nothing in...

Sounds silly but how do you get to this inspector at all?

Anyone found a fix for this? Running into the same 200 issue when hitting a missing route

@graywolf336 As would I! Ultimately I ended up writing the API with Node/Express. Had to get the project finished. Didn't see an easy way to incorporate the change into restivus...