Thorsten Eckel
|
f0cf7c3605
Replaced old Zendesk import with refactored Sequencer based version 🚀.
|
6 years ago |
Thorsten Eckel
|
a306078ebb
Fixed issue #896 - Passwords of imported users get changed.
|
7 years ago |
Thorsten Eckel
|
0d20c9095f
Working on issue #558 - Archived Zendesk tickets won't get imported.
|
7 years ago |
Thorsten Eckel
|
4d209b805b
- Major refactoring of Zendesk import logic including introduction of RSpec tests.
|
7 years ago |
Thorsten Eckel
|
e8e332e2e3
Working on issue #368 - big time refactoring, adding of rspec and additional tests.
|
8 years ago |
Martin Edenhofer
|
9489dff71d
Reset pk’s for postgresql after any importing of data with id’s.
|
8 years ago |
Thorsten Eckel
|
d2cec32249
Fixed issue #270 - unkonwn article type fails import.
|
8 years ago |
Martin Edenhofer
|
30fe8aef36
Applied rubocop.
|
8 years ago |
Martin Edenhofer
|
c24b4031fc
Do not send restart events to browser on import.
|
8 years ago |
Martin Edenhofer
|
e8b906c1cf
Improved zendesk field migration, mapped checkbox to boolean.
|
8 years ago |
Martin Edenhofer
|
5aa51f82a6
Added support for zendesk custom fields.
|
8 years ago |
Martin Edenhofer
|
ba3f868638
Upgrade to new rubocop.
|
8 years ago |
Martin Edenhofer
|
352ffd7aa8
Removed not necessary thread and code cleanup.
|
8 years ago |
Martin Edenhofer
|
363943b196
Removed not necessary hread.
|
8 years ago |
Martin Edenhofer
|
059be41457
Generate statistic before starting import.
|
8 years ago |
Thorsten Eckel
|
23b9b8867c
Fixed indentation.
|
8 years ago |
Martin Edenhofer
|
a080d62611
Updated test result check. Added postgresql support. Do not import articles a second time on reimport (use message_id for identifier).
|
8 years ago |
Thorsten Eckel
|
edd9b42fdf
- Use undocumented but valid .count method to prevent more than one API request for gathering the count ob objects.
|
8 years ago |
Thorsten Eckel
|
22d9cebae3
Reworked to the functionality to import objects in the fetch loop instead of fetching all in the first place. Issue is caused by the Zendesk API or Gem. For more information see: https://github.com/zendesk/zendesk_api_client_rb/issues/290 .
|
8 years ago |
Thorsten Eckel
|
0acedd39c2
Code improvements.
|
8 years ago |
Thorsten Eckel
|
2a29312164
Changed behaviour to load all Zendesk objects first instead of working with them in the fetch loop.
|
8 years ago |
Martin Edenhofer
|
87e1a92e39
Improved code layout.
|
8 years ago |
Thorsten Eckel
|
64d722d14c
Added zendesk import browser tests.
|
8 years ago |
Thorsten Eckel
|
00cffad79e
Added some syntactic suguar (used in rubocop cops).
|
8 years ago |
Thorsten Eckel
|
d7995bc6d3
Updated dependencies and applied new rubocop rules.
|
8 years ago |
Thorsten Eckel
|
5d4876a5e5
Fixed bug: module_function causes error when calling private methods.
|
9 years ago |
Thorsten Eckel
|
9d38d12c16
QA results.
|
9 years ago |
Thorsten Eckel
|
e5245c612f
First draft of Zendesk import and integration tests.
|
9 years ago |