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

Refactor ojd_daps_skills #223

Merged
merged 49 commits into from
Aug 13, 2024
Merged

Refactor ojd_daps_skills #223

merged 49 commits into from
Aug 13, 2024

Commits on May 7, 2024

  1. initial refactor commit

    India Kerle committed May 7, 2024
    Configuration menu
    Copy the full SHA
    ca03403 View commit details
    Browse the repository at this point in the history

Commits on May 8, 2024

  1. refactor v2

    India Kerle committed May 8, 2024
    Configuration menu
    Copy the full SHA
    6b80592 View commit details
    Browse the repository at this point in the history
  2. isort file

    India Kerle committed May 8, 2024
    Configuration menu
    Copy the full SHA
    dc88ae1 View commit details
    Browse the repository at this point in the history
  3. update pytest; isort files

    India Kerle committed May 8, 2024
    Configuration menu
    Copy the full SHA
    b9fe09e View commit details
    Browse the repository at this point in the history
  4. use different poetry action

    India Kerle committed May 8, 2024
    Configuration menu
    Copy the full SHA
    fcab149 View commit details
    Browse the repository at this point in the history
  5. update poetry

    India Kerle committed May 8, 2024
    Configuration menu
    Copy the full SHA
    5dcbcac View commit details
    Browse the repository at this point in the history
  6. update pytest file

    India Kerle committed May 8, 2024
    Configuration menu
    Copy the full SHA
    08153df View commit details
    Browse the repository at this point in the history
  7. update workflow

    India Kerle committed May 8, 2024
    Configuration menu
    Copy the full SHA
    902db16 View commit details
    Browse the repository at this point in the history
  8. update workflow

    India Kerle committed May 8, 2024
    Configuration menu
    Copy the full SHA
    7be49c7 View commit details
    Browse the repository at this point in the history
  9. update pytest

    India Kerle committed May 8, 2024
    Configuration menu
    Copy the full SHA
    2ea4d85 View commit details
    Browse the repository at this point in the history
  10. remove 3.10

    India Kerle committed May 8, 2024
    Configuration menu
    Copy the full SHA
    ecc50d5 View commit details
    Browse the repository at this point in the history
  11. only ubuntu;3.9

    India Kerle committed May 8, 2024
    Configuration menu
    Copy the full SHA
    33e30c9 View commit details
    Browse the repository at this point in the history
  12. multiple python versions and systems:

    India Kerle committed May 8, 2024
    Configuration menu
    Copy the full SHA
    13d95cc View commit details
    Browse the repository at this point in the history
  13. test for 3.9, 3.10

    India Kerle committed May 8, 2024
    Configuration menu
    Copy the full SHA
    b64ef1e View commit details
    Browse the repository at this point in the history
  14. multiple system compatability

    India Kerle committed May 8, 2024
    Configuration menu
    Copy the full SHA
    ddb643e View commit details
    Browse the repository at this point in the history
  15. change poetry version

    India Kerle committed May 8, 2024
    Configuration menu
    Copy the full SHA
    1f5c074 View commit details
    Browse the repository at this point in the history
  16. change poetry version

    India Kerle committed May 8, 2024
    Configuration menu
    Copy the full SHA
    8c6e899 View commit details
    Browse the repository at this point in the history
  17. fix error

    India Kerle committed May 8, 2024
    Configuration menu
    Copy the full SHA
    1692e74 View commit details
    Browse the repository at this point in the history
  18. remove windows

    India Kerle committed May 8, 2024
    Configuration menu
    Copy the full SHA
    61346e0 View commit details
    Browse the repository at this point in the history
  19. update workflow

    India Kerle committed May 8, 2024
    Configuration menu
    Copy the full SHA
    9766c1b View commit details
    Browse the repository at this point in the history
  20. update workflow

    India Kerle committed May 8, 2024
    Configuration menu
    Copy the full SHA
    f2181ec View commit details
    Browse the repository at this point in the history
  21. install spacy model

    India Kerle committed May 8, 2024
    Configuration menu
    Copy the full SHA
    8bb59d0 View commit details
    Browse the repository at this point in the history
  22. test with just windows

    India Kerle committed May 8, 2024
    Configuration menu
    Copy the full SHA
    1372b8e View commit details
    Browse the repository at this point in the history
  23. add poetry path

    India Kerle committed May 8, 2024
    Configuration menu
    Copy the full SHA
    582d741 View commit details
    Browse the repository at this point in the history
  24. test just windows

    India Kerle committed May 8, 2024
    Configuration menu
    Copy the full SHA
    d770827 View commit details
    Browse the repository at this point in the history
  25. remove windows

    India Kerle committed May 8, 2024
    Configuration menu
    Copy the full SHA
    4948f10 View commit details
    Browse the repository at this point in the history
  26. add lint github actions

    India Kerle committed May 8, 2024
    Configuration menu
    Copy the full SHA
    b55432e View commit details
    Browse the repository at this point in the history
  27. update readme

    India Kerle committed May 8, 2024
    Configuration menu
    Copy the full SHA
    321f09a View commit details
    Browse the repository at this point in the history
  28. fix formatting

    India Kerle committed May 8, 2024
    Configuration menu
    Copy the full SHA
    7f47cb3 View commit details
    Browse the repository at this point in the history
  29. enforce black style

    India Kerle committed May 8, 2024
    Configuration menu
    Copy the full SHA
    b5e9ccd View commit details
    Browse the repository at this point in the history
  30. black and isort are circular

    India Kerle committed May 8, 2024
    Configuration menu
    Copy the full SHA
    6fb49c3 View commit details
    Browse the repository at this point in the history
  31. remove isort as its in conflict with black

    India Kerle committed May 8, 2024
    Configuration menu
    Copy the full SHA
    1542deb View commit details
    Browse the repository at this point in the history
  32. add lock file

    India Kerle committed May 8, 2024
    Configuration menu
    Copy the full SHA
    620ea0b View commit details
    Browse the repository at this point in the history
  33. update extract_skills_config

    India Kerle committed May 8, 2024
    Configuration menu
    Copy the full SHA
    d7bda99 View commit details
    Browse the repository at this point in the history
  34. add poetry.lock

    India Kerle committed May 8, 2024
    Configuration menu
    Copy the full SHA
    4839866 View commit details
    Browse the repository at this point in the history

