App-Yath-Script

 view release on metacpan or  search on metacpan

Changes  view on Meta::CPAN

2.000012  2026-04-26 01:50:55-07:00 America/Los_Angeles

2.000011  2026-04-23 03:03:53-07:00 America/Los_Angeles

    - Determine yath version from RC filename (.yath.v#.rc) instead of
      parsing a #V / ;V header inside the file
    - Support .yath.rc as a symlink to a versioned .yath.v#.rc file,
      with the symlink taking highest priority for version detection
    - Allow specifying the version as the first CLI argument (V# or v#),
      which restricts RC lookup to versioned filenames only
    - Accept both uppercase and lowercase V in RC filenames
    - Plain .yath.rc without a version still defaults to V1
    - Set the YATH_SCRIPT env var
    - Move `yath` script out of version branches
    - Add --goto-file option to V0 for testing goto::file behavior
    - Fix version auto-detection to dynamically scan @INC instead of
      using a hardcoded version range
    - Fix config version marker parsing to allow blank lines before
      the marker in .yath.rc / .yath.user.rc
    - Document version detection behavior: default-to-V1 when config
      exists without a marker, and .yath.user.rc overriding .yath.rc
    - Add goto::file as a development dependency
    - Add acceptance test for goto::file in BEGIN phase

2.000010  2026-03-31 22:05:02-07:00 America/Los_Angeles (TRIAL RELEASE)

    - Add AI and LLM Policy

2.000009  2026-03-30 16:17:42-07:00 America/Los_Angeles

    - Fix scheduler bug when timing out test startups

2.000008  2026-03-30 10:52:46-07:00 America/Los_Angeles (TRIAL RELEASE)

    - Fix undef error in some exception cases
    - Fix . in @INC test
    - Remove test file that should not exist

2.000007  2026-03-29 21:19:04-07:00 America/Los_Angeles (TRIAL RELEASE)

    - Remove Carp::Always accidentally left in
    - Require updated Getopt::Yath
    - Require Starman for a CLI based web server
    - Removed old demo scripts
    - Pagination for runs!
    - Break out Getopt::Yath

2.000006  2025-05-04 03:45:10-07:00 America/Los_Angeles (TRIAL RELEASE)

    - Fixing accidental non-trial release

2.000005  2025-05-04 01:16:20-07:00 America/Los_Angeles

    - Minting a fixed tarball, no actual changes

2.000004  2025-05-03 01:15:27-07:00 America/Los_Angeles (TRIAL RELEASE)

    - Several fixes to minor bugs
    - Switch IPC directory out using SHA1

2.000003  2024-08-01 17:05:41-07:00 America/Los_Angeles (TRIAL RELEASE)

    - Fix automatic POD generation for commands and options
    - Fix SQLite schema issue with api_keys
    - Better POD for generated Schema packages
    - Fix percona DB support, and add more db tests
    - Basic docs in Test2::Harness module

2.000002  2024-07-31 17:01:46-07:00 America/Los_Angeles (TRIAL RELEASE)

    - Fix 5.14
    - Bump min perl to 5.14
    - Fix issue where perl libs would not carry down effectively
    - Remove DBIx::Class::UUIDColumns as a dep
    - Remove DBIx::Class::Tree::AdjacencyList as a dep

2.000001  2024-07-31 09:30:20-07:00 America/Los_Angeles (TRIAL RELEASE)

    - Fix some test issues
    - Include some needed modules when loading schema

2.000000  2024-07-30 15:00:13-07:00 America/Los_Angeles (TRIAL RELEASE)

    - NOTE: Backwords incompatible changes, plugins and renderers may need rewriting
    - IPC system overhaul
    - Getopt::Yath has been extracted to its own set of modules
    - Use of Atomic::Pipe to convey data between test and harness
    - Each test has its own auditor process instead of a single auditor bottleneck
    - Yath web server (formerly Yath-UI) has been merged in
    - Yath database (formerly part of Yath-UI) has been merged in
    - Revamped renderer system
    - JUnit renderer has been merged in
    - Database rendering happens in a non-blocking way
    - Several other systems have been overhauled as a result of the IPC rewrite
    - More consistent flags
    - Automatic paging for help (With IO::Pager)
    - Better command list and organization
    - Ability to restrict help output to specific sections as needed --help=SECTION
    - Ability to --show-opts=SECTION to see what your settings do
    - Support for PostgreSQL, SQLite, MySQL (generic), Percona, and MariaDB
    - Many other fixes and overhauls

Changes  view on Meta::CPAN


1.000061  2021-07-07 12:53:11-07:00 America/Los_Angeles

    - Add even more support for notification plugins

1.000060  2021-07-06 09:51:45-07:00 America/Los_Angeles

    - Add support for html email

1.000059  2021-07-01 13:56:29-07:00 America/Los_Angeles

    - Add support for custom email/slack text

1.000058  2021-06-15 15:38:16-07:00 America/Los_Angeles

    - Add support for new yathui direct db coverage/duration plugin
    - Add option to disable bail-out abortion

1.000057  2021-06-04 15:59:24-07:00 America/Los_Angeles

    - Add ability to provide a diff for changed files
    - Add ability to filter files with changes

1.000056  2021-05-24 14:26:45-07:00 America/Los_Angeles

    - Fix warnings from preloader

1.000055  2021-05-18 13:05:20-07:00 America/Los_Angeles

    - Run 'conficting' tests sooner

1.000054  2021-05-04 08:58:25-07:00 America/Los_Angeles

    - Add option to dump depmaps

1.000053  2021-04-30 11:22:30-07:00 America/Los_Angeles

    - Be smarter about what can or cannot be reloaded in 'reload' mode

1.000052  2021-04-30 10:37:56-07:00 America/Los_Angeles

    - Add --reload option to 'start' command to reload moduels in-place when possible
    - Make Test2::Plugin::Cover optional again

1.000051  2021-04-29 07:40:33-07:00 America/Los_Angeles

    - Fix an edge-case warning from git plugin

1.000050  2021-04-27 09:22:25-07:00 America/Los_Angeles

    - Allow a default coverage manager to be provided
    - Move Test2::Require::Module to dev requirements
    - Update some modules from 'base' to 'parent'

1.000049  2021-04-26 08:08:05-07:00 America/Los_Angeles

    - Fully require Test2::Plugin::Cover at a sufficient version

1.000048  2021-04-23 11:54:37-07:00 America/Los_Angeles

    - Require updated Test2::Plugin::Cover
    - Better coverage handling, sync with newer Test2::Plguin::Cover

1.000047  2021-04-20 11:42:49-07:00 America/Los_Angeles

    - Remove some coverage data that was nto intended to be present (false data)

1.000046  2021-04-20 09:25:24-07:00 America/Los_Angeles

    - Remove debugging print statement

1.000045  2021-04-20 09:14:01-07:00 America/Los_Angeles

    - Change how coverage and changed-files data works

1.000044  2021-03-11 20:08:54-08:00 America/Los_Angeles

    - Add plugin support for providing coverage/duration data
    - Fix running t/integration tests with ./ in path (#215)
    - Add a fixme/todo test for #216 (Tap subtest parsing)

1.000043  2021-03-05 07:47:04-08:00 America/Los_Angeles

    - Minor documentation correction
    - Add 'signal()' method to Renderer base class

1.000042  2020-11-17 22:44:35-08:00 America/Los_Angeles

    - Fix pipe size setting to actually use the value we want
    - Fix pipe size setting code for older perls

1.000041  2020-11-17 22:28:55-08:00 America/Los_Angeles

    - When possible use a larger pipe buffer

1.000040  2020-11-17 21:59:41-08:00 America/Los_Angeles

    - Fix bug in collector that made it marginally less efficient
    - Fix bug that prevented no-max from working in JobDir poll
    - Fix bug that prevented the active status display from updating

1.000039  2020-11-17 19:54:08-08:00 America/Los_Angeles

    - yath watch shows aux output
    - Minor no-op code improvement in Runner.pm

1.000038  2020-11-02 20:49:12-08:00 America/Los_Angeles

    - Add shellcall and aux output capture for plugins

1.000037  2020-11-02 14:31:10-08:00 America/Los_Angeles

    - Fix conflict between process management and resource management

1.000036  2020-11-01 20:34:19-08:00 America/Los_Angeles

    - Add initializing status line

1.000035  2020-10-29 15:00:33-07:00 America/Los_Angeles

    - Add glob() and relgob() .yath.rc pseudo-functions



( run in 0.982 second using v1.01-cache-2.11-cpan-39bf76dae61 )