Skip to content

Tags: LabKey/labkey-api-python

Tags

v3.4.0

Toggle v3.4.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fix Issue 52904 (#80)

v3.3.0

Toggle v3.3.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Add import_rows to Query API (#78)

v3.2.0

Toggle v3.2.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Add optional build dependencies, instructions for building (#77)

* Add optional build dependencies
* Add instructions for building
* Add Makefile for convenience
* Update README to point to dev dependencies

v3.1.0

Toggle v3.1.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
replace all references to project_name parameter with container_path (#…

…75)

* Update README.md

* Update README.md

* Update query_examples.py

example data referenced in comment does not exist

* Update query_examples.py

replace project_name references with container_path

* Update sampleset_domain_example.py

replace project_name references with container_path

* Update security_example.py

replace project_name reference with container_path

* Update storage.md

replace project_name reference with container_path

* Update experiment_example.py

replace project_name with container_path

* Update experiment_platemetadata_example.py

replace project_name with container_path

* Update domain_example.py

replace project_name with container_path

* Update api_wrapper.md

replace references to projects with container path

* Update README.md

v3.0.0

Toggle v3.0.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add move_rows() to query.py (#73)

v2.6.1

Toggle v2.6.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fix Issue 48466 (#62)

select_rows: Set default max_rows to -1

v2.6.0

Toggle v2.6.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Issue 48298: Align API Filter Operators (#61)

v2.5.1

Toggle v2.5.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Remove apikey| prefix for webdav clients using api keys (#60)

v2.5.0

Toggle v2.5.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add get_containers (#59)

* create get_containers method and add to container wrapper
* Update CHANGE.txt
* Bump version to 2.5.0
* Format with black

v2.3.0

Toggle v2.3.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
WebDav support (#51)

* Add `hostname` property to ServerContext
* Add `base_url` property to ServerContext
* Add `webdav_client` method to ServerContext
  * This method returns a webdavclient3 Client instance
* Add `webdav_path` method to ServerContext
* Add docs for WebDav support
* Add unit tests for ServerContext