https://www.puppet.com/community logo
Join Slack
Powered by
# voxpupuli
  • v

    VoxBot

    10/10/2022, 2:09 PM
    ewoud: for context: https://github.com/voxpupuli/webhook-go/actions/runs/3216567551/jobs/5258581023 - fails with what appears to be a permission issue
  • v

    VoxBot

    10/10/2022, 2:10 PM
    hmm, I think I may know the issue
  • v

    VoxBot

    10/10/2022, 2:12 PM
    https://github.com/voxpupuli/webhook-go/pull/68
  • v

    VoxBot

    10/10/2022, 2:13 PM
    all I can say is https://github.com/voxpupuli/puppet-lint_modulesync_configs/blob/f7ddfda7277430c82be05dfe60734e3ab33f0df3/moduleroot/.github/workflows/release.yml.erb#L25-L31
  • v

    VoxBot

    10/10/2022, 2:26 PM
    Now the question is where do I find the container registry
  • v

    VoxBot

    10/10/2022, 2:27 PM
    oh, found it, on the right hand side of the repo
  • v

    VoxBot

    10/10/2022, 5:32 PM
    ewoud: kudos for the hacktoberthing script! I feel like each year the code from the previous year does not work :-/
  • v

    VoxBot

    10/10/2022, 5:35 PM
    My boss - at the local pub - just reminded me that he wanted a new release of the Python module with his changes
  • v

    VoxBot

    10/10/2022, 5:36 PM
    Haven't done a release of a pupuli module before, but if someone has a link to a little FAQ/How-to I wouldn't mind going through it tomorrow
  • v

    VoxBot

    10/10/2022, 5:37 PM
    don't drink and release!
  • v

    VoxBot

    10/10/2022, 5:37 PM
    Ananace, as far as I recall, https://voxpupuli.org/docs/releasing_version/ should still be uptodate
  • v

    VoxBot

    10/10/2022, 5:41 PM
    Yep, was planning on doing it tomorrow from the office
  • v

    VoxBot

    10/10/2022, 9:56 PM
    bastelfreak: I may not make the call tomorrow -- taking the dog to the vet and don't know how long it will take
  • v

    VoxBot

    10/10/2022, 11:41 PM
    dhollinger: re pdb: only works as well as pry in combination with ipython
  • v

    VoxBot

    10/10/2022, 11:42 PM
    tho i still haven't figured out how to show doc and show source
  • v

    VoxBot

    10/11/2022, 8:37 AM
    meena: add ? or ?? to the end of a statement? at least with ipython that works
  • v

    VoxBot

    10/11/2022, 8:38 AM
    obviously that's not going to work in Ruby where ? can be part of a method's name
  • a

    Alex Fisher

    10/11/2022, 9:07 AM
    Morning all
  • a

    Alex Fisher

    10/11/2022, 9:08 AM
    ewoud: any idea if in rspec, you can use
    pending
    for shared examples where only some of the shared examples are expected to fail?
  • a

    Alex Fisher

    10/11/2022, 9:10 AM
    Specifically, I have some acceptance tests where I know a resource isn't idempotent, so I've tried to mark the
    it_behaves_like 'an idempotent resource'
    test as pending.
  • a

    Alex Fisher

    10/11/2022, 9:11 AM
    Looks like the tests then 'fail' because the first puppet run completes without errors (ie
    pending
    wasn't true).
  • a

    Alex Fisher

    10/11/2022, 9:11 AM
    https://github.com/voxpupuli/puppet-grafana/pull/301/files#diff-45fc46d01dc10781721f447271b4608c3d63329e00c739ff8611bb32197ce28fR51
  • a

    Alex Fisher

    10/11/2022, 9:12 AM
    https://github.com/voxpupuli/puppet-grafana/actions/runs/3220810031/jobs/5267994033#step:5:9815
  • v

    VoxBot

    10/11/2022, 9:31 AM
    ewoud: in pry
    ? x
    is short for
    show-doc x
    , and
    $ x
    is short for
    show-source x
  • v

    VoxBot

    10/11/2022, 9:33 AM
    meena: I meant that adding it as a suffix (as with ipython) won't work in Ruby
  • v

    VoxBot

    10/11/2022, 9:38 AM
    yah, but, either way… the whole cd, ls, cat things in pry are are just very unique to pry, and i really wish more things had that
  • v

    VoxBot

    10/11/2022, 11:01 AM
    Had the time to poke at it now, followed the release process docs to get to https://github.com/voxpupuli/puppet-python/pull/645
  • v

    VoxBot

    10/11/2022, 11:03 AM
    Ananace, I've labeled https://github.com/voxpupuli/puppet-python/issues/638 as a bug, so if you regen the changelog it should show up in the rght section
  • v

    VoxBot

    10/11/2022, 11:04 AM
    and I'd argue this should be 6.4.0 as it contains features and not only fixes
  • v

    VoxBot

    10/11/2022, 11:04 AM
    and then CI fails to lint stuff :/
1...152153154...648Latest