aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #127 from crupest/offline-postcrupest2020-07-3113-151/+607
|\ | | | | Add feature of offline post cache.
| * Make sync state badge fixed.crupest2020-07-312-7/+16
| |
| * Add sync state badge.crupest2020-07-317-12/+98
| |
| * Add mock network latency.crupest2020-07-311-0/+28
| |
| * Update post list when create or delete post.crupest2020-07-313-44/+55
| |
| * ...crupest2020-07-303-50/+74
| |
| * Save post data locally.crupest2020-07-301-12/+88
| |
| * Save post list locally.crupest2020-07-303-18/+181
| |
| * Add timeline post list state.crupest2020-07-271-12/+31
| |
| * Refactor SubscriptionHub.crupest2020-07-273-30/+42
| |
| * Add post list subscription hub.crupest2020-07-272-13/+41
|/
* Rename a workflow job name.crupest2020-07-261-1/+1
|
* Remove jenkins files.crupest2020-07-262-76/+0
|
* Merge branch 'master' of https://github.com/crupest/Timelinecrupest2020-07-260-0/+0
|\
| * No longer ignore .vscode .crupest2020-07-261-6/+0
| |
* | Use online schema for github workflow.crupest2020-07-262-1170/+1
| |
* | No longer ignore .vscode .crupest2020-07-266-6/+1197
|/
* Remove front end readme .crupest2020-07-261-13/+0
|
* Update README.md .crupest2020-07-261-10/+7
|
* Merge front end repocrupest2020-07-26111-5/+8977
|
* Remove submodulecrupest2020-07-262-3/+0
|
* 更新 Jenkinsfilecrupest2020-07-211-1/+1
|
* 更新 Jenkinsfilecrupest2020-07-211-1/+1
|
* Merge branch 'master' of e.coding.net:crupest/timeline/timelinecrupest2020-07-211-22/+31
|\
| * 更新 Jenkinsfilecrupest2020-07-211-1/+1
| |
| * 更新 Jenkinsfilecrupest2020-07-211-22/+31
| |
* | Add junit logger for test.crupest2020-07-212-0/+7
|/
* Init jenkinsfile.crupest2020-07-211-0/+22
|
* Fix publish problem caused by msbuild.crupest2020-07-212-19/+19
|
* Update docker ignore.crupest2020-07-201-3/+11
|
* Update ci and README.md .crupest2020-07-205-17/+13
|
* Revert to yarn2 .crupest2020-07-202-2/+2
|
* Migrate front-end to npm.crupest2020-07-142-2/+2
|
* Update submodule.crupest2020-07-131-0/+0
|
* Update dockerignore.crupest2020-07-132-0/+1
|
* Update README.crupest2020-07-131-20/+20
|
* Update submodule.crupest2020-07-131-0/+0
|
* Move front end to a submodule.crupest2020-07-1399-7243/+35
|
* Update README.mdcrupest2020-07-121-1/+1
|
* Merge pull request #116 from crupest/fix-114crupest2020-07-124-4/+198
|\ | | | | Back-end: Timleine If-Modified-Since and checkUniqueId.
| * Add http api and integrated tests.crupest2020-07-122-4/+118
| |
| * Add api in service.crupest2020-07-122-0/+80
|/
* Merge pull request #115 from crupest/post-deletedcrupest2020-07-106-55/+162
|\ | | | | Add timeline post deleted field.
| * Add another integrated test.crupest2020-07-101-7/+50
| |
| * Add http api and integrated tests.crupest2020-07-102-6/+36
| |
| * Add unit tests.crupest2020-07-104-2/+43
| |
| * Add deleted field.crupest2020-07-103-43/+36
|/
* Merge pull request #112 from crupest/post-modified-sincecrupest2020-06-187-50/+189
|\ | | | | Post modified since query param.
| * Add integrated tests. And fix a behavior.crupest2020-06-183-22/+82
| |
| * Add modified since for posts.crupest2020-06-181-3/+7
| |