Jira (PUP-11315) Plans apply function collides with resource types that have apply attribute
Title: Message Title Josh Cooper commented on PUP-11315 Re: Plans apply function collides with resource types that have apply attribute Merged to 6.x in https://github.com/puppetlabs/puppet/commit/4c93f0a7cfd88cb9529570537fd83d8148be6ba6 Add Comment This message was sent by Atlassian Jira (v8.13.2#813002-sha1:c495a97) -- You received this message because you are subscribed to the Google Groups "Puppet Bugs" group. To unsubscribe from this group and stop receiving emails from it, send an email to puppet-bugs+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/puppet-bugs/JIRA.395282.1618361168000.153890.1634078520468%40Atlassian.JIRA.
Jira (PUP-11315) Plans apply function collides with resource types that have apply attribute
Title: Message Title Josh Cooper updated an issue Puppet / PUP-11315 Plans apply function collides with resource types that have apply attribute Change By: Josh Cooper Fix Version/s: PUP 6.26.0 Fix Version/s: PUP 7.13.0 Add Comment This message was sent by Atlassian Jira (v8.13.2#813002-sha1:c495a97) -- You received this message because you are subscribed to the Google Groups "Puppet Bugs" group. To unsubscribe from this group and stop receiving emails from it, send an email to puppet-bugs+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/puppet-bugs/JIRA.395282.1618361168000.153891.1634078520513%40Atlassian.JIRA.
Jira (PDB-558) Design: PuppetDB should support granular access control for queries
Title: Message Title Austin Boyd updated an issue PuppetDB / PDB-558 Design: PuppetDB should support granular access control for queries Change By: Austin Boyd Zendesk Ticket Count: 1 2 Zendesk Ticket IDs: 34557 ,46118 Add Comment This message was sent by Atlassian Jira (v8.13.2#813002-sha1:c495a97) -- You received this message because you are subscribed to the Google Groups "Puppet Bugs" group. To unsubscribe from this group and stop receiving emails from it, send an email to puppet-bugs+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/puppet-bugs/JIRA.30411.1396038315000.153876.1634078040053%40Atlassian.JIRA.
Jira (PDB-558) Design: PuppetDB should support granular access control for queries
Title: Message Title Austin Boyd updated an issue PuppetDB / PDB-558 Design: PuppetDB should support granular access control for queries Change By: Austin Boyd Labels: jira_escalated Add Comment This message was sent by Atlassian Jira (v8.13.2#813002-sha1:c495a97) -- You received this message because you are subscribed to the Google Groups "Puppet Bugs" group. To unsubscribe from this group and stop receiving emails from it, send an email to puppet-bugs+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/puppet-bugs/JIRA.30411.1396038315000.153877.1634078040113%40Atlassian.JIRA.
Jira (PUP-11257) Prepare release announcement (Puppet Platform 6.25.0)
Title: Message Title Austin Blatt commented on PUP-11257 Re: Prepare release announcement (Puppet Platform 6.25.0) The only thing worth calling out is probably Added an optimization to improve the performance of the inventory endpoint when filtering on a trusted fact. Add Comment This message was sent by Atlassian Jira (v8.13.2#813002-sha1:c495a97) -- You received this message because you are subscribed to the Google Groups "Puppet Bugs" group. To unsubscribe from this group and stop receiving emails from it, send an email to puppet-bugs+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/puppet-bugs/JIRA.416124.1631828192000.153744.1634071860075%40Atlassian.JIRA.
Jira (PUP-11247) Prepare release announcement (Puppet Platform 7.12.0)
Title: Message Title Austin Blatt commented on PUP-11247 Re: Prepare release announcement (Puppet Platform 7.12.0) The only thing worth calling out is probably Added an optimization to improve the performance of the inventory endpoint when filtering on a trusted fact. Add Comment This message was sent by Atlassian Jira (v8.13.2#813002-sha1:c495a97) -- You received this message because you are subscribed to the Google Groups "Puppet Bugs" group. To unsubscribe from this group and stop receiving emails from it, send an email to puppet-bugs+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/puppet-bugs/JIRA.416089.163182758.153742.1634071800031%40Atlassian.JIRA.
Jira (PUP-11219) Puppet Platform 7.11.0 Release - 2021-09-14
Title: Message Title Molly Waggett updated an issue Puppet / PUP-11219 Puppet Platform 7.11.0 Release - 2021-09-14 Change By: Molly Waggett Epic Status: To Do Done Add Comment This message was sent by Atlassian Jira (v8.13.2#813002-sha1:c495a97) -- You received this message because you are subscribed to the Google Groups "Puppet Bugs" group. To unsubscribe from this group and stop receiving emails from it, send an email to puppet-bugs+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/puppet-bugs/JIRA.413068.1629755197000.153443.1634062500058%40Atlassian.JIRA.
Jira (PUP-11174) Puppet Platform 7.10.0 Release - 2021-08-17
Title: Message Title Molly Waggett updated an issue Puppet / PUP-11174 Puppet Platform 7.10.0 Release - 2021-08-17 Change By: Molly Waggett Epic Status: To Do Done Add Comment This message was sent by Atlassian Jira (v8.13.2#813002-sha1:c495a97) -- You received this message because you are subscribed to the Google Groups "Puppet Bugs" group. To unsubscribe from this group and stop receiving emails from it, send an email to puppet-bugs+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/puppet-bugs/JIRA.408037.1626988777000.153444.1634062500110%40Atlassian.JIRA.
Jira (PUP-6585) Remove internal usage of Puppet::Util.absolute_path?(path) / replace with Pathname.new(path)
Title: Message Title Josh Cooper commented on PUP-6585 Re: Remove internal usage of Puppet::Util.absolute_path?(path) / replace with Pathname.new(path) It turns out our absolute_path? method behaves differently than Pathname#absolute? when handling so called drive relative Windows paths like C:dir: irb(main):002:0> Puppet::Util.absolute_path?('C:dir') => false irb(main):003:0> Pathname.new('C:dir').absolute? => true ... irb(main):006:0> Puppet::Util.absolute_path?('/dir') => false irb(main):007:0> Pathname.new('/dir').absolute? => true I don't really understand the pathname behavior. The MSDN docs say https://docs.microsoft.com/en-us/dotnet/standard/io/file-path-formats#traditional-dos-paths If all three components (volume/drive letter, directory, optional filename) are present, the path is absolute. But then it goes on to say: '\Program Files\Custom Utilities\StringFinder.exe' is an absolute path from the root of the current drive. Given the subtly, I'm going to close this as won't fix.
Jira (PUP-11318) puppet code merger should use concat not plus
Title: Message Title Josh Cooper updated an issue Puppet / PUP-11318 puppet code merger should use concat not plus Change By: Josh Cooper Fix Version/s: PUP 6.26.0 Fix Version/s: PUP 7.13.0 Add Comment This message was sent by Atlassian Jira (v8.13.2#813002-sha1:c495a97) -- You received this message because you are subscribed to the Google Groups "Puppet Bugs" group. To unsubscribe from this group and stop receiving emails from it, send an email to puppet-bugs+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/puppet-bugs/JIRA.419320.1634052941000.153063.1634056440052%40Atlassian.JIRA.
Jira (PUP-11260) Send release announcement (Puppet Platform 6.25.0)
Title: Message Title Morgan Rhodes assigned an issue to Aidan Nathanson Puppet / PUP-11260 Send release announcement (Puppet Platform 6.25.0) Change By: Morgan Rhodes Assignee: Isaac Hammes Aidan Nathanson Add Comment This message was sent by Atlassian Jira (v8.13.2#813002-sha1:c495a97) -- You received this message because you are subscribed to the Google Groups "Puppet Bugs" group. To unsubscribe from this group and stop receiving emails from it, send an email to puppet-bugs+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/puppet-bugs/JIRA.416129.1631828211000.153016.163405533%40Atlassian.JIRA.
Jira (PUP-11318) puppet code merger should use concat not plus
Title: Message Title Josh Cooper assigned an issue to Josh Cooper Puppet / PUP-11318 puppet code merger should use concat not plus Change By: Josh Cooper Assignee: Josh Cooper Add Comment This message was sent by Atlassian Jira (v8.13.2#813002-sha1:c495a97) -- You received this message because you are subscribed to the Google Groups "Puppet Bugs" group. To unsubscribe from this group and stop receiving emails from it, send an email to puppet-bugs+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/puppet-bugs/JIRA.419320.1634052941000.152986.1634054340036%40Atlassian.JIRA.
Jira (PUP-11318) puppet code merger should use concat not plus
Title: Message Title Josh Cooper updated an issue Puppet / PUP-11318 puppet code merger should use concat not plus Change By: Josh Cooper Sprint: Coremunity Kanban Add Comment This message was sent by Atlassian Jira (v8.13.2#813002-sha1:c495a97) -- You received this message because you are subscribed to the Google Groups "Puppet Bugs" group. To unsubscribe from this group and stop receiving emails from it, send an email to puppet-bugs+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/puppet-bugs/JIRA.419320.1634052941000.152953.1634053260261%40Atlassian.JIRA.
Jira (PUP-11318) puppet code merger should use concat not plus
Title: Message Title Josh Cooper updated an issue Puppet / PUP-11318 puppet code merger should use concat not plus Change By: Josh Cooper Team: Coremunity Add Comment This message was sent by Atlassian Jira (v8.13.2#813002-sha1:c495a97) -- You received this message because you are subscribed to the Google Groups "Puppet Bugs" group. To unsubscribe from this group and stop receiving emails from it, send an email to puppet-bugs+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/puppet-bugs/JIRA.419320.1634052941000.152948.1634053200049%40Atlassian.JIRA.
Jira (FACT-3077) Inconsistent values coming from facter-ng output
Title: Message Title Jeremy Mozes commented on FACT-3077 Re: Inconsistent values coming from facter-ng output Gabriel Nagy Hello, do we know if this bug is also in Puppet 7/PE 2021? Add Comment This message was sent by Atlassian Jira (v8.13.2#813002-sha1:c495a97) -- You received this message because you are subscribed to the Google Groups "Puppet Bugs" group. To unsubscribe from this group and stop receiving emails from it, send an email to puppet-bugs+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/puppet-bugs/JIRA.418363.1633415924000.152946.1634053140031%40Atlassian.JIRA.
Jira (PUP-11318) puppet code merger should use concat not plus
Title: Message Title Josh Cooper created an issue Puppet / PUP-11318 puppet code merger should use concat not plus Issue Type: Bug Assignee: Unassigned Created: 2021/10/12 8:35 AM Priority: Normal Reporter: Josh Cooper lib/puppet/pops/parser/code_merger.rb calls Array#+ which makes an unnecessary copy of parse results. It should call Array#concat instead Add Comment This message was sent by Atlassian Jira (v8.13.2#813002-sha1:c495a97)
Jira (PUP-11317) Puppet Primary Server support platforms seems outdated.
Title: Message Title Ross Hansen created an issue Puppet / PUP-11317 Puppet Primary Server support platforms seems outdated. Issue Type: Bug Affects Versions: PUP 7.11.0, PUP 6.24.0 Assignee: Unassigned Attachments: image-2021-10-12-16-47-44-569.png Components: Docs Created: 2021/10/12 1:48 AM Priority: Normal Reporter: Ross Hansen Puppet Version: N/A Puppet Server Version: Puppet server 6 and Puppet server 7 OS Name/Version: N/A Documentation here Supported operating systems (puppet.com) seems to be outdated in that it doesn't show support for Ubuntu 20.04 which I would expect Puppet 7 to definitely support. I am assuming that it should also support SLES 15 but that doesn't affect me. Desired Behavior: Puppet Server supported platform should show support for Ubuntu 20.04 and SLES 15 Actual Behavior: Only shows support for SLES 12 and Ubuntu 18.04
Jira (PDB-5305) Extract PECatalogDiffer from cd4pe in a different service
Title: Message Title Bogdan Irimie assigned an issue to Andrei Filipovici PuppetDB / PDB-5305 Extract PECatalogDiffer from cd4pe in a different service Change By: Bogdan Irimie Assignee: Andrei Filipovici Add Comment This message was sent by Atlassian Jira (v8.13.2#813002-sha1:c495a97) -- You received this message because you are subscribed to the Google Groups "Puppet Bugs" group. To unsubscribe from this group and stop receiving emails from it, send an email to puppet-bugs+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/puppet-bugs/JIRA.418580.1633502784000.152496.1634026020093%40Atlassian.JIRA.
Jira (PDB-5305) Extract PECatalogDiffer from cd4pe in a different service
Title: Message Title Bogdan Irimie updated an issue PuppetDB / PDB-5305 Extract PECatalogDiffer from cd4pe in a different service Change By: Bogdan Irimie Sprint: ghost- 3 20 . 11 10 . 2023 2022 Add Comment This message was sent by Atlassian Jira (v8.13.2#813002-sha1:c495a97) -- You received this message because you are subscribed to the Google Groups "Puppet Bugs" group. To unsubscribe from this group and stop receiving emails from it, send an email to puppet-bugs+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/puppet-bugs/JIRA.418580.1633502784000.152494.1634025900037%40Atlassian.JIRA.