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: New structure for 1.x.x #69

Merged
merged 57 commits into from
Dec 27, 2023
Merged

feat: New structure for 1.x.x #69

merged 57 commits into from
Dec 27, 2023

Commits on Dec 12, 2023

  1. Configuration menu
    Copy the full SHA
    d3d96ee View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    66af4ab View commit details
    Browse the repository at this point in the history
  3. fix(deps): add python deps

    k4black committed Dec 12, 2023
    Configuration menu
    Copy the full SHA
    973ec16 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2a70e6d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4043cbd View commit details
    Browse the repository at this point in the history

Commits on Dec 13, 2023

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

Commits on Dec 14, 2023

  1. Configuration menu
    Copy the full SHA
    6b31f92 View commit details
    Browse the repository at this point in the history
  2. style: apply black and isort

    k4black committed Dec 14, 2023
    Configuration menu
    Copy the full SHA
    e7002a6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ea1ef9f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f61e2d2 View commit details
    Browse the repository at this point in the history
  5. fix: add env to context

    k4black committed Dec 14, 2023
    Configuration menu
    Copy the full SHA
    1f3598f View commit details
    Browse the repository at this point in the history
  6. test: add print basic tests

    k4black committed Dec 14, 2023
    Configuration menu
    Copy the full SHA
    74c19c7 View commit details
    Browse the repository at this point in the history
  7. style: fix some mypy comments

    k4black committed Dec 14, 2023
    Configuration menu
    Copy the full SHA
    0c3db29 View commit details
    Browse the repository at this point in the history

Commits on Dec 15, 2023

  1. Configuration menu
    Copy the full SHA
    b3c24c2 View commit details
    Browse the repository at this point in the history
  2. ci: use make file in ci tests

    k4black committed Dec 15, 2023
    Configuration menu
    Copy the full SHA
    b5ec741 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e472163 View commit details
    Browse the repository at this point in the history

Commits on Dec 16, 2023

  1. Configuration menu
    Copy the full SHA
    d1e4dd4 View commit details
    Browse the repository at this point in the history
  2. docs: remove or move old docs

    k4black committed Dec 16, 2023
    Configuration menu
    Copy the full SHA
    372dd8f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8fbc86a View commit details
    Browse the repository at this point in the history
  4. ci: fix concurrency fallback

    k4black committed Dec 16, 2023
    Configuration menu
    Copy the full SHA
    1b4e7b3 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    1ba5507 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    6efc90a View commit details
    Browse the repository at this point in the history
  7. fix: typings for 3.8-3.9

    k4black committed Dec 16, 2023
    Configuration menu
    Copy the full SHA
    819244a View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    63d8f7e View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    5ceb8f1 View commit details
    Browse the repository at this point in the history
  10. fix: type[] -> Type[] for 3.8

    k4black committed Dec 16, 2023
    Configuration menu
    Copy the full SHA
    886862e View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    613da71 View commit details
    Browse the repository at this point in the history

