-
Notifications
You must be signed in to change notification settings - Fork 15
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
Checking mergeability…
Don’t worry, you can still create the pull request.
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
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
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
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 18 commits
- 10 files changed
- 4 contributors
Commits on Feb 21, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 18e1ef6 - Browse repository at this point
Copy the full SHA 18e1ef6View commit details -
Configuration menu - View commit details
-
Copy full SHA for ab5abee - Browse repository at this point
Copy the full SHA ab5abeeView commit details
Commits on Mar 1, 2024
-
Configuration menu - View commit details
-
Copy full SHA for f6c1798 - Browse repository at this point
Copy the full SHA f6c1798View commit details
Commits on Mar 6, 2024
-
Configuration menu - View commit details
-
Copy full SHA for f921bee - Browse repository at this point
Copy the full SHA f921beeView commit details
Commits on Mar 28, 2024
-
Configuration menu - View commit details
-
Copy full SHA for a5a52b3 - Browse repository at this point
Copy the full SHA a5a52b3View commit details
Commits on Apr 10, 2024
-
Configuration menu - View commit details
-
Copy full SHA for ba6bb20 - Browse repository at this point
Copy the full SHA ba6bb20View commit details
Commits on May 1, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 208ecb2 - Browse repository at this point
Copy the full SHA 208ecb2View commit details
Commits on Jul 24, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 5300ccf - Browse repository at this point
Copy the full SHA 5300ccfView commit details -
[#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.
Configuration menu - View commit details
-
Copy full SHA for 32fc629 - Browse repository at this point
Copy the full SHA 32fc629View commit details -
Configuration menu - View commit details
-
Copy full SHA for dae47e5 - Browse repository at this point
Copy the full SHA dae47e5View commit details
Commits on Aug 5, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 6c040ef - Browse repository at this point
Copy the full SHA 6c040efView commit details
Commits on Aug 19, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 732cd4c - Browse repository at this point
Copy the full SHA 732cd4cView commit details
Commits on Aug 22, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 53b4a67 - Browse repository at this point
Copy the full SHA 53b4a67View commit details -
[#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.
Configuration menu - View commit details
-
Copy full SHA for ef4ca71 - Browse repository at this point
Copy the full SHA ef4ca71View commit details
Commits on Oct 24, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 69e35da - Browse repository at this point
Copy the full SHA 69e35daView commit details
Commits on Feb 25, 2025
-
Configuration menu - View commit details
-
Copy full SHA for c97ad14 - Browse repository at this point
Copy the full SHA c97ad14View commit details
Commits on Jan 27, 2026
-
Configuration menu - View commit details
-
Copy full SHA for 09126a3 - Browse repository at this point
Copy the full SHA 09126a3View commit details
Commits on Feb 24, 2026
-
Configuration menu - View commit details
-
Copy full SHA for 57b52be - Browse repository at this point
Copy the full SHA 57b52beView commit details
Loading
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff main...4-3-stable