Commits on May 10, 2024

  1. debug

    India Kerle committed May 10, 2024
    Configuration menu
    Copy the full SHA
    0c87545 View commit details
    Browse the repository at this point in the history
  2. debug

    India Kerle committed May 10, 2024
    Configuration menu
    Copy the full SHA
    ec208b9 View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2024

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

Commits on Jun 27, 2024

  1. Use latest MS model version and correct some issues in the MS process…

    … - e.g. adding both the split and unsplit version of a multiskill entity
    lizgzil committed Jun 27, 2024
    Configuration menu
    Copy the full SHA
    2d3ea01 View commit details
    Browse the repository at this point in the history

Commits on Jul 9, 2024

  1. fix black formatting

    Jack-Vines committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    0f9e570 View commit details
    Browse the repository at this point in the history
  2. update linting

    Jack-Vines committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    8b64b91 View commit details
    Browse the repository at this point in the history
  3. fix linting

    Jack-Vines committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    b27c25d View commit details
    Browse the repository at this point in the history

Commits on Aug 4, 2024

  1. Update tests

    Jack-Vines committed Aug 4, 2024
    Configuration menu
    Copy the full SHA
    682f25d View commit details
    Browse the repository at this point in the history
  2. testing

    Jack-Vines committed Aug 4, 2024
    Configuration menu
    Copy the full SHA
    3f7c569 View commit details
    Browse the repository at this point in the history
  3. ruff improvements

    Jack-Vines committed Aug 4, 2024
    Configuration menu
    Copy the full SHA
    795bed0 View commit details
    Browse the repository at this point in the history
  4. Black improvements

    Jack-Vines committed Aug 4, 2024
    Configuration menu
    Copy the full SHA
    3804c7d View commit details
    Browse the repository at this point in the history
  5. Update README

    Jack-Vines committed Aug 4, 2024
    Configuration menu
    Copy the full SHA
    a8e3864 View commit details
    Browse the repository at this point in the history

Commits on Aug 13, 2024

  1. add docs

    Jack-Vines committed Aug 13, 2024
    Configuration menu
    Copy the full SHA
    377d795 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    028dda5 View commit details
    Browse the repository at this point in the history