Skip to content
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

Merged
merged 3 commits into from
Sep 27, 2024

Conversation

sylvaingaudan
Copy link
Member

  • add set_alias to set a display name for a field path, add tests
  • fix name operation to set the display name of a collection, add tests
  • move to arlas server 26.0.2
  • update documentation

Side changes:

  • move out the start / stop from the tests.sh
  • update CI with that change

):
config = variables["arlas"]
fields = Service.set_collection_field_display_name(config, collection, field_path, display_name)
tab = PrettyTable(fields[0], align="l")

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 ?

Copy link
Member Author

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

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

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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 !

@sylvaingaudan sylvaingaudan merged commit e61f96f into master Sep 27, 2024
1 check passed
@sylvaingaudan sylvaingaudan deleted the feat/arlas26 branch September 27, 2024 15:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants