• last updated 6 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
beautify labels of ensemble methods in object browser

added support for NX ensemble methods

  1. … 2 more files in changeset.
Piggyback apidoc::tcl_to_html to an existing test and complete acs-api-browser api coverage

    • -1
    • +14
    ./tcl/test/acs-api-browser-procs.tcl
fix release dates in .info files

  1. … 82 more files in changeset.
release work

  1. … 204 more files in changeset.
bump version numbers of 5.9|5.10 packages to 5.10.0b1

adjust dependencies

  1. … 87 more files in changeset.
improve spelling

  1. … 41 more files in changeset.
fixed bug introduced 8 months ago

Remove obsolete file. Fixes 'callgraph__bad_page_calls' test case

Whitespace changes

Increase test coverage

extend regression test: check, whether pages call deprecated code or private functions of other packages

    • -2
    • +105
    ./tcl/test/acs-api-browser-procs.tcl
make tcl_to_html public

Add 'acs_api_browser_search' test case, covering the api proc search of the 'api-doc' webpage

    • -1
    • +59
    ./tcl/test/acs-api-browser-procs.tcl
adjust to recent changes

Adjust page contract to reality. 'name_weight' can be the string 'exact'

Add IDs to the different forms

Added support for trailing non-positional arguments

The change makes the old hack with the own trailing-argument-parser

"ad_arg_parser" obsolete by using directly the c-level argument parser

which is anyhow capable of handling trailing arguments. A few changes

were necessary for api doc to handle there trailing arguments as well.

The proc "db_string" is already converted to use native arguments.

    • -27
    • +39
    ./tcl/acs-api-documentation-procs.tcl
  1. … 6 more files in changeset.
- Rework acs-api-browser.callgraph__bad_calls automated test so that acs-service-contract calling contract implementation is considered OK

- Reinstate authentication service contracts as private

- Move test authority implementation to acs-authentication to remove intra-package dependency

acs-api-browser.callgraph__bad_call still fails because proc acs-tcl.install::xml::action::create-user calls private acs-authentication.auth::local::registration::Register... to be continued

    • -1
    • +16
    ./tcl/test/acs-api-browser-procs.tcl
  1. … 3 more files in changeset.
make clear from the name that db_qd_prepare_queryfile_content is intended to be used in different packages

  1. … 2 more files in changeset.
added "content_type" to the list of specially handled calls. this fixes two more cases in Test case callgraph__bad_calls

Fix extra brace

- fixed mis-classification of "max", "min" and "random" in "tclcode_to_html"

- added new test case "callgraph__bad_calls" to check for

a) calls to deprecated procs

b) direct calls to private procs from other packages ("private" means "packakge private"

    • -11
    • +29
    ./tcl/acs-api-documentation-procs.tcl
    • -1
    • +62
    ./tcl/test/acs-api-browser-procs.tcl
improve listing of test coverage

  1. … 17 more files in changeset.
make listing of tested procs more complete

  1. … 2 more files in changeset.
make listing of tested procs more complete

  1. … 6 more files in changeset.
make end of options explicit

  1. … 42 more files in changeset.
Prefer 'namespace which' over 'info commands', as it is faster (on local tests, around 2x) and returns a single value. Many thanks to Nathan Coulter.

    • -18
    • +21
    ./tcl/acs-api-documentation-procs.tcl
    • -9
    • +15
    ./tcl/test/acs-api-browser-procs.tcl
  1. … 56 more files in changeset.
Reduce divergency between oracle and postgres codebase

Set some tests as 'production_safe'