rewire conversion, re #2, re #4
Showing
- .gitignore 5 additions, 3 deletions.gitignore
- composer.json 0 additions, 1 deletioncomposer.json
- composer.lock 26 additions, 1190 deletionscomposer.lock
- config.json 0 additions, 3 deletionsconfig.json
- convert.php 14 additions, 0 deletionsconvert.php
- includes/config.php 15 additions, 0 deletionsincludes/config.php
- includes/config.php.dist 15 additions, 0 deletionsincludes/config.php.dist
- includes/trac-users.txt 105 additions, 0 deletionsincludes/trac-users.txt
- migrate.php 0 additions, 99 deletionsmigrate.php
- steps/convert-tickets-to-issues.php 18 additions, 0 deletionssteps/convert-tickets-to-issues.php
- vendor/m4tthumphrey/php-gitlab-api/.travis.yml 0 additions, 15 deletionsvendor/m4tthumphrey/php-gitlab-api/.travis.yml
- vendor/m4tthumphrey/php-gitlab-api/README.md 0 additions, 98 deletionsvendor/m4tthumphrey/php-gitlab-api/README.md
- vendor/m4tthumphrey/php-gitlab-api/composer.json 0 additions, 34 deletionsvendor/m4tthumphrey/php-gitlab-api/composer.json
- vendor/m4tthumphrey/php-gitlab-api/lib/Gitlab/Api/AbstractApi.php 0 additions, 127 deletions...4tthumphrey/php-gitlab-api/lib/Gitlab/Api/AbstractApi.php
- vendor/m4tthumphrey/php-gitlab-api/lib/Gitlab/Api/Groups.php 0 additions, 125 deletionsvendor/m4tthumphrey/php-gitlab-api/lib/Gitlab/Api/Groups.php
- vendor/m4tthumphrey/php-gitlab-api/lib/Gitlab/Api/Issues.php 0 additions, 108 deletionsvendor/m4tthumphrey/php-gitlab-api/lib/Gitlab/Api/Issues.php
- vendor/m4tthumphrey/php-gitlab-api/lib/Gitlab/Api/MergeRequests.php 0 additions, 177 deletions...thumphrey/php-gitlab-api/lib/Gitlab/Api/MergeRequests.php
- vendor/m4tthumphrey/php-gitlab-api/lib/Gitlab/Api/Milestones.php 0 additions, 59 deletions...m4tthumphrey/php-gitlab-api/lib/Gitlab/Api/Milestones.php
- vendor/m4tthumphrey/php-gitlab-api/lib/Gitlab/Api/ProjectNamespaces.php 0 additions, 32 deletions...phrey/php-gitlab-api/lib/Gitlab/Api/ProjectNamespaces.php
- vendor/m4tthumphrey/php-gitlab-api/lib/Gitlab/Api/Projects.php 0 additions, 388 deletions...r/m4tthumphrey/php-gitlab-api/lib/Gitlab/Api/Projects.php
... | @@ -17,7 +17,6 @@ | ... | @@ -17,7 +17,6 @@ |
"ext-json": "*", | "ext-json": "*", | ||
"m4tthumphrey/php-gitlab-api": "9.9.0", | "m4tthumphrey/php-gitlab-api": "9.9.0", | ||
"fguillot/json-rpc": "1.0.0", | "fguillot/json-rpc": "1.0.0", | ||
"ulrichsg/getopt-php": "2.3.0", | |||
"php-http/guzzle6-adapter": "^1.1" | "php-http/guzzle6-adapter": "^1.1" | ||
}, | }, | ||
"autoload": { | "autoload": { | ||
... | ... |
This diff is collapsed.
config.json
deleted
100644 → 0
convert.php
0 → 100755
includes/config.php
0 → 100644
includes/config.php.dist
0 → 100644
includes/trac-users.txt
0 → 100644
migrate.php
deleted
100755 → 0
steps/convert-tickets-to-issues.php
0 → 100644
Please register or sign in to comment