Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | refactor: Remove a deprecated api. | crupest | 2021-02-13 | 1 | -15/+0 | |
| | ||||||
* | feat: Timeline add postable. | crupest | 2021-02-13 | 3 | -2/+17 | |
| | ||||||
* | feat: Add timeline manageable. | crupest | 2021-02-13 | 8 | -41/+105 | |
| | ||||||
* | feat: Post info add editable field. | crupest | 2021-02-13 | 4 | -10/+78 | |
| | ||||||
* | fix: Fix migration bug. | crupest | 2021-02-12 | 3 | -12/+11 | |
| | ||||||
* | feat: Add post data database schema migration. | crupest | 2021-02-12 | 3 | -1/+741 | |
| | ||||||
* | feat: Add databse custom migration service. | crupest | 2021-02-12 | 9 | -10/+181 | |
| | ||||||
* | feat: Revert timeline post entity change. | crupest | 2021-02-12 | 1 | -0/+10 | |
| | ||||||
* | test: Add multiple data post test. | crupest | 2021-02-12 | 1 | -0/+78 | |
| | ||||||
* | test: Add create post integrated tests. | crupest | 2021-02-12 | 4 | -3/+73 | |
| | ||||||
* | test: Add some helper function. | crupest | 2021-02-12 | 2 | -7/+45 | |
| | ||||||
* | ... | crupest | 2021-02-12 | 2 | -116/+59 | |
| | ||||||
* | test: Add create post invalid model test. | crupest | 2021-02-11 | 1 | -0/+142 | |
| | ||||||
* | ... | crupest | 2021-02-11 | 9 | -293/+87 | |
| | ||||||
* | ... | crupest | 2021-02-11 | 5 | -129/+130 | |
| | ||||||
* | ... | crupest | 2021-02-10 | 5 | -122/+189 | |
| | ||||||
* | ... | crupest | 2021-02-10 | 18 | -233/+207 | |
| | ||||||
* | ... | crupest | 2021-02-10 | 24 | -370/+333 | |
| | ||||||
* | ... | crupest | 2021-02-08 | 3 | -21/+64 | |
| | ||||||
* | ... | crupest | 2021-02-08 | 1 | -38/+140 | |
| | ||||||
* | ... | crupest | 2021-02-06 | 3 | -103/+118 | |
| | ||||||
* | ... | crupest | 2021-02-06 | 5 | -7/+71 | |
| | ||||||
* | ... | crupest | 2021-02-04 | 4 | -6/+102 | |
| | ||||||
* | database: Upgrade database. | crupest | 2021-02-04 | 3 | -0/+547 | |
| | ||||||
* | ... | crupest | 2021-02-04 | 5 | -3/+45 | |
| | ||||||
* | ... | crupest | 2021-02-04 | 3 | -57/+71 | |
| | ||||||
* | test: Add timeline color test. | crupest | 2021-02-02 | 1 | -0/+24 | |
| | ||||||
* | ... | crupest | 2021-02-02 | 29 | -440/+559 | |
| | ||||||
* | ... | crupest | 2021-01-31 | 4 | -37/+71 | |
| | ||||||
* | ... | crupest | 2021-01-31 | 8 | -452/+308 | |
| | ||||||
* | feat: Now configuration uses environment variables starts with 'Timeline_'. ↵ | crupest | 2021-01-23 | 4 | -29/+109 | |
| | | | | And remove work dir config in launch profiles. | |||||
* | feat: Deprecate userop/createuser api and add users post api. | crupest | 2021-01-19 | 3 | -13/+29 | |
| | ||||||
* | test: Add integrated tests for search api. | crupest | 2021-01-19 | 9 | -11/+93 | |
| | ||||||
* | feat: Add search controller. | crupest | 2021-01-17 | 2 | -0/+49 | |
| | ||||||
* | test: Add unit tests for search service. | crupest | 2021-01-16 | 6 | -59/+130 | |
| | ||||||
* | feat: Add search service. | crupest | 2021-01-16 | 1 | -0/+98 | |
| | ||||||
* | chore: Remove unused codes. | crupest | 2021-01-07 | 1 | -14/+0 | |
| | ||||||
* | feat: Timeline info contains bookmark and highlight flag. | crupest | 2021-01-07 | 7 | -12/+95 | |
| | ||||||
* | chore: Split integrated tests to speed up tests. | crupest | 2021-01-07 | 3 | -460/+482 | |
| | ||||||
* | feat: Add check existence feature to bookmark and highlight service. | crupest | 2021-01-07 | 2 | -0/+40 | |
| | ||||||
* | refactor: Highlight and bookmark service now use timeline id. | crupest | 2021-01-07 | 4 | -75/+62 | |
| | ||||||
* | chore: Move open api setup to its own namespace. | crupest | 2021-01-07 | 2 | -27/+39 | |
| | ||||||
* | refactor: Make mapper a service. Fix #202. | crupest | 2021-01-07 | 22 | -611/+147 | |
| | ||||||
* | 史诗级重构! | crupest | 2021-01-07 | 37 | -1608/+1269 | |
| | ||||||
* | refactor: Refactor front end mode configuration. | crupest | 2021-01-05 | 6 | -36/+54 | |
| | ||||||
* | fix: Fix a critical bug in bookmark timeline service. | crupest | 2021-01-03 | 2 | -0/+18 | |
| | | | | It used to create two entry with the same timeline. Now it will not create a duplicate one. | |||||
* | feat(database): Add migration, | crupest | 2020-12-19 | 3 | -0/+598 | |
| | ||||||
* | feat: Bookmark timeline REST api. | crupest | 2020-12-19 | 9 | -1/+249 | |
| | ||||||
* | feat: Bookmark timeline service unit tests. | crupest | 2020-12-18 | 3 | -2/+95 | |
| | ||||||
* | feat: Implement bookmark service. | crupest | 2020-12-18 | 2 | -4/+124 | |
| |