Commit Graph

6 Commits (c975287149cc8abfdeb0f0f3f11e33e6cd40f18b)

Author SHA1 Message Date
6543 c63a80138a backport part of ()
* add ErrReactionAlreadyExist
 * extend FindReactionsOptions
 * createReaction check if exit before create
Lunny Xiao 85202d4784
Display ui time with customize time location ()
* display ui time with customize time location

* fix lint

* rename UILocation to DefaultUILocation

* move time related functions to modules/timeutil

* fix tests

* fix tests

* fix build

* fix swagger
Lunny Xiao aa7c34cf86 Fix error log when loading issues caused by a xorm bug ()
* fix error log when loading issues caused by a xorm bug

* upgrade packages

* fix fmt

* fix Consistency

* fix tests
Lunny Xiao f2e20c81b6 Refactor struct's time to remove unnecessary memory usage ()
* refactor struct's time to remove unnecessary memory usage

* use AsTimePtr simple code

* fix tests

* fix time compare

* fix template on gpg

* use AddDuration instead of Add
Lauris BH f1d8dda5b4
Tests for reactions ()
* Unit tests for reactions

* Fix import order

Signed-off-by: Lauris Bukšis-Haberkorns <lauris@nix.lv>
Lauris BH 5dc37b187c
Add reactions to issues/PR and comments ()