Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add cache for node modules. | crupest | 2019-03-14 | 1 | -0/+16 |
| | |||||
* | Use multiple jobs in ci. | crupest | 2019-03-14 | 1 | -41/+49 |
| | |||||
* | Merge pull request #13 from crupest/auth-guard | 杨宇千 | 2019-03-14 | 17 | -118/+230 |
|\ | | | | | Add auth guard. | ||||
| * | Only open user dialog when it is not opened! | crupest | 2019-03-14 | 1 | -1/+3 |
| | | |||||
| * | Add auth guard unit test. | crupest | 2019-03-14 | 1 | -9/+55 |
| | | |||||
| * | Add wildcard route redirection in user. | crupest | 2019-03-13 | 2 | -2/+19 |
| | | |||||
| * | Add unit test. | crupest | 2019-03-13 | 3 | -17/+17 |
| | | |||||
| * | ... | crupest | 2019-03-13 | 4 | -7/+13 |
| | | |||||
| * | Use route to control user dialog. | crupest | 2019-03-13 | 9 | -113/+76 |
| | | |||||
| * | Add auth guard. | crupest | 2019-03-11 | 3 | -4/+82 |
|/ | |||||
* | Merge pull request #12 from crupest/strict | 杨宇千 | 2019-03-11 | 11 | -23/+40 |
|\ | | | | | Use strict check of typescript compiler. | ||||
| * | Fix some compile bugs. | crupest | 2019-03-11 | 3 | -22/+13 |
| | | |||||
| * | Use strict check of typescript compiler. | crupest | 2019-03-11 | 11 | -22/+48 |
|/ | |||||
* | Merge pull request #11 from crupest/7-user-route | 杨宇千 | 2019-03-11 | 28 | -374/+583 |
|\ | | | | | Use named route in user dialog. | ||||
| * | Configure build config. | crupest | 2019-03-11 | 2 | -2/+6 |
| | | | | | | | | Specify mock and test files. | ||||
| * | Extract out http entities. | crupest | 2019-03-11 | 6 | -25/+33 |
| | | |||||
| * | Write unit tests. | crupest | 2019-03-11 | 11 | -68/+165 |
| | | |||||
| * | Half work! | crupest | 2019-03-09 | 5 | -77/+106 |
| | | |||||
| * | Seperate internal and public user service. | crupest | 2019-03-09 | 11 | -157/+206 |
| | | |||||
| * | User named route in dialog. | crupest | 2019-03-09 | 9 | -59/+81 |
|/ | |||||
* | Merge pull request #9 from crupest/8-module | 杨宇千 | 2019-03-07 | 14 | -65/+113 |
|\ | | | | | Reorganize with modules. | ||||
| * | Reorganize with modules. | crupest | 2019-03-07 | 14 | -65/+113 |
|/ | |||||
* | Merge pull request #3 from crupest/user | 杨宇千 | 2019-03-06 | 35 | -54/+850 |
|\ | | | | | Develop user dialog. | ||||
| * | Fix a lint error. | crupest | 2019-03-06 | 1 | -1/+1 |
| | | |||||
| * | Write all unit tests. | crupest | 2019-03-06 | 5 | -16/+256 |
| | | |||||
| * | Reorganize file structure. | crupest | 2019-03-06 | 29 | -37/+45 |
| | | |||||
| * | Extract out user-login-success component. | crupest | 2019-03-06 | 7 | -5/+65 |
| | | |||||
| * | ... | crupest | 2019-03-06 | 4 | -15/+8 |
| | | |||||
| * | Move login message into user login component. | crupest | 2019-03-06 | 6 | -10/+31 |
| | | |||||
| * | ... | crupest | 2019-03-04 | 6 | -9/+47 |
| | | |||||
| * | Merge branch 'master' into user | crupest | 2019-03-04 | 22 | -293/+109 |
| |\ | |/ |/| | |||||
* | | Merge pull request #2 from crupest/migrate-todo | 杨宇千 | 2019-03-04 | 21 | -293/+100 |
|\ \ | | | | | | | Migrate todo page from Azure DevOps WorkItems to Github Issues. | ||||
| * | | Migrate todo page from Azure DevOps WorkItems to Github Issues. | crupest | 2019-03-04 | 21 | -293/+100 |
| | | | |||||
* | | | Readme. | crupest | 2019-03-04 | 1 | -0/+9 |
|/ / | |||||
| * | Update pipeline file. | crupest | 2019-03-04 | 1 | -3/+1 |
| | | |||||
| * | Update pipeline file. | crupest | 2019-03-04 | 1 | -0/+5 |
| | | |||||
| * | Develop some basic parts of auth. | crupest | 2019-03-04 | 16 | -32/+420 |
| | | |||||
| * | Create user dialog. | crupest | 2019-02-26 | 5 | -1/+46 |
|/ | |||||
* | Merged PR 9: Add entrance animation of todo item. | 杨宇千 | 2019-02-24 | 5 | -29/+57 |
|\ | | | | | | | | | | | Add entrance animation of todo item. Related work items: #5 | ||||
| * | Add entrance animation of todo item. | crupest | 2019-02-25 | 5 | -29/+57 |
|/ | |||||
* | Merged PR 8: Fix 7 bug! | 杨宇千 | 2019-02-23 | 7 | -43/+53 |
|\ | | | | | | | | | | | Fixed! Related work items: #7 | ||||
| * | Fixed! | crupest | 2019-02-24 | 7 | -43/+53 |
|/ | |||||
* | Merged PR 7: Update unit tests. | 杨宇千 | 2019-02-23 | 3 | -14/+33 |
|\ | | | | | | | | | | | Update unit tests. Related work items: #6 | ||||
| * | Update unit tests. | crupest | 2019-02-24 | 3 | -14/+33 |
|/ | |||||
* | Merged PR 6: Add icon of todo list and redesign it. | 杨宇千 | 2019-02-23 | 13 | -67/+163 |
|\ | | | | | | | Related work items: #1, #3 | ||||
| * | Add icon of todo list and redesign the page. | crupest | 2019-02-23 | 10 | -35/+106 |
| | | |||||
| * | Add icon and redesign card in todo page. | crupest | 2019-02-23 | 5 | -54/+79 |
| | | |||||
* | | Merged PR 5: Develop link feature on todo page. | 杨宇千 | 2019-02-22 | 5 | -41/+77 |
|\| | | | | | | | | | | | Develop link feature on todo page. Related work items: #1, #3 | ||||
| * | Develop link feature on todo page. | crupest | 2019-02-22 | 5 | -41/+77 |
| | | |||||
* | | Merged PR 4: Some minor efforts. | 杨宇千 | 2019-02-22 | 3 | -11/+12 |
|\| | | | | | | | Related work items: #1 |