Commit Graph

6 Commits (f8974c772560e2c957e5e218bfb348d1ee6b9448)

Author SHA1 Message Date
6543 217d71c48a
Workaround to clean up old reviews on creating a new one ()
close  

blocks  

---
*Sponsored by Kithara Software GmbH*
Nanguan Lin e91d4f106b
Upgrade xorm ()
Related to https://gitea.com/xorm/xorm/pulls/2341
wxiaoguang ad13df36b7
Test query must have "order by" explicitly to avoid unstable results ()
The query must have the "ORDER BY", otherwise the result is not
deterministic.

Replace "interface{}" with "any" by the way.
flynnnnnnnnnn e81ccc406b
Implement FSFE REUSE for golang files ()
Change all license headers to comply with REUSE specification.

Fix 

Co-authored-by: flynnnnnnnnnn <flynnnnnnnnnn@github>
Co-authored-by: John Olheiser <john.olheiser@gmail.com>
Lunny Xiao 86c85c19b6
Refactor AssertExistsAndLoadBean to use generics ()
* Refactor AssertExistsAndLoadBean to use generics

* Fix tests

Co-authored-by: zeripath <art27@cantab.net>
wxiaoguang 81926d61db
Decouple unit test, remove intermediate `unittestbridge` package ()
Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com>