Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Adding commentary | Yuchen Pei | 2023-06-26 | 1 | -0/+20 |
| | |||||
* | Prepare for elpa | Yuchen Pei | 2023-06-26 | 6 | -64/+85 |
| | | | | | | | | | * .gitignore: Adding elc * README.org: minor changes to intro and todos * buildbot-client.el: minor formatting and documentation fix * buildbot-utils.el: minor formatting fix * buildbot-view.el: minor formatting and require fix * buildbot.el: minor keywords and formatting fix | ||||
* | Adding functions to navigate to the next and previous failures. | Yuchen Pei | 2023-04-26 | 1 | -4/+22 |
| | | | | | Also updated keybindings: n/p for next/previous failures; M-n/M-p for next/previous header; f/b for next/previous header of the same thing. | ||||
* | Updated readme to add info about buildbot-builder-open | Yuchen Pei | 2023-04-26 | 1 | -1/+4 |
| | |||||
* | fixing bug caused by updated signature of buildbot-view-format-build | Yuchen Pei | 2023-04-04 | 1 | -2/+2 |
| | |||||
* | 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 | 2 | -0/+27 |
| | |||||
* | fixing a bug where build view shows the wrong revision info | Yuchen Pei | 2023-03-30 | 2 | -47/+53 |
| | | | | ...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 |
| | |||||
* | minor update readme | Yuchen Pei | 2023-03-27 | 1 | -6/+5 |
| | |||||
* | clean up and licensing | Yuchen Pei | 2023-03-27 | 6 | -11/+807 |
| | |||||
* | linting | Yuchen Pei | 2023-03-27 | 4 | -24/+7 |
| | |||||
* | fixing branches and revisions are many-to-many relations | Yuchen Pei | 2023-03-27 | 2 | -38/+54 |
| | | | | | - 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 | 3 | -42/+129 |
| | |||||
* | add logs formatting and cache | Yuchen Pei | 2023-03-26 | 3 | -23/+75 |
| | |||||
* | Unify the three modes into one (view mode) | Yuchen Pei | 2023-03-25 | 5 | -205/+142 |
| | | | | | | 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 | 7 | -69/+209 |
| | |||||
* | added buildbot build mode | Yuchen Pei | 2023-03-23 | 4 | -13/+86 |
| | |||||
* | first commit | Yuchen Pei | 2023-03-22 | 6 | -0/+213 |