Jira (PDB-724) PR (130): implement max_threads option for jetty - stefanandres

2014-06-26 Thread gepetto-bot (JIRA)
Title: Message Title










 

 gepetto-bot created an issue


















 PuppetDB /  PDB-724



  PR (130): implement max_threads option for jetty - stefanandres 










Issue Type:

  Task




Assignee:


 Unassigned




Created:


 26/Jun/14 8:17 AM




Labels:


 github module




Priority:

  Normal




Reporter:

 gepetto-bot










implement max_threads option for jetty


Author: Stefan Andres s.and...@syseleven.de


Company: SysEleven GmbH


Github ID: stefanandres


Pull Request 130 Discussion


Pull Request 130 File Diff


Pull Request Description

If you have a server with 256 GB RAM, the default jetty option for max_threads will not be enough. The puppetdb.log will say:
```java.lang.IllegalStateException: Insufficient max threads in ThreadPool: max=100  needed=121```
So we need the 

Jira (PDB-724) PR (130): implement max_threads option for jetty - stefanandres

2014-06-26 Thread gepetto-bot (JIRA)
Title: Message Title










 

 gepetto-bot commented on an issue


















  Re: PR (130): implement max_threads option for jetty - stefanandres 










stefanandres commented:
Oh, apparently https://github.com/puppetlabs/puppetlabs-puppetdb/pull/128 already implemented this wish-feature, but in my solution the option will not be set unless it is actively set. pull/128 will always explicetly add max_threads even if not needed.












   

 Add Comment

























 PuppetDB /  PDB-724



  PR (130): implement max_threads option for jetty - stefanandres 







 h2. implement max_threads option for jetty  * Author: Stefan Andres s.and...@syseleven.de * Company: SysEleven GmbH * Github ID: [stefanandres|https://github.com/stefanandres] * [Pull Request 130 Discussion|https://github.com/puppetlabs/puppetlabs-puppetdb/pull/130] * [Pull Request 130 File Diff|https://github.com/puppetlabs/puppetlabs-puppetdb/pul...















 This message was sent by Atlassian JIRA (v6.1.4#6159-sha1:44eaede)




 














-- 
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.

Jira (PDB-685) PR (128): add parameter 'max_threads' to define value in jetty.ini - mklette

2014-06-26 Thread gepetto-bot (JIRA)
Title: Message Title










 

 gepetto-bot commented on an issue


















  Re: PR (128): add parameter 'max_threads' to define value in jetty.ini - mklette 










stefanandres commented:
I need that too. I did not see your pull request, so I made a new one a few minutes ago, though I added one more feature: it does not add max_threads if not needed: https://github.com/puppetlabs/puppetlabs-puppetdb/pull/130












   

 Add Comment

























 PuppetDB /  PDB-685



  PR (128): add parameter 'max_threads' to define value in jetty.ini - mklette 







 h2. add parameter 'max_threads' to define value in jetty.ini  * Author: Mathias Klette mathias.kle...@gmx.de * Company:  * Github ID: [mklette|https://github.com/mklette] * [Pull Request 128 Discussion|https://github.com/puppetlabs/puppetlabs-puppetdb/pull/128] * [Pull Request 128 File Diff|https://github.com/puppetlabs/puppetlabs-puppetdb/pull/128...















 This message was sent by Atlassian JIRA (v6.1.4#6159-sha1:44eaede)




 














-- 
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 

Jira (PDB-566) PR (125): Ensure db and db users created before validation - rickerc

2014-06-26 Thread gepetto-bot (JIRA)
Title: Message Title










 

 gepetto-bot commented on an issue


















  Re: PR (125): Ensure db and db users created before validation - rickerc 










lasso-travis commented:
We have the same issue. This is how we currently use puppetdb...
class profile::puppetmaster::puppetdb  { include ::puppetdb }
This fails with the same errors/issues as mentioned earlier.
We also tried the following, which shouldn't be needed since a before = is present in puppetdb::database::postgresql
class  {'puppetdb::server': ... require = Class['puppetdb::database::postgresql'] }
No luck.
Any ideas?












   

 Add Comment

























 PuppetDB /  PDB-566



  PR (125): Ensure db and db users created before validation - rickerc 







 h2. Ensure db and db users created before validation   * Author: Chris Ricker   * Company:  * Github ID: [rickerc|https://github.com/rickerc]  * [Pull Request 125 Discussion|https://github.com/puppetlabs/puppetlabs-puppetdb/pull/125]  * [Pull Request 125 File Diff|https://github.com/puppetlabs/puppetlabs-puppetdb/pull/125/files]   h2. Pull Re...















 This message was sent by Atlassian JIRA (v6.1.4#6159-sha1:44eaede)




 
 

Jira (PDB-566) PR (125): Ensure db and db users created before validation - rickerc

2014-06-30 Thread gepetto-bot (JIRA)
Title: Message Title










 

 gepetto-bot commented on an issue


















  Re: PR (125): Ensure db and db users created before validation - rickerc 










tdb commented:
Another me too.
``` Notice: /Stage[main]/Puppetdb::Server::Validate_db/Postgresql::Validate_db_connection[validate puppetdb postgres connection]/Exec[validate postgres connection for localhost/puppetdb]/returns: Unable to connect to defined database using: /usr/bin/psql --tuples-only --quiet -h localhost -U puppetdb -p 5432 --dbname puppetdb Error: echo 'Unable to connect to defined database using: /usr/bin/psql --tuples-only --quiet -h localhost -U puppetdb -p 5432 --dbname puppetdb '  false returned 1 instead of one of [0] Error: /Stage[main]/Puppetdb::Server::Validate_db/Postgresql::Validate_db_connection[validate puppetdb postgres connection]/Exec[validate postgres connection for localhost/puppetdb]/returns: change from notrun to 0 failed: echo 'Unable to connect to defined database using: /usr/bin/psql --tuples-only --quiet -h localhost -U puppetdb -p 5432 --dbname puppetdb '  false returned 1 instead of one of [0]
Notice: /Stage[main]/Puppetdb::Database::Postgresql/Postgresql::Server::Db[puppetdb]/Postgresql::Server::Role[puppetdb]/Postgresql_psql[CREATE ROLE puppetdb ENCRYPTED PASSWORD 'xDyfygrgxnphey1jLutccjt2lwsmms' LOGIN NOCREATEROLE NOCREATEDB NOSUPERUSER CONNECTION LIMIT -1]/command: command changed '' to 'CREATE ROLE puppetdb ENCRYPTED PASSWORD 'XX' LOGIN NOCREATEROLE NOCREATEDB NOSUPERUSER CONNECTION LIMIT -1' Notice: /Stage[main]/Puppetdb::Database::Postgresql/Postgresql::Server::Db[puppetdb]/Postgresql::Server::Database_grant[GRANT puppetdb - all - puppetdb]/Postgresql::Server::Grant[database:GRANT puppetdb - all - puppetdb]/Postgresql_psql[GRANT ALL ON DATABASE puppetdb TO puppetdb]/command: command changed '' to 'GRANT ALL ON DATABASE puppetdb TO puppetdb' ```
You can clearly see the validation is done before the role is created and the permissions set up. So it's just an ordering issue. @kbarber maybe in your case the order just happens to work out better?
The right fix would appear to be ensuring the database is fully set up before validation is done. Please reopen the issue.












   

 Add Comment

























 PuppetDB /  PDB-566



 

Jira (PDB-566) PR (125): Ensure db and db users created before validation - rickerc

2014-07-01 Thread gepetto-bot (JIRA)
Title: Message Title










 

 gepetto-bot commented on an issue


















  Re: PR (125): Ensure db and db users created before validation - rickerc 










Pull request Ensure db and db users created before validation has been reopened.












   

 Add Comment

























 PuppetDB /  PDB-566



  PR (125): Ensure db and db users created before validation - rickerc 







 h2. Ensure db and db users created before validation   * Author: Chris Ricker   * Company:  * Github ID: [rickerc|https://github.com/rickerc]  * [Pull Request 125 Discussion|https://github.com/puppetlabs/puppetlabs-puppetdb/pull/125]  * [Pull Request 125 File Diff|https://github.com/puppetlabs/puppetlabs-puppetdb/pull/125/files]   h2. Pull Re...















 This message was sent by Atlassian JIRA (v6.1.4#6159-sha1:44eaede)




 














-- 
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 post to this group, send email to puppet-bugs@googlegroups.com.
Visit this group at http://groups.google.com/group/puppet-bugs.
For more options, visit https://groups.google.com/d/optout.


Jira (PDB-685) PR (128): add parameter 'max_threads' to define value in jetty.ini - mklette

2014-07-01 Thread gepetto-bot (JIRA)
Title: Message Title










 

 gepetto-bot commented on an issue


















  Re: PR (128): add parameter 'max_threads' to define value in jetty.ini - mklette 










kbarber commented:
Lets go with #130. Not having baked-in defaults is a better behaviour.












   

 Add Comment

























 PuppetDB /  PDB-685



  PR (128): add parameter 'max_threads' to define value in jetty.ini - mklette 







 h2. add parameter 'max_threads' to define value in jetty.ini  * Author: Mathias Klette mathias.kle...@gmx.de * Company:  * Github ID: [mklette|https://github.com/mklette] * [Pull Request 128 Discussion|https://github.com/puppetlabs/puppetlabs-puppetdb/pull/128] * [Pull Request 128 File Diff|https://github.com/puppetlabs/puppetlabs-puppetdb/pull/128...















 This message was sent by Atlassian JIRA (v6.1.4#6159-sha1:44eaede)




 














-- 
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 post to this group, send email to puppet-bugs@googlegroups.com.
Visit this group at http://groups.google.com/group/puppet-bugs.
For more options, visit 

Jira (PDB-685) PR (128): add parameter 'max_threads' to define value in jetty.ini - mklette

2014-07-01 Thread gepetto-bot (JIRA)
Title: Message Title










 

 gepetto-bot commented on an issue


















  Re: PR (128): add parameter 'max_threads' to define value in jetty.ini - mklette 










Pull request add parameter 'max_threads' to define value in jetty.ini has been closed.












   

 Add Comment

























 PuppetDB /  PDB-685



  PR (128): add parameter 'max_threads' to define value in jetty.ini - mklette 







 h2. add parameter 'max_threads' to define value in jetty.ini  * Author: Mathias Klette mathias.kle...@gmx.de * Company:  * Github ID: [mklette|https://github.com/mklette] * [Pull Request 128 Discussion|https://github.com/puppetlabs/puppetlabs-puppetdb/pull/128] * [Pull Request 128 File Diff|https://github.com/puppetlabs/puppetlabs-puppetdb/pull/128...















 This message was sent by Atlassian JIRA (v6.1.4#6159-sha1:44eaede)




 














-- 
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 post to this group, send email to puppet-bugs@googlegroups.com.
Visit this group at http://groups.google.com/group/puppet-bugs.
For more options, visit https://groups.google.com/d/optout.


Jira (PDB-724) PR (130): implement max_threads option for jetty - stefanandres

2014-07-01 Thread gepetto-bot (JIRA)
Title: Message Title










 

 gepetto-bot commented on an issue


















  Re: PR (130): implement max_threads option for jetty - stefanandres 










stefanandres commented:
Okay, I removed the assumption. 












   

 Add Comment

























 PuppetDB /  PDB-724



  PR (130): implement max_threads option for jetty - stefanandres 







 h2. implement max_threads option for jetty  * Author: Stefan Andres s.and...@syseleven.de * Company: SysEleven GmbH * Github ID: [stefanandres|https://github.com/stefanandres] * [Pull Request 130 Discussion|https://github.com/puppetlabs/puppetlabs-puppetdb/pull/130] * [Pull Request 130 File Diff|https://github.com/puppetlabs/puppetlabs-puppetdb/pul...















 This message was sent by Atlassian JIRA (v6.1.4#6159-sha1:44eaede)




 














-- 
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 post to this group, send email to puppet-bugs@googlegroups.com.
Visit this group at http://groups.google.com/group/puppet-bugs.
For more options, visit https://groups.google.com/d/optout.


Jira (PDB-566) PR (125): Ensure db and db users created before validation - rickerc

2014-07-01 Thread gepetto-bot (JIRA)
Title: Message Title










 

 gepetto-bot commented on an issue


















  Re: PR (125): Ensure db and db users created before validation - rickerc 










Pull request Ensure db and db users created before validation has been closed.












   

 Add Comment

























 PuppetDB /  PDB-566



  PR (125): Ensure db and db users created before validation - rickerc 







 h2. Ensure db and db users created before validation   * Author: Chris Ricker   * Company:  * Github ID: [rickerc|https://github.com/rickerc]  * [Pull Request 125 Discussion|https://github.com/puppetlabs/puppetlabs-puppetdb/pull/125]  * [Pull Request 125 File Diff|https://github.com/puppetlabs/puppetlabs-puppetdb/pull/125/files]   h2. Pull Re...















 This message was sent by Atlassian JIRA (v6.1.4#6159-sha1:44eaede)




 














-- 
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 post to this group, send email to puppet-bugs@googlegroups.com.
Visit this group at http://groups.google.com/group/puppet-bugs.
For more options, visit https://groups.google.com/d/optout.


Jira (PDB-724) PR (130): implement max_threads option for jetty - stefanandres

2014-07-01 Thread gepetto-bot (JIRA)
Title: Message Title










 

 gepetto-bot commented on an issue


















  Re: PR (130): implement max_threads option for jetty - stefanandres 










Pull request implement max_threads option for jetty has been closed.












   

 Add Comment

























 PuppetDB /  PDB-724



  PR (130): implement max_threads option for jetty - stefanandres 







 h2. implement max_threads option for jetty  * Author: Stefan Andres s.and...@syseleven.de * Company: SysEleven GmbH * Github ID: [stefanandres|https://github.com/stefanandres] * [Pull Request 130 Discussion|https://github.com/puppetlabs/puppetlabs-puppetdb/pull/130] * [Pull Request 130 File Diff|https://github.com/puppetlabs/puppetlabs-puppetdb/pul...















 This message was sent by Atlassian JIRA (v6.1.4#6159-sha1:44eaede)




 














-- 
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 post to this group, send email to puppet-bugs@googlegroups.com.
Visit this group at http://groups.google.com/group/puppet-bugs.
For more options, visit https://groups.google.com/d/optout.


Jira (PDB-669) PR (127): Allow more flexible routes configuration - dalen

2014-07-01 Thread gepetto-bot (JIRA)
Title: Message Title










 

 gepetto-bot commented on an issue


















  Re: PR (127): Allow more flexible routes configuration - dalen 










Pull request Allow more flexible routes configuration has been closed.












   

 Add Comment

























 PuppetDB /  PDB-669



  PR (127): Allow more flexible routes configuration - dalen 







 h2. Allow more flexible routes configuration  * Author: Erik Daln erik.gustav.da...@gmail.com * Company: Spotify * Github ID: [dalen|https://github.com/dalen] * [Pull Request 127 Discussion|https://github.com/puppetlabs/puppetlabs-puppetdb/pull/127] * [Pull Request 127 File Diff|https://github.com/puppetlabs/puppetlabs-puppetdb/pull/127/files]  h2...















 This message was sent by Atlassian JIRA (v6.1.4#6159-sha1:44eaede)




 














-- 
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 post to this group, send email to puppet-bugs@googlegroups.com.
Visit this group at http://groups.google.com/group/puppet-bugs.
For more options, visit https://groups.google.com/d/optout.


Jira (PDB-753) PR (1006): Include documentation for 'store report' version 4 - kbarber

2014-07-04 Thread gepetto-bot (JIRA)
Title: Message Title










 

 gepetto-bot created an issue


















 PuppetDB /  PDB-753



  PR (1006): Include documentation for 'store report' version 4 - kbarber 










Issue Type:

  Task




Assignee:


 Unassigned




Created:


 04/Jul/14 7:07 AM




Labels:


 github




Priority:

  Normal




Reporter:

 gepetto-bot










Include documentation for 'store report' version 4


Author: Ken Barber k...@bob.sh


Company: Puppet Labs Inc.


Github ID: kbarber


Pull Request 1006 Discussion


Pull Request 1006 File Diff


Pull Request Description

This adds documentation around the store report command version 4 that includes the new status field. The old version of the command and wire format have been marked as deprecated.
Signed-off-by: Ken Barber k...@bob.sh


Jira (PDB-753) PR (1006): Include documentation for 'store report' version 4 - kbarber

2014-07-04 Thread gepetto-bot (JIRA)
Title: Message Title










 

 gepetto-bot commented on an issue


















  Re: PR (1006): Include documentation for 'store report' version 4 - kbarber 










kbarber commented:
I think the change I've made to the query endpoint should be correct, even though the github preview doesn't seem to work. I've based it on the other docs that show the linking correctly working, like the catalog wire format v4.












   

 Add Comment

























 PuppetDB /  PDB-753



  PR (1006): Include documentation for 'store report' version 4 - kbarber 







 h2. Include documentation for 'store report' version 4  * Author: Ken Barber k...@bob.sh * Company: Puppet Labs Inc. * Github ID: [kbarber|https://github.com/kbarber] * [Pull Request 1006 Discussion|https://github.com/puppetlabs/puppetdb/pull/1006] * [Pull Request 1006 File Diff|https://github.com/puppetlabs/puppetdb/pull/1006/files]  h2. Pull Reque...















 This message was sent by Atlassian JIRA (v6.1.4#6159-sha1:44eaede)




 














-- 
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 post to 

Jira (PDB-753) PR (1006): Include documentation for 'store report' version 4 - kbarber

2014-07-04 Thread gepetto-bot (JIRA)
Title: Message Title










 

 gepetto-bot commented on an issue


















  Re: PR (1006): Include documentation for 'store report' version 4 - kbarber 










pljenkinsro commented:
:green_heart: Test passed. Refer to this link for build results: https://jenkins.puppetlabs.com/job/PuppetDB%20Acceptance%20-%20Pull%20Requests/507/












   

 Add Comment

























 PuppetDB /  PDB-753



  PR (1006): Include documentation for 'store report' version 4 - kbarber 







 h2. Include documentation for 'store report' version 4  * Author: Ken Barber k...@bob.sh * Company: Puppet Labs Inc. * Github ID: [kbarber|https://github.com/kbarber] * [Pull Request 1006 Discussion|https://github.com/puppetlabs/puppetdb/pull/1006] * [Pull Request 1006 File Diff|https://github.com/puppetlabs/puppetdb/pull/1006/files]  h2. Pull Reque...















 This message was sent by Atlassian JIRA (v6.1.4#6159-sha1:44eaede)




 














-- 
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 post to this group, send email to puppet-bugs@googlegroups.com.
Visit this group at 

Jira (PDB-753) PR (1006): Include documentation for 'store report' version 4 - kbarber

2014-07-07 Thread gepetto-bot (JIRA)
Title: Message Title










 

 gepetto-bot commented on an issue


















  Re: PR (1006): Include documentation for 'store report' version 4 - kbarber 










pljenkinsro commented:
:red_circle: Test failed. Refer to this link for build results: https://jenkins.puppetlabs.com/job/PuppetDB%20Acceptance%20-%20Pull%20Requests/508/












   

 Add Comment

























 PuppetDB /  PDB-753



  PR (1006): Include documentation for 'store report' version 4 - kbarber 







 h2. Include documentation for 'store report' version 4  * Author: Ken Barber k...@bob.sh * Company: Puppet Labs Inc. * Github ID: [kbarber|https://github.com/kbarber] * [Pull Request 1006 Discussion|https://github.com/puppetlabs/puppetdb/pull/1006] * [Pull Request 1006 File Diff|https://github.com/puppetlabs/puppetdb/pull/1006/files]  h2. Pull Reque...















 This message was sent by Atlassian JIRA (v6.1.4#6159-sha1:44eaede)




 














-- 
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 post to this group, send email to puppet-bugs@googlegroups.com.
Visit this group at 

Jira (PDB-753) PR (1006): Include documentation for 'store report' version 4 - kbarber

2014-07-07 Thread gepetto-bot (JIRA)
Title: Message Title










 

 gepetto-bot commented on an issue


















  Re: PR (1006): Include documentation for 'store report' version 4 - kbarber 










Pull request Include documentation for 'store report' version 4 (and other minor doc fixes) has been closed.












   

 Add Comment

























 PuppetDB /  PDB-753



  PR (1006): Include documentation for 'store report' version 4 - kbarber 







 h2. Include documentation for 'store report' version 4  * Author: Ken Barber k...@bob.sh * Company: Puppet Labs Inc. * Github ID: [kbarber|https://github.com/kbarber] * [Pull Request 1006 Discussion|https://github.com/puppetlabs/puppetdb/pull/1006] * [Pull Request 1006 File Diff|https://github.com/puppetlabs/puppetdb/pull/1006/files]  h2. Pull Reque...















 This message was sent by Atlassian JIRA (v6.1.4#6159-sha1:44eaede)




 














-- 
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 post to this group, send email to puppet-bugs@googlegroups.com.
Visit this group at http://groups.google.com/group/puppet-bugs.
For more options, visit https://groups.google.com/d/optout.


Jira (PDB-753) PR (1006): Include documentation for 'store report' version 4 - kbarber

2014-07-07 Thread gepetto-bot (JIRA)
Title: Message Title










 

 gepetto-bot commented on an issue


















  Re: PR (1006): Include documentation for 'store report' version 4 - kbarber 










pljenkinsro commented:
:red_circle: Test failed. Refer to this link for build results: https://jenkins.puppetlabs.com/job/PuppetDB%20Acceptance%20-%20Pull%20Requests/509/












   

 Add Comment

























 PuppetDB /  PDB-753



  PR (1006): Include documentation for 'store report' version 4 - kbarber 







 h2. Include documentation for 'store report' version 4  * Author: Ken Barber k...@bob.sh * Company: Puppet Labs Inc. * Github ID: [kbarber|https://github.com/kbarber] * [Pull Request 1006 Discussion|https://github.com/puppetlabs/puppetdb/pull/1006] * [Pull Request 1006 File Diff|https://github.com/puppetlabs/puppetdb/pull/1006/files]  h2. Pull Reque...















 This message was sent by Atlassian JIRA (v6.1.4#6159-sha1:44eaede)




 














-- 
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 post to this group, send email to puppet-bugs@googlegroups.com.
Visit this group at 

Jira (PDB-755) PR (1007): Fix example for nodes endpoint to show 'certname' in response - kbarber

2014-07-09 Thread gepetto-bot (JIRA)
Title: Message Title










 

 gepetto-bot created an issue


















 PuppetDB /  PDB-755



  PR (1007): Fix example for nodes endpoint to show 'certname' in response - kbarber 










Issue Type:

  Task




Assignee:


 Unassigned




Created:


 09/Jul/14 5:51 AM




Labels:


 github




Priority:

  Normal




Reporter:

 gepetto-bot










Fix example for nodes endpoint to show 'certname' in response


Author: Ken Barber k...@bob.sh


Company: Puppet Labs Inc.


Github ID: kbarber


Pull Request 1007 Discussion


Pull Request 1007 File Diff


Pull Request Description

Signed-off-by: Ken Barber k...@bob.sh

(webhooks-id: 78ac0c6fcb03393a29b5647fea524291)




Jira (PDB-755) PR (1007): Fix example for nodes endpoint to show 'certname' in response - kbarber

2014-07-09 Thread gepetto-bot (JIRA)
Title: Message Title










 

 gepetto-bot commented on an issue


















  Re: PR (1007): Fix example for nodes endpoint to show 'certname' in response - kbarber 










Pull request Fix example for nodes endpoint to show 'certname' in response has been closed.












   

 Add Comment

























 PuppetDB /  PDB-755



  PR (1007): Fix example for nodes endpoint to show 'certname' in response - kbarber 







 h2. Fix example for nodes endpoint to show 'certname' in response  * Author: Ken Barber k...@bob.sh * Company: Puppet Labs Inc. * Github ID: [kbarber|https://github.com/kbarber] * [Pull Request 1007 Discussion|https://github.com/puppetlabs/puppetdb/pull/1007] * [Pull Request 1007 File Diff|https://github.com/puppetlabs/puppetdb/pull/1007/files]  h2















 This message was sent by Atlassian JIRA (v6.1.4#6159-sha1:44eaede)




 














-- 
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 post to this group, send email to puppet-bugs@googlegroups.com.
Visit this group at http://groups.google.com/group/puppet-bugs.
For more options, visit https://groups.google.com/d/optout.

Jira (PDB-755) PR (1007): Fix example for nodes endpoint to show 'certname' in response - kbarber

2014-07-09 Thread gepetto-bot (JIRA)
Title: Message Title










 

 gepetto-bot commented on an issue


















  Re: PR (1007): Fix example for nodes endpoint to show 'certname' in response - kbarber 










pljenkinsro commented:
:red_circle: Test failed. Refer to this link for build results: https://jenkins.puppetlabs.com/job/PuppetDB%20Acceptance%20-%20Pull%20Requests/510/












   

 Add Comment

























 PuppetDB /  PDB-755



  PR (1007): Fix example for nodes endpoint to show 'certname' in response - kbarber 







 h2. Fix example for nodes endpoint to show 'certname' in response  * Author: Ken Barber k...@bob.sh * Company: Puppet Labs Inc. * Github ID: [kbarber|https://github.com/kbarber] * [Pull Request 1007 Discussion|https://github.com/puppetlabs/puppetdb/pull/1007] * [Pull Request 1007 File Diff|https://github.com/puppetlabs/puppetdb/pull/1007/files]  h2















 This message was sent by Atlassian JIRA (v6.1.4#6159-sha1:44eaede)




 














-- 
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 post to this group, send email to puppet-bugs@googlegroups.com.

Jira (PDB-756) PR (1009): Jul 2014 docs adjustments - nfagerlund

2014-07-09 Thread gepetto-bot (JIRA)
Title: Message Title










 

 gepetto-bot commented on an issue


















  Re: PR (1009): Jul 2014 docs adjustments - nfagerlund 










pljenkinsro commented:
Can one of the admins verify this patch?












   

 Add Comment

























 PuppetDB /  PDB-756



  PR (1009): Jul 2014 docs adjustments - nfagerlund 







 h2. Jul 2014 docs adjustments  * Author: Nick Fagerlund  * Company:  * Github ID: [nfagerlund|https://github.com/nfagerlund] * [Pull Request 1009 Discussion|https://github.com/puppetlabs/puppetdb/pull/1009] * [Pull Request 1009 File Diff|https://github.com/puppetlabs/puppetdb/pull/1009/files]  h2. Pull Request Description   Lots of fun stuff! T...















 This message was sent by Atlassian JIRA (v6.1.4#6159-sha1:44eaede)




 














-- 
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 post to this group, send email to puppet-bugs@googlegroups.com.
Visit this group at http://groups.google.com/group/puppet-bugs.
For more options, visit https://groups.google.com/d/optout.


Jira (PDB-756) PR (1009): Jul 2014 docs adjustments - nfagerlund

2014-07-09 Thread gepetto-bot (JIRA)
Title: Message Title










 

 gepetto-bot created an issue


















 PuppetDB /  PDB-756



  PR (1009): Jul 2014 docs adjustments - nfagerlund 










Issue Type:

  Task




Assignee:


 Unassigned




Created:


 09/Jul/14 5:36 PM




Labels:


 github




Priority:

  Normal




Reporter:

 gepetto-bot










Jul 2014 docs adjustments


Author: Nick Fagerlund 


Company:


Github ID: nfagerlund


Pull Request 1009 Discussion


Pull Request 1009 File Diff


Pull Request Description

Lots of fun stuff! This probably needs review before merging, to make sure I didn't slip up somewhere. 
We should also discuss where to merge it. Once we know whether the changes are good, let me know whether I should rebase onto stable or something. Ideally, I'd like to get these into 2.0, 2.1, and next. 

   

Jira (PDB-756) PR (1009): Jul 2014 docs adjustments - nfagerlund

2014-07-09 Thread gepetto-bot (JIRA)
Title: Message Title










 

 gepetto-bot commented on an issue


















  Re: PR (1009): Jul 2014 docs adjustments - nfagerlund 










pljenkinsro commented:
Can one of the admins verify this patch?












   

 Add Comment

























 PuppetDB /  PDB-756



  PR (1009): Jul 2014 docs adjustments - nfagerlund 







 h2. Jul 2014 docs adjustments  * Author: Nick Fagerlund  * Company:  * Github ID: [nfagerlund|https://github.com/nfagerlund] * [Pull Request 1009 Discussion|https://github.com/puppetlabs/puppetdb/pull/1009] * [Pull Request 1009 File Diff|https://github.com/puppetlabs/puppetdb/pull/1009/files]  h2. Pull Request Description   Lots of fun stuff! T...















 This message was sent by Atlassian JIRA (v6.1.4#6159-sha1:44eaede)




 














-- 
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 post to this group, send email to puppet-bugs@googlegroups.com.
Visit this group at http://groups.google.com/group/puppet-bugs.
For more options, visit https://groups.google.com/d/optout.


Jira (PDB-756) PR (1009): Jul 2014 docs adjustments - nfagerlund

2014-07-09 Thread gepetto-bot (JIRA)
Title: Message Title










 

 gepetto-bot commented on an issue


















  Re: PR (1009): Jul 2014 docs adjustments - nfagerlund 










nfagerlund commented:
@kbarber, commit 1b1dfe5 is the one with the type info added to query fields – it almost definitely wants a look-over. 












   

 Add Comment

























 PuppetDB /  PDB-756



  PR (1009): Jul 2014 docs adjustments - nfagerlund 







 h2. Jul 2014 docs adjustments  * Author: Nick Fagerlund  * Company:  * Github ID: [nfagerlund|https://github.com/nfagerlund] * [Pull Request 1009 Discussion|https://github.com/puppetlabs/puppetdb/pull/1009] * [Pull Request 1009 File Diff|https://github.com/puppetlabs/puppetdb/pull/1009/files]  h2. Pull Request Description   Lots of fun stuff! T...















 This message was sent by Atlassian JIRA (v6.1.4#6159-sha1:44eaede)




 














-- 
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 post to this group, send email to puppet-bugs@googlegroups.com.
Visit this group at http://groups.google.com/group/puppet-bugs.
For more options, visit 

Jira (PDB-757) PR (131): Allow set manage_server in init class - baurmatt

2014-07-11 Thread gepetto-bot (JIRA)
Title: Message Title










 

 gepetto-bot created an issue


















 PuppetDB /  PDB-757



  PR (131): Allow set manage_server in init class - baurmatt 










Issue Type:

  Task




Assignee:


 Unassigned




Created:


 11/Jul/14 2:21 AM




Labels:


 github module




Priority:

  Normal




Reporter:

 gepetto-bot










Allow set manage_server in init class


Author: Matthias Baur 


Company: dmc digital media center GmbH


Github ID: baurmatt


Pull Request 131 Discussion


Pull Request 131 File Diff


Pull Request Description

Class puppetdb::database::postgresql allows to set the parameter manage_server, but it couldn't be set in the init Class. This is PR fixes this.

(webhooks-id: a1c4bbb8cb813ea76512983f6cfdfddc)


Jira (PDB-757) PR (131): Allow set manage_server in init class - baurmatt

2014-07-11 Thread gepetto-bot (JIRA)
Title: Message Title










 

 gepetto-bot commented on an issue


















  Re: PR (131): Allow set manage_server in init class - baurmatt 










Pull request Allow set manage_server in init class has been closed.












   

 Add Comment

























 PuppetDB /  PDB-757



  PR (131): Allow set manage_server in init class - baurmatt 







 h2. Allow set manage_server in init class  * Author: Matthias Baur  * Company: dmc digital media center GmbH * Github ID: [baurmatt|https://github.com/baurmatt] * [Pull Request 131 Discussion|https://github.com/puppetlabs/puppetlabs-puppetdb/pull/131] * [Pull Request 131 File Diff|https://github.com/puppetlabs/puppetlabs-puppetdb/pull/131/files]  h...















 This message was sent by Atlassian JIRA (v6.1.4#6159-sha1:44eaede)




 














-- 
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 post to this group, send email to puppet-bugs@googlegroups.com.
Visit this group at http://groups.google.com/group/puppet-bugs.
For more options, visit https://groups.google.com/d/optout.


Jira (PDB-756) PR (1009): Jul 2014 docs adjustments - nfagerlund

2014-07-11 Thread gepetto-bot (JIRA)
Title: Message Title










 

 gepetto-bot commented on an issue


















  Re: PR (1009): Jul 2014 docs adjustments - nfagerlund 










kbarber commented:
@nfagerlund this looks great!
Couple of comments, also - I can't see the changes to the release notes properly, but when I view the rendered diff (its slow) it shows we've lost one level of bullet points in the preview. This might be a github markdown thing.
When you're online lets talk about the target for this branch.












   

 Add Comment

























 PuppetDB /  PDB-756



  PR (1009): Jul 2014 docs adjustments - nfagerlund 







 h2. Jul 2014 docs adjustments  * Author: Nick Fagerlund  * Company:  * Github ID: [nfagerlund|https://github.com/nfagerlund] * [Pull Request 1009 Discussion|https://github.com/puppetlabs/puppetdb/pull/1009] * [Pull Request 1009 File Diff|https://github.com/puppetlabs/puppetdb/pull/1009/files]  h2. Pull Request Description   Lots of fun stuff! T...















 This message was sent by Atlassian JIRA (v6.1.4#6159-sha1:44eaede)




 














-- 
You received this message because you are subscribed to the Google Groups Puppet Bugs group.

Jira (PDB-756) PR (1009): Jul 2014 docs adjustments - nfagerlund

2014-07-11 Thread gepetto-bot (JIRA)
Title: Message Title










 

 gepetto-bot commented on an issue


















  Re: PR (1009): Jul 2014 docs adjustments - nfagerlund 










Pull request Jul 2014 docs adjustments has been closed.












   

 Add Comment

























 PuppetDB /  PDB-756



  PR (1009): Jul 2014 docs adjustments - nfagerlund 







 h2. Jul 2014 docs adjustments  * Author: Nick Fagerlund  * Company:  * Github ID: [nfagerlund|https://github.com/nfagerlund] * [Pull Request 1009 Discussion|https://github.com/puppetlabs/puppetdb/pull/1009] * [Pull Request 1009 File Diff|https://github.com/puppetlabs/puppetdb/pull/1009/files]  h2. Pull Request Description   Lots of fun stuff! T...















 This message was sent by Atlassian JIRA (v6.1.4#6159-sha1:44eaede)




 














-- 
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 post to this group, send email to puppet-bugs@googlegroups.com.
Visit this group at http://groups.google.com/group/puppet-bugs.
For more options, visit https://groups.google.com/d/optout.


Jira (PDB-756) PR (1009): Jul 2014 docs adjustments - nfagerlund

2014-07-11 Thread gepetto-bot (JIRA)
Title: Message Title










 

 gepetto-bot commented on an issue


















  Re: PR (1009): Jul 2014 docs adjustments - nfagerlund 










nfagerlund commented:
Okay, thank you! I've added two commits to address your comments, so you can see what I've fixed.
I'm about to close this pull request, and I'll re-open a new one targeted at stable. 












   

 Add Comment

























 PuppetDB /  PDB-756



  PR (1009): Jul 2014 docs adjustments - nfagerlund 







 h2. Jul 2014 docs adjustments  * Author: Nick Fagerlund  * Company:  * Github ID: [nfagerlund|https://github.com/nfagerlund] * [Pull Request 1009 Discussion|https://github.com/puppetlabs/puppetdb/pull/1009] * [Pull Request 1009 File Diff|https://github.com/puppetlabs/puppetdb/pull/1009/files]  h2. Pull Request Description   Lots of fun stuff! T...















 This message was sent by Atlassian JIRA (v6.1.4#6159-sha1:44eaede)




 














-- 
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 post to this group, send email to 

Jira (PDB-758) PR (1010): (docs) Revise API docs for updated info, clarity, consistency, and formatting - nfagerlund

2014-07-11 Thread gepetto-bot (JIRA)
Title: Message Title










 

 gepetto-bot created an issue


















 PuppetDB /  PDB-758



  PR (1010): (docs) Revise API docs for updated info, clarity, consistency, and formatting - nfagerlund 










Issue Type:

  Task




Assignee:


 Unassigned




Created:


 11/Jul/14 11:20 AM




Labels:


 github




Priority:

  Normal




Reporter:

 gepetto-bot










(docs) Revise API docs for updated info, clarity, consistency, and formatting


Author: Nick Fagerlund 


Company:


Github ID: nfagerlund


Pull Request 1010 Discussion


Pull Request 1010 File Diff


Pull Request Description

This revision touches most of the pages in the v3 and v4 API docs, as well as the release notes. We've:


Standardized some squirmy terminology
   

Jira (PDB-758) PR (1010): (docs) Revise API docs for updated info, clarity, consistency, and formatting - nfagerlund

2014-07-11 Thread gepetto-bot (JIRA)
Title: Message Title










 

 gepetto-bot commented on an issue


















  Re: PR (1010): (docs) Revise API docs for updated info, clarity, consistency, and formatting - nfagerlund 










nfagerlund commented:
Wrong target. 












   

 Add Comment

























 PuppetDB /  PDB-758



  PR (1010): (docs) Revise API docs for updated info, clarity, consistency, and formatting - nfagerlund 







 h2. (docs) Revise API docs for updated info, clarity, consistency, and formatting  * Author: Nick Fagerlund  * Company:  * Github ID: [nfagerlund|https://github.com/nfagerlund] * [Pull Request 1010 Discussion|https://github.com/puppetlabs/puppetdb/pull/1010] * [Pull Request 1010 File Diff|https://github.com/puppetlabs/puppetdb/pull/1010/files]  h2















 This message was sent by Atlassian JIRA (v6.1.4#6159-sha1:44eaede)




 














-- 
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 post to this group, send email to puppet-bugs@googlegroups.com.
Visit this group at http://groups.google.com/group/puppet-bugs.
For more options, visit 

Jira (PDB-758) PR (1010): (docs) Revise API docs for updated info, clarity, consistency, and formatting - nfagerlund

2014-07-11 Thread gepetto-bot (JIRA)
Title: Message Title










 

 gepetto-bot commented on an issue


















  Re: PR (1010): (docs) Revise API docs for updated info, clarity, consistency, and formatting - nfagerlund 










pljenkinsro commented:
Can one of the admins verify this patch?












   

 Add Comment

























 PuppetDB /  PDB-758



  PR (1010): (docs) Revise API docs for updated info, clarity, consistency, and formatting - nfagerlund 







 h2. (docs) Revise API docs for updated info, clarity, consistency, and formatting  * Author: Nick Fagerlund  * Company:  * Github ID: [nfagerlund|https://github.com/nfagerlund] * [Pull Request 1010 Discussion|https://github.com/puppetlabs/puppetdb/pull/1010] * [Pull Request 1010 File Diff|https://github.com/puppetlabs/puppetdb/pull/1010/files]  h2















 This message was sent by Atlassian JIRA (v6.1.4#6159-sha1:44eaede)




 














-- 
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 post to this group, send email to puppet-bugs@googlegroups.com.
Visit this group at http://groups.google.com/group/puppet-bugs.
For 

Jira (PDB-759) PR (1011): (docs) Revise API docs for updated info, clarity, consistency, and formatting - nfagerlund

2014-07-11 Thread gepetto-bot (JIRA)
Title: Message Title










 

 gepetto-bot created an issue


















 PuppetDB /  PDB-759



  PR (1011): (docs) Revise API docs for updated info, clarity, consistency, and formatting - nfagerlund 










Issue Type:

  Task




Assignee:


 Unassigned




Created:


 11/Jul/14 11:24 AM




Labels:


 github




Priority:

  Normal




Reporter:

 gepetto-bot










(docs) Revise API docs for updated info, clarity, consistency, and formatting


Author: Nick Fagerlund 


Company:


Github ID: nfagerlund


Pull Request 1011 Discussion


Pull Request 1011 File Diff


Pull Request Description

This revision touches most of the pages in the v3 and v4 API docs, as well as the release notes. We've:


Standardized some squirmy terminology
   

Jira (PDB-758) PR (1010): (docs) Revise API docs for updated info, clarity, consistency, and formatting - nfagerlund

2014-07-11 Thread gepetto-bot (JIRA)
Title: Message Title










 

 gepetto-bot commented on an issue


















  Re: PR (1010): (docs) Revise API docs for updated info, clarity, consistency, and formatting - nfagerlund 










Pull request (docs) Revise API docs for updated info, clarity, consistency, and formatting has been closed.












   

 Add Comment

























 PuppetDB /  PDB-758



  PR (1010): (docs) Revise API docs for updated info, clarity, consistency, and formatting - nfagerlund 







 h2. (docs) Revise API docs for updated info, clarity, consistency, and formatting  * Author: Nick Fagerlund  * Company:  * Github ID: [nfagerlund|https://github.com/nfagerlund] * [Pull Request 1010 Discussion|https://github.com/puppetlabs/puppetdb/pull/1010] * [Pull Request 1010 File Diff|https://github.com/puppetlabs/puppetdb/pull/1010/files]  h2















 This message was sent by Atlassian JIRA (v6.1.4#6159-sha1:44eaede)




 














-- 
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 post to this group, send email to puppet-bugs@googlegroups.com.
Visit this group at http://groups.google.com/group/puppet-bugs.
For 

Jira (PDB-759) PR (1011): (docs) Revise API docs for updated info, clarity, consistency, and formatting - nfagerlund

2014-07-11 Thread gepetto-bot (JIRA)
Title: Message Title










 

 gepetto-bot commented on an issue


















  Re: PR (1011): (docs) Revise API docs for updated info, clarity, consistency, and formatting - nfagerlund 










pljenkinsro commented:
Can one of the admins verify this patch?












   

 Add Comment

























 PuppetDB /  PDB-759



  PR (1011): (docs) Revise API docs for updated info, clarity, consistency, and formatting - nfagerlund 







 h2. (docs) Revise API docs for updated info, clarity, consistency, and formatting  * Author: Nick Fagerlund  * Company:  * Github ID: [nfagerlund|https://github.com/nfagerlund] * [Pull Request 1011 Discussion|https://github.com/puppetlabs/puppetdb/pull/1011] * [Pull Request 1011 File Diff|https://github.com/puppetlabs/puppetdb/pull/1011/files]  h2















 This message was sent by Atlassian JIRA (v6.1.4#6159-sha1:44eaede)




 














-- 
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 post to this group, send email to puppet-bugs@googlegroups.com.
Visit this group at http://groups.google.com/group/puppet-bugs.
For 

Jira (PDB-759) PR (1011): (docs) Revise API docs for updated info, clarity, consistency, and formatting - nfagerlund

2014-07-11 Thread gepetto-bot (JIRA)
Title: Message Title










 

 gepetto-bot commented on an issue


















  Re: PR (1011): (docs) Revise API docs for updated info, clarity, consistency, and formatting - nfagerlund 










pljenkinsro commented:
Can one of the admins verify this patch?












   

 Add Comment

























 PuppetDB /  PDB-759



  PR (1011): (docs) Revise API docs for updated info, clarity, consistency, and formatting - nfagerlund 







 h2. (docs) Revise API docs for updated info, clarity, consistency, and formatting  * Author: Nick Fagerlund  * Company:  * Github ID: [nfagerlund|https://github.com/nfagerlund] * [Pull Request 1011 Discussion|https://github.com/puppetlabs/puppetdb/pull/1011] * [Pull Request 1011 File Diff|https://github.com/puppetlabs/puppetdb/pull/1011/files]  h2















 This message was sent by Atlassian JIRA (v6.1.4#6159-sha1:44eaede)




 














-- 
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 post to this group, send email to puppet-bugs@googlegroups.com.
Visit this group at http://groups.google.com/group/puppet-bugs.
For 

Jira (PDB-759) PR (1011): (docs) Revise API docs for updated info, clarity, consistency, and formatting - nfagerlund

2014-07-11 Thread gepetto-bot (JIRA)
Title: Message Title










 

 gepetto-bot commented on an issue


















  Re: PR (1011): (docs) Revise API docs for updated info, clarity, consistency, and formatting - nfagerlund 










Pull request (docs) Revise API docs for updated info, clarity, consistency, and formatting has been closed.












   

 Add Comment

























 PuppetDB /  PDB-759



  PR (1011): (docs) Revise API docs for updated info, clarity, consistency, and formatting - nfagerlund 







 h2. (docs) Revise API docs for updated info, clarity, consistency, and formatting  * Author: Nick Fagerlund  * Company:  * Github ID: [nfagerlund|https://github.com/nfagerlund] * [Pull Request 1011 Discussion|https://github.com/puppetlabs/puppetdb/pull/1011] * [Pull Request 1011 File Diff|https://github.com/puppetlabs/puppetdb/pull/1011/files]  h2















 This message was sent by Atlassian JIRA (v6.1.4#6159-sha1:44eaede)




 














-- 
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 post to this group, send email to puppet-bugs@googlegroups.com.
Visit this group at http://groups.google.com/group/puppet-bugs.
For 

Jira (PDB-760) PR (1012): (docs) Port recent docs revisions to 1.6.x branch - nfagerlund

2014-07-11 Thread gepetto-bot (JIRA)
Title: Message Title










 

 gepetto-bot created an issue


















 PuppetDB /  PDB-760



  PR (1012): (docs) Port recent docs revisions to 1.6.x branch - nfagerlund 










Issue Type:

  Task




Assignee:


 Unassigned




Created:


 11/Jul/14 1:12 PM




Labels:


 github




Priority:

  Normal




Reporter:

 gepetto-bot










(docs) Port recent docs revisions to 1.6.x branch


Author: Nick Fagerlund 


Company:


Github ID: nfagerlund


Pull Request 1012 Discussion


Pull Request 1012 File Diff


Pull Request Description

This commit brings over the relevant changes from commit eb20757, since PuppetDB 1.6 will stay around a while for PE customers. I applied them by hand rather than cherry-picking, to ensure no 2.1-isms would sneak over.

(webhooks-id: 

Jira (PDB-761) PR (1013): (docs) Fix glitches noticed while backporting recent revisions to 1.6.x - nfagerlund

2014-07-11 Thread gepetto-bot (JIRA)
Title: Message Title










 

 gepetto-bot created an issue


















 PuppetDB /  PDB-761



  PR (1013): (docs) Fix glitches noticed while backporting recent revisions to 1.6.x - nfagerlund 










Issue Type:

  Task




Assignee:


 Unassigned




Created:


 11/Jul/14 1:13 PM




Labels:


 github




Priority:

  Normal




Reporter:

 gepetto-bot










(docs) Fix glitches noticed while backporting recent revisions to 1.6.x


Author: Nick Fagerlund 


Company:


Github ID: nfagerlund


Pull Request 1013 Discussion


Pull Request 1013 File Diff


Pull Request Description



In 2.1 and up, the events endpoint is unsorted for v3 and v4.


  

Jira (PDB-761) PR (1013): (docs) Fix glitches noticed while backporting recent revisions to 1.6.x - nfagerlund

2014-07-11 Thread gepetto-bot (JIRA)
Title: Message Title










 

 gepetto-bot commented on an issue


















  Re: PR (1013): (docs) Fix glitches noticed while backporting recent revisions to 1.6.x - nfagerlund 










nfagerlund commented:
One lingering question on this: did implicit ordering by name go away for v3/nodes on 2.1? I think it didn't, but if it did I can amend this.












   

 Add Comment

























 PuppetDB /  PDB-761



  PR (1013): (docs) Fix glitches noticed while backporting recent revisions to 1.6.x - nfagerlund 







 h2. (docs) Fix glitches noticed while backporting recent revisions to 1.6.x  * Author: Nick Fagerlund  * Company:  * Github ID: [nfagerlund|https://github.com/nfagerlund] * [Pull Request 1013 Discussion|https://github.com/puppetlabs/puppetdb/pull/1013] * [Pull Request 1013 File Diff|https://github.com/puppetlabs/puppetdb/pull/1013/files]  h2. Pull ...















 This message was sent by Atlassian JIRA (v6.1.4#6159-sha1:44eaede)




 














-- 
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 post to this group, send email to 

Jira (PDB-761) PR (1013): (docs) Fix glitches noticed while backporting recent revisions to 1.6.x - nfagerlund

2014-07-11 Thread gepetto-bot (JIRA)
Title: Message Title










 

 gepetto-bot commented on an issue


















  Re: PR (1013): (docs) Fix glitches noticed while backporting recent revisions to 1.6.x - nfagerlund 










pljenkinsro commented:
Can one of the admins verify this patch?












   

 Add Comment

























 PuppetDB /  PDB-761



  PR (1013): (docs) Fix glitches noticed while backporting recent revisions to 1.6.x - nfagerlund 







 h2. (docs) Fix glitches noticed while backporting recent revisions to 1.6.x  * Author: Nick Fagerlund  * Company:  * Github ID: [nfagerlund|https://github.com/nfagerlund] * [Pull Request 1013 Discussion|https://github.com/puppetlabs/puppetdb/pull/1013] * [Pull Request 1013 File Diff|https://github.com/puppetlabs/puppetdb/pull/1013/files]  h2. Pull ...















 This message was sent by Atlassian JIRA (v6.1.4#6159-sha1:44eaede)




 














-- 
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 post to this group, send email to puppet-bugs@googlegroups.com.
Visit this group at http://groups.google.com/group/puppet-bugs.
For more options, 

Jira (PDB-760) PR (1012): (docs) Port recent docs revisions to 1.6.x branch - nfagerlund

2014-07-11 Thread gepetto-bot (JIRA)
Title: Message Title










 

 gepetto-bot commented on an issue


















  Re: PR (1012): (docs) Port recent docs revisions to 1.6.x branch - nfagerlund 










pljenkinsro commented:
Can one of the admins verify this patch?












   

 Add Comment

























 PuppetDB /  PDB-760



  PR (1012): (docs) Port recent docs revisions to 1.6.x branch - nfagerlund 







 h2. (docs) Port recent docs revisions to 1.6.x branch  * Author: Nick Fagerlund  * Company:  * Github ID: [nfagerlund|https://github.com/nfagerlund] * [Pull Request 1012 Discussion|https://github.com/puppetlabs/puppetdb/pull/1012] * [Pull Request 1012 File Diff|https://github.com/puppetlabs/puppetdb/pull/1012/files]  h2. Pull Request Description --...















 This message was sent by Atlassian JIRA (v6.1.4#6159-sha1:44eaede)




 














-- 
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 post to this group, send email to puppet-bugs@googlegroups.com.
Visit this group at http://groups.google.com/group/puppet-bugs.
For more options, visit https://groups.google.com/d/optout.


Jira (PDB-760) PR (1012): (docs) Port recent docs revisions to 1.6.x branch - nfagerlund

2014-07-11 Thread gepetto-bot (JIRA)
Title: Message Title










 

 gepetto-bot commented on an issue


















  Re: PR (1012): (docs) Port recent docs revisions to 1.6.x branch - nfagerlund 










pljenkinsro commented:
Can one of the admins verify this patch?












   

 Add Comment

























 PuppetDB /  PDB-760



  PR (1012): (docs) Port recent docs revisions to 1.6.x branch - nfagerlund 







 h2. (docs) Port recent docs revisions to 1.6.x branch  * Author: Nick Fagerlund  * Company:  * Github ID: [nfagerlund|https://github.com/nfagerlund] * [Pull Request 1012 Discussion|https://github.com/puppetlabs/puppetdb/pull/1012] * [Pull Request 1012 File Diff|https://github.com/puppetlabs/puppetdb/pull/1012/files]  h2. Pull Request Description --...















 This message was sent by Atlassian JIRA (v6.1.4#6159-sha1:44eaede)




 














-- 
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 post to this group, send email to puppet-bugs@googlegroups.com.
Visit this group at http://groups.google.com/group/puppet-bugs.
For more options, visit https://groups.google.com/d/optout.


Jira (PDB-761) PR (1013): (docs) Fix glitches noticed while backporting recent revisions to 1.6.x - nfagerlund

2014-07-11 Thread gepetto-bot (JIRA)
Title: Message Title










 

 gepetto-bot commented on an issue


















  Re: PR (1013): (docs) Fix glitches noticed while backporting recent revisions to 1.6.x - nfagerlund 










pljenkinsro commented:
Can one of the admins verify this patch?












   

 Add Comment

























 PuppetDB /  PDB-761



  PR (1013): (docs) Fix glitches noticed while backporting recent revisions to 1.6.x - nfagerlund 







 h2. (docs) Fix glitches noticed while backporting recent revisions to 1.6.x  * Author: Nick Fagerlund  * Company:  * Github ID: [nfagerlund|https://github.com/nfagerlund] * [Pull Request 1013 Discussion|https://github.com/puppetlabs/puppetdb/pull/1013] * [Pull Request 1013 File Diff|https://github.com/puppetlabs/puppetdb/pull/1013/files]  h2. Pull ...















 This message was sent by Atlassian JIRA (v6.1.4#6159-sha1:44eaede)




 














-- 
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 post to this group, send email to puppet-bugs@googlegroups.com.
Visit this group at http://groups.google.com/group/puppet-bugs.
For more options, 

Jira (PDB-760) PR (1012): (docs) Port recent docs revisions to 1.6.x branch - nfagerlund

2014-07-14 Thread gepetto-bot (JIRA)
Title: Message Title










 

 gepetto-bot commented on an issue


















  Re: PR (1012): (docs) Port recent docs revisions to 1.6.x branch - nfagerlund 










Pull request (docs) Port recent docs revisions to 1.6.x branch has been closed.












   

 Add Comment

























 PuppetDB /  PDB-760



  PR (1012): (docs) Port recent docs revisions to 1.6.x branch - nfagerlund 







 h2. (docs) Port recent docs revisions to 1.6.x branch  * Author: Nick Fagerlund  * Company:  * Github ID: [nfagerlund|https://github.com/nfagerlund] * [Pull Request 1012 Discussion|https://github.com/puppetlabs/puppetdb/pull/1012] * [Pull Request 1012 File Diff|https://github.com/puppetlabs/puppetdb/pull/1012/files]  h2. Pull Request Description --...















 This message was sent by Atlassian JIRA (v6.1.4#6159-sha1:44eaede)




 














-- 
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 post to this group, send email to puppet-bugs@googlegroups.com.
Visit this group at http://groups.google.com/group/puppet-bugs.
For more options, visit https://groups.google.com/d/optout.


Jira (PDB-761) PR (1013): (docs) Fix glitches noticed while backporting recent revisions to 1.6.x - nfagerlund

2014-07-14 Thread gepetto-bot (JIRA)
Title: Message Title










 

 gepetto-bot commented on an issue


















  Re: PR (1013): (docs) Fix glitches noticed while backporting recent revisions to 1.6.x - nfagerlund 










Pull request (docs) Fix glitches noticed while backporting recent revisions to 1.6.x has been closed.












   

 Add Comment

























 PuppetDB /  PDB-761



  PR (1013): (docs) Fix glitches noticed while backporting recent revisions to 1.6.x - nfagerlund 







 h2. (docs) Fix glitches noticed while backporting recent revisions to 1.6.x  * Author: Nick Fagerlund  * Company:  * Github ID: [nfagerlund|https://github.com/nfagerlund] * [Pull Request 1013 Discussion|https://github.com/puppetlabs/puppetdb/pull/1013] * [Pull Request 1013 File Diff|https://github.com/puppetlabs/puppetdb/pull/1013/files]  h2. Pull ...















 This message was sent by Atlassian JIRA (v6.1.4#6159-sha1:44eaede)




 














-- 
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 post to this group, send email to puppet-bugs@googlegroups.com.
Visit this group at http://groups.google.com/group/puppet-bugs.
For more options, visit 

Jira (PDB-766) PR (1017): Update puppetDB docs to include info on LibPQFactory - briancain

2014-07-21 Thread gepetto-bot (JIRA)
Title: Message Title










 

 gepetto-bot created an issue


















 PuppetDB /  PDB-766



  PR (1017): Update puppetDB docs to include info on LibPQFactory - briancain 










Issue Type:

  Task




Assignee:


 Unassigned




Created:


 21/Jul/14 11:34 AM




Labels:


 github




Priority:

  Normal




Reporter:

 gepetto-bot










Update puppetDB docs to include info on LibPQFactory


Author: Brian Cain brian.c...@puppetlabs.com


Company: Puppet Labs


Github ID: briancain


Pull Request 1017 Discussion


Pull Request 1017 File Diff


Pull Request Description

Prior to this commit, the docs only enabled ssl for postgresql connections. This commit changes the docs to add a few extra lines in the database.ini file to use host cert/key and CA cert for verification with ssl.


Jira (PDB-766) PR (1017): Update puppetDB docs to include info on LibPQFactory - briancain

2014-07-21 Thread gepetto-bot (JIRA)
Title: Message Title










 

 gepetto-bot commented on an issue


















  Re: PR (1017): Update puppetDB docs to include info on LibPQFactory - briancain 










pljenkinsro commented:
:green_heart: Test passed. Refer to this link for build results: https://jenkins.puppetlabs.com/job/PuppetDB%20Acceptance%20-%20Pull%20Requests/527/












   

 Add Comment

























 PuppetDB /  PDB-766



  PR (1017): Update puppetDB docs to include info on LibPQFactory - briancain 







 h2. Update puppetDB docs to include info on LibPQFactory  * Author: Brian Cain brian.c...@puppetlabs.com * Company: Puppet Labs * Github ID: [briancain|https://github.com/briancain] * [Pull Request 1017 Discussion|https://github.com/puppetlabs/puppetdb/pull/1017] * [Pull Request 1017 File Diff|https://github.com/puppetlabs/puppetdb/pull/1017/files]...















 This message was sent by Atlassian JIRA (v6.1.4#6159-sha1:44eaede)




 














-- 
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 post to this group, send email to puppet-bugs@googlegroups.com.
Visit this 

Jira (PDB-766) PR (1017): Update puppetDB docs to include info on LibPQFactory - briancain

2014-07-22 Thread gepetto-bot (JIRA)
Title: Message Title










 

 gepetto-bot commented on an issue


















  Re: PR (1017): Update puppetDB docs to include info on LibPQFactory - briancain 










kbarber commented:
BTW, looks like this fixes this one: https://tickets.puppetlabs.com/browse/PDB-550. I don't suppose you can modify your commit message to reflect that?












   

 Add Comment

























 PuppetDB /  PDB-766



  PR (1017): Update puppetDB docs to include info on LibPQFactory - briancain 







 h2. Update puppetDB docs to include info on LibPQFactory  * Author: Brian Cain brian.c...@puppetlabs.com * Company: Puppet Labs * Github ID: [briancain|https://github.com/briancain] * [Pull Request 1017 Discussion|https://github.com/puppetlabs/puppetdb/pull/1017] * [Pull Request 1017 File Diff|https://github.com/puppetlabs/puppetdb/pull/1017/files]...















 This message was sent by Atlassian JIRA (v6.1.4#6159-sha1:44eaede)




 














-- 
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 post to this group, send email to puppet-bugs@googlegroups.com.
Visit this 

Jira (PDB-766) PR (1017): Update puppetDB docs to include info on LibPQFactory - briancain

2014-07-22 Thread gepetto-bot (JIRA)
Title: Message Title










 

 gepetto-bot commented on an issue


















  Re: PR (1017): Update puppetDB docs to include info on LibPQFactory - briancain 










briancain commented:
@kbarber can do! Will update on this next push.












   

 Add Comment

























 PuppetDB /  PDB-766



  PR (1017): Update puppetDB docs to include info on LibPQFactory - briancain 







 h2. Update puppetDB docs to include info on LibPQFactory  * Author: Brian Cain brian.c...@puppetlabs.com * Company: Puppet Labs * Github ID: [briancain|https://github.com/briancain] * [Pull Request 1017 Discussion|https://github.com/puppetlabs/puppetdb/pull/1017] * [Pull Request 1017 File Diff|https://github.com/puppetlabs/puppetdb/pull/1017/files]...















 This message was sent by Atlassian JIRA (v6.1.4#6159-sha1:44eaede)




 














-- 
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 post to this group, send email to puppet-bugs@googlegroups.com.
Visit this group at http://groups.google.com/group/puppet-bugs.
For more options, visit 

Jira (PDB-766) PR (1017): Update puppetDB docs to include info on LibPQFactory - briancain

2014-07-22 Thread gepetto-bot (JIRA)
Title: Message Title










 

 gepetto-bot commented on an issue


















  Re: PR (1017): Update puppetDB docs to include info on LibPQFactory - briancain 










pljenkinsro commented:
:red_circle: Test failed. Refer to this link for build results: https://jenkins.puppetlabs.com/job/PuppetDB%20Acceptance%20-%20Pull%20Requests/529/












   

 Add Comment

























 PuppetDB /  PDB-766



  PR (1017): Update puppetDB docs to include info on LibPQFactory - briancain 







 h2. Update puppetDB docs to include info on LibPQFactory  * Author: Brian Cain brian.c...@puppetlabs.com * Company: Puppet Labs * Github ID: [briancain|https://github.com/briancain] * [Pull Request 1017 Discussion|https://github.com/puppetlabs/puppetdb/pull/1017] * [Pull Request 1017 File Diff|https://github.com/puppetlabs/puppetdb/pull/1017/files]...















 This message was sent by Atlassian JIRA (v6.1.4#6159-sha1:44eaede)




 














-- 
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 post to this group, send email to puppet-bugs@googlegroups.com.
Visit this 

Jira (PDB-768) PR (1019): Ticket/master/pdb 708 structured fact storage - kbarber

2014-07-22 Thread gepetto-bot (JIRA)
Title: Message Title










 

 gepetto-bot created an issue


















 PuppetDB /  PDB-768



  PR (1019): Ticket/master/pdb 708 structured fact storage - kbarber 










Issue Type:

  Task




Assignee:


 Unassigned




Created:


 22/Jul/14 1:32 PM




Labels:


 github




Priority:

  Normal




Reporter:

 gepetto-bot










Ticket/master/pdb 708 structured fact storage


Author: Ken Barber k...@bob.sh


Company: Puppet Labs Inc.


Github ID: kbarber


Pull Request 1019 Discussion


Pull Request 1019 File Diff


Pull Request Description


(webhooks-id: cdafe93a411bf84a8f75d12ef67e)







  

Jira (PDB-766) PR (1017): Update puppetDB docs to include info on LibPQFactory - briancain

2014-07-22 Thread gepetto-bot (JIRA)
Title: Message Title










 

 gepetto-bot commented on an issue


















  Re: PR (1017): Update puppetDB docs to include info on LibPQFactory - briancain 










pljenkinsro commented:
:red_circle: Test failed. Refer to this link for build results: https://jenkins.puppetlabs.com/job/PuppetDB%20Acceptance%20-%20Pull%20Requests/531/












   

 Add Comment

























 PuppetDB /  PDB-766



  PR (1017): Update puppetDB docs to include info on LibPQFactory - briancain 







 h2. Update puppetDB docs to include info on LibPQFactory  * Author: Brian Cain brian.c...@puppetlabs.com * Company: Puppet Labs * Github ID: [briancain|https://github.com/briancain] * [Pull Request 1017 Discussion|https://github.com/puppetlabs/puppetdb/pull/1017] * [Pull Request 1017 File Diff|https://github.com/puppetlabs/puppetdb/pull/1017/files]...















 This message was sent by Atlassian JIRA (v6.1.4#6159-sha1:44eaede)




 














-- 
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 post to this group, send email to puppet-bugs@googlegroups.com.
Visit this 

Jira (PDB-770) PR (1021): Allow empty arrays and hashes in structured facts - kbarber

2014-07-24 Thread gepetto-bot (JIRA)
Title: Message Title










 

 gepetto-bot created an issue


















 PuppetDB /  PDB-770



  PR (1021): Allow empty arrays and hashes in structured facts - kbarber 










Issue Type:

  Task




Assignee:


 Unassigned




Created:


 24/Jul/14 3:59 PM




Labels:


 github




Priority:

  Normal




Reporter:

 gepetto-bot










Allow empty arrays and hashes in structured facts


Author: Ken Barber k...@bob.sh


Company: Puppet Labs Inc.


Github ID: kbarber


Pull Request 1021 Discussion


Pull Request 1021 File Diff


Pull Request Description

We were getting validation errors in factmap-to-paths code due to the lack of proper handling for empty hashes and arrays. This patch drops those branches quickly and now moves onto the next element.
Signed-off-by: Ken Barber k...@bob.sh

   

Jira (PDB-770) PR (1021): Allow empty arrays and hashes in structured facts - kbarber

2014-07-24 Thread gepetto-bot (JIRA)
Title: Message Title










 

 gepetto-bot commented on an issue


















  Re: PR (1021): Allow empty arrays and hashes in structured facts - kbarber 










Pull request Allow empty arrays and hashes in structured facts has been closed.












   

 Add Comment

























 PuppetDB /  PDB-770



  PR (1021): Allow empty arrays and hashes in structured facts - kbarber 







 h2. Allow empty arrays and hashes in structured facts  * Author: Ken Barber k...@bob.sh * Company: Puppet Labs Inc. * Github ID: [kbarber|https://github.com/kbarber] * [Pull Request 1021 Discussion|https://github.com/puppetlabs/puppetdb/pull/1021] * [Pull Request 1021 File Diff|https://github.com/puppetlabs/puppetdb/pull/1021/files]  h2. Pull Reques...















 This message was sent by Atlassian JIRA (v6.1.4#6159-sha1:44eaede)




 














-- 
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 post to this group, send email to puppet-bugs@googlegroups.com.
Visit this group at http://groups.google.com/group/puppet-bugs.
For more options, visit https://groups.google.com/d/optout.


Jira (PDB-770) PR (1021): Allow empty arrays and hashes in structured facts - kbarber

2014-07-24 Thread gepetto-bot (JIRA)
Title: Message Title










 

 gepetto-bot commented on an issue


















  Re: PR (1021): Allow empty arrays and hashes in structured facts - kbarber 










pljenkinsro commented:
:green_heart: Test passed. Refer to this link for build results: https://jenkins.puppetlabs.com/job/PuppetDB%20Acceptance%20-%20Pull%20Requests/537/












   

 Add Comment

























 PuppetDB /  PDB-770



  PR (1021): Allow empty arrays and hashes in structured facts - kbarber 







 h2. Allow empty arrays and hashes in structured facts  * Author: Ken Barber k...@bob.sh * Company: Puppet Labs Inc. * Github ID: [kbarber|https://github.com/kbarber] * [Pull Request 1021 Discussion|https://github.com/puppetlabs/puppetdb/pull/1021] * [Pull Request 1021 File Diff|https://github.com/puppetlabs/puppetdb/pull/1021/files]  h2. Pull Reques...















 This message was sent by Atlassian JIRA (v6.1.4#6159-sha1:44eaede)




 














-- 
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 post to this group, send email to puppet-bugs@googlegroups.com.
Visit this group at 

Jira (PDB-770) PR (1021): Allow empty arrays and hashes in structured facts - kbarber

2014-07-24 Thread gepetto-bot (JIRA)
Title: Message Title










 

 gepetto-bot commented on an issue


















  Re: PR (1021): Allow empty arrays and hashes in structured facts - kbarber 










pljenkinsro commented:
:red_circle: Test failed. Refer to this link for build results: https://jenkins.puppetlabs.com/job/PuppetDB%20Acceptance%20-%20Pull%20Requests/538/












   

 Add Comment

























 PuppetDB /  PDB-770



  PR (1021): Allow empty arrays and hashes in structured facts - kbarber 







 h2. Allow empty arrays and hashes in structured facts  * Author: Ken Barber k...@bob.sh * Company: Puppet Labs Inc. * Github ID: [kbarber|https://github.com/kbarber] * [Pull Request 1021 Discussion|https://github.com/puppetlabs/puppetdb/pull/1021] * [Pull Request 1021 File Diff|https://github.com/puppetlabs/puppetdb/pull/1021/files]  h2. Pull Reques...















 This message was sent by Atlassian JIRA (v6.1.4#6159-sha1:44eaede)




 














-- 
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 post to this group, send email to puppet-bugs@googlegroups.com.
Visit this group at 

Jira (PDB-774) PR (1022): Ticket/master/pdb 712 structured export - wkalt

2014-07-27 Thread gepetto-bot (JIRA)
Title: Message Title










 

 gepetto-bot created an issue


















 PuppetDB /  PDB-774



  PR (1022): Ticket/master/pdb 712 structured export - wkalt 










Issue Type:

  Task




Assignee:


 Unassigned




Created:


 27/Jul/14 9:18 PM




Labels:


 github




Priority:

  Normal




Reporter:

 gepetto-bot










Ticket/master/pdb 712 structured export


Author: Wyatt Alt 


Company:


Github ID: wkalt


Pull Request 1022 Discussion


Pull Request 1022 File Diff


Pull Request Description


(webhooks-id: d8c3958ef44110481a29a039a250312a)









 

Jira (PDB-774) PR (1022): Ticket/master/pdb 712 structured export - wkalt

2014-07-27 Thread gepetto-bot (JIRA)
Title: Message Title










 

 gepetto-bot commented on an issue


















  Re: PR (1022): Ticket/master/pdb 712 structured export - wkalt 










Pull request Ticket/master/pdb 712 structured export has been closed.












   

 Add Comment

























 PuppetDB /  PDB-774



  PR (1022): Ticket/master/pdb 712 structured export - wkalt 







 h2. Ticket/master/pdb 712 structured export  * Author: Wyatt Alt  * Company:  * Github ID: [wkalt|https://github.com/wkalt] * [Pull Request 1022 Discussion|https://github.com/puppetlabs/puppetdb/pull/1022] * [Pull Request 1022 File Diff|https://github.com/puppetlabs/puppetdb/pull/1022/files]  h2. Pull Request Description  (webhooks-id: ...















 This message was sent by Atlassian JIRA (v6.1.4#6159-sha1:44eaede)




 














-- 
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 post to this group, send email to puppet-bugs@googlegroups.com.
Visit this group at http://groups.google.com/group/puppet-bugs.
For more options, visit https://groups.google.com/d/optout.


Jira (PDB-774) PR (1022): Ticket/master/pdb 712 structured export - wkalt

2014-07-27 Thread gepetto-bot (JIRA)
Title: Message Title










 

 gepetto-bot commented on an issue


















  Re: PR (1022): Ticket/master/pdb 712 structured export - wkalt 










Pull request Ticket/master/pdb 712 structured export has been reopened.












   

 Add Comment

























 PuppetDB /  PDB-774



  PR (1022): Ticket/master/pdb 712 structured export - wkalt 







 h2. Ticket/master/pdb 712 structured export  * Author: Wyatt Alt  * Company:  * Github ID: [wkalt|https://github.com/wkalt] * [Pull Request 1022 Discussion|https://github.com/puppetlabs/puppetdb/pull/1022] * [Pull Request 1022 File Diff|https://github.com/puppetlabs/puppetdb/pull/1022/files]  h2. Pull Request Description  (webhooks-id: ...















 This message was sent by Atlassian JIRA (v6.1.4#6159-sha1:44eaede)




 














-- 
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 post to this group, send email to puppet-bugs@googlegroups.com.
Visit this group at http://groups.google.com/group/puppet-bugs.
For more options, visit https://groups.google.com/d/optout.


Jira (PDB-774) PR (1022): Ticket/master/pdb 712 structured export - wkalt

2014-07-27 Thread gepetto-bot (JIRA)
Title: Message Title










 

 gepetto-bot commented on an issue


















  Re: PR (1022): Ticket/master/pdb 712 structured export - wkalt 










pljenkinsro commented:
:red_circle: Test failed. Refer to this link for build results: https://jenkins.puppetlabs.com/job/PuppetDB%20Acceptance%20-%20Pull%20Requests/542/












   

 Add Comment

























 PuppetDB /  PDB-774



  PR (1022): Ticket/master/pdb 712 structured export - wkalt 







 h2. Ticket/master/pdb 712 structured export  * Author: Wyatt Alt  * Company:  * Github ID: [wkalt|https://github.com/wkalt] * [Pull Request 1022 Discussion|https://github.com/puppetlabs/puppetdb/pull/1022] * [Pull Request 1022 File Diff|https://github.com/puppetlabs/puppetdb/pull/1022/files]  h2. Pull Request Description  (webhooks-id: ...















 This message was sent by Atlassian JIRA (v6.1.4#6159-sha1:44eaede)




 














-- 
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 post to this group, send email to puppet-bugs@googlegroups.com.
Visit this group at 

Jira (PDB-774) PR (1022): Ticket/master/pdb 712 structured export - wkalt

2014-07-28 Thread gepetto-bot (JIRA)
Title: Message Title










 

 gepetto-bot commented on an issue


















  Re: PR (1022): Ticket/master/pdb 712 structured export - wkalt 










pljenkinsro commented:
:red_circle: Test failed. Refer to this link for build results: https://jenkins.puppetlabs.com/job/PuppetDB%20Acceptance%20-%20Pull%20Requests/543/












   

 Add Comment

























 PuppetDB /  PDB-774



  PR (1022): Ticket/master/pdb 712 structured export - wkalt 







 h2. Ticket/master/pdb 712 structured export  * Author: Wyatt Alt  * Company:  * Github ID: [wkalt|https://github.com/wkalt] * [Pull Request 1022 Discussion|https://github.com/puppetlabs/puppetdb/pull/1022] * [Pull Request 1022 File Diff|https://github.com/puppetlabs/puppetdb/pull/1022/files]  h2. Pull Request Description  (webhooks-id: ...















 This message was sent by Atlassian JIRA (v6.1.4#6159-sha1:44eaede)




 














-- 
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 post to this group, send email to puppet-bugs@googlegroups.com.
Visit this group at 

Jira (PDB-776) PR (1024): Ensure factsets endpoint unescapes any delimiters - kbarber

2014-07-29 Thread gepetto-bot (JIRA)
Title: Message Title










 

 gepetto-bot created an issue


















 PuppetDB /  PDB-776



  PR (1024): Ensure factsets endpoint unescapes any delimiters - kbarber 










Issue Type:

  Task




Assignee:


 Unassigned




Created:


 29/Jul/14 3:19 AM




Labels:


 github




Priority:

  Normal




Reporter:

 gepetto-bot










Ensure factsets endpoint unescapes any delimiters


Author: Ken Barber k...@bob.sh


Company: Puppet Labs Inc.


Github ID: kbarber


Pull Request 1024 Discussion


Pull Request 1024 File Diff


Pull Request Description

The delimiter #~ is reserved so we escape it on storage. Previously we had not been removing the escaping from this field before returning it to the user, this patch remedies that.
Signed-off-by: Ken Barber k...@bob.sh

  

Jira (PDB-776) PR (1024): Ensure factsets endpoint unescapes any delimiters - kbarber

2014-07-29 Thread gepetto-bot (JIRA)
Title: Message Title










 

 gepetto-bot commented on an issue


















  Re: PR (1024): Ensure factsets endpoint unescapes any delimiters - kbarber 










pljenkinsro commented:
:red_circle: Test failed. Refer to this link for build results: https://jenkins.puppetlabs.com/job/PuppetDB%20Acceptance%20-%20Pull%20Requests/551/












   

 Add Comment

























 PuppetDB /  PDB-776



  PR (1024): Ensure factsets endpoint unescapes any delimiters - kbarber 







 h2. Ensure factsets endpoint unescapes any delimiters  * Author: Ken Barber k...@bob.sh * Company: Puppet Labs Inc. * Github ID: [kbarber|https://github.com/kbarber] * [Pull Request 1024 Discussion|https://github.com/puppetlabs/puppetdb/pull/1024] * [Pull Request 1024 File Diff|https://github.com/puppetlabs/puppetdb/pull/1024/files]  h2. Pull Reques...















 This message was sent by Atlassian JIRA (v6.1.4#6159-sha1:44eaede)




 














-- 
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 post to this group, send email to puppet-bugs@googlegroups.com.
Visit this group at 

Jira (PDB-776) PR (1024): Ensure factsets endpoint unescapes any delimiters - kbarber

2014-07-29 Thread gepetto-bot (JIRA)
Title: Message Title










 

 gepetto-bot commented on an issue


















  Re: PR (1024): Ensure factsets endpoint unescapes any delimiters - kbarber 










kbarber commented:
@pljenkinsro retest this please












   

 Add Comment

























 PuppetDB /  PDB-776



  PR (1024): Ensure factsets endpoint unescapes any delimiters - kbarber 







 h2. Ensure factsets endpoint unescapes any delimiters  * Author: Ken Barber k...@bob.sh * Company: Puppet Labs Inc. * Github ID: [kbarber|https://github.com/kbarber] * [Pull Request 1024 Discussion|https://github.com/puppetlabs/puppetdb/pull/1024] * [Pull Request 1024 File Diff|https://github.com/puppetlabs/puppetdb/pull/1024/files]  h2. Pull Reques...















 This message was sent by Atlassian JIRA (v6.1.4#6159-sha1:44eaede)




 














-- 
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 post to this group, send email to puppet-bugs@googlegroups.com.
Visit this group at http://groups.google.com/group/puppet-bugs.
For more options, visit https://groups.google.com/d/optout.


Jira (PDB-776) PR (1024): Ensure factsets endpoint unescapes any delimiters - kbarber

2014-07-29 Thread gepetto-bot (JIRA)
Title: Message Title










 

 gepetto-bot commented on an issue


















  Re: PR (1024): Ensure factsets endpoint unescapes any delimiters - kbarber 










pljenkinsro commented:
:green_heart: Test passed. Refer to this link for build results: https://jenkins.puppetlabs.com/job/PuppetDB%20Acceptance%20-%20Pull%20Requests/552/












   

 Add Comment

























 PuppetDB /  PDB-776



  PR (1024): Ensure factsets endpoint unescapes any delimiters - kbarber 







 h2. Ensure factsets endpoint unescapes any delimiters  * Author: Ken Barber k...@bob.sh * Company: Puppet Labs Inc. * Github ID: [kbarber|https://github.com/kbarber] * [Pull Request 1024 Discussion|https://github.com/puppetlabs/puppetdb/pull/1024] * [Pull Request 1024 File Diff|https://github.com/puppetlabs/puppetdb/pull/1024/files]  h2. Pull Reques...















 This message was sent by Atlassian JIRA (v6.1.4#6159-sha1:44eaede)




 














-- 
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 post to this group, send email to puppet-bugs@googlegroups.com.
Visit this group at 

Jira (PDB-777) PR (1025): TESTING ONLY: Fixing acceptance - kbarber

2014-07-29 Thread gepetto-bot (JIRA)
Title: Message Title










 

 gepetto-bot created an issue


















 PuppetDB /  PDB-777



  PR (1025): TESTING ONLY: Fixing acceptance - kbarber 










Issue Type:

  Task




Assignee:


 Unassigned




Created:


 29/Jul/14 9:41 AM




Labels:


 github




Priority:

  Normal




Reporter:

 gepetto-bot










TESTING ONLY: Fixing acceptance


Author: Ken Barber k...@bob.sh


Company: Puppet Labs Inc.


Github ID: kbarber


Pull Request 1025 Discussion


Pull Request 1025 File Diff


Pull Request Description

Signed-off-by: Ken Barber k...@bob.sh

(webhooks-id: 3cdb435b5fa98c82ce8fefa8c1590c1a)






 

Jira (PDB-777) PR (1025): TESTING ONLY: Fixing acceptance - kbarber

2014-07-29 Thread gepetto-bot (JIRA)
Title: Message Title










 

 gepetto-bot commented on an issue


















  Re: PR (1025): TESTING ONLY: Fixing acceptance - kbarber 










pljenkinsro commented:
:red_circle: Test failed. Refer to this link for build results: https://jenkins.puppetlabs.com/job/PuppetDB%20Acceptance%20-%20Pull%20Requests/553/












   

 Add Comment

























 PuppetDB /  PDB-777



  PR (1025): TESTING ONLY: Fixing acceptance - kbarber 







 h2. TESTING ONLY: Fixing acceptance  * Author: Ken Barber k...@bob.sh * Company: Puppet Labs Inc. * Github ID: [kbarber|https://github.com/kbarber] * [Pull Request 1025 Discussion|https://github.com/puppetlabs/puppetdb/pull/1025] * [Pull Request 1025 File Diff|https://github.com/puppetlabs/puppetdb/pull/1025/files]  h2. Pull Request Description ...















 This message was sent by Atlassian JIRA (v6.1.4#6159-sha1:44eaede)




 














-- 
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 post to this group, send email to puppet-bugs@googlegroups.com.
Visit this group at 

Jira (PDB-779) PR (1026): (maint) Split out acceptance and unit test gems in a better way - kbarber

2014-07-29 Thread gepetto-bot (JIRA)
Title: Message Title










 

 gepetto-bot created an issue


















 PuppetDB /  PDB-779



  PR (1026): (maint) Split out acceptance and unit test gems in a better way - kbarber 










Issue Type:

  Task




Assignee:


 Unassigned




Created:


 29/Jul/14 10:16 AM




Labels:


 github




Priority:

  Normal




Reporter:

 gepetto-bot










(maint) Split out acceptance and unit test gems in a better way


Author: Ken Barber k...@bob.sh


Company: Puppet Labs Inc.


Github ID: kbarber


Pull Request 1026 Discussion


Pull Request 1026 File Diff


Pull Request Description

We want to avoid installing all of the unit test gems when running acceptance. This patch moves rake into its own place so we can use --without test properly.
Signed-off-by: Ken Barber k...@bob.sh

   

Jira (PDB-779) PR (1026): (maint) Split out acceptance and unit test gems in a better way - kbarber

2014-07-29 Thread gepetto-bot (JIRA)
Title: Message Title










 

 gepetto-bot commented on an issue


















  Re: PR (1026): (maint) Split out acceptance and unit test gems in a better way - kbarber 










Pull request (maint) Split out acceptance and unit test gems in a better way has been closed.












   

 Add Comment

























 PuppetDB /  PDB-779



  PR (1026): (maint) Split out acceptance and unit test gems in a better way - kbarber 







 h2. (maint) Split out acceptance and unit test gems in a better way  * Author: Ken Barber k...@bob.sh * Company: Puppet Labs Inc. * Github ID: [kbarber|https://github.com/kbarber] * [Pull Request 1026 Discussion|https://github.com/puppetlabs/puppetdb/pull/1026] * [Pull Request 1026 File Diff|https://github.com/puppetlabs/puppetdb/pull/1026/files]  h...















 This message was sent by Atlassian JIRA (v6.1.4#6159-sha1:44eaede)




 














-- 
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 post to this group, send email to puppet-bugs@googlegroups.com.
Visit this group at http://groups.google.com/group/puppet-bugs.
For more options, visit 

Jira (PDB-777) PR (1025): TESTING ONLY: Fixing acceptance - kbarber

2014-07-29 Thread gepetto-bot (JIRA)
Title: Message Title










 

 gepetto-bot commented on an issue


















  Re: PR (1025): TESTING ONLY: Fixing acceptance - kbarber 










pljenkinsro commented:
:red_circle: Test failed. Refer to this link for build results: https://jenkins.puppetlabs.com/job/PuppetDB%20Acceptance%20-%20Pull%20Requests/554/












   

 Add Comment

























 PuppetDB /  PDB-777



  PR (1025): TESTING ONLY: Fixing acceptance - kbarber 







 h2. TESTING ONLY: Fixing acceptance  * Author: Ken Barber k...@bob.sh * Company: Puppet Labs Inc. * Github ID: [kbarber|https://github.com/kbarber] * [Pull Request 1025 Discussion|https://github.com/puppetlabs/puppetdb/pull/1025] * [Pull Request 1025 File Diff|https://github.com/puppetlabs/puppetdb/pull/1025/files]  h2. Pull Request Description ...















 This message was sent by Atlassian JIRA (v6.1.4#6159-sha1:44eaede)




 














-- 
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 post to this group, send email to puppet-bugs@googlegroups.com.
Visit this group at 

Jira (PDB-777) PR (1025): TESTING ONLY: Fixing acceptance - kbarber

2014-07-29 Thread gepetto-bot (JIRA)
Title: Message Title










 

 gepetto-bot commented on an issue


















  Re: PR (1025): TESTING ONLY: Fixing acceptance - kbarber 










Pull request TESTING ONLY: Fixing acceptance has been closed.












   

 Add Comment

























 PuppetDB /  PDB-777



  PR (1025): TESTING ONLY: Fixing acceptance - kbarber 







 h2. TESTING ONLY: Fixing acceptance  * Author: Ken Barber k...@bob.sh * Company: Puppet Labs Inc. * Github ID: [kbarber|https://github.com/kbarber] * [Pull Request 1025 Discussion|https://github.com/puppetlabs/puppetdb/pull/1025] * [Pull Request 1025 File Diff|https://github.com/puppetlabs/puppetdb/pull/1025/files]  h2. Pull Request Description ...















 This message was sent by Atlassian JIRA (v6.1.4#6159-sha1:44eaede)




 














-- 
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 post to this group, send email to puppet-bugs@googlegroups.com.
Visit this group at http://groups.google.com/group/puppet-bugs.
For more options, visit https://groups.google.com/d/optout.


Jira (PDB-776) PR (1024): Ensure factsets endpoint unescapes any delimiters - kbarber

2014-07-29 Thread gepetto-bot (JIRA)
Title: Message Title










 

 gepetto-bot commented on an issue


















  Re: PR (1024): Ensure factsets endpoint unescapes any delimiters - kbarber 










Pull request Ensure factsets endpoint unescapes any delimiters has been closed.












   

 Add Comment

























 PuppetDB /  PDB-776



  PR (1024): Ensure factsets endpoint unescapes any delimiters - kbarber 







 h2. Ensure factsets endpoint unescapes any delimiters  * Author: Ken Barber k...@bob.sh * Company: Puppet Labs Inc. * Github ID: [kbarber|https://github.com/kbarber] * [Pull Request 1024 Discussion|https://github.com/puppetlabs/puppetdb/pull/1024] * [Pull Request 1024 File Diff|https://github.com/puppetlabs/puppetdb/pull/1024/files]  h2. Pull Reques...















 This message was sent by Atlassian JIRA (v6.1.4#6159-sha1:44eaede)




 














-- 
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 post to this group, send email to puppet-bugs@googlegroups.com.
Visit this group at http://groups.google.com/group/puppet-bugs.
For more options, visit https://groups.google.com/d/optout.


Jira (PDB-780) PR (1027): (maint) Switch confine for basic test during acc dependency installation - kbarber

2014-07-30 Thread gepetto-bot (JIRA)
Title: Message Title










 

 gepetto-bot created an issue


















 PuppetDB /  PDB-780



  PR (1027): (maint) Switch confine for basic test during acc dependency installation - kbarber 










Issue Type:

  Task




Assignee:


 Unassigned




Created:


 30/Jul/14 5:01 AM




Labels:


 github




Priority:

  Normal




Reporter:

 gepetto-bot










(maint) Switch confine for basic test during acc dependency installation


Author: Ken Barber k...@bob.sh


Company: Puppet Labs Inc.


Github ID: kbarber


Pull Request 1027 Discussion


Pull Request 1027 File Diff


Pull Request Description

The way we were using confine was wrong, and since this is now more strict in beaker it was throwing errors in the master smoke tests. This patch just replaces it for a basic include? on the master platform instead.
Signed-off-by: Ken Barber 

Jira (PDB-780) PR (1027): (maint) Switch confine for basic test during acc dependency installation - kbarber

2014-07-30 Thread gepetto-bot (JIRA)
Title: Message Title










 

 gepetto-bot commented on an issue


















  Re: PR (1027): (maint) Switch confine for basic test during acc dependency installation - kbarber 










pljenkinsro commented:
:red_circle: Test failed. Refer to this link for build results: https://jenkins.puppetlabs.com/job/PuppetDB%20Acceptance%20-%20Pull%20Requests/555/












   

 Add Comment

























 PuppetDB /  PDB-780



  PR (1027): (maint) Switch confine for basic test during acc dependency installation - kbarber 







 h2. (maint) Switch confine for basic test during acc dependency installation  * Author: Ken Barber k...@bob.sh * Company: Puppet Labs Inc. * Github ID: [kbarber|https://github.com/kbarber] * [Pull Request 1027 Discussion|https://github.com/puppetlabs/puppetdb/pull/1027] * [Pull Request 1027 File Diff|https://github.com/puppetlabs/puppetdb/pull/1027/...















 This message was sent by Atlassian JIRA (v6.1.4#6159-sha1:44eaede)




 














-- 
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 post to this group, send email to 

Jira (PDB-780) PR (1027): (maint) Switch confine for basic test during acc dependency installation - kbarber

2014-07-30 Thread gepetto-bot (JIRA)
Title: Message Title










 

 gepetto-bot commented on an issue


















  Re: PR (1027): (maint) Switch confine for basic test during acc dependency installation - kbarber 










pljenkinsro commented:
:red_circle: Test failed. Refer to this link for build results: https://jenkins.puppetlabs.com/job/PuppetDB%20Acceptance%20-%20Pull%20Requests/557/












   

 Add Comment

























 PuppetDB /  PDB-780



  PR (1027): (maint) Switch confine for basic test during acc dependency installation - kbarber 







 h2. (maint) Switch confine for basic test during acc dependency installation  * Author: Ken Barber k...@bob.sh * Company: Puppet Labs Inc. * Github ID: [kbarber|https://github.com/kbarber] * [Pull Request 1027 Discussion|https://github.com/puppetlabs/puppetdb/pull/1027] * [Pull Request 1027 File Diff|https://github.com/puppetlabs/puppetdb/pull/1027/...















 This message was sent by Atlassian JIRA (v6.1.4#6159-sha1:44eaede)




 














-- 
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 post to this group, send email to 

Jira (PDB-780) PR (1027): (maint) Switch confine for basic test during acc dependency installation - kbarber

2014-07-30 Thread gepetto-bot (JIRA)
Title: Message Title










 

 gepetto-bot commented on an issue


















  Re: PR (1027): (maint) Switch confine for basic test during acc dependency installation - kbarber 










Pull request (maint) Switch confine for basic test during acc dependency installation has been closed.












   

 Add Comment

























 PuppetDB /  PDB-780



  PR (1027): (maint) Switch confine for basic test during acc dependency installation - kbarber 







 h2. (maint) Switch confine for basic test during acc dependency installation  * Author: Ken Barber k...@bob.sh * Company: Puppet Labs Inc. * Github ID: [kbarber|https://github.com/kbarber] * [Pull Request 1027 Discussion|https://github.com/puppetlabs/puppetdb/pull/1027] * [Pull Request 1027 File Diff|https://github.com/puppetlabs/puppetdb/pull/1027/...















 This message was sent by Atlassian JIRA (v6.1.4#6159-sha1:44eaede)




 














-- 
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 post to this group, send email to puppet-bugs@googlegroups.com.
Visit this group at http://groups.google.com/group/puppet-bugs.
For more options, visit 

Jira (PDB-799) PR (1030): (maint) Fix an intermittent testing failure with time for factsets - kbarber

2014-08-01 Thread gepetto-bot (JIRA)
Title: Message Title










 

 gepetto-bot created an issue


















 PuppetDB /  PDB-799



  PR (1030): (maint) Fix an intermittent testing failure with time for factsets - kbarber 










Issue Type:

  Task




Assignee:


 Unassigned




Created:


 01/Aug/14 4:23 AM




Labels:


 github




Priority:

  Normal




Reporter:

 gepetto-bot










(maint) Fix an intermittent testing failure with time for factsets


Author: Ken Barber k...@bob.sh


Company: Puppet Labs Inc.


Github ID: kbarber


Pull Request 1030 Discussion


Pull Request 1030 File Diff


Pull Request Description

Our test data population code was still using its own version of time, instead of using the one passed as an argument. This made the matchers fail in a racey way.
Signed-off-by: Ken Barber k...@bob.sh

  

Jira (PDB-799) PR (1030): (maint) Fix an intermittent testing failure with time for factsets - kbarber

2014-08-01 Thread gepetto-bot (JIRA)
Title: Message Title










 

 gepetto-bot commented on an issue


















  Re: PR (1030): (maint) Fix an intermittent testing failure with time for factsets - kbarber 










pljenkinsro commented:
:red_circle: Test failed. Refer to this link for build results: https://jenkins.puppetlabs.com/job/PuppetDB%20Acceptance%20-%20Pull%20Requests/561/












   

 Add Comment

























 PuppetDB /  PDB-799



  PR (1030): (maint) Fix an intermittent testing failure with time for factsets - kbarber 







 h2. (maint) Fix an intermittent testing failure with time for factsets  * Author: Ken Barber k...@bob.sh * Company: Puppet Labs Inc. * Github ID: [kbarber|https://github.com/kbarber] * [Pull Request 1030 Discussion|https://github.com/puppetlabs/puppetdb/pull/1030] * [Pull Request 1030 File Diff|https://github.com/puppetlabs/puppetdb/pull/1030/files]...















 This message was sent by Atlassian JIRA (v6.1.4#6159-sha1:44eaede)




 














-- 
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 post to this group, send email to 

Jira (PDB-799) PR (1030): (maint) Fix an intermittent testing failure with time for factsets - kbarber

2014-08-01 Thread gepetto-bot (JIRA)
Title: Message Title










 

 gepetto-bot commented on an issue


















  Re: PR (1030): (maint) Fix an intermittent testing failure with time for factsets - kbarber 










Pull request (maint) Fix an intermittent testing failure with time for factsets has been closed.












   

 Add Comment

























 PuppetDB /  PDB-799



  PR (1030): (maint) Fix an intermittent testing failure with time for factsets - kbarber 







 h2. (maint) Fix an intermittent testing failure with time for factsets  * Author: Ken Barber k...@bob.sh * Company: Puppet Labs Inc. * Github ID: [kbarber|https://github.com/kbarber] * [Pull Request 1030 Discussion|https://github.com/puppetlabs/puppetdb/pull/1030] * [Pull Request 1030 File Diff|https://github.com/puppetlabs/puppetdb/pull/1030/files]...















 This message was sent by Atlassian JIRA (v6.1.4#6159-sha1:44eaede)




 














-- 
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 post to this group, send email to puppet-bugs@googlegroups.com.
Visit this group at http://groups.google.com/group/puppet-bugs.
For more options, visit 

Jira (PDB-801) PR (132): Add read-database support - tdevelioglu

2014-08-04 Thread gepetto-bot (JIRA)
Title: Message Title










 

 gepetto-bot created an issue


















 PuppetDB /  PDB-801



  PR (132): Add read-database support - tdevelioglu 










Issue Type:

  Task




Assignee:


 Unassigned




Created:


 04/Aug/14 5:01 AM




Labels:


 github module




Priority:

  Normal




Reporter:

 gepetto-bot










Add read-database support


Author: 


Company:


Github ID: tdevelioglu


Pull Request 132 Discussion


Pull Request 132 File Diff


Pull Request Description

This commit adds support for configuring puppetdb (v1.6+) to direct read-only queries to a seperate postgres database.
Read-database configuration is enabled by passing read_database_host (default: undef) as a parameter with classes puppetdb or puppetdb::server. It creates another file 'read_database.ini' under confdir containing the read-database section.
  

Jira (PDB-802) PR (1032): (maint) Fix fact-node globbing tests - kbarber

2014-08-04 Thread gepetto-bot (JIRA)
Title: Message Title










 

 gepetto-bot created an issue


















 PuppetDB /  PDB-802



  PR (1032): (maint) Fix fact-node globbing tests - kbarber 










Issue Type:

  Task




Assignee:


 Unassigned




Created:


 04/Aug/14 11:51 AM




Labels:


 github




Priority:

  Normal




Reporter:

 gepetto-bot










(maint) Fix fact-node globbing tests


Author: Ken Barber k...@bob.sh


Company: Puppet Labs Inc.


Github ID: kbarber


Pull Request 1032 Discussion


Pull Request 1032 File Diff


Pull Request Description

The regular _expression_ I provided for the glob replace wasn't sufficient for PostgreSQL to work. This patch amends it to be so.
I've also put in a test for keys with blank strings, to make sure this change doesn't affect that case as well.
Signed-off-by: Ken Barber 

Jira (PDB-802) PR (1032): (maint) Fix fact-node globbing tests - kbarber

2014-08-04 Thread gepetto-bot (JIRA)
Title: Message Title










 

 gepetto-bot commented on an issue


















  Re: PR (1032): (maint) Fix fact-node globbing tests - kbarber 










pljenkinsro commented:
:green_heart: Test passed. Refer to this link for build results: https://jenkins.puppetlabs.com/job/PuppetDB%20Acceptance%20-%20Pull%20Requests/569/












   

 Add Comment

























 PuppetDB /  PDB-802



  PR (1032): (maint) Fix fact-node globbing tests - kbarber 







 h2. (maint) Fix fact-node globbing tests  * Author: Ken Barber k...@bob.sh * Company: Puppet Labs Inc. * Github ID: [kbarber|https://github.com/kbarber] * [Pull Request 1032 Discussion|https://github.com/puppetlabs/puppetdb/pull/1032] * [Pull Request 1032 File Diff|https://github.com/puppetlabs/puppetdb/pull/1032/files]  h2. Pull Request Description...















 This message was sent by Atlassian JIRA (v6.1.4#6159-sha1:44eaede)




 














-- 
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 post to this group, send email to puppet-bugs@googlegroups.com.
Visit this group at 

Jira (PDB-802) PR (1032): (maint) Fix fact-node globbing tests - kbarber

2014-08-04 Thread gepetto-bot (JIRA)
Title: Message Title










 

 gepetto-bot commented on an issue


















  Re: PR (1032): (maint) Fix fact-node globbing tests - kbarber 










Pull request (maint) Fix fact-node globbing tests has been closed.












   

 Add Comment

























 PuppetDB /  PDB-802



  PR (1032): (maint) Fix fact-node globbing tests - kbarber 







 h2. (maint) Fix fact-node globbing tests  * Author: Ken Barber k...@bob.sh * Company: Puppet Labs Inc. * Github ID: [kbarber|https://github.com/kbarber] * [Pull Request 1032 Discussion|https://github.com/puppetlabs/puppetdb/pull/1032] * [Pull Request 1032 File Diff|https://github.com/puppetlabs/puppetdb/pull/1032/files]  h2. Pull Request Description...















 This message was sent by Atlassian JIRA (v6.1.4#6159-sha1:44eaede)




 














-- 
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 post to this group, send email to puppet-bugs@googlegroups.com.
Visit this group at http://groups.google.com/group/puppet-bugs.
For more options, visit https://groups.google.com/d/optout.


Jira (PDB-801) PR (132): Add read-database support - tdevelioglu

2014-08-05 Thread gepetto-bot (JIRA)
Title: Message Title










 

 gepetto-bot commented on an issue


















  Re: PR (132): Add read-database support - tdevelioglu 










Pull request Add read-database support has been closed.












   

 Add Comment

























 PuppetDB /  PDB-801



  PR (132): Add read-database support - tdevelioglu 







 h2. Add read-database support  * Author:  * Company:  * Github ID: [tdevelioglu|https://github.com/tdevelioglu] * [Pull Request 132 Discussion|https://github.com/puppetlabs/puppetlabs-puppetdb/pull/132] * [Pull Request 132 File Diff|https://github.com/puppetlabs/puppetlabs-puppetdb/pull/132/files]  h2. Pull Request Description   This commit ad...















 This message was sent by Atlassian JIRA (v6.1.4#6159-sha1:44eaede)




 














-- 
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 post to this group, send email to puppet-bugs@googlegroups.com.
Visit this group at http://groups.google.com/group/puppet-bugs.
For more options, visit https://groups.google.com/d/optout.


Jira (PDB-803) PR (133): Use EL instead of RHEL - ghoneycutt

2014-08-05 Thread gepetto-bot (JIRA)
Title: Message Title










 

 gepetto-bot created an issue


















 PuppetDB /  PDB-803



  PR (133): Use EL instead of RHEL - ghoneycutt 










Issue Type:

  Task




Assignee:


 Unassigned




Created:


 05/Aug/14 1:17 PM




Labels:


 github module




Priority:

  Normal




Reporter:

 gepetto-bot










Use EL instead of RHEL


Author: Garrett Honeycutt git...@garretthoneycutt.com


Company:


Github ID: ghoneycutt


Pull Request 133 Discussion


Pull Request 133 File Diff


Pull Request Description

To be more inclusive of variants like CentOS

(webhooks-id: 1fd0a36c03e90a920e7fa04109545167)







Jira (PDB-804) PR (134): Fixed read-database parameters in class puppetdb - tdevelioglu

2014-08-06 Thread gepetto-bot (JIRA)
Title: Message Title










 

 gepetto-bot created an issue


















 PuppetDB /  PDB-804



  PR (134): Fixed read-database parameters in class puppetdb - tdevelioglu 










Issue Type:

  Task




Assignee:


 Unassigned




Created:


 06/Aug/14 1:08 AM




Labels:


 github module




Priority:

  Normal




Reporter:

 gepetto-bot










Fixed read-database parameters in class puppetdb


Author: 


Company:


Github ID: tdevelioglu


Pull Request 134 Discussion


Pull Request 134 File Diff


Pull Request Description


(webhooks-id: 858c4e2abb817b91ed021869b2a5e886)








  

Jira (PDB-805) PR (1034): (maint) Upgrade trapperkeeper and kitchensink libraries to latest - kbarber

2014-08-07 Thread gepetto-bot (JIRA)
Title: Message Title










 

 gepetto-bot created an issue


















 PuppetDB /  PDB-805



  PR (1034): (maint) Upgrade trapperkeeper and kitchensink libraries to latest - kbarber 










Issue Type:

  Task




Assignee:


 Unassigned




Created:


 07/Aug/14 7:00 AM




Labels:


 github




Priority:

  Normal




Reporter:

 gepetto-bot










(maint) Upgrade trapperkeeper and kitchensink libraries to latest


Author: Ken Barber k...@bob.sh


Company: Puppet Labs Inc.


Github ID: kbarber


Pull Request 1034 Discussion


Pull Request 1034 File Diff


Pull Request Description

This patch also updates some of the easier to upgrade dependencies as well.
Signed-off-by: Ken Barber k...@bob.sh

(webhooks-id: 53a966c532fd70582604512015d27e1e)
   

Jira (PDB-803) PR (133): Use EL instead of RHEL - ghoneycutt

2014-08-07 Thread gepetto-bot (JIRA)
Title: Message Title










 

 gepetto-bot commented on an issue


















  Re: PR (133): Use EL instead of RHEL - ghoneycutt 










Pull request Use EL instead of RHEL has been closed.












   

 Add Comment

























 PuppetDB /  PDB-803



  PR (133): Use EL instead of RHEL - ghoneycutt 







 h2. Use EL instead of RHEL  * Author: Garrett Honeycutt git...@garretthoneycutt.com * Company:  * Github ID: [ghoneycutt|https://github.com/ghoneycutt] * [Pull Request 133 Discussion|https://github.com/puppetlabs/puppetlabs-puppetdb/pull/133] * [Pull Request 133 File Diff|https://github.com/puppetlabs/puppetlabs-puppetdb/pull/133/files]  h2. Pull R...















 This message was sent by Atlassian JIRA (v6.1.4#6159-sha1:44eaede)




 














-- 
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 post to this group, send email to puppet-bugs@googlegroups.com.
Visit this group at http://groups.google.com/group/puppet-bugs.
For more options, visit https://groups.google.com/d/optout.


Jira (PDB-804) PR (134): Fixed read-database parameters in class puppetdb - tdevelioglu

2014-08-07 Thread gepetto-bot (JIRA)
Title: Message Title










 

 gepetto-bot commented on an issue


















  Re: PR (134): Fixed read-database parameters in class puppetdb - tdevelioglu 










Pull request Fixed read-database parameters in class puppetdb has been closed.












   

 Add Comment

























 PuppetDB /  PDB-804



  PR (134): Fixed read-database parameters in class puppetdb - tdevelioglu 







 h2. Fixed read-database parameters in class puppetdb  * Author:  * Company:  * Github ID: [tdevelioglu|https://github.com/tdevelioglu] * [Pull Request 134 Discussion|https://github.com/puppetlabs/puppetlabs-puppetdb/pull/134] * [Pull Request 134 File Diff|https://github.com/puppetlabs/puppetlabs-puppetdb/pull/134/files]  h2. Pull Request Descripti...















 This message was sent by Atlassian JIRA (v6.1.4#6159-sha1:44eaede)




 














-- 
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 post to this group, send email to puppet-bugs@googlegroups.com.
Visit this group at http://groups.google.com/group/puppet-bugs.
For more options, visit https://groups.google.com/d/optout.


Jira (PDB-805) PR (1034): (maint) Upgrade trapperkeeper and kitchensink libraries to latest - kbarber

2014-08-07 Thread gepetto-bot (JIRA)
Title: Message Title










 

 gepetto-bot commented on an issue


















  Re: PR (1034): (maint) Upgrade trapperkeeper and kitchensink libraries to latest - kbarber 










pljenkinsro commented:
:red_circle: Test failed. Refer to this link for build results: https://jenkins.puppetlabs.com/job/PuppetDB%20Acceptance%20-%20Pull%20Requests/580/












   

 Add Comment

























 PuppetDB /  PDB-805



  PR (1034): (maint) Upgrade trapperkeeper and kitchensink libraries to latest - kbarber 







 h2. (maint) Upgrade trapperkeeper and kitchensink libraries to latest  * Author: Ken Barber k...@bob.sh * Company: Puppet Labs Inc. * Github ID: [kbarber|https://github.com/kbarber] * [Pull Request 1034 Discussion|https://github.com/puppetlabs/puppetdb/pull/1034] * [Pull Request 1034 File Diff|https://github.com/puppetlabs/puppetdb/pull/1034/files] ...















 This message was sent by Atlassian JIRA (v6.1.4#6159-sha1:44eaede)




 














-- 
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 post to this group, send email to 

Jira (PDB-805) PR (1034): (maint) Upgrade trapperkeeper and kitchensink libraries to latest - kbarber

2014-08-07 Thread gepetto-bot (JIRA)
Title: Message Title










 

 gepetto-bot commented on an issue


















  Re: PR (1034): (maint) Upgrade trapperkeeper and kitchensink libraries to latest - kbarber 










pljenkinsro commented:
:red_circle: Test failed. Refer to this link for build results: https://jenkins.puppetlabs.com/job/PuppetDB%20Acceptance%20-%20Pull%20Requests/581/












   

 Add Comment

























 PuppetDB /  PDB-805



  PR (1034): (maint) Upgrade trapperkeeper and kitchensink libraries to latest - kbarber 







 h2. (maint) Upgrade trapperkeeper and kitchensink libraries to latest  * Author: Ken Barber k...@bob.sh * Company: Puppet Labs Inc. * Github ID: [kbarber|https://github.com/kbarber] * [Pull Request 1034 Discussion|https://github.com/puppetlabs/puppetdb/pull/1034] * [Pull Request 1034 File Diff|https://github.com/puppetlabs/puppetdb/pull/1034/files] ...















 This message was sent by Atlassian JIRA (v6.1.4#6159-sha1:44eaede)




 














-- 
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 post to this group, send email to 

Jira (PDB-805) PR (1034): (maint) Upgrade trapperkeeper and kitchensink libraries to latest - kbarber

2014-08-08 Thread gepetto-bot (JIRA)
Title: Message Title










 

 gepetto-bot commented on an issue


















  Re: PR (1034): (maint) Upgrade trapperkeeper and kitchensink libraries to latest - kbarber 










pljenkinsro commented:
:red_circle: Test failed. Refer to this link for build results: https://jenkins.puppetlabs.com/job/PuppetDB%20Acceptance%20-%20Pull%20Requests/586/












   

 Add Comment

























 PuppetDB /  PDB-805



  PR (1034): (maint) Upgrade trapperkeeper and kitchensink libraries to latest - kbarber 







 h2. (maint) Upgrade trapperkeeper and kitchensink libraries to latest  * Author: Ken Barber k...@bob.sh * Company: Puppet Labs Inc. * Github ID: [kbarber|https://github.com/kbarber] * [Pull Request 1034 Discussion|https://github.com/puppetlabs/puppetdb/pull/1034] * [Pull Request 1034 File Diff|https://github.com/puppetlabs/puppetdb/pull/1034/files] ...















 This message was sent by Atlassian JIRA (v6.1.4#6159-sha1:44eaede)




 














-- 
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 post to this group, send email to 

Jira (PDB-805) PR (1034): (maint) Upgrade trapperkeeper and kitchensink libraries to latest - kbarber

2014-08-08 Thread gepetto-bot (JIRA)
Title: Message Title










 

 gepetto-bot commented on an issue


















  Re: PR (1034): (maint) Upgrade trapperkeeper and kitchensink libraries to latest - kbarber 










kbarber commented:
This patch is dependant on certificate-whitelist support as outlined in TK-46.












   

 Add Comment

























 PuppetDB /  PDB-805



  PR (1034): (maint) Upgrade trapperkeeper and kitchensink libraries to latest - kbarber 







 h2. (maint) Upgrade trapperkeeper and kitchensink libraries to latest  * Author: Ken Barber k...@bob.sh * Company: Puppet Labs Inc. * Github ID: [kbarber|https://github.com/kbarber] * [Pull Request 1034 Discussion|https://github.com/puppetlabs/puppetdb/pull/1034] * [Pull Request 1034 File Diff|https://github.com/puppetlabs/puppetdb/pull/1034/files] ...















 This message was sent by Atlassian JIRA (v6.1.4#6159-sha1:44eaede)




 














-- 
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 post to this group, send email to puppet-bugs@googlegroups.com.
Visit this group at http://groups.google.com/group/puppet-bugs.

Jira (PDB-815) PR (1035): (maint) fix order on environments for facts - wkalt

2014-08-11 Thread gepetto-bot (JIRA)
Title: Message Title










 

 gepetto-bot created an issue


















 PuppetDB /  PDB-815



  PR (1035): (maint) fix order on environments for facts - wkalt 










Issue Type:

  Task




Assignee:


 Unassigned




Created:


 11/Aug/14 9:18 AM




Labels:


 github




Priority:

  Normal




Reporter:

 gepetto-bot










(maint) fix order on environments for facts


Author: Wyatt Alt 


Company:


Github ID: wkalt


Pull Request 1035 Discussion


Pull Request 1035 File Diff


Pull Request Description

this fixes an issue with ordering by environment on the facts endpoint and patches the corresponding blind spot in our tests.

(webhooks-id: db32a0e799a7f62745c62a2bd91b7194)



 

Jira (PDB-815) PR (1035): (maint) fix order on environments for facts - wkalt

2014-08-11 Thread gepetto-bot (JIRA)
Title: Message Title










 

 gepetto-bot commented on an issue


















  Re: PR (1035): (maint) fix order on environments for facts - wkalt 










Pull request (maint) fix order on environments for facts has been closed.












   

 Add Comment

























 PuppetDB /  PDB-815



  PR (1035): (maint) fix order on environments for facts - wkalt 







 h2. (maint) fix order on environments for facts  * Author: Wyatt Alt  * Company:  * Github ID: [wkalt|https://github.com/wkalt] * [Pull Request 1035 Discussion|https://github.com/puppetlabs/puppetdb/pull/1035] * [Pull Request 1035 File Diff|https://github.com/puppetlabs/puppetdb/pull/1035/files]  h2. Pull Request Description   this fixes an iss...















 This message was sent by Atlassian JIRA (v6.1.4#6159-sha1:44eaede)




 














-- 
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 post to this group, send email to puppet-bugs@googlegroups.com.
Visit this group at http://groups.google.com/group/puppet-bugs.
For more options, visit https://groups.google.com/d/optout.


Jira (PDB-815) PR (1035): (maint) fix order on environments for facts - wkalt

2014-08-11 Thread gepetto-bot (JIRA)
Title: Message Title










 

 gepetto-bot commented on an issue


















  Re: PR (1035): (maint) fix order on environments for facts - wkalt 










pljenkinsro commented:
:green_heart: Test passed. Refer to this link for build results: https://jenkins.puppetlabs.com/job/PuppetDB%20Acceptance%20-%20Pull%20Requests/589/












   

 Add Comment

























 PuppetDB /  PDB-815



  PR (1035): (maint) fix order on environments for facts - wkalt 







 h2. (maint) fix order on environments for facts  * Author: Wyatt Alt  * Company:  * Github ID: [wkalt|https://github.com/wkalt] * [Pull Request 1035 Discussion|https://github.com/puppetlabs/puppetdb/pull/1035] * [Pull Request 1035 File Diff|https://github.com/puppetlabs/puppetdb/pull/1035/files]  h2. Pull Request Description   this fixes an iss...















 This message was sent by Atlassian JIRA (v6.1.4#6159-sha1:44eaede)




 














-- 
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 post to this group, send email to puppet-bugs@googlegroups.com.
Visit this group at 

Jira (PDB-815) PR (1035): (maint) fix order on environments for facts - wkalt

2014-08-11 Thread gepetto-bot (JIRA)
Title: Message Title










 

 gepetto-bot commented on an issue


















  Re: PR (1035): (maint) fix order on environments for facts - wkalt 










pljenkinsro commented:
:red_circle: Test failed. Refer to this link for build results: https://jenkins.puppetlabs.com/job/PuppetDB%20Acceptance%20-%20Pull%20Requests/590/












   

 Add Comment

























 PuppetDB /  PDB-815



  PR (1035): (maint) fix order on environments for facts - wkalt 







 h2. (maint) fix order on environments for facts  * Author: Wyatt Alt  * Company:  * Github ID: [wkalt|https://github.com/wkalt] * [Pull Request 1035 Discussion|https://github.com/puppetlabs/puppetdb/pull/1035] * [Pull Request 1035 File Diff|https://github.com/puppetlabs/puppetdb/pull/1035/files]  h2. Pull Request Description   this fixes an iss...















 This message was sent by Atlassian JIRA (v6.1.4#6159-sha1:44eaede)




 














-- 
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 post to this group, send email to puppet-bugs@googlegroups.com.
Visit this group at 

Jira (PDB-817) PR (1038): (maint) Fix old acceptance test refspec issue - kbarber

2014-08-11 Thread gepetto-bot (JIRA)
Title: Message Title










 

 gepetto-bot created an issue


















 PuppetDB /  PDB-817



  PR (1038): (maint) Fix old acceptance test refspec issue - kbarber 










Issue Type:

  Task




Assignee:


 Unassigned




Created:


 11/Aug/14 1:31 PM




Labels:


 github




Priority:

  Normal




Reporter:

 gepetto-bot










(maint) Fix old acceptance test refspec issue


Author: Ken Barber k...@bob.sh


Company: Puppet Labs Inc.


Github ID: kbarber


Pull Request 1038 Discussion


Pull Request 1038 File Diff


Pull Request Description

The old refspec for acceptance testing source code only really worked for the PR testing workflow. This patch makes it work for the command line or polling based workflow as well.
Without it, it makes it hard to run beaker acceptance tests from the command line.
   

  1   2   3   4   5   6   7   8   9   10   >