[foreman-dev] request for write-access to katello-packaging

2017-09-21 Thread Evgeni Golov
Ohai, I would like to request write access to katello-packaging. I have 14 merged PRs [1] resulting in 14 commits [2]. If I count it right, I also somehow reviewed 19 PRs [3]. TIA Evgeni [1] https://github.com/Katello/katello-packaging/pulls?page=1=is%3Apr+author%3Aevgeni=%E2%9C%93 [2]

Re: [foreman-dev] Removing old Jenkins jobs

2017-09-21 Thread Ewoud Kohl van Wijngaarden
It appears I don't have permission to delete these jobs. On Thu, Sep 21, 2017 at 08:39:15AM -0400, Eric D Helms wrote: +1 On Thu, Sep 21, 2017 at 8:22 AM, Ewoud Kohl van Wijngaarden < ew...@kohlvanwijngaarden.nl> wrote: Hello all, We have many old jobs in Jenkins that are no longer

Re: Re: [foreman-dev] Re: Bundler is unable to solve deps for fresh checkout

2017-09-21 Thread Daniel Lobato Garcia
Eventually I changed the release_tarballs to Ruby 2.4 and it went through. On 09/21, Lukas Zapletal wrote: > I just upgraded, but I think putting Gemfile.lock (even an older one > from 1.14 stable branch) could work. Weird really. > > On Wed, Sep 20, 2017 at 6:57 PM, Daniel Lobato

[foreman-dev] Removing old Jenkins jobs

2017-09-21 Thread Ewoud Kohl van Wijngaarden
Hello all, We have many old jobs in Jenkins that are no longer relevant. To make a start I'm proposing to the delete 'installer lint and *' jobs. You can see them at http://ci.theforeman.org/view/Installer/ As you can see they haven't been used for 3 years and it all happens on Travis these

Re: [foreman-dev] Help needed: Discovery develop broken (Rails 5)

2017-09-21 Thread Ivan Necas
That was exacly the reason I was sending the pr Marek referenced: will get to fixing the broken tests later today. Reviews welcome -- Ivan On Thu, 21 Sep 2017 at 10:19, Marek Hulán wrote: > On čtvrtek 21. září 2017 9:46:59 CEST Lukas Zapletal wrote: > > Hello, > > > > we are

Re: [foreman-dev] Help needed: Discovery develop broken (Rails 5)

2017-09-21 Thread Marek Hulán
On čtvrtek 21. září 2017 9:46:59 CEST Lukas Zapletal wrote: > Hello, > > we are getting errors in discovery develop due to Rails 5 update: > > ActiveRecord::SubclassNotFound: Invalid single-table inheritance type: > Host::Discovered is not a subclass of Host::Managed > >

[foreman-dev] Help needed: Discovery develop broken (Rails 5)

2017-09-21 Thread Lukas Zapletal
Hello, we are getting errors in discovery develop due to Rails 5 update: ActiveRecord::SubclassNotFound: Invalid single-table inheritance type: Host::Discovered is not a subclass of Host::Managed

Re: [foreman-dev] Re: Bundler is unable to solve deps for fresh checkout

2017-09-21 Thread Lukas Zapletal
I just upgraded, but I think putting Gemfile.lock (even an older one from 1.14 stable branch) could work. Weird really. On Wed, Sep 20, 2017 at 6:57 PM, Daniel Lobato wrote: > http://ci.theforeman.org/view/Release%20pipeline/job/release_tarballs > > seems to have suffered