Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Allow specifying the buildbot host when opening things. | Yuchen Pei | 2023-07-23 | 1 | -23/+80 |
| | | | | | | | With a prefix arg, `buildbot-{revision,branch,builder}-open' will prompt for a buildbot host first. Also separate out the logic of getting builders. | ||||
* | silly typo | Yuchen Pei | 2023-07-15 | 1 | -4/+1 |
| | |||||
* | Adding support for more instances | Yuchen Pei | 2023-07-15 | 4 | -22/+95 |
| | | | | | | | | | | | | | - Pass buildbot-host between buffers - Set buildbot-builders automatically - When the Changes API does not return builds, fetch the builds in a separate call This last change allows `buildbot-revision-open' to work with more instances, including python and buildbot. Also updated README with these changes, as well as ELPA installation info. | ||||
* | Adding imenu support | Yuchen Pei | 2023-07-15 | 1 | -2/+9 |
| | |||||
* | Make `buildbot-host' and `buildbot-builders' buffer local. | Yuchen Pei | 2023-07-15 | 2 | -4/+8 |
| | |||||
* | Some trivial style changes | Yuchen Pei | 2023-07-15 | 1 | -7/+10 |
| | |||||
* | Rewording supported buildbot versions in README.org | Yuchen Pei | 2023-07-15 | 1 | -2/+5 |
| | | | | Making is more precise. | ||||
* | Fix copyright header. | Yuchen Pei | 2023-07-13 | 1 | -3/+2 |
| | |||||
* | Mark version 0 to defer ELPA release | Yuchen Pei | 2023-07-13 | 1 | -1/+1 |
| | | | | Would be nice to fix support for more instances before release. | ||||
* | Addressing review comments from Prot. | Yuchen Pei | 2023-07-12 | 3 | -39/+31 |
| | |||||
* | Fixing flymake complaints. | Yuchen Pei | 2023-07-10 | 3 | -12/+110 |
| | | | | | There are still some weird "Foo should be imperative" complaints, but they do not seem to be important. | ||||
* | Fixing quotes in define-key commands | Yuchen Pei | 2023-06-26 | 1 | -8/+8 |
| | |||||
* | 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 |