• last updated 19 mins ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Bug: acs_sc::invoke accidentally required contract even though you had impl_id

Added option to verify that the implementation implements the contract you think

Added API for contracts and implementations

Allow service contracts to be invoked with impl_id

    • -11
    • +26
    ./acs-service-contract-procs.tcl
Removed old debugging log statements

  1. … 5 more files in changeset.
Merged 4.6.4d1 (unreleased) to HEAD. This marks the end of the life of the oacs-4-6 branch.

  1. … 815 more files in changeset.
1. removed some errant log statemets previously inserted when debugging

2. sql/common/*sql files weren't being displayed by the APM, are now

3. added index on start_date in timespan-create after user reported

very slow calendar queries in .LRN

  1. … 7 more files in changeset.
Fixed some minor acs-lang stuff and a few noquote things.

  1. … 6 more files in changeset.
merge of 4.6.3b1 to HEAD

  1. … 107 more files in changeset.
Added documentation for acs_sc::contract::new_from_spec and acs_sc::impl::new_from_spec

1. removed some needless LARS notices

2. removed acs_methods and friends from the permissions documentation

and got rid of the commented-out table stubs.

3. dropping of permissions was broken in PG, fixed that.

4. cc_users and registered_users views have been sped up.

5. removed an unused and incorrect proc from revision-procs

6. updated acs-kernel to 4.6.3

-------------------------------------------------------------------------------------

  1. … 11 more files in changeset.
Upgrade to 4.6.2: Added Tcl API for definining contracts and implementations

    • -18
    • +41
    ./acs-service-contract-procs.tcl
  1. … 1 more file in changeset.
various Oracle bug fixes (such as missing queries), bumping up version and provides to 4.7d2 as the new Bug Tracker and Workflow will rely on these fixes

    • -13
    • +21
    ./implementation-procs-oracle.xql
    • -0
    • +14
    ./implementation-procs.xql
    • -0
    • +13
    ./msg-type-procs.xql
  1. … 1 more file in changeset.
Added Tcl API for defining contracts and registering implementations

    • -17
    • +38
    ./acs-service-contract-procs.tcl
    • -0
    • +82
    ./contract-procs-oracle.xql
    • -0
    • +73
    ./contract-procs-postgresql.xql
    • -0
    • +233
    ./contract-procs.tcl
    • -0
    • +46
    ./implementation-procs-oracle.xql
    • -0
    • +46
    ./implementation-procs-postgresql.xql
    • -0
    • +185
    ./implementation-procs.tcl
    • -0
    • +34
    ./msg-type-procs-oracle.xql
    • -0
    • +44
    ./msg-type-procs-postgresql.xql
    • -0
    • +124
    ./msg-type-procs.tcl
  1. … 1 more file in changeset.
merge from oacs-4-6

  1. … 110 more files in changeset.
contract display, better error handling in acs_sc_proc, document API some

    • -24
    • +60
    ./acs-service-contract-procs.tcl
  1. … 4 more files in changeset.
document API somewhat, add contract browser

    • -24
    • +60
    ./acs-service-contract-procs.tcl
  1. … 2 more files in changeset.
reduced debug output by adding acs_sc_log proc and setting level to SCDebug in most logging stmts

fixed for Oracle

    • -0
    • +14
    ./acs-service-contract-init-oracle.xql
    • -0
    • +40
    ./acs-service-contract-procs-oracle.xql
naming conventions

  1. … 7 more files in changeset.
fixed mispelled acs_sc_msg_type_element (gwong)

moved CMS stuff to CR so that content can be displayed by the search interface without requiring the user to load cms

  1. … 21 more files in changeset.
fixed virtual url handling for CR so that it will also display content that is not live. This was done so that non-live revision could be searched for. It is assumed that the user will only see content that they have permission to view regardless of whether it is live or not.

  1. … 8 more files in changeset.

Adding it in ...

    • -0
    • +15
    ./acs-service-contract-init.tcl
    • -0
    • +212
    ./acs-service-contract-procs.tcl
  1. … 20 more files in changeset.