Skip to content
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: irods/irods_rule_engine_plugin_python
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: irods/irods_rule_engine_plugin_python
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 4-3-stable
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 18 commits
  • 10 files changed
  • 4 contributors

Commits on Feb 21, 2024

  1. Configuration menu
    Copy the full SHA
    18e1ef6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ab5abee View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2024

  1. Configuration menu
    Copy the full SHA
    f6c1798 View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2024

  1. Configuration menu
    Copy the full SHA
    f921bee View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2024

  1. Configuration menu
    Copy the full SHA
    a5a52b3 View commit details
    Browse the repository at this point in the history

Commits on Apr 10, 2024

  1. Configuration menu
    Copy the full SHA
    ba6bb20 View commit details
    Browse the repository at this point in the history

Commits on May 1, 2024

  1. [#53] Add license file.

    korydraughn authored and alanking committed May 1, 2024
    Configuration menu
    Copy the full SHA
    208ecb2 View commit details
    Browse the repository at this point in the history

Commits on Jul 24, 2024

  1. Configuration menu
    Copy the full SHA
    5300ccf View commit details
    Browse the repository at this point in the history
  2. [#213] Add dedicated close() method to Query class.

    This commit exposes the functionality of _close() in a
    backwards-compatible way.
    
    close() should be used when executing multiple GenQuery2 queries and the
    resultsets are no longer needed. This allows policy writers to avoid
    memory exhaustion when using GenQuery2.
    korydraughn authored and alanking committed Jul 24, 2024
    Configuration menu
    Copy the full SHA
    32fc629 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    dae47e5 View commit details
    Browse the repository at this point in the history

Commits on Aug 5, 2024

  1. Configuration menu
    Copy the full SHA
    6c040ef View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2024

  1. [#221] filter packages in test hook

    SwooshyCueb authored and alanking committed Aug 19, 2024
    Configuration menu
    Copy the full SHA
    732cd4c View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2024

  1. [#217] Remove Python 2 support code

    SwooshyCueb authored and alanking committed Aug 22, 2024
    Configuration menu
    Copy the full SHA
    53b4a67 View commit details
    Browse the repository at this point in the history
  2. [#218] Proper python multithreading

    With Python 3.12, we started seeing crashes during certain multithreaded
    operations. It turns out that changes to the GIL in 3.12 exposed that we are
    not handling Python thread state properly. This commit fixes this.
    
    A new namespace python_state has been added to main.cpp for holding onto some
    Python state information, and a new struct python_thread_state_scope has also
    been added for managing Python thread state.
    
    This will be improved upon in the future.
    SwooshyCueb authored and alanking committed Aug 22, 2024
    Configuration menu
    Copy the full SHA
    ef4ca71 View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2024

  1. Configuration menu
    Copy the full SHA
    69e35da View commit details
    Browse the repository at this point in the history

Commits on Feb 25, 2025

  1. Configuration menu
    Copy the full SHA
    c97ad14 View commit details
    Browse the repository at this point in the history

Commits on Jan 27, 2026

  1. Configuration menu
    Copy the full SHA
    09126a3 View commit details
    Browse the repository at this point in the history

Commits on Feb 24, 2026

  1. Configuration menu
    Copy the full SHA
    57b52be View commit details
    Browse the repository at this point in the history
Loading