Helmut Merz helmutm · he/him
helmutm pushed to master at cco/ex-scopes 2026-05-12 19:51:23 +02:00
d13962c02b csys: program as combination of stages and transitions; common proc for different stages
helmutm pushed to master at cco/ex-scopes 2026-05-12 12:54:57 +02:00
a7af69381b csys clean-up: remove obsolete code, setup: use proc, other minor improvements
helmutm pushed to master at cco/ex-scopes 2026-05-12 07:54:43 +02:00
e657dd5a2e csys: make env a neuron, move setup To Environ
helmutm pushed to master at cco/ex-scopes 2026-05-11 18:56:38 +02:00
48d8bcdfa8 csys: get rid of Environ Agent and program registry, just use self() as env
helmutm pushed to master at cco/ex-scopes 2026-05-08 22:29:31 +02:00
6bd81cad28 csys: helper functions for setup and message handling, not only for testing
helmutm pushed to master at cco/ex-scopes 2026-05-08 11:11:05 +02:00
37920f3b98 csys testing: helpers for sending and receiving complex messages
helmutm pushed to master at cco/ex-scopes 2026-05-07 18:52:51 +02:00
f9e6d664d5 shape: initial set-up; csys: standardized message format with head and info parts
helmutm pushed to master at cco/ex-scopes 2026-05-06 19:49:15 +02:00
2fa57ee8fb csys: clean-up, renamings, message format: list as message head
helmutm pushed to master at cco/ex-scopes 2026-05-05 19:20:51 +02:00
f000cd2526 csys: provide more complex actions: create parent, create child
helmutm pushed to 3master at cco/loops 2026-05-04 07:23:46 +02:00
d7b1eb6257 provide Unauthorized handler, example use in inst/loops via overrides.zcml
helmutm pushed to 3master at cco/loops 2026-05-01 07:41:38 +02:00
3a5b33f529 add simple Unauthorized view
helmutm pushed to master at cco/py-scopes 2026-04-30 12:20:41 +02:00
6e495a004c add custon post logout redirect uri config getter
helmutm pushed to 3master at cco/loops 2026-04-30 09:38:32 +02:00
ee2ed32767 add logged out view as landing page after oidc logout redirect
helmutm pushed to master at cco/cl-scopes 2026-04-30 09:17:21 +02:00
205f96d917 use pushnew instead of adjoin
helmutm pushed to master at cco/ex-scopes 2026-04-30 07:45:52 +02:00
850ae6ed7b csys: revert: scope in process dict -> explicit param
helmutm pushed to master at cco/loops-ext 2026-04-28 22:32:08 +02:00
b06b38f83c authMethod fix: correctly check / use config auth method
0c843bf889 cco.webapi.server: avoid error on missing view
Compare 2 commits »
helmutm pushed to master at cco/ex-scopes 2026-04-27 22:30:53 +02:00
fec2a1b42d csys: some minor clean-up; provide :default stage
helmutm pushed to master at cco/ex-scopes 2026-04-27 15:14:32 +02:00
7a52e75868 put scope in process dictionary => simplify procs
helmutm pushed to master at cco/ex-scopes 2026-04-26 22:35:03 +02:00
2a64fcb1cf csys: work in progress: programs and stages
helmutm pushed to master at cco/ex-scopes 2026-04-26 09:57:53 +02:00
157c013c44 csys: rename programs to program, improvements: :default stage, ...