<feed xmlns='http://www.w3.org/2005/Atom'>
<title>markzz/aurweb.git/support/schema/gendummydata.py, branch v2.0.0</title>
<subtitle>aurweb working repository</subtitle>
<id>https://git.markzz.net/markzz/aurweb.git/atom/support/schema/gendummydata.py?h=v2.0.0</id>
<link rel='self' href='https://git.markzz.net/markzz/aurweb.git/atom/support/schema/gendummydata.py?h=v2.0.0'/>
<link rel='alternate' type='text/html' href='https://git.markzz.net/markzz/aurweb.git/'/>
<updated>2012-07-06T09:25:43Z</updated>
<entry>
<title>gendummydata.py: Add ability to generate dummy trusted user proposals</title>
<updated>2012-07-06T09:25:43Z</updated>
<author>
<name>canyonknight</name>
<email>canyonknight@gmail.com</email>
</author>
<published>2012-05-23T17:24:22Z</published>
<link rel='alternate' type='text/html' href='https://git.markzz.net/markzz/aurweb.git/commit/?id=e7f6deeb3340a5e8cd97cfc9321b411b16fce618'/>
<id>urn:sha1:e7f6deeb3340a5e8cd97cfc9321b411b16fce618</id>
<content type='text'>
* Introduce ability to specify number of open and closed dummy trusted user
proposals
* First step for eventually adding dummy votes for proposals

Signed-off-by: canyonknight &lt;canyonknight@gmail.com&gt;
Signed-off-by: Lukas Fleischer &lt;archlinux@cryptocrack.de&gt;
</content>
</entry>
<entry>
<title>gendummydata.py: Change variable to string to eliminate redundant code</title>
<updated>2012-07-06T09:25:41Z</updated>
<author>
<name>canyonknight</name>
<email>canyonknight@gmail.com</email>
</author>
<published>2012-05-23T17:22:27Z</published>
<link rel='alternate' type='text/html' href='https://git.markzz.net/markzz/aurweb.git/commit/?id=a4ed3a3b3bd4f47cc842e7f909c34f4e41a4655e'/>
<id>urn:sha1:a4ed3a3b3bd4f47cc842e7f909c34f4e41a4655e</id>
<content type='text'>
There is no reason the MaintainerUID can't be treated as a string within this
script. By changing to a string an "if" statement can be eliminated.

Signed-off-by: canyonknight &lt;canyonknight@gmail.com&gt;
Signed-off-by: Lukas Fleischer &lt;archlinux@cryptocrack.de&gt;
</content>
</entry>
<entry>
<title>gendummydata.py: Remove unused variables</title>
<updated>2012-07-06T09:25:39Z</updated>
<author>
<name>canyonknight</name>
<email>canyonknight@gmail.com</email>
</author>
<published>2012-05-23T17:21:23Z</published>
<link rel='alternate' type='text/html' href='https://git.markzz.net/markzz/aurweb.git/commit/?id=cf2b82239dbfe4909dd391f4a7bae4e82dabb598'/>
<id>urn:sha1:cf2b82239dbfe4909dd391f4a7bae4e82dabb598</id>
<content type='text'>
Signed-off-by: canyonknight &lt;canyonknight@gmail.com&gt;
Signed-off-by: Lukas Fleischer &lt;archlinux@cryptocrack.de&gt;
</content>
</entry>
<entry>
<title>gendummydata.py: Add check for command generating dummy comments</title>
<updated>2012-07-06T09:25:38Z</updated>
<author>
<name>canyonknight</name>
<email>canyonknight@gmail.com</email>
</author>
<published>2012-05-23T17:19:50Z</published>
<link rel='alternate' type='text/html' href='https://git.markzz.net/markzz/aurweb.git/commit/?id=e1a802d900eb1a5d2777818e2d26e7a5323d6af9'/>
<id>urn:sha1:e1a802d900eb1a5d2777818e2d26e7a5323d6af9</id>
<content type='text'>
* Exit with an error if fortune command isn't found
* No reason to enforce the "-l" option from the fortune command

Signed-off-by: canyonknight &lt;canyonknight@gmail.com&gt;
Signed-off-by: Lukas Fleischer &lt;archlinux@cryptocrack.de&gt;
</content>
</entry>
<entry>
<title>Make "gendummydata.py" Python 3 compliant.</title>
<updated>2011-04-13T10:14:37Z</updated>
<author>
<name>Lukas Fleischer</name>
<email>archlinux@cryptocrack.de</email>
</author>
<published>2011-04-12T12:47:54Z</published>
<link rel='alternate' type='text/html' href='https://git.markzz.net/markzz/aurweb.git/commit/?id=31cda618ca3c726c6f5f89a52a7da2b8c9663aef'/>
<id>urn:sha1:31cda618ca3c726c6f5f89a52a7da2b8c9663aef</id>
<content type='text'>
* Transform into valid Python 3.x code using 2to3.

