root / other-scripts / migrate-issues-to-redmine @ cf6a035a
Nom | Taille | Révision | Âge | Auteur | Commentaire |
---|---|---|---|---|---|
exemples_json | 43eb7267 | environ 11 ans | Julien Enselme | Les scripts divers sont nommés suivant la conve... | |
README | 601 octets | 43eb7267 | environ 11 ans | Julien Enselme | Les scripts divers sont nommés suivant la conve... |
cmd | 571 octets | 43eb7267 | environ 11 ans | Julien Enselme | Les scripts divers sont nommés suivant la conve... |
constantes.py | 2,36 ko | 2346baf4 | presque 11 ans | Julien Enselme | Migration vers redmine: correction d'une regexp |
export-issues-html.sh | 264 octets | 15ea82c3 | environ 11 ans | Julien Enselme | export-issues-html.sh: on prend aussi le CSS |
fix-db.rb | 7,46 ko | 63ffb014 | presque 11 ans | Julien Enselme | fix-cas.rb: amélioration pour la correction des... |
goto_redmine.py | 15,5 ko | 43eb7267 | environ 11 ans | Julien Enselme | Les scripts divers sont nommés suivant la conve... |
output_post.html | 1,54 ko | 43eb7267 | environ 11 ans | Julien Enselme | Les scripts divers sont nommés suivant la conve... |
output_put.html | 1,21 ko | 43eb7267 | environ 11 ans | Julien Enselme | Les scripts divers sont nommés suivant la conve... |
Dernières révisions
README
* Migrate
Simply use the following commands in a clean environment: the folder in which
you launch these commands must not contains any csv or txt files from a previous
migration otherwise fix-db.rb won't work.
- python3 post_redmine.py
- ruby fix-db.rb
* Clean
Use in a python3 interpreter
#BEGIN_SRC python
import post_redmine
redmine = post_redmine.Redmine()
redmine.sweep()
#END_SRC
* Export as html
The export-issues-html.sh script allows you to export issues for a projet as
html files. It requires access to the database of redmine and only work for
mysql.
export-issues-html.sh PROJECT_ID
Formats disponibles : Atom