Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
Uh oh!
There was an error while loading.
Please reload this page
.
icatproject
/
python-icat
Public
Notifications
You must be signed in to change notification settings
Fork
6
Star
13
Code
Issues
3
Pull requests
2
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Review the internal data structures in class Query
- #158
#158
Open
RKrahl
wants to merge 28 commits into
develop
icatproject/python-icat:develop
from
query
icatproject/python-icat:query
Copy head branch name to clipboard
Conversation
Commits
28
(28)
Checks
Files changed
Open
Review the internal data structures in class Query
#158
RKrahl
wants to merge 28 commits into
develop
icatproject/python-icat:develop
from
query
icatproject/python-icat:query
Copy head branch name to clipboard
Commits
Commits on Aug 23, 2024
Don't call _get_subst() when the result is not needed
RKrahl
committed
ca98b69
View commit details
Copy full SHA for ca98b69
Browse repository at this point
Add helper classes OrderItem and ConditionItem to represent the items
Show description for c67d44a
RKrahl
committed
c67d44a
View commit details
Copy full SHA for c67d44a
Browse repository at this point
Internally represent order items as a list rather than as a OrderedDict
RKrahl
committed
811de80
View commit details
Copy full SHA for 811de80
Browse repository at this point
Move some code from the init methods of OrderItem and ConditionItem to
Show description for 4dec2ed
RKrahl
committed
4dec2ed
View commit details
Copy full SHA for 4dec2ed
Browse repository at this point
Internally represent conditions items as a list rather than as a dict
RKrahl
committed
9e27157
View commit details
Copy full SHA for 9e27157
Browse repository at this point
Typo in comment
RKrahl
committed
4d58e3d
View commit details
Copy full SHA for 4d58e3d
Browse repository at this point
Commits on Aug 24, 2024
Fix formal string representation operator Query.__repr__(), Ref. #94
RKrahl
committed
397c453
View commit details
Copy full SHA for 397c453
Browse repository at this point
Minor documentation tweaks
RKrahl
committed
c6c0c52
View commit details
Copy full SHA for c6c0c52
Browse repository at this point
Commits on Aug 26, 2024
Update the source code creating queries to use the new format of the
Show description for f5014cb
RKrahl
committed
f5014cb
View commit details
Copy full SHA for f5014cb
Browse repository at this point
Emit a deprecation warning when passing a mapping in the conditions
Show description for 2fc5f82
RKrahl
committed
2fc5f82
View commit details
Copy full SHA for 2fc5f82
Browse repository at this point
Update the test_06_query.py to use the new format of the conditions
Show description for e47ae77
RKrahl
committed
e47ae77
View commit details
Copy full SHA for e47ae77
Browse repository at this point
Commits on Aug 27, 2024
- Update all tests to use the new format of the conditions argument
Show description for ada4100
RKrahl
committed
ada4100
View commit details
Copy full SHA for ada4100
Browse repository at this point
Add checks to verify that evaluating the formal string representation
Show description for 50a1063
RKrahl
committed
50a1063
View commit details
Copy full SHA for 50a1063
Browse repository at this point
Commits on Aug 28, 2024
Add tests for the legacy use of passing a mapping in the conditions
Show description for 383c975
RKrahl
committed
383c975
View commit details
Copy full SHA for 383c975
Browse repository at this point
Update example scripts to use the new format of the conditions
Show description for cfc9099
RKrahl
committed
cfc9099
View commit details
Copy full SHA for cfc9099
Browse repository at this point
Update the tutotial section "Searching for objects in the ICAT server"
Show description for 60024f9
RKrahl
committed
60024f9
View commit details
Copy full SHA for 60024f9
Browse repository at this point
Commits on Aug 29, 2024
Add a change note to the documentation of Query.setOrder()
RKrahl
committed
38decc0
View commit details
Copy full SHA for 38decc0
Browse repository at this point
Update the tutotial section "Upload and download files to and from
Show description for 93e1a12
RKrahl
committed
93e1a12
View commit details
Copy full SHA for 93e1a12
Browse repository at this point
Fix overly long lines in tutorial examples
RKrahl
committed
f325880
View commit details
Copy full SHA for f325880
Browse repository at this point
Add a test using a query where one attributes appears more than once
Show description for 587718a
RKrahl
committed
587718a
View commit details
Copy full SHA for 587718a
Browse repository at this point
Fixup cfc9099: still missed one occurrence of a mapping in the
Show description for 5ed6692
RKrahl
committed
5ed6692
View commit details
Copy full SHA for 5ed6692
Browse repository at this point
Remove an outdated entry in the known issues documentation page
RKrahl
committed
e9a545f
View commit details
Copy full SHA for e9a545f
Browse repository at this point
Commits on Aug 30, 2024
Start the development for the next major release
RKrahl
committed
b358006
View commit details
Copy full SHA for b358006
Browse repository at this point
Review the order of methods in class Query to be consistent with the
Show description for 8e1e872
RKrahl
committed
8e1e872
View commit details
Copy full SHA for 8e1e872
Browse repository at this point
Merge branch 'v2_0' into query
RKrahl
committed
5c7e114
View commit details
Copy full SHA for 5c7e114
Browse repository at this point
Update changelog
RKrahl
committed
6db1195
View commit details
Copy full SHA for 6db1195
Browse repository at this point
Add a comment in test_09_deprecations.py that testing the legacy use
Show description for 4025818
RKrahl
committed
4025818
View commit details
Copy full SHA for 4025818
Browse repository at this point
Commits on Dec 5, 2025
Merge branch 'master' into query
RKrahl
committed
9d5e398
View commit details
Copy full SHA for 9d5e398
Browse repository at this point
You can’t perform that action at this time.