aboutsummaryrefslogtreecommitdiff
path: root/Timeline.Tests/Helpers
Commit message (Collapse)AuthorAgeFilesLines
* feat(back): Timeline service add post modified since.crupest2020-06-181-1/+1
|
* feat(back): Timeline service add last modified.crupest2020-06-181-0/+20
|
* Add last modified info to timeline.crupest2020-06-183-22/+106
|
* refactor(back): Use generic host.crupest2020-06-151-13/+22
|
* Many many bugs fix.crupest2020-06-141-1/+1
| | | | | | 1. Add a way to test front end with mock page. 2. Unknown api returns 400 but not frontend page. 3. Fix a big bug that cause all data loss in database migration.
* Fix #87 .crupest2020-06-031-0/+2
|
* Add cache for timeline post data.crupest2020-03-131-0/+64
|
* Make all integrated tests async.crupest2020-03-112-15/+24
|
* Revert namespace name change.crupest2020-03-107-11/+11
|
* ...crupest2020-03-107-11/+11
|
* 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
|
* Finish reafctor, TODO: Database migration.crupest2020-01-301-1/+11
|
* ...crupest2020-01-307-257/+17
|
* ...crupest2020-01-291-3/+3
|
* Add some unit tests for token manager.crupest2020-01-231-3/+0
|
* ...crupest2020-01-231-5/+5
|
* ...crupest2020-01-211-3/+3
|
* Basically finish refactor of error codes.crupest2020-01-191-2/+10
|
* Use sqlite development database.crupest2020-01-052-3/+3
|
* Migrate to System.Text.Json . Format enum to string instead of number. Use ↵crupest2019-11-201-3/+22
| | | | ISO8601 format for datetime.
* Clean and refactor tests.crupest2019-11-207-170/+224
|
* Complete integrated tests??? Fix bugs.crupest2019-11-192-25/+25
|
* Write tests and fix bugs found via tests.crupest2019-11-181-1/+1
|
* Fix typo in path of personal timeline controller actions. Add timeline ↵crupest2019-11-171-0/+19
| | | | permission test.
* Add Get method tests for PersonalTimelineController.杨宇千2019-11-071-0/+23
|
* Complete integrated tests.杨宇千2019-10-311-16/+11
|
* Continue to construct feature and tests.杨宇千2019-10-312-0/+17
|
* Add UserDetailController unit tests.杨宇千2019-10-283-0/+76
|
* Add NeutralResourcesLanguage. Conform to best practices.杨宇千2019-10-251-0/+91
|
* ...杨宇千2019-10-241-0/+16
|
* ...杨宇千2019-10-213-46/+37
|
* ...杨宇千2019-10-194-68/+55
|
* ...杨宇千2019-10-176-111/+74
|
* Init migration to dotnet core 3.0.0 .杨宇千2019-09-252-10/+17
|
* Add more tests on avatar.杨宇千2019-09-011-0/+13
|
* Use etag for cache.杨宇千2019-08-201-1/+2
|
* Add avatar 304.杨宇千2019-08-191-3/+1
|
* Add integrated tests.杨宇千2019-08-192-0/+30
|
* Add avatar service.杨宇千2019-08-182-0/+19
|
* Finally solve the database conflict problem in unit tests.杨宇千2019-08-171-46/+35
|
* Fix the bug in assert message and add a formatter.杨宇千2019-08-111-4/+27
|
* Add FluentAssertions.杨宇千2019-08-115-117/+119
|
* Add UserController unit tests.杨宇千2019-08-094-0/+71
|
* Reorganize unit tests.杨宇千2019-08-084-69/+15
|
* Merge branch 'master' into null-request-field杨宇千2019-08-087-155/+155
|\
| * Add script to convert encoding and eof. And of course run it.unknown2019-08-076-155/+155
| |
* | 3 things.杨宇千2019-08-055-5/+24
|/ | | | | | 1. Exchange Models and Entities namespace. 2. Fix the bug that input with missing field leads to 500. 3. Write unit tests.
* Fix the database bug in unit tests.杨宇千2019-08-042-59/+83
|
* WIP: Need to solve the entity framework problem.杨宇千2019-08-043-33/+33
|