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

Improve SDK UX with task creation #5502

Merged
merged 18 commits into from
Jan 2, 2023
Merged

Improve SDK UX with task creation #5502

merged 18 commits into from
Jan 2, 2023

Commits on Dec 21, 2022

  1. Move data splitting to the point of use

    This logic is not necessary in the base class, it's better be placed where it's needed.
    zhiltsov-max committed Dec 21, 2022
    Configuration menu
    Copy the full SHA
    037a226 View commit details
    Browse the repository at this point in the history
  2. Move task status waiting

    zhiltsov-max committed Dec 21, 2022
    Configuration menu
    Copy the full SHA
    dd6e89d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1d1d0c7 View commit details
    Browse the repository at this point in the history
  4. Add test

    zhiltsov-max committed Dec 21, 2022
    Configuration menu
    Copy the full SHA
    8171ab6 View commit details
    Browse the repository at this point in the history
  5. Fix formatting

    zhiltsov-max committed Dec 21, 2022
    Configuration menu
    Copy the full SHA
    ef350a8 View commit details
    Browse the repository at this point in the history
  6. Fix test

    zhiltsov-max committed Dec 21, 2022
    Configuration menu
    Copy the full SHA
    c957171 View commit details
    Browse the repository at this point in the history

Commits on Dec 27, 2022

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

Commits on Dec 29, 2022

  1. Configuration menu
    Copy the full SHA
    eb6c7e6 View commit details
    Browse the repository at this point in the history
  2. Remove extra variable

    zhiltsov-max committed Dec 29, 2022
    Configuration menu
    Copy the full SHA
    203a029 View commit details
    Browse the repository at this point in the history
  3. Simplify file reading

    zhiltsov-max committed Dec 29, 2022
    Configuration menu
    Copy the full SHA
    5080c61 View commit details
    Browse the repository at this point in the history
  4. Update changelog

    zhiltsov-max committed Dec 29, 2022
    Configuration menu
    Copy the full SHA
    1542218 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    fbad8ea View commit details
    Browse the repository at this point in the history
  6. Change the log message

    zhiltsov-max committed Dec 29, 2022
    Configuration menu
    Copy the full SHA
    2f767d5 View commit details
    Browse the repository at this point in the history
  7. Update changelog

    zhiltsov-max committed Dec 29, 2022
    Configuration menu
    Copy the full SHA
    3b5668f View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    54c7dbb View commit details
    Browse the repository at this point in the history

Commits on Dec 31, 2022

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

Commits on Jan 1, 2023

  1. Configuration menu
    Copy the full SHA
    36a2838 View commit details
    Browse the repository at this point in the history
  2. Fix function call

    zhiltsov-max committed Jan 1, 2023
    Configuration menu
    Copy the full SHA
    d8513f4 View commit details
    Browse the repository at this point in the history