Elan Ruusamäe
Elan Ruusamäe
Idea: - Abstract out data formats and data sources. - Include version to data output - base64 encode binary data (attachments)
invoking with json output `--format=json` i get error: ``` UnicodeDecodeError: 'utf8' codec can't decode byte 0x92 in position 454: invalid start byte ``` traceback is not useful, so i'm not...
at least with `11.9` must update `internal_ids` table: - https://gitlab.com/gitlab-org/gitlab-ce/issues/61111 or creating new issues yields error: ``` web_1 | 2019-04-29T11:05:23.962966900Z ActiveRecord::RecordNotUnique (PG::UniqueViolation: ERROR: duplicate key value violates unique constraint "index_issues_on_project_id_and_iid"...
perhaps it's best just to output json which can be imported by gitlab: https://gitlab.com/help/user/project/settings/import_export.md this way don't have to know about internals, and keep updating schema files. and it's actually...
i encountered this problem when running on debian7: ``` return xmlrpc.ServerProxy(url, encoding=encoding, use_datetime=use_datetime, context=context) TypeError: __init__() got an unexpected keyword argument 'context' ``` full trace: ``` Traceback (most recent call...
seems usermap is not able to find users via user aliases (https://gitlab.com/profile/emails) ``` [tracboat.usermap] glen = "[email protected]" ``` the `[email protected]` is specified as secondary email for user having `[email protected]` as...
(as pointed out earlier), creating users and now projects using directapi can cause gitlab to malfunction. currently i got it broken because project was created so that some field is...
https://gitlab.example.net/admin ``` ==> /var/log/gitlab/gitlab-rails/production.log `email`, not `login` -> `login`? can it be both?
similar to #22 milestones created need also `:iid` field. for issue i thought it's issue id, but no clue what is it for milestones, if i created from admin, then...
there are other events in changelog, like status and milestone changes. those could be imported as well. but trac structure is weird: ``` INFO:tracboat.migrate:changelog: [ {'author': 'indrek', 'field': 'comment', 'permanent':...