annotate .hgignore @ 17:adca5b3780d2

Add collecting no-prio issues. Restructure. * Move usage examples from collect_issues.py to examples/. Also add a section about this to the readme. This should make it easier to understand how it all works together. As we have two examples now, hardcode the database filenames. * Add a function to create the necessary database command from a list of columns. This makes it easier to work with tracker that have customized their priorities, * Add an example how to collect no-prio issues in a database. Note that the display part is not included. * Cleanup roundup_content_data by removing db file name suggestions and unused "reference db" command. This could be re-added for specific installations if they need it, however it probably should be separated as configuration.
author Bernhard Reiter <bernhard@intevation.de>
date Mon, 09 Jul 2018 12:28:28 +0200
parents a1e71b5e4d68
children
rev   line source
0
3f139db894f1 initial commit
sean
parents:
diff changeset
1 syntax: regexp
3f139db894f1 initial commit
sean
parents:
diff changeset
2 ^\.idea/
3f139db894f1 initial commit
sean
parents:
diff changeset
3
3f139db894f1 initial commit
sean
parents:
diff changeset
4 syntax: glob
3f139db894f1 initial commit
sean
parents:
diff changeset
5 *.orig
3f139db894f1 initial commit
sean
parents:
diff changeset
6 *.pyc
3f139db894f1 initial commit
sean
parents:
diff changeset
7 *.pyo
3f139db894f1 initial commit
sean
parents:
diff changeset
8 *.swp
3f139db894f1 initial commit
sean
parents:
diff changeset
9 __pycache__
This site is hosted by Intevation GmbH (Datenschutzerklärung und Impressum | Privacy Policy and Imprint)