aboutsummaryrefslogtreecommitdiff
path: root/Timeline.Tests
Commit message (Collapse)AuthorAgeFilesLines
...
* Move jwt token key from configuration to database and auto generatable.crupest2020-02-211-0/+6
|
* Migrate to use sqlite.crupest2020-02-211-4/+20
|
* Update packages.crupest2020-02-201-3/+3
|
* Improve relate filter.crupest2020-02-051-13/+46
|
* Add get timeline list feature.crupest2020-02-041-0/+77
|
* Finish normal timeline development.crupest2020-02-031-0/+589
|
* Add TimelineController.crupest2020-02-031-1/+1
|
* ...crupest2020-02-021-7/+7
|
* Make all patch return the new entity.crupest2020-01-312-5/+14
|
* Fix test bugs in user info mapper. Make create user action return created ↵crupest2020-01-312-3/+6
| | | | user info.
* Combine two user info types.crupest2020-01-314-23/+24
|
* ...crupest2020-01-312-12/+81
|
* Finish reafctor, TODO: Database migration.crupest2020-01-306-28/+32
|
* ...crupest2020-01-304-172/+130
|
* ...crupest2020-01-3025-2160/+440
|
* ...crupest2020-01-291-2/+2
|
* ...crupest2020-01-296-19/+17
|
* Finish UserTokenManagerTest.crupest2020-01-241-0/+81
|
* Upgrade library version.crupest2020-01-242-4/+36
|
* Add some unit tests for token manager.crupest2020-01-232-3/+52
|
* ...crupest2020-01-233-19/+47
|
* ...crupest2020-01-217-17/+17
|
* Basically finish refactor of error codes.crupest2020-01-1910-56/+60
|
* ...crupest2020-01-182-8/+9
|
* Use sqlite development database.crupest2020-01-053-29/+4
|
* Merge branch 'master' of github.com:crupest/Timelinecrupest2019-12-102-3/+28
|\
| * Add test for bad enum value of timeline visibility.crupest2019-11-201-0/+6
| |
| * Migrate to System.Text.Json . Format enum to string instead of number. Use ↵crupest2019-11-201-3/+22
| | | | | | | | ISO8601 format for datetime.
* | Migrate to DotNetCore 3.1 .crupest2019-12-101-4/+4
|/
* Update packages and migrate database.crupest2019-11-201-3/+3
|
* Get posts should return posts ordered by time.crupest2019-11-201-1/+28
|
* Add delete nonexist post test, and fix the bug.crupest2019-11-201-0/+7
|
* Clean and refactor tests.crupest2019-11-2022-462/+396
|
* Complete integrated tests??? Fix bugs.crupest2019-11-199-70/+318
|
* Clean project files.crupest2019-11-181-6/+2
|
* Continue to write tests.crupest2019-11-181-0/+49
|
* Write tests and fix bugs found via tests.crupest2019-11-183-2/+137
|
* Fix typo in path of personal timeline controller actions. Add timeline ↵crupest2019-11-173-0/+108
| | | | permission test.
* WIP : Write timeline service.杨宇千2019-11-131-1/+1
|
* Complete personal timeline controller unit tests.杨宇千2019-11-121-3/+150
|
* Add PersonalTimelineController PostOperationCreate unit tests.杨宇千2019-11-091-11/+78
|
* Add Get method tests for PersonalTimelineController.杨宇千2019-11-072-12/+99
|
* Complete PersonalTimelineController and write attribute test.杨宇千2019-11-071-0/+111
|
* Recreate database and migrations.杨宇千2019-10-311-0/+24
|
* Complete integrated tests.杨宇千2019-10-315-45/+121
|
* Continue to construct feature and tests.杨宇千2019-10-318-29/+137
|
* Add UserDetailController unit tests.杨宇千2019-10-284-0/+169
|
* Add error code tests.杨宇千2019-10-272-5/+56
|
* Add user detail service.杨宇千2019-10-253-4/+126
|
* Add NeutralResourcesLanguage. Conform to best practices.杨宇千2019-10-256-35/+160
|