th2_grpc_check1
Project description
th2 gRPC check1 library (4.0.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.properties
file. - Update the package version of Python in
package_info.json
file. - 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 generateProto
src/gen/main/services/python
- Generate code from
.proto
files 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_USER
andPYPI_PASSWORD
are parameters for publishing.
Release notes
4.0.0
- Migrated to
grpc-common
version with books/pages
3.5.1
Changed:
grpc-common
version is updated to 3.9.0
3.5.0
Added:
silence_check
parameter forCheckSequenceRule
. Enables automated check for extra messages that match the pre-filter.
Changed:
- Migrated
grpc-common
version from3.7.0
to3.8.0
- Added
time_precision
anddecimal_precision
toRootComparisonSettings
message - Added
EQ_TIME_PRECISION
andEQ_DECIMAL_PRECISION
filter operations
- Added
3.4.2
- Migrated
grpc-common
version from3.6.0
to3.7.0
- Added
check_repeating_group_order
parameter toRootComparisonSettings
message
- Added
3.4.1
- Migrated
grpc-common
version from3.4.0
to3.6.0
- Added the new parameters
description
toRootMessageFilter
message
- Added the new parameters
3.4.0
- Update to
th2-grpc-common
version3.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.0.0.dev1627320436.tar.gz
.
File metadata
- Download URL: th2_grpc_check1-4.0.0.dev1627320436.tar.gz
- Upload date:
- Size: 12.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.7.1 importlib_metadata/4.10.0 pkginfo/1.8.2 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 52fbc392dd74979a267ef0b7082559acf7918d64f4f9628bc097d323e9e2a1ea |
|
MD5 | 6423391de8de2550d7546c34c52fd882 |
|
BLAKE2b-256 | b56a492e983679e65b567355d74cf498990de46aa6eecd729ccd1558eb973515 |