Skip to content

Improvement/init callback in module - #39

Merged
ginccc merged 2 commits into
labsai:masterfrom
EdtechFoundry:improvement/init-callback-in-module
Jul 17, 2017
Merged

Improvement/init callback in module#39
ginccc merged 2 commits into
labsai:masterfrom
EdtechFoundry:improvement/init-callback-in-module

Conversation

@ginccc

@ginccc ginccc commented Jul 17, 2017

Copy link
Copy Markdown
Member

No description provided.

@ginccc ginccc self-assigned this Jul 17, 2017
@ginccc
ginccc merged commit b8fa88f into labsai:master Jul 17, 2017
@ginccc
ginccc deleted the improvement/init-callback-in-module branch July 17, 2017 12:58
ginccc added a commit that referenced this pull request Jan 16, 2019
ginccc added a commit that referenced this pull request Jul 3, 2026
…rdering, verdict casing, groupId path validation

- #29: restoreGroupPause preserves the original timeout-policy/deadline bookmark
  when the config re-read fails, so a failed resume no longer silently disarms a
  finite AUTO_REJECT/ABORT policy by persisting nulls.
- #30: taskApprovals against a PHASE-paused (or task-list-less) conversation now
  returns 400 instead of being silently ignored and treated as a phase approve.
- #35: group resume counts the metric and writes the audit entry only AFTER the
  resume is enqueued (mirrors the regular surface); restore uses the original
  pausedAt so a re-armed timeout keeps its due time.
- #39: decision.verdict now parses case-insensitively (request-scoped
  deserializer) to match the already case-insensitive taskApprovals values.
- addendum: validate the {groupId} path parameter on read/delete/cancel/approve/
  approve-stream/approval-status (404 on mismatch), closing the CodeQL
  unused-path-param consistency hole.
- addendum: de-flake resumeStartsFromNextPhase by capturing state at the
  synchronous resume CAS instead of the async-mutated return value.
ginccc added a commit that referenced this pull request Jul 3, 2026
…skApprovals 400, verdict casing, groupId path 404

- #3: member turn that pauses AWAITING_HUMAN is recorded SKIPPED (null content +
  explanatory note), its pause cancelled via conversationService, discussion
  still completes.
- #4: a resume that re-pauses with an identical task fingerprint FAILs the
  discussion (ghost-agent task can never advance) — guarantees termination.
- #30: taskApprovals against a PHASE pause throws IllegalArgumentException, pause
  survives, no CAS.
- #39: lowercase/mixed-case verdict deserializes correctly; unknown verdict is
  nulled (friendly 400), not a raw Jackson error.
- addendum: approve/cancel/approval-status under a mismatched groupId path 404;
  matching group proceeds.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants