• last updated 20 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Whitespace changes + editor hints

  1. … 25 more files in changeset.
Replace/remove deprecated proc 'db_null'

  1. … 25 more files in changeset.
Revert massive replacement of empty list creation sentences. The use of '[list]' instead of '{}' adds semantics that could be used for performance improvements in the future, such as using a different internal representation. There is already work in this direction, avoiding the generation of the string representation during comparison of empty strings (huge thanks to Stefan Sobernig for the pointer: https://core.tcl.tk/tcl/info/44527c632ed609c2).

  1. … 475 more files in changeset.
Prefer '{}' to '[list]' when creating empty lists

  1. … 204 more files in changeset.
Fix typos

  1. … 22 more files in changeset.
- modernize tcl

  1. … 3 more files in changeset.
- use "in" operator instead of "lsearch"

- use numeric comparison operator for truth value comparisons

  1. … 5 more files in changeset.
- modernize tcl

  1. … 14 more files in changeset.
made the callbacks_array entry in the action data structure an array list rather than a nested list. I think this is what was intendend and the change was needed to make the workflow::action::get_callbacks proc work

fixed mistyped array name for action callbacks - was actions_array but should be action_array

Fixed cloning of recursive/parallel

  1. … 9 more files in changeset.
Fixed cloning

  1. … 3 more files in changeset.
- Short_names are workflow-wide

- pretty-names are unique per parent_action_id

  1. … 5 more files in changeset.
Added a few helper procs

  1. … 2 more files in changeset.
Added support for workflows with hierarchy, parallel actions, and dynamic number of parallel actions. Phew.

  1. … 17 more files in changeset.
- Generating spec/new_from_spec/cloning recursive workflows

- Automatically create initial action when new workflow is created

  1. … 4 more files in changeset.
Proc to set action enabled in state

Recursive workflows

  1. … 12 more files in changeset.
Making child-workflow export/import/clone work

  1. … 2 more files in changeset.
Allow clearing child_role_map without setting child_workflow_id

Definition-level support for recursive workflows

  1. … 6 more files in changeset.
Documenting workflow::action::fsm::get

Fixed action-permission bug: workflow::action::get_assigned_role had changed from returning role_id to returning role short_name

  1. … 1 more file in changeset.
Cloning, creating from spec

  1. … 2 more files in changeset.
Extensible spec-generation code

  1. … 9 more files in changeset.
New ::edit API that handles insert/update/delete for cascaded types (action -> fsm_action -> something else)

  1. … 10 more files in changeset.
- Getting rid of unneeded ID values in spec

- Ignore current action when generating a unique short_name for an action when editing

Fixed spec assigned_role_short_name problem

Updating new_state from ID (new_state_id)

- Added API for editing states

- Added option for actions and states to auto-generate a short_name from pretty_name

  1. … 3 more files in changeset.