Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: cubewise-code/rushti
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.0.5
Choose a base ref
Loading
...
head repository: cubewise-code/rushti
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.1.0
Choose a head ref
Loading
  • 5 commits
  • 9 files changed
  • 4 contributors

Commits on Apr 2, 2026

  1. Add early session release for TM1 instances with no remaining tasks

    When a workflow spans multiple TM1 instances, sessions are now released
    as soon as an instance has no pending or running tasks, rather than
    waiting for the entire workflow to complete. This significantly reduces
    exclusive mode blocking time for multi-instance workflows.
    
    Closes #135
    
    Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
    nicolasbisurgi and claude committed Apr 2, 2026
    Configuration menu
    Copy the full SHA
    9212a70 View commit details
    Browse the repository at this point in the history
  2. Fix integration tests: don't mutate tm1_services dict in early release

    Early release was deleting entries from tm1_services, which broke
    integration tests that share the dict across test methods via setUpClass.
    Now tracks released instances in a local set instead.
    
    Also splits CI TM1 config into variable (connection details) + secret
    (password only) for better visibility and debugging.
    
    Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
    nicolasbisurgi and claude committed Apr 2, 2026
    Configuration menu
    Copy the full SHA
    b8993a1 View commit details
    Browse the repository at this point in the history
  3. Fix early release: gate on tm1_preserve_connections to protect shared…

    … connections
    
    Early release must only fire when tm1_preserve_connections is explicitly
    passed (i.e. from CLI). Integration tests share TM1Service objects across
    test methods via setUpClass — logging out a shared service corrupted the
    HTTP session state ("multiple cookies with name TM1SessionId").
    
    Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
    nicolasbisurgi and claude committed Apr 2, 2026
    Configuration menu
    Copy the full SHA
    b4567a9 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #136 from cubewise-code/135-early-session-release-…

    …close-tm1-sessions-when-instance-has-no-remaining-tasks
    
    Add early session release for multi-instance workflows
    nicolasbisurgi authored Apr 2, 2026
    Configuration menu
    Copy the full SHA
    8c9bf96 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e42c241 View commit details
    Browse the repository at this point in the history
Loading
Morty Proxy This is a proxified and sanitized view of the page, visit original site.