aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Bumping version to 0.0.1, thereby publishing to ELPA.HEADmasterYuchen Pei2023-07-261-1/+1
|
* add url formatting for builder viewurlYuchen Pei2023-07-261-0/+5
|
* Add a command to copy the url of the current viewYuchen Pei2023-07-261-0/+25
|
* Add more tested instancesYuchen Pei2023-07-231-2/+8
|
* Adding indirect branch / revision filteringYuchen Pei2023-07-233-70/+111
| | | | | | | | | | | | | | | | | | | | | | | | | Most instances seem to not support direct branch / revision filtering in Changes API requests, that is, requests such as <host>/api/v2/changes?revision=<revision-id> timeout or return an error code. In such cases, we issue a more general API request, and filter the response by revision: <host>/api/v2/changes?limit=<limit>&order=-changeid We add a new custom var `buildbot-api-changes-direct-filter' to control the relevant behaviour. The mariadb instance seems to be the only instance that work better with direct filtering, whereas python and buildbot seems to work with both, and the remaining instances only supporting indirect filtering. We also add a few more custom vars for limiting in API requests, and fix some regressions introduced in the previous commit, about setting the host.
* Allow specifying the buildbot host when opening things.Yuchen Pei2023-07-231-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 typoYuchen Pei2023-07-151-4/+1
|
* Adding support for more instancesYuchen Pei2023-07-154-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 supportYuchen Pei2023-07-151-2/+9
|
* Make `buildbot-host' and `buildbot-builders' buffer local.Yuchen Pei2023-07-152-4/+8
|
* 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