* Change shebang from "/usr/bin/python2" to "/usr/bin/python3".

* Invoke with "python3" instead of "python2" in "reloadtestdb.sh".

Signed-off-by: Lukas Fleischer &lt;archlinux@cryptocrack.de&gt;
</content>
</entry>
<entry>
<title>Fix dependency generation in "gendummydata.py".</title>
<updated>2011-04-12T11:03:17Z</updated>
<author>
<name>Lukas Fleischer</name>
<email>archlinux@cryptocrack.de</email>
</author>
<published>2011-04-12T10:31:03Z</published>
<link rel='alternate' type='text/html' href='https://git.markzz.net/markzz/aurweb.git/commit/?id=e1bf49e03c91d0e102531d07199903c2f7a6d523'/>
<id>urn:sha1:e1bf49e03c91d0e102531d07199903c2f7a6d523</id>
<content type='text'>
Package dependencies are no longer stored as references to the
"Packages" table but kept directly in "PackageDepends", so the dummy
data generation script should be fixed to create package names instead
of references, also. Regression introduced in commit
7c91c592458b7532806ef75fe09146f82f085f3b.

Signed-off-by: Lukas Fleischer &lt;archlinux@cryptocrack.de&gt;
</content>
</entry>
<entry>
<title>wrap long SQL commands to improve formatting and readability</title>
<updated>2011-04-12T09:57:31Z</updated>
<author>
<name>elij</name>
<email>elij.mx@gmail.com</email>
</author>
<published>2011-04-07T02:23:44Z</published>
<link rel='alternate' type='text/html' href='https://git.markzz.net/markzz/aurweb.git/commit/?id=3d3fed6910cd14d5e5dd7c3c3d6cc91223f4a9ee'/>
<id>urn:sha1:3d3fed6910cd14d5e5dd7c3c3d6cc91223f4a9ee</id>
<content type='text'>
Signed-off-by: Lukas Fleischer &lt;archlinux@cryptocrack.de&gt;
</content>
</entry>
<entry>
<title>replace print statements with logging module in gendummydata</title>
<updated>2011-04-12T09:57:31Z</updated>
<author>
<name>elij</name>
<email>elij.mx@gmail.com</email>
</author>
<published>2011-04-07T02:23:43Z</published>
<link rel='alternate' type='text/html' href='https://git.markzz.net/markzz/aurweb.git/commit/?id=e08731d24c52f41929aab179b92fe8d4cadbd808'/>
<id>urn:sha1:e08731d24c52f41929aab179b92fe8d4cadbd808</id>
<content type='text'>
use the logging module instead of writing directly to stderr
this makes the code cleaner as it removes the numerous tests for the value
of DBUG, yet allows devs to control the level of output verbosity.

Signed-off-by: Lukas Fleischer &lt;archlinux@cryptocrack.de&gt;
</content>
</entry>
<entry>
<title>remove mysql dependency from gendummydata</title>
<updated>2011-04-12T09:56:32Z</updated>
<author>
<name>elij</name>
<email>elij.mx@gmail.com</email>
</author>
<published>2011-04-07T02:23:42Z</published>
<link rel='alternate' type='text/html' href='https://git.markzz.net/markzz/aurweb.git/commit/?id=2e444a79d55bce6cb3a908b50c115f2419913b53'/>
<id>urn:sha1:2e444a79d55bce6cb3a908b50c115f2419913b53</id>
<content type='text'>
- remove need to use mysql for escaping the sql -- removing single quote
  should be enough
- instead of using sql to fetch categories from a live database, simply
  consider categories an integer range, specified to the size of that in the
  aur-schema.

Lukas: Add "CATEGORIES_COUNT" initialization. Fix random number range
used in genCategory() (AUTO_INCREMENT columns are 1-based by default,
not 0-based).

Signed-off-by: Lukas Fleischer &lt;archlinux@cryptocrack.de&gt;
</content>
</entry>
<entry>
<title>gendummydata.py: Do not touch output file until we need it.</title>
<updated>2011-03-30T08:27:23Z</updated>
<author>
<name>Lukas Fleischer</name>
<email>archlinux@cryptocrack.de</email>
</author>
<published>2011-03-30T08:27:23Z</published>
<link rel='alternate' type='text/html' href='https://git.markzz.net/markzz/aurweb.git/commit/?id=11366b8a1a156fa645c4f24d4c3bf939e064d4c9'/>
<id>urn:sha1:11366b8a1a156fa645c4f24d4c3bf939e064d4c9</id>
<content type='text'>
Ensures there's no leftover (empty) file if something during
initialization fails.

Signed-off-by: Lukas Fleischer &lt;archlinux@cryptocrack.de&gt;
</content>
</entry>
</feed>
