jbnance

Results 20 comments of jbnance

The "Skip SSL Certificate Validation" checkbox still doesn't work fully. In my case the BitBucket server accesses the Jenkins server using a different hostname than the certificate was generated, which...

You're splitting hairs. If you're going to ignore the CA you have already thrown validation out the window. So whether the CN matches the host name or not doesn't mean...

This issue exists for Locations as well, and I'm guessing Puppet modules as seen in #363.

@rochacbruno oh my gosh we're developing the same thing at the same time... I wish I would have known about that. I've been writing a "populate-satellite" script that uses JSON...

Here are the logs when adding a single module to a CV using the web UI: ``` ==> /var/log/httpd/foreman-ssl_access_ssl.log /var/log/httpd/foreman-ssl_error_ssl.log user to 'SSL_CLIENT_S_DN_CN', referer: https://localhost:4443/content_views/24/puppet_modules/stdlib/versions [Mon Jan 23 15:31:19.232183 2017]...

My ask is purely about the returned data. I request that the `partition` property is always included in the returned object and that the `fullPath` property always include the partition....

This same situation exists for monitors as well. Shall I open a new issue or modify this request?

@erozqba I'm running the current master branch with Django 1.11.6 and this issue appears to have cropped back up. I'd be more than happy to help troubleshoot this if you...

@erozqba Thank you very much for your time. This issue occurs in the provided test app (using the Publication, Writer, and Book models). It looks like there are actually two...

In the second example I should have included that the order of the fields matters. If the non-chained MtoM comes before the chained MtoM, stuff breaks. If the chained MtoM...