aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Some trivial style changesYuchen Pei2023-07-151-7/+10
|
* Rewording supported buildbot versions in README.orgYuchen Pei2023-07-151-2/+5
| | | | Making is more precise.
* Fix copyright header.Yuchen Pei2023-07-131-3/+2
|
* Mark version 0 to defer ELPA releaseYuchen Pei2023-07-131-1/+1
| | | | Would be nice to fix support for more instances before release.
* Addressing review comments from Prot.Yuchen Pei2023-07-123-39/+31
|
* Fixing flymake complaints.Yuchen Pei2023-07-103-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 commandsYuchen Pei2023-06-261-8/+8
|
* Adding commentaryYuchen Pei2023-06-261-0/+20
|
* Prepare for elpaYuchen Pei2023-06-266-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 Pei2023-04-261-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-openYuchen Pei2023-04-261-1/+4
|
* fixing bug caused by updated signature of buildbot-view-format-buildYuchen Pei2023-04-041-2/+2
|
* Adding builder viewYuchen Pei2023-03-311-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 viewYuchen Pei2023-03-302-0/+27
|
* fixing a bug where build view shows the wrong revision infoYuchen Pei2023-03-302-47/+53
| | | | ...by correcting outdated revision info when opening build view.
* Adding function to go to next / previous header of the same thingYuchen Pei2023-03-281-0/+22
|
* minor update readmeYuchen Pei2023-03-271-6/+5
|
* clean up and licensingYuchen Pei2023-03-276-11/+807
|
* lintingYuchen Pei2023-03-274-24/+7
|
* fixing branches and revisions are many-to-many relationsYuchen Pei2023-03-272-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 changesYuchen Pei2023-03-263-42/+129
|
* add logs formatting and cacheYuchen Pei2023-03-263-23/+75
|
* Unify the three modes into one (view mode)Yuchen Pei2023-03-255-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 refactoringYuchen Pei2023-03-247-69/+209
|
* added buildbot build modeYuchen Pei2023-03-234-13/+86
|
* first commitYuchen Pei2023-03-226-0/+213