<feed xmlns='http://www.w3.org/2005/Atom'>
<title>python-jenkins-job-builder.git/tests/cmd, branch 3.2.0</title>
<subtitle>patches to python-jenkins-job-builder package in Fedora</subtitle>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/ktdreyer/public_git/python-jenkins-job-builder.git/'/>
<entry>
<title>Fix the yaml load warning.</title>
<updated>2019-12-10T08:52:40+00:00</updated>
<author>
<name>Daniel Bengtsson</name>
<email>dbengt@redhat.com</email>
</author>
<published>2019-12-10T08:52:22+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/ktdreyer/public_git/python-jenkins-job-builder.git/commit/?id=0b4ed38ca6c50f61636fd98bedf759f2198ac5e4'/>
<id>0b4ed38ca6c50f61636fd98bedf759f2198ac5e4</id>
<content type='text'>
In the new version of PyYAML the API changed to be more explicit. Now
the default value for the Loader is None, see:

https://github.com/yaml/pyyaml/blob/5.1/lib3/yaml/__init__.py#L103

The load is unsafe. It's better to use safe_load function.

Change-Id: Ia1cd16f2ff970ca220a266c99b6554dd4254ebd9
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
In the new version of PyYAML the API changed to be more explicit. Now
the default value for the Loader is None, see:

https://github.com/yaml/pyyaml/blob/5.1/lib3/yaml/__init__.py#L103

The load is unsafe. It's better to use safe_load function.

Change-Id: Ia1cd16f2ff970ca220a266c99b6554dd4254ebd9
</pre>
</div>
</content>
</entry>
<entry>
<title>Auto-generated output from python-black</title>
<updated>2019-09-09T18:23:24+00:00</updated>
<author>
<name>Thanh Ha</name>
<email>zxiiro@gmail.com</email>
</author>
<published>2019-08-23T13:14:39+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/ktdreyer/public_git/python-jenkins-job-builder.git/commit/?id=4d90c187a945c04b9949d5ee7738a049dd634897'/>
<id>4d90c187a945c04b9949d5ee7738a049dd634897</id>
<content type='text'>
Please review the following patch containing the code changes in
the repo. This patch is a transition patch and is the auto-generated
output of the python-black tool.

Change-Id: I2d2de71da8a105fb62b561899ae78441ddab4032
Signed-off-by: Thanh Ha &lt;zxiiro@gmail.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Please review the following patch containing the code changes in
the repo. This patch is a transition patch and is the auto-generated
output of the python-black tool.

Change-Id: I2d2de71da8a105fb62b561899ae78441ddab4032
Signed-off-by: Thanh Ha &lt;zxiiro@gmail.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>remove support of old plugin config format</title>
<updated>2019-04-16T01:08:05+00:00</updated>
<author>
<name>Sorin Sbarnea</name>
<email>ssbarnea@redhat.com</email>
</author>
<published>2018-07-16T15:37:06+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/ktdreyer/public_git/python-jenkins-job-builder.git/commit/?id=71f1c89b657491f694095a0bc20828e09bfbc9ca'/>
<id>71f1c89b657491f694095a0bc20828e09bfbc9ca</id>
<content type='text'>
Remove code refering to old plugin config format.

Change-Id: Iba0922d3bfe066444e5e982c303968d15e1853a1
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Remove code refering to old plugin config format.

Change-Id: Iba0922d3bfe066444e5e982c303968d15e1853a1
</pre>
</div>
</content>
</entry>
<entry>
<title>Add config options --jobs-only and --views-only</title>
<updated>2018-09-18T20:54:05+00:00</updated>
<author>
<name>Anil Belur</name>
<email>askb23@gmail.com</email>
</author>
<published>2018-09-10T05:31:44+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/ktdreyer/public_git/python-jenkins-job-builder.git/commit/?id=9399b1f9868ce04d8c95cdd271d102947534411a'/>
<id>9399b1f9868ce04d8c95cdd271d102947534411a</id>
<content type='text'>
Add options --jobs-only and --views-only to job_builder
section in config file.

By default JJB updates both jobs and views. Some cases
non-admin users are not allowed to update views on Jenkins
which requires explicity using -j flag.

Allow users to set a config option 'update=jobs|views|all'
in the 'job_builder' section implicitly use --jobs-only or
--views-only and control these flags from the config file.

Note: CLI options takes precedence over the config file.

Change-Id: I2a94e5a2d671ccbfc505de2f19b578ecfef9e9d7
Co-Authored-By: Thanh Ha &lt;zxiiro@linux.com&gt;
Signed-off-by: Anil Belur &lt;askb23@gmail.com&gt;
Signed-off-by: Thanh Ha &lt;zxiiro@linux.com&gt;
Signed-off-by: Anil Belur &lt;askb23@gmail.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add options --jobs-only and --views-only to job_builder
section in config file.

By default JJB updates both jobs and views. Some cases
non-admin users are not allowed to update views on Jenkins
which requires explicity using -j flag.

Allow users to set a config option 'update=jobs|views|all'
in the 'job_builder' section implicitly use --jobs-only or
--views-only and control these flags from the config file.

Note: CLI options takes precedence over the config file.