Commits on Dec 17, 2023

  1. feat(docs): docs generation (#78)

    * feat(docs): docs generation with MkDocs
    
    * fix(make): correct indentation
    
    * fix(make): use 'python -m' for docs build
    
    * ci: test pipeline minor fix
    lilpuzeen authored Dec 17, 2023
    Configuration menu
    Copy the full SHA
    5a455df View commit details
    Browse the repository at this point in the history

Commits on Dec 20, 2023

  1. Configuration menu
    Copy the full SHA
    892ec37 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3c1c9af View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    513520b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f72300b View commit details
    Browse the repository at this point in the history

Commits on Dec 24, 2023

  1. fix: revery to basic types

    k4black committed Dec 24, 2023
    Configuration menu
    Copy the full SHA
    145b360 View commit details
    Browse the repository at this point in the history

Commits on Dec 25, 2023

  1. Configuration menu
    Copy the full SHA
    ba30cf2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8ce3fa0 View commit details
    Browse the repository at this point in the history

Commits on Dec 26, 2023

  1. feat(plugin): Add plugin manytask.py (#80)

    * implement plugin manytask.py
    
    * rename var with submit time
    
    * fix plugin class name
    
    * move default time calculation to Args
    
    * add args test
    
    * fix when origin is empty str
    
    * add test for files collection
    
    * fix style
    
    * fix url
    
    * change from unittest mock to pytest mocker
    
    * add test for _post_with_retries
    
    * fix output for plugin (now not using logging, but properly outputted in run)
    
    * add validation for time, extract time formatting to function
    
    * fix newline
    
    * cleanup prints
    
    * refactor tests
    
    * add test for plugin run
    
    * add tests for verbose and bad response
    
    * add upper boundary for requests-mock version
    
    * remove unused get_default_args
    
    * change time format
    
    * test on requests 2.0.0
    
    * remove redundant requests in pyproject.toml dependencies
    
    * fix mypy errors in test_manytask.py
    
    * fix redundant newlines in method declaration
    
    * simplify test_bad_response, make better assert
    
    * fix: typo in TODO
    fortrest-jr authored Dec 26, 2023
    Configuration menu
    Copy the full SHA
    4620bcc View commit details
    Browse the repository at this point in the history

Commits on Dec 27, 2023

  1. Configuration menu
    Copy the full SHA
    e6ba183 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5ff2619 View commit details
    Browse the repository at this point in the history
  3. test: add config utils tests

    k4black committed Dec 27, 2023
    Configuration menu
    Copy the full SHA
    426879e View commit details
    Browse the repository at this point in the history
  4. fix: remove unused exceptions

    k4black committed Dec 27, 2023
    Configuration menu
    Copy the full SHA
    ef25f7c View commit details
    Browse the repository at this point in the history
  5. test: exporter test template

    k4black committed Dec 27, 2023
    Configuration menu
    Copy the full SHA
    a5a3e9a View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    6a48f58 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    45c0204 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    79b8abc View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    0799360 View commit details
    Browse the repository at this point in the history
  10. style: apply black

    k4black committed Dec 27, 2023
    Configuration menu
    Copy the full SHA
    4249a4b View commit details
    Browse the repository at this point in the history
  11. fix: pony in make file

    k4black committed Dec 27, 2023
    Configuration menu
    Copy the full SHA
    313f8f0 View commit details
    Browse the repository at this point in the history
  12. fix: ```mermaid

    k4black committed Dec 27, 2023
    Configuration menu
    Copy the full SHA
    3255d53 View commit details
    Browse the repository at this point in the history
  13. ci: try to all dev docs

    k4black committed Dec 27, 2023
    Configuration menu
    Copy the full SHA
    fe27eed View commit details
    Browse the repository at this point in the history
  14. Merge branch 'main' into new-1.x.x

    # Conflicts:
    #	pyproject.toml
    k4black committed Dec 27, 2023
    Configuration menu
    Copy the full SHA
    50e28f2 View commit details
    Browse the repository at this point in the history
  15. style: fix ruff

    k4black committed Dec 27, 2023
    Configuration menu
    Copy the full SHA
    571b4ad View commit details
    Browse the repository at this point in the history
  16. chore: delete old checker

    k4black committed Dec 27, 2023
    Configuration menu
    Copy the full SHA
    dc30914 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    e87bd1e View commit details
    Browse the repository at this point in the history
  18. style: apply black

    k4black committed Dec 27, 2023
    Configuration menu
    Copy the full SHA
    a6cf5ac View commit details
    Browse the repository at this point in the history
  19. chore: remove python 3.8

    k4black committed Dec 27, 2023
    Configuration menu
    Copy the full SHA
    0c52b38 View commit details
    Browse the repository at this point in the history
  20. style: fix with isort

    k4black committed Dec 27, 2023
    Configuration menu
    Copy the full SHA
    bebd2d0 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    cd06474 View commit details
    Browse the repository at this point in the history