Skip to content
This repository has been archived by the owner on Sep 6, 2023. It is now read-only.

2.0.0

Compare
Choose a tag to compare
@yesnault yesnault released this 20 Jun 11:39
· 341 commits to master since this release

Major update

  • A message belongs to one topic only now.
  • A GET on /Private/username/Tasks returns message in this topic and all message with label doing:username
  • the field "topics" is kept for backwards compatibility
  • new mongo index for more efficiency, with new field topic

Migrate from tat 1.x

http POST https://urltat/messages/countConvertTasksToV2 Tat_username:yourUsername Tat_password:yourTatPassword
http POST https://urltat/messages/doConvertTasksToV2 Tat_username:yourUsername Tat_password:yourTatPassword
http POST https://urltat/messages/countConvertManyTopics Tat_username:yourUsername Tat_password:yourTatPassword
http POST https://urltat/messages/doConvertManyTopics Tat_username:yourUsername Tat_password:yourTatPassword
http POST https://urltat/messages/ensureIndexesV2 Tat_username:yourUsername Tat_password:yourTatPassword
http POST https://urltat/messages/countEmptyTopic Tat_username:yourUsername Tat_password:yourTatPassword

The last command gives you number of topics not migrate to tat 2.x (field topic not exists or empty)

Chore / packaging

  • logs/iot key
  • update deps

Feat

  • add async for /countEmptyTopic
  • add prod logger
  • allow http:// in tag
  • check date on list
  • list presences, get without topic name
  • remove condition on move msg

Fix

  • 401 if wrong auth
  • err on find topic
  • get msg in unknown topic
  • remove admin user
  • remove log fatal
  • remove unused log / return on unknown topic

Refactor

  • remove action bookmark
  • task: add label doing and doing:username