• last updated 21 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
merge with missing files

  1. … 1464 more files in changeset.
merge from oacs-5-10

  1. … 8099 more files in changeset.
reduced verbosity

  1. … 1 more file in changeset.
improve page title

The index page list not only the "system" test cases, but as well the

test cases from the application packages

harden page contracts

  1. … 24 more files in changeset.
acs::test::user::delete: added flag -delete_created_acs_objects and fix regression test for file-storage

  1. … 5 more files in changeset.
improve styling and take reliably just the first paragraph in the listing of test cases.

  1. … 1 more file in changeset.
reduce redundancy in adp file

  1. … 1 more file in changeset.
pass selected categories from top-level overview to per-package tests

  1. … 1 more file in changeset.
fix broken test category handling

previously, the exclusion categories were provided as categories, but the "real" categories could not be selected. An in case they were selected via query-parameter, filtering was broken.

  1. … 1 more file in changeset.
whitespace changes

include totals in test case listing, use proper thead and tfoot elements

  1. … 2 more files in changeset.
improve navigation when multiple packages are selected

  1. … 1 more file in changeset.
compute for and background colors from percentage to guarantee good contrast

  1. … 2 more files in changeset.
whitespace changes

  1. … 7 more files in changeset.
ease navigation: provide links to coverage pages

  1. … 4 more files in changeset.
improve navigation structure (context bar) and actions labeling

the reousrce actions is not necessary, since rerun performs an automatic resources

  1. … 4 more files in changeset.
use fine-grade percentage to color mapping

  1. … 2 more files in changeset.
Include all enabled packages in the package view list of the automated-testing admin/index page

Move proc test coverage info to the already existing package view branch

Show proc test coverage only on package view

Add the global test proc coverage percentage to the 'automated-testing' admin/index page, and link it to the new 'proc-coverage' page

  1. … 1 more file in changeset.
New test proc coverage library (proc-coverage) for the 'automated-testing' package:

- New proc 'aa::coverage::proc_covered_p', checks if a particular proc is covered by any automated test.

- New proc 'aa::coverage::proc_list', returns a list of procs, sistem wide or in a package, with their coverage status.

- New proc 'aa::coverage::proc_coverage', returns a summary of information (number of procs, number of covered procs, coverage percentage) about the coverage of the api of a package, or system wide.

- New proc 'aa::coverage::proc_coverage_level', returns a level value (high, medium, low...) for a particular percentage.

Also add new CSS file for the automated tests summary page, which should help reducing the inline styling in the package, and different styles for the proc coverage levels.

  1. … 4 more files in changeset.
Add the proc test coverage of each package, and link the 'proc-coverage' page, lost and isolated for many years...

  1. … 1 more file in changeset.
Extend UI allowing to select packages for which we want tests to be run

  1. … 2 more files in changeset.
Display warnings in the test results page

  1. … 1 more file in changeset.
Prefer individual 'set' operations over 'lassign' in these particular cases

  1. … 6 more files in changeset.
modernize Tcl

prefer lassiign over multiple iindex operations

modernize tcl: use lassign instead of multiple lindex operations