Alex Suttmiller

Results 9 comments of Alex Suttmiller

It seems like this would be useful for those of us building solutions on Azure. Any feedback? I would be happy to address any problems and add documentation if this...

Thanks for the heads up. I think all of those points are very addressable. I should have time this weekend to add the documentation and integration tests. If you would...

I had hoped to make the suggested changes to get this merged. However, I have since changed jobs and I don’t think I am able to carry this across the...

There are some scaling issues we identified when the collapse option is ticked. I will try to fix that issue. Also, I would like to update the styling so that...

Do not merge yet. Troubleshooting NoClassDefFoundError when comparing the job type to MatrixProject. ``` Caused by: java.lang.NoClassDefFoundError: hudson/matrix/MatrixProject at com.smartcodeltd.jenkinsci.plugins.buildmonitor.viewmodel.JobViews.viewsOf(JobViews.java:51) ```

Hey @jan-molak, we tried to follow the guidance from #62. Effectively, this PR extends "feature mixins" to allow a single job to present multiple JobView instances. However, I am skeptical...

The problem: - ListView only renders TopLevelItem instances - MatrixConfiguration is not a TopLevelItem (all build history and configuration owned by MatrixProject) - ListView relies on `private` state (e.g. cannot...

With the `azurerm` module, it is not possible to create a resource group in a specific subscription unless you make the provider explicit. This limitation makes it impossible to iterate...

For anyone searching for a quick fix, I hope this helps: https://jsbin.com/meduqu/20/edit?html,output. Lines 17 and 47 are the main things to look at. Line 17: ``` ``` Line 47: ```...