History log of /haikuporter/HaikuPorter/Display.py
Revision Date Author Comments
# f197120d 18-Sep-2023 jurgenwigg <53076001+jurgenwigg@users.noreply.github.com>

Import statements sorted with isort and fixed MockBuilder.py (#266)

* Fixed missing closing bracket in the MockBuilder.py

* Import statements sorted with isort


# 7c5bcb1a 10-Dec-2017 Michael Lotz <mmlr@mlotz.ch>

Cleanup: Use new-style class declarations.


# 9836ce60 10-Dec-2017 Michael Lotz <mmlr@mlotz.ch>

Cleanup: Whitespace and line length cleanup.


# 9140bffd 06-Dec-2017 Michael Lotz <mmlr@mlotz.ch>

Display: Convert builderId to integer.

The ID was changed from the builder index to the builder name, which is
a string. Note that this only works for local builders, which seems to
be the only setup Display works with currently.


# 8630015a 16-Aug-2017 Michael Lotz <mmlr@mlotz.ch>

BuildMaster: Also dump build records to JSON files.


# c7b00e61 27-Jul-2017 Jerome Duval <jerome.duval@gmail.com>

Display: show an history of finished builds.


# 3a5b9d7f 27-Oct-2016 Jerome Duval <jerome.duval@gmail.com>

Add a console mode.