Resolve "ASCII export and import for Git" #83

Merged
thorsten merged 30 commits from 48-ascii-export-and-import-for-git into main 2023-02-12 12:55:07 +00:00
thorsten commented 2022-11-06 19:27:58 +00:00 (Migrated from devops.tsommer.org)

Closes #48

Closes #48
thorsten commented 2022-11-06 20:07:57 +00:00 (Migrated from devops.tsommer.org)

added 1 commit

  • c2c8a36a - Added persistent unique ids to all elements

Compare with previous version

added 1 commit <ul><li>c2c8a36a - Added persistent unique ids to all elements</li></ul> [Compare with previous version](/open-source/dotnet/i18n-commander/-/merge_requests/25/diffs?diff_id=243&start_sha=abb533f75b9fa2cf0d5da0fd65351747051e6949)
thorsten commented 2022-11-14 19:33:02 +00:00 (Migrated from devops.tsommer.org)

added 1 commit

Compare with previous version

added 1 commit <ul><li>cdffce9b - Implemented the JSON export</li></ul> [Compare with previous version](/open-source/dotnet/i18n-commander/-/merge_requests/25/diffs?diff_id=245&start_sha=c2c8a36ad25ebd036f9d8968e4bb317b8a7364fe)
thorsten commented 2023-01-02 19:56:15 +00:00 (Migrated from devops.tsommer.org)

added 2 commits

  • 7676bea1 - Moved export code into region
  • 79d8deb8 - Added method for starting the import process.

Compare with previous version

added 2 commits <ul><li>7676bea1 - Moved export code into region</li><li>79d8deb8 - Added method for starting the import process.</li></ul> [Compare with previous version](/open-source/dotnet/i18n-commander/-/merge_requests/25/diffs?diff_id=247&start_sha=cdffce9bbdbc4d7452121d80642feed2ea9d410c)
thorsten commented 2023-01-18 19:00:59 +00:00 (Migrated from devops.tsommer.org)

added 5 commits

Compare with previous version

added 5 commits <ul><li>45e6188d - Added abbreviations</li><li>b534dfdf - Spelling</li><li>f7186fd3 - Added documentation</li><li>25b822aa - Changed to IList&lt;&gt;</li><li>463c4611 - Removed not used factory class</li></ul> [Compare with previous version](/open-source/dotnet/i18n-commander/-/merge_requests/25/diffs?diff_id=249&start_sha=79d8deb83726c5c2c70b6d9e83687bbe4f8e31d8)
thorsten commented 2023-01-22 12:02:22 +00:00 (Migrated from devops.tsommer.org)

added 2 commits

Compare with previous version

added 2 commits <ul><li>59786148 - Added a Git icon</li><li>a19720f9 - Added auto-export settings</li></ul> [Compare with previous version](/open-source/dotnet/i18n-commander/-/merge_requests/25/diffs?diff_id=251&start_sha=463c4611d18dd49cde5c6afd474eae450a205a01)
thorsten commented 2023-01-22 18:36:13 +00:00 (Migrated from devops.tsommer.org)

added 2 commits

Compare with previous version

added 2 commits <ul><li>7a742a18 - Spelling</li><li>0587af18 - Added Git Export Feature</li></ul> [Compare with previous version](/open-source/dotnet/i18n-commander/-/merge_requests/25/diffs?diff_id=253&start_sha=a19720f98d4dabfb80c65e1740cc94c317f72ad4)
thorsten commented 2023-01-22 20:07:09 +00:00 (Migrated from devops.tsommer.org)

added 6 commits

  • c41d000b - Fixed EF Tooling
  • caaa00f1 - Fixed missed awaiting of import process
  • ce5f2ae4 - Improved error handling of import process
  • 574d1ef8 - Fixed missed migration; no tables were available, though.
  • 9f0d6641 - Ensured that auto-export settings are available
  • 639d5019 - Fixed translation unique id formation

Compare with previous version

added 6 commits <ul><li>c41d000b - Fixed EF Tooling</li><li>caaa00f1 - Fixed missed awaiting of import process</li><li>ce5f2ae4 - Improved error handling of import process</li><li>574d1ef8 - Fixed missed migration; no tables were available, though.</li><li>9f0d6641 - Ensured that auto-export settings are available</li><li>639d5019 - Fixed translation unique id formation</li></ul> [Compare with previous version](/open-source/dotnet/i18n-commander/-/merge_requests/25/diffs?diff_id=255&start_sha=0587af18f28b0ec304a35aeaf0d40d376d46ebec)
thorsten commented 2023-01-22 20:39:42 +00:00 (Migrated from devops.tsommer.org)

added 2 commits

  • a868087a - Fixed auto-export settings set up when importing a JSON file
  • 35009dba - Fixed data model classes to generate unique ids when created

Compare with previous version

