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

feat(pull resources): Sort JSON and CSV data where possible to facilitate git versioning of agent #39

Open
wants to merge 5 commits into
base: develop
Choose a base branch
from

Conversation

petersenj
Copy link

Cognigy CLI pulls the agents data in random order which makes versioning the agent in git hard to understand the changes made.
Therefore I supplied some sorting features for

  • flows (config and intents, no chart as there the order is important)
  • lexicons (keyphrases only, synonyms and slots would be nice as well but are difficult because of different handling of commas)
  • endpoints (config only)

@petersenj petersenj changed the title Feature/sort json data Feature/sort json and csv data Feb 16, 2022
@petersenj petersenj changed the title Feature/sort json and csv data feat(pull resources): Sort JSON and CSV data where possible to facilitate git versioning of agent Feb 16, 2022
@akirilyuk
Copy link
Contributor

@petersenj please add test cases

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants