th2_grpc_check1
Project description
th2 gRPC check1 library (4.2.0)
This library contains proto messages and Check1 service with RPC methods that are used
in th2 check1.
See check1.proto file for details.
Tool generates code from .proto files and uploads built packages (.proto files and generated code) to the specified
repositories.
How to maintain a project
- Perform the necessary changes.
- Update the package version of Java in
gradle.propertiesfile. - Update the package version of Python in
package_info.jsonfile. - Commit everything.
Java
If you wish to manually create and publish a package for Java, run the following command:
gradle --no-daemon clean build publish artifactoryPublish \
-Purl=${URL} \
-Puser=${USER} \
-Ppassword=${PASSWORD}
URL, USER and PASSWORD are parameters for publishing.
Python
If you wish to manually create and publish a package for Python:
- Generate services with
Gradle:
You can find the generated files by following path:gradle --no-daemon clean generateProtosrc/gen/main/services/python - Generate code from
.protofiles and publish everything usingtwine:pip install -r requirements.txt pip install twine python setup.py generate python setup.py sdist twine upload --repository-url ${PYPI_REPOSITORY_URL} --username ${PYPI_USER} --password ${PYPI_PASSWORD} dist/*PYPI_REPOSITORY_URL,PYPI_USERandPYPI_PASSWORDare parameters for publishing.
Release notes
4.2.0
- Added golang specific properties
- Updated bom:4.4.0
- Updated grpc-service-generator:3.4.0
- Updated mypy-protobuf:3.4
4.1.0
- merged
3.8.0
4.0.0
- Migrated to
grpc-commonversion with books/pages - Marked deprecated fields as
reserved - Added
book_nametoCheckRuleRequest,CheckSequenceRuleRequestandNoMessageCheckRequest
3.8.0
- Update
th2-bomto4.2.0 - Update
grpc-service-generatorto3.3.1 - Updated grpc to
1.48.1 - Updated protobuf to
3.21.7 - Add Python vulnerabilities scan
3.7.0
- Update
th2-bomto4.1.0
3.6.0
- Update to
th2-grpc-commonversion3.11.1
3.5.1
Changed:
grpc-commonversion is updated to 3.9.0
3.5.0
Added:
silence_checkparameter forCheckSequenceRule. Enables automated check for extra messages that match the pre-filter.
Changed:
- Migrated
grpc-commonversion from3.7.0to3.8.0- Added
time_precisionanddecimal_precisiontoRootComparisonSettingsmessage - Added
EQ_TIME_PRECISIONandEQ_DECIMAL_PRECISIONfilter operations
- Added
3.4.2
- Migrated
grpc-commonversion from3.6.0to3.7.0- Added
check_repeating_group_orderparameter toRootComparisonSettingsmessage
- Added
3.4.1
- Migrated
grpc-commonversion from3.4.0to3.6.0- Added the new parameters
descriptiontoRootMessageFiltermessage
- Added the new parameters
3.4.0
- Update to
th2-grpc-commonversion3.4.0
3.3.0
- Implemented NoMessageCheck rule task. Updated CheckSequence rule task
3.2.0
- Implement stubs creation for Python
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file th2_grpc_check1-4.2.0.dev5833085184.tar.gz.
File metadata
- Download URL: th2_grpc_check1-4.2.0.dev5833085184.tar.gz
- Upload date:
- Size: 10.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ce927dcd07e903d91afe8446a031b2dacd41dd22f8ae0f0b40e92710de0b2f9d
|
|
| MD5 |
873447eafdd9a12653bd4956ee4357fa
|
|
| BLAKE2b-256 |
0955a064f80e9e514a75d952e7751e4ddbd8931fa69f13c8202ef747265e1667
|