added 2 commits <ul><li>a868087a - Fixed auto-export settings set up when importing a JSON file</li><li>35009dba - Fixed data model classes to generate unique ids when created</li></ul> [Compare with previous version](/open-source/dotnet/i18n-commander/-/merge_requests/25/diffs?diff_id=257&start_sha=639d501906f35b2acfe4e3b75d91d3fdb2377b69)
thorsten commented 2023-01-22 20:50:24 +00:00 (Migrated from devops.tsommer.org)

added 1 commit

Compare with previous version

added 1 commit <ul><li>52927d47 - Fixed export synchronization</li></ul> [Compare with previous version](/open-source/dotnet/i18n-commander/-/merge_requests/25/diffs?diff_id=259&start_sha=35009dba7cbb3dee341a29ddbe7725c1d708fd2c)
thorsten commented 2023-01-22 20:53:14 +00:00 (Migrated from devops.tsommer.org)

added 1 commit

  • 28db843a - Fixed something changed event; settings changed was missed

Compare with previous version

added 1 commit <ul><li>28db843a - Fixed something changed event; settings changed was missed</li></ul> [Compare with previous version](/open-source/dotnet/i18n-commander/-/merge_requests/25/diffs?diff_id=260&start_sha=52927d47156069837cae18bcf6333bf6786bda94)
thorsten commented 2023-01-22 20:58:06 +00:00 (Migrated from devops.tsommer.org)

added 1 commit

  • bafb3258 - Improved Git merge performance of exported files

Compare with previous version

added 1 commit <ul><li>bafb3258 - Improved Git merge performance of exported files</li></ul> [Compare with previous version](/open-source/dotnet/i18n-commander/-/merge_requests/25/diffs?diff_id=262&start_sha=28db843a3a42335cb132f71a570a222aabaf44f9)
thorsten commented 2023-01-24 19:59:00 +00:00 (Migrated from devops.tsommer.org)

added 1 commit

  • 59da2c23 - Filters out sensitive setting data while exporting

Compare with previous version

added 1 commit <ul><li>59da2c23 - Filters out sensitive setting data while exporting</li></ul> [Compare with previous version](/open-source/dotnet/i18n-commander/-/merge_requests/25/diffs?diff_id=264&start_sha=bafb325880b1bfa63870ed0973874a8891532d55)
thorsten commented 2023-02-11 20:22:51 +00:00 (Migrated from devops.tsommer.org)

added 1 commit

Compare with previous version

added 1 commit <ul><li>4c6f5b59 - Bugfixes</li></ul> [Compare with previous version](/open-source/dotnet/i18n-commander/-/merge_requests/25/diffs?diff_id=266&start_sha=59da2c23a8708aa9585e5baf8d9a13a5502a4ba1)
thorsten commented 2023-02-11 22:03:22 +00:00 (Migrated from devops.tsommer.org)

added 2 commits

  • 18fd1fae - Enables console logging when using debug configuration
  • 96823aa9 - Fixed removing temp. database file when importing JSON

Compare with previous version

added 2 commits <ul><li>18fd1fae - Enables console logging when using debug configuration</li><li>96823aa9 - Fixed removing temp. database file when importing JSON</li></ul> [Compare with previous version](/open-source/dotnet/i18n-commander/-/merge_requests/25/diffs?diff_id=268&start_sha=4c6f5b59f055e9aeec94c41104918609e7f18f54)
thorsten commented 2023-02-12 11:01:38 +00:00 (Migrated from devops.tsommer.org)

added 1 commit

  • 882c2bba - Fixed DeepL state after changing its settings

Compare with previous version

added 1 commit <ul><li>882c2bba - Fixed DeepL state after changing its settings</li></ul> [Compare with previous version](/open-source/dotnet/i18n-commander/-/merge_requests/25/diffs?diff_id=270&start_sha=96823aa948aae6ec3967cf01a7cf2f6afce09966)
thorsten commented 2023-02-12 12:49:12 +00:00 (Migrated from devops.tsommer.org)

added 1 commit

  • 58e0d86d - Ask user for API token when no one was set

Compare with previous version

added 1 commit <ul><li>58e0d86d - Ask user for API token when no one was set</li></ul> [Compare with previous version](/open-source/dotnet/i18n-commander/-/merge_requests/25/diffs?diff_id=272&start_sha=882c2bba2bf299829943d3b6379c6c94c71150ec)
thorsten commented 2023-02-12 12:54:47 +00:00 (Migrated from devops.tsommer.org)

marked this merge request as ready

marked this merge request as **ready**
thorsten commented 2023-02-12 12:55:08 +00:00 (Migrated from devops.tsommer.org)

mentioned in commit 945a6e303a

mentioned in commit 945a6e303a5583c8478757d282f39e6c6d422d78
thorsten (Migrated from devops.tsommer.org) merged commit 945a6e303a into main 2023-02-12 12:55:08 +00:00
Sign in to join this conversation.
No reviewers
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: Dotnet/I18NCommander#83
No description provided.