Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Adding builder view | Yuchen Pei | 2023-03-31 | 1 | -16/+57 |
| | | | | | It is not as exciting as the other views because there's no easy way to get commit message or test results for each build | ||||
* | started working on builder view | Yuchen Pei | 2023-03-30 | 1 | -0/+9 |
| | |||||
* | fixing a bug where build view shows the wrong revision info | Yuchen Pei | 2023-03-30 | 1 | -33/+37 |
| | | | | ...by correcting outdated revision info when opening build view. | ||||
* | Adding function to go to next / previous header of the same thing | Yuchen Pei | 2023-03-28 | 1 | -0/+22 |
| | |||||
* | clean up and licensing | Yuchen Pei | 2023-03-27 | 1 | -7/+27 |
| | |||||
* | linting | Yuchen Pei | 2023-03-27 | 1 | -4/+1 |
| | |||||
* | fixing branches and revisions are many-to-many relations | Yuchen Pei | 2023-03-27 | 1 | -30/+42 |
| | | | | | - in branch view, show revisions with build stats and all builds - in revision view, show branches with build stats and all builds | ||||
* | branch view (first imp); faces for status; revision with multiple changes | Yuchen Pei | 2023-03-26 | 1 | -36/+66 |
| | |||||
* | add logs formatting and cache | Yuchen Pei | 2023-03-26 | 1 | -20/+45 |
| | |||||
* | Unify the three modes into one (view mode) | Yuchen Pei | 2023-03-25 | 1 | -4/+141 |
| | | | | | | Also, now one can press return at any header to go to the respective object. For example, in step view, one can jump to the revision view by pressing return at the revision header on top | ||||
* | Adding step mode. Also refactoring | Yuchen Pei | 2023-03-24 | 1 | -0/+69 |