aboutsummaryrefslogtreecommitdiff
path: root/BackEnd
Commit message (Collapse)AuthorAgeFilesLines
* feat: Timeline add postable.crupest2021-02-133-2/+17
|
* feat: Add timeline manageable.crupest2021-02-138-41/+105
|
* feat: Post info add editable field.crupest2021-02-134-10/+78
|
* fix: Fix migration bug.crupest2021-02-123-12/+11
|
* feat: Add post data database schema migration.crupest2021-02-123-1/+741
|
* feat: Add databse custom migration service.crupest2021-02-129-10/+181
|
* feat: Revert timeline post entity change.crupest2021-02-121-0/+10
|
* test: Add multiple data post test.crupest2021-02-121-0/+78
|
* test: Add create post integrated tests.crupest2021-02-124-3/+73
|
* test: Add some helper function.crupest2021-02-122-7/+45
|
* ...crupest2021-02-122-116/+59
|
* test: Add create post invalid model test.crupest2021-02-111-0/+142
|
* ...crupest2021-02-119-293/+87
|
* ...crupest2021-02-115-129/+130
|
* ...crupest2021-02-105-122/+189
|
* ...crupest2021-02-1018-233/+207
|
* ...crupest2021-02-1024-370/+333
|
* ...crupest2021-02-083-21/+64
|
* ...crupest2021-02-081-38/+140
|
* ...crupest2021-02-063-103/+118
|
* ...crupest2021-02-065-7/+71
|
* ...crupest2021-02-044-6/+102
|
* database: Upgrade database.crupest2021-02-043-0/+547
|
* ...crupest2021-02-045-3/+45
|
* ...crupest2021-02-043-57/+71
|
* test: Add timeline color test.crupest2021-02-021-0/+24
|
* ...crupest2021-02-0229-440/+559
|
* ...crupest2021-01-314-37/+71
|
* ...crupest2021-01-318-452/+308
|
* feat: Now configuration uses environment variables starts with 'Timeline_'. ↵crupest2021-01-234-29/+109
| | | | And remove work dir config in launch profiles.
* feat: Deprecate userop/createuser api and add users post api.crupest2021-01-193-13/+29
|
* test: Add integrated tests for search api.crupest2021-01-199-11/+93
|
* feat: Add search controller.crupest2021-01-172-0/+49
|
* test: Add unit tests for search service.crupest2021-01-166-59/+130
|
* feat: Add search service.crupest2021-01-161-0/+98
|
* chore: Remove unused codes.crupest2021-01-071-14/+0
|
* feat: Timeline info contains bookmark and highlight flag.crupest2021-01-077-12/+95
|
* chore: Split integrated tests to speed up tests.crupest2021-01-073-460/+482
|
* feat: Add check existence feature to bookmark and highlight service.crupest2021-01-072-0/+40
|
* refactor: Highlight and bookmark service now use timeline id.crupest2021-01-074-75/+62
|
* chore: Move open api setup to its own namespace.crupest2021-01-072-27/+39
|
* refactor: Make mapper a service. Fix #202.crupest2021-01-0722-611/+147
|
* 史诗级重构!crupest2021-01-0737-1608/+1269
|
* refactor: Refactor front end mode configuration.crupest2021-01-056-36/+54
|
* fix: Fix a critical bug in bookmark timeline service.crupest2021-01-032-0/+18
| | | | It used to create two entry with the same timeline. Now it will not create a duplicate one.
* feat(database): Add migration,crupest2020-12-193-0/+598
|
* feat: Bookmark timeline REST api.crupest2020-12-199-1/+249
|
* feat: Bookmark timeline service unit tests.crupest2020-12-183-2/+95
|
* feat: Implement bookmark service.crupest2020-12-182-4/+124
|
* feat: Add bookmark timeline service interface.crupest2020-12-181-0/+74
|