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

Upgrade the TagComponent to the KnowledgeComponent #7070

Merged
merged 45 commits into from
Oct 19, 2022

Commits on Oct 3, 2022

  1. Configuration menu
    Copy the full SHA
    283e5c4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b69b9d2 View commit details
    Browse the repository at this point in the history
  3. Relax tag validation rules

    drew2a committed Oct 3, 2022
    Configuration menu
    Copy the full SHA
    52e0416 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    601deb5 View commit details
    Browse the repository at this point in the history
  5. Ubuntu rules v1

    drew2a committed Oct 3, 2022
    Configuration menu
    Copy the full SHA
    ef7dcfb View commit details
    Browse the repository at this point in the history
  6. Ubuntu rules v2

    drew2a committed Oct 3, 2022
    Configuration menu
    Copy the full SHA
    8b12740 View commit details
    Browse the repository at this point in the history
  7. Ubuntu rules v3

    drew2a committed Oct 3, 2022
    Configuration menu
    Copy the full SHA
    87ade19 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    664c5e4 View commit details
    Browse the repository at this point in the history
  9. Improved prototype

    devos50 committed Oct 3, 2022
    Configuration menu
    Copy the full SHA
    3ba7733 View commit details
    Browse the repository at this point in the history
  10. Further improvements

    devos50 committed Oct 3, 2022
    Configuration menu
    Copy the full SHA
    8b4abe7 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    e33c9a1 View commit details
    Browse the repository at this point in the history
  12. Fix duplicate items bug

    drew2a committed Oct 3, 2022
    Configuration menu
    Copy the full SHA
    46e26bc View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2022

  1. Configuration menu
    Copy the full SHA
    56636d2 View commit details
    Browse the repository at this point in the history

Commits on Oct 5, 2022

  1. Move Enums to tag_db.py

    drew2a committed Oct 5, 2022
    Configuration menu
    Copy the full SHA
    6ebd9d7 View commit details
    Browse the repository at this point in the history

Commits on Oct 6, 2022

  1. Change tag_db scheme

    drew2a committed Oct 6, 2022
    Configuration menu
    Copy the full SHA
    e00ad06 View commit details
    Browse the repository at this point in the history
  2. Adopt the tag community

    drew2a committed Oct 6, 2022
    Configuration menu
    Copy the full SHA
    ff8b474 View commit details
    Browse the repository at this point in the history
  3. Adopt the REST

    drew2a committed Oct 6, 2022
    Configuration menu
    Copy the full SHA
    79d7fae View commit details
    Browse the repository at this point in the history
  4. Adopt TagProcessor

    drew2a committed Oct 6, 2022
    Configuration menu
    Copy the full SHA
    0476d6a View commit details
    Browse the repository at this point in the history
  5. Finish transfer to KG

    drew2a committed Oct 6, 2022
    Configuration menu
    Copy the full SHA
    a7554d7 View commit details
    Browse the repository at this point in the history
  6. Fix the upgrader's test

    drew2a committed Oct 6, 2022
    Configuration menu
    Copy the full SHA
    7c7e875 View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2022

  1. Fix tests

    drew2a committed Oct 7, 2022
    Configuration menu
    Copy the full SHA
    101f0cf View commit details
    Browse the repository at this point in the history
  2. Linter

    drew2a committed Oct 7, 2022
    Configuration menu
    Copy the full SHA
    f996c1a View commit details
    Browse the repository at this point in the history
  3. Remove HAS

    drew2a committed Oct 7, 2022
    Configuration menu
    Copy the full SHA
    4fcab3b View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2022

  1. Add 'case_sensitive` argument

    drew2a committed Oct 10, 2022
    Configuration menu
    Copy the full SHA
    ab0c1c2 View commit details
    Browse the repository at this point in the history
  2. Add subject type

    drew2a committed Oct 10, 2022
    Configuration menu
    Copy the full SHA
    0002de5 View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2022

  1. Configuration menu
    Copy the full SHA
    62a886a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4b3e30b View commit details
    Browse the repository at this point in the history
  3. Add documentation for tag_db

    drew2a committed Oct 11, 2022
    Configuration menu
    Copy the full SHA
    e7f64ec View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0571d97 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #2 from devos50/kg_search_algorithm

    Refactored snippet logic in search endpoint
    drew2a authored Oct 11, 2022
    Configuration menu
    Copy the full SHA
    166e469 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    aede0d1 View commit details
    Browse the repository at this point in the history
  7. Merge pull request #3 from devos50/search_endpoint_tests

    Added tests for snippet generation when searching
    drew2a authored Oct 11, 2022
    Configuration menu
    Copy the full SHA
    d122fb9 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    c7e2373 View commit details
    Browse the repository at this point in the history
  9. Minor GUI polish

    devos50 committed Oct 11, 2022
    Configuration menu
    Copy the full SHA
    cbd1564 View commit details
    Browse the repository at this point in the history
  10. Merge pull request #4 from devos50/snippets_gui_polish

    Minor GUI polish
    drew2a authored Oct 11, 2022
    Configuration menu
    Copy the full SHA
    52b122e View commit details
    Browse the repository at this point in the history

Commits on Oct 12, 2022

  1. Configuration menu
    Copy the full SHA
    3a49a9e View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2022

  1. Add migration

    drew2a committed Oct 17, 2022
    Configuration menu
    Copy the full SHA
    15fd1ed View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9d4b491 View commit details
    Browse the repository at this point in the history
  3. Refactor the Migration

    drew2a committed Oct 17, 2022
    Configuration menu
    Copy the full SHA
    5a5d326 View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2022

  1. Add get_statements()

    drew2a committed Oct 18, 2022
    Configuration menu
    Copy the full SHA
    4afd110 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1c5d308 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d50e672 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8262795 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #5 from devos50/rename_tags_endpoint

    Update KnowledgeEndpoint to allow editing statements through the GUI
    drew2a authored Oct 18, 2022
    Configuration menu
    Copy the full SHA
    56e98ae View commit details
    Browse the repository at this point in the history

Commits on Oct 19, 2022

  1. Polish the code

    drew2a committed Oct 19, 2022
    Configuration menu
    Copy the full SHA
    901f4ee View commit details
    Browse the repository at this point in the history