workflow-tables-create.sql

  • last updated 12 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Added unique constraint on workflow_fsm_action_en_in_st table

  1. … 1 more file in changeset.
Recursive workflows

  1. … 12 more files in changeset.
Definition-level support for recursive workflows

  1. … 6 more files in changeset.
- Fixed on delete cascade -> on delete set null for workflow_fsm_actions

- Added definition level tables for recursive workflows

  1. … 3 more files in changeset.
Do not default to text/plain for description_mime_type

New ::edit API that handles insert/update/delete for cascaded types (action -> fsm_action -> something else)

  1. … 10 more files in changeset.
Comment about a missing unique constraint

- Added role::edit, role::get_options

- Adding unique constraints on short_name and pretty_name to roles, actions, fsm_states

  1. … 8 more files in changeset.
Added timed actions

  1. … 18 more files in changeset.
added description and description_mime_types to workflows

  1. … 3 more files in changeset.
added two new fields to workflow_actions

  1. … 3 more files in changeset.
drop workflow_case_assigned_actions view

  1. … 1 more file in changeset.
Added view workflow_case_assigned_actions

  1. … 4 more files in changeset.
adding the workflow deputy feature (when someone goes on vacation he can assign his tasks temporarily to someone else). Improving caching in the Tcl API and adding a cache API test

  1. … 11 more files in changeset.
Moving object-type creation out of an inline-function.

Merged over workflow from HEAD

  1. … 45 more files in changeset.
First release of workflow

  1. … 37 more files in changeset.
further development of the workflow Tcl API. Added caching of the Tcl API on the workflow level. Port of datamodel to Oracle, some work remaining there. The package is not yet ready for initial release but will be in about 1-2 weeks.

  1. … 29 more files in changeset.
Backing out of unfinished work to make activity log use the CR.

Service contracts and implementations are working now.

    • -161
    • +191
    ./workflow-tables-create.sql
  1. … 18 more files in changeset.
Creating and running through workflows with both API-style and array-list style

  1. … 17 more files in changeset.
minor modifications to the Tcl API. Finishing a first unit test that tests the state flow of a Bug Tracker Bug type workflow

  1. … 13 more files in changeset.
----------------------------------------------------------------------

workflow-tables-create.sql CVS:

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

Adding back the on delete cascade for columns in workflow_fsm_actions

so that the first unit test passes (workflow can be created and torn

down). Don't understand why rows refuse to be cascaded if new_state

column is changed to on cascade set null. At least now it works...

Committing latest stage of workflow Tcl API. Most of this beautiful code was written by Lars Pind.

  1. … 19 more files in changeset.
adding the workflow package that is to superseede the old acs-workflow package

    • -0
    • +443
    ./workflow-tables-create.sql
  1. … 14 more files in changeset.