-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
update to arlas 26.0.2, add set_alias and fix set collection name #21
Conversation
arlas/cli/collections.py
Outdated
): | ||
config = variables["arlas"] | ||
fields = Service.set_collection_field_display_name(config, collection, field_path, display_name) | ||
tab = PrettyTable(fields[0], align="l") |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I feel like this code (l111-l113) is often repeated and there always is the add_rows. is it not possible to directly do everything by giving all the fields ?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ok.
ELASTIC_VERSION=docker.elastic.co/elasticsearch/elasticsearch:8.11.1 | ||
ARLAS_PERSISTENCE_SERVER_VERSION=gisaia/arlas-persistence-server:24.0.5 | ||
ARLAS_PERSISTENCE_SERVER_VERSION=gisaia/arlas-persistence-server:26.0.0 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think there is a persistence 26.0.1
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I do not see it:
https://github.com/gisaia/ARLAS-persistence/tags
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
then there is non and i thought wrong !
set_alias
to set a display name for a field path, add testsname
operation to set the display name of a collection, add tests26.0.2
Side changes:
tests.sh