2023-01-03 18:38:37 by Thomas Klausner | Files touched by this commit (1416) |
Log message:
*: recursive bump for tiff shlib major bump
|
2022-12-19 11:26:32 by Amitai Schleier | Files touched by this commit (2) |
Log message:
Update to 4.2.2. From the changelog:
Bugfixes:
- Fixed problem with replay delay control in the UI, which did not work
in locales with "," as decimal point.
- Fixed UI bug where scrolling in the Running tab ended up scrolling
numeric values if the cursor was there.
|
2022-09-28 20:10:42 by Amitai Schleier | Files touched by this commit (3) |
Log message:
Update to 4.2.1. From the changelog:
New development:
- Support added for integration with Azure Devops (known bugs feature)
- Basic integration with dbtext for testing with databases "database
setup run" now possible
- Integration with capturemock improved when using http record/replay -
sets environment variables and gives your test script control.
- Dark mode is now supported properly, e.g. by setting the environment
variable "GTK_THEME" to "Adwaita:dark" (thanks Michael \
Behrisch)
- Now possible to generate separate HTML pages per version (thanks
Michael Behrisch)
- New aliases for various config file settings (thanks Emily Bache)
- More compact host format (thanks Jens Kjerrström)
- Less precision for progress measurements on incomplete tests (thanks
Jens Kjerrström)
Bugfixes:
- collate_script no longer uses the shell on Windows, led to
user-dependent behaviour
- fixing prevlines filter at begin of file fix #93 (thanks
Michael Behrisch)
|
2022-08-11 07:09:36 by David H. Gutteridge | Files touched by this commit (999) |
Log message:
Bump all dependent packages of wayland (belatedly)
The package changed with the addition of its libepoll-shim dependency.
Otherwise, we can get:
ERROR: libepoll-shim>=0.0.20210418 is not installed; can't buildlink files.
|
2022-06-30 13:19:02 by Nia Alarie | Files touched by this commit (524) |
Log message:
*: Revbump packages that use Python at runtime without a PKGNAME prefix
|
2022-06-08 23:03:45 by Amitai Schleier | Files touched by this commit (2) |
Log message:
Update to 4.1.2. From the changelog:
Bugfixes:
- Make it possible to disable batch mode comment plugin in non-PHP
environment (e.g. Azure blob store). (New config file setting
"batch_include_comment_plugin")
- Support for Azure Devops added to batch mode, similar to how it worked
for Jenkins.
- Workaround for removal of stock icons in latest GTK.
|
2022-04-19 18:50:15 by Amitai Schleier | Files touched by this commit (3) |
Log message:
Update to 4.1.0. From the changelog:
* Make it possible to disable comment plugin in non-PHP environment
(e.g. Azure blob store) [Geoff Bache]
* Adding similar support for Azure Devops that we already had for
Jenkins [Geoff Bache]
* windows CLI self tests #99 [Michael Behrisch]
* first script for regular CI tests [Michael Behrisch]
* fixing setup after nterpretcore move #99 [Michael Behrisch]
* moving interpretcore for easier self testing #99 [Michael Behrisch]
* removing leftovers from python3 conversion [Michael Behrisch]
|
2022-01-28 13:04:17 by Thomas Klausner | Files touched by this commit (2) |
Log message:
texttest: restrict to python 3.x
(reduce py27-gobject3 users)
|
2022-01-12 10:50:59 by Amitai Schleier | Files touched by this commit (1) |
Log message:
Remove note to self left in previous.
|
2022-01-12 10:47:24 by Amitai Schleier | Files touched by this commit (3) |
Log message:
Update to 4.0.9. From the changelog:
Bugfixes:
- Allow for data files (e.g. new GUI XML files) to exist in
texttest_config_modules along with python code
- Fixing trailing characters in floating point diff and involuntarily
triggered split mode #98
- Making floating point diff split actually useful #45
|