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

    jhoblitt

    11/04/2022, 7:40 PM
    so... were there any design thoughts? A latex tangle/weave like mangling of the README.md in place or adding something like an .erb template?
  • s

    Slackbot

    11/04/2022, 7:41 PM
    This message was deleted.
    r
    b
    j
    • 4
    • 14
  • s

    Slackbot

    11/04/2022, 7:42 PM
    This message was deleted.
    j
    l
    • 3
    • 6
  • b

    bastelfreak

    11/04/2022, 7:42 PM
    that was one of the ideas. and I think ewoud considered that as well
  • r

    raphink

    11/04/2022, 7:49 PM
    that's right https://github.com/raphink/puppet-freeradius
  • j

    jhoblitt

    11/04/2022, 7:50 PM
    hmm, this page claims markdown code blocks can be labeled: https://thesynack.com/posts/codeblock-labels-markdown/
  • j

    jhoblitt

    11/04/2022, 7:55 PM
    thanks. Taking a look now
  • j

    jhoblitt

    11/04/2022, 7:55 PM
    https://github.com/raphink/github-readme-generator
  • j

    jhoblitt

    11/04/2022, 7:56 PM
    https://github.com/raphink/github-readme-generator/blob/master/lib/github_readme_generator/task.rb#L69-L77
  • s

    Slackbot

    11/04/2022, 7:57 PM
    This message was deleted.
    j
    • 2
    • 1
  • r

    raphink

    11/04/2022, 8:03 PM
    FTR the idea on this module was two-fold, based on the
    examples
    dir: • generate README from comments • generate acceptance tests from code (see https://github.com/raphink/puppet-freeradius/blob/master/spec/spec_helper_acceptance.rb#L5)
  • r

    raphink

    11/04/2022, 8:03 PM
    https://github.com/raphink/puppet-freeradius/blob/master/spec/acceptance/freeradius_spec.rb#L5
  • j

    jhoblitt

    11/04/2022, 8:06 PM
    that is an interesting thought
  • v

    VoxBot

    11/04/2022, 8:06 PM
    we have something similar in https://github.com/voxpupuli/voxpupuli-acceptance#examples
  • s

    Slackbot

    11/04/2022, 8:07 PM
    This message was deleted.
    j
    • 2
    • 2
  • v

    VoxBot

    11/04/2022, 8:09 PM
    so you can use it { expect(Pathname('...')).to apply.idempotently }
  • v

    VoxBot

    11/04/2022, 8:14 PM
    I was also thinking about writing up a structure so you could create spec/acceptance/example/bla_rspec.rb and do some additional magic to automatically set the subject
  • v

    VoxBot

    11/04/2022, 8:22 PM
    or spec/acceptance/{classes,defines} and use the same let(:params) structure as in unit tests
    clapping 2
  • j

    jhoblitt

    11/04/2022, 9:57 PM
    the more convergence between rspec-beaker and rspec-puppet the better!
  • v

    VoxBot

    11/05/2022, 1:20 PM
    can I get a review for https://github.com/voxpupuli/puppet-python/pull/647
  • v

    VoxBot

    11/05/2022, 1:28 PM
    nice
  • v

    VoxBot

    11/05/2022, 1:28 PM
    now I've https://github.com/voxpupuli/puppet-python/pull/642
  • v

    VoxBot

    11/05/2022, 1:47 PM
    and https://github.com/voxpupuli/puppet-python/pull/648
  • m

    Massimiliano (Max)

    11/05/2022, 2:50 PM
    ā“ question ā“ it's the first time I'm trying to create a new release. Could you please tell me if this is correct: 1. I change metadata.json and I create a PR. End of story. 2. I run bundle commands, until I run
    bundle exec rake release
    . This command is going to create a new metadata.json and we work with the module in the future, with the version number suffixed with
    -rc0
  • s

    smortex

    11/05/2022, 8:40 PM
    @Massimiliano (Max) 1. You create a branch, bump the version in metadata.json, update the CHANGELOG and REFERENCE.md and open a PR with this.
    šŸ‘ 1
  • s

    smortex

    11/05/2022, 8:41 PM
    When this PR is merged, you switch back to the master branch, git pull to be on the merge commit of the release PR and then
    bundle exec rake release
    .
    šŸ‘ 1
  • s

    smortex

    11/05/2022, 8:42 PM
    https://voxpupuli.org/docs/releasing_version/ <-- Long version of the above
  • j

    Jethro

    11/07/2022, 1:27 PM
    Is there anyone who can have a look at https://github.com/voxpupuli/puppet-mongodb/pull/650
  • j

    Jethro

    11/07/2022, 1:27 PM
    Is there anyone who can have a look at https://github.com/voxpupuli/puppet-mongodb/pull/650
  • f

    fe80

    11/07/2022, 2:18 PM
    If someone have another idea ? Datacat doesn't work on exported resources (or define/class type šŸ˜”)
1...182183184...648Latest