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

Use tokens for story structure validation #7436

Merged
merged 30 commits into from
Dec 14, 2020
Merged

Use tokens for story structure validation #7436

merged 30 commits into from
Dec 14, 2020

Commits on Nov 27, 2020

  1. Add tests

    Johannes E. M. Mosig committed Nov 27, 2020
    Configuration menu
    Copy the full SHA
    d6ab8cf View commit details
    Browse the repository at this point in the history

Commits on Dec 2, 2020

  1. Draft first implementation

    Johannes E. M. Mosig committed Dec 2, 2020
    Configuration menu
    Copy the full SHA
    a72b5fd View commit details
    Browse the repository at this point in the history

Commits on Dec 3, 2020

  1. Fix random sorting before hash

    Johannes E. M. Mosig committed Dec 3, 2020
    Configuration menu
    Copy the full SHA
    d1280a3 View commit details
    Browse the repository at this point in the history
  2. Update doc strings

    Johannes E. M. Mosig committed Dec 3, 2020
    Configuration menu
    Copy the full SHA
    71d7638 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'e2e' into johannes-res114

    Johannes E. M. Mosig authored Dec 3, 2020
    Configuration menu
    Copy the full SHA
    c0e5d98 View commit details
    Browse the repository at this point in the history
  4. Add doc strings

    Johannes E. M. Mosig committed Dec 3, 2020
    Configuration menu
    Copy the full SHA
    6ffc60f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8b223cb View commit details
    Browse the repository at this point in the history

Commits on Dec 4, 2020

  1. Merge branch 'e2e' into johannes-res114

    Johannes E. M. Mosig committed Dec 4, 2020
    Configuration menu
    Copy the full SHA
    292865b View commit details
    Browse the repository at this point in the history

Commits on Dec 9, 2020

  1. Merge branch 'e2e' into johannes-res114

    Johannes E. M. Mosig committed Dec 9, 2020
    Configuration menu
    Copy the full SHA
    3e32e4f View commit details
    Browse the repository at this point in the history
  2. Fix minor issues

    Johannes E. M. Mosig committed Dec 9, 2020
    Configuration menu
    Copy the full SHA
    56f8d9c View commit details
    Browse the repository at this point in the history
  3. Add config file loading

    Johannes E. M. Mosig committed Dec 9, 2020
    Configuration menu
    Copy the full SHA
    bccfc2d View commit details
    Browse the repository at this point in the history
  4. Fix some docstrings

    Johannes E. M. Mosig committed Dec 9, 2020
    Configuration menu
    Copy the full SHA
    9e6d850 View commit details
    Browse the repository at this point in the history
  5. Make test stories part of the test

    Johannes E. M. Mosig committed Dec 9, 2020
    Configuration menu
    Copy the full SHA
    87b429f View commit details
    Browse the repository at this point in the history
  6. Update tests

    Johannes E. M. Mosig committed Dec 9, 2020
    Configuration menu
    Copy the full SHA
    d8cace6 View commit details
    Browse the repository at this point in the history
  7. Merge remote-tracking branch 'github/e2e' into johannes-res114

    Johannes E. M. Mosig committed Dec 9, 2020
    Configuration menu
    Copy the full SHA
    b10b82e View commit details
    Browse the repository at this point in the history
  8. Merge branch 'e2e' into johannes-res114

    Johannes E. M. Mosig committed Dec 9, 2020
    Configuration menu
    Copy the full SHA
    34c3b60 View commit details
    Browse the repository at this point in the history

Commits on Dec 14, 2020

  1. Merge branch 'e2e' into johannes-res114

    Johannes E. M. Mosig committed Dec 14, 2020
    Configuration menu
    Copy the full SHA
    0f98d40 View commit details
    Browse the repository at this point in the history
  2. Fix minor issues

    Johannes E. M. Mosig committed Dec 14, 2020
    Configuration menu
    Copy the full SHA
    166ec5d View commit details
    Browse the repository at this point in the history
  3. Fix config param argument

    Johannes E. M. Mosig committed Dec 14, 2020
    Configuration menu
    Copy the full SHA
    3b18c16 View commit details
    Browse the repository at this point in the history
  4. Add TrainingType to tests to avoid config change

    Johannes E. M. Mosig committed Dec 14, 2020
    Configuration menu
    Copy the full SHA
    f41fe53 View commit details
    Browse the repository at this point in the history
  5. Delete hash again

    Johannes E. M. Mosig committed Dec 14, 2020
    Configuration menu
    Copy the full SHA
    3d3db9e View commit details
    Browse the repository at this point in the history
  6. Update docs

    Johannes E. M. Mosig committed Dec 14, 2020
    Configuration menu
    Copy the full SHA
    4bdb830 View commit details
    Browse the repository at this point in the history
  7. Merge branch 'e2e' into johannes-res114

    Johannes E. M. Mosig committed Dec 14, 2020
    Configuration menu
    Copy the full SHA
    cfd899f View commit details
    Browse the repository at this point in the history
  8. Merge branch 'e2e' into johannes-res114

    Johannes E. M. Mosig committed Dec 14, 2020
    Configuration menu
    Copy the full SHA
    1a3dc1f View commit details
    Browse the repository at this point in the history
  9. Merge branch 'e2e' into johannes-res114

    Johannes E. M. Mosig committed Dec 14, 2020
    Configuration menu
    Copy the full SHA
    4a180cf View commit details
    Browse the repository at this point in the history
  10. Merge branch 'e2e' into johannes-res114

    Johannes E. M. Mosig committed Dec 14, 2020
    Configuration menu
    Copy the full SHA
    58ae7f2 View commit details
    Browse the repository at this point in the history
  11. Merge branch 'e2e' into johannes-res114

    Johannes E. M. Mosig committed Dec 14, 2020
    Configuration menu
    Copy the full SHA
    09ab28b View commit details
    Browse the repository at this point in the history
  12. Update rasa/core/training/story_conflict.py

    Co-authored-by: Tobias Wochinger <[email protected]>
    Johannes E. M. Mosig and wochinge authored Dec 14, 2020
    Configuration menu
    Copy the full SHA
    6af7577 View commit details
    Browse the repository at this point in the history
  13. Update rasa/shared/nlu/training_data/features.py

    Co-authored-by: Tobias Wochinger <[email protected]>
    Johannes E. M. Mosig and wochinge authored Dec 14, 2020
    Configuration menu
    Copy the full SHA
    b79c476 View commit details
    Browse the repository at this point in the history
  14. Fix minor issues

    Johannes E. M. Mosig committed Dec 14, 2020
    Configuration menu
    Copy the full SHA
    cd16176 View commit details
    Browse the repository at this point in the history