Change-Id: I2a94e5a2d671ccbfc505de2f19b578ecfef9e9d7
Co-Authored-By: Thanh Ha &lt;zxiiro@linux.com&gt;
Signed-off-by: Anil Belur &lt;askb23@gmail.com&gt;
Signed-off-by: Thanh Ha &lt;zxiiro@linux.com&gt;
Signed-off-by: Anil Belur &lt;askb23@gmail.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix typo in test docstring</title>
<updated>2018-07-17T10:38:53+00:00</updated>
<author>
<name>Anil Belur</name>
<email>askb23@gmail.com</email>
</author>
<published>2018-07-17T10:38:53+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/ktdreyer/public_git/python-jenkins-job-builder.git/commit/?id=81f69c6f0d8dbed92698e255d58e479ae598b6e6'/>
<id>81f69c6f0d8dbed92698e255d58e479ae598b6e6</id>
<content type='text'>
Change-Id: I28f7b19319fdbbb8f5b2d582596643d85fc3efb9
Signed-off-by: Anil Belur &lt;askb23@gmail.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: I28f7b19319fdbbb8f5b2d582596643d85fc3efb9
Signed-off-by: Anil Belur &lt;askb23@gmail.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Normalize newlines at end of file</title>
<updated>2018-06-29T20:07:06+00:00</updated>
<author>
<name>Sorin Sbarnea</name>
<email>ssbarnea@redhat.com</email>
</author>
<published>2018-06-29T14:56:27+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/ktdreyer/public_git/python-jenkins-job-builder.git/commit/?id=c2781e670f9bb52427ed4632a421375aeaaee8ad'/>
<id>c2781e670f9bb52427ed4632a421375aeaaee8ad</id>
<content type='text'>
Preparatory move for adopting pre-commit hooks.
Shoudl only remove newlines and spaces at end of files.

Change-Id: Ia33679467c533722b9308f7e7b74be395c926428
Signed-off-by: Sorin Sbarnea &lt;ssbarnea@redhat.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Preparatory move for adopting pre-commit hooks.
Shoudl only remove newlines and spaces at end of files.

Change-Id: Ia33679467c533722b9308f7e7b74be395c926428
Signed-off-by: Sorin Sbarnea &lt;ssbarnea@redhat.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>upgrade hacking module</title>
<updated>2018-06-19T17:04:37+00:00</updated>
<author>
<name>Sorin Sbarnea</name>
<email>ssbarnea@redhat.com</email>
</author>
<published>2018-06-19T16:23:22+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/ktdreyer/public_git/python-jenkins-job-builder.git/commit/?id=4f7b6ee568f9702d6d1b974f0490d8dcd0092cfc'/>
<id>4f7b6ee568f9702d6d1b974f0490d8dcd0092cfc</id>
<content type='text'>
- upgrades hacking to current version
- sorts new linting issues
- sorts bug with sys.reload on py3

Change-Id: I4a18abc93116667a2733e8aec619ac59ea73d630
Signed-off-by: Sorin Sbarnea &lt;ssbarnea@redhat.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- upgrades hacking to current version
- sorts new linting issues
- sorts bug with sys.reload on py3

Change-Id: I4a18abc93116667a2733e8aec619ac59ea73d630
Signed-off-by: Sorin Sbarnea &lt;ssbarnea@redhat.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge "Fixes delete-all command when no option is provided"</title>
<updated>2018-06-01T00:23:58+00:00</updated>
<author>
<name>Zuul</name>
<email>zuul@review.openstack.org</email>
</author>
<published>2018-06-01T00:23:58+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/ktdreyer/public_git/python-jenkins-job-builder.git/commit/?id=1614f4f992d77fc60f8027f5d861c23cd51ea82a'/>
<id>1614f4f992d77fc60f8027f5d861c23cd51ea82a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixes delete-all command when no option is provided</title>
<updated>2018-05-31T18:07:12+00:00</updated>
<author>
<name>Truc Nguyen</name>
<email>truc.nguyen@bonitasoft.com</email>
</author>
<published>2017-09-20T13:46:19+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/ktdreyer/public_git/python-jenkins-job-builder.git/commit/?id=c051dd85021da732e774f7a7e4bce1e5ec26683e'/>
<id>c051dd85021da732e774f7a7e4bce1e5ec26683e</id>
<content type='text'>
Change-Id: Ibc06209c2ec19045e12a145083a64a179d57d731
Implements: fix for delete-all command without option
Closes-Bug: #2001207
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: Ibc06209c2ec19045e12a145083a64a179d57d731
Implements: fix for delete-all command without option
Closes-Bug: #2001207
</pre>
</div>
</content>
</entry>
<entry>
<title>Make the deprecated plugin config messaging clearer</title>
<updated>2018-05-30T20:27:07+00:00</updated>
<author>
<name>Daniel Watkins</name>
<email>daniel.watkins@canonical.com</email>
</author>
<published>2018-05-30T20:27:07+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/ktdreyer/public_git/python-jenkins-job-builder.git/commit/?id=3e72803eec840e582ac526b99344475d758de38e'/>
<id>3e72803eec840e582ac526b99344475d758de38e</id>
<content type='text'>
At the moment, if you don't know that you have configuration for the
given plugin in your config file, there's nothing that actually suggests
that's where you should start looking to fix this.

Change-Id: I32481eb9b1a4feafc8b8ca2cec63e4b9a0b29441
Story: 2001735
Task: 12090
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
At the moment, if you don't know that you have configuration for the
given plugin in your config file, there's nothing that actually suggests
that's where you should start looking to fix this.

Change-Id: I32481eb9b1a4feafc8b8ca2cec63e4b9a0b29441
Story: 2001735
Task: 12090
</pre>
</div>
</content>
</entry>
</feed>
