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 overall api usage #37

Draft
wants to merge 16 commits into
base: master
Choose a base branch
from

Commits on May 30, 2023

  1. add test attendance;

    pietzschke committed May 30, 2023
    Configuration menu
    Copy the full SHA
    660c2ad View commit details
    Browse the repository at this point in the history
  2. add TimeFieldMapping

    add updated_at, status and project to Attendance Resource;
    pietzschke committed May 30, 2023
    Configuration menu
    Copy the full SHA
    5e09d45 View commit details
    Browse the repository at this point in the history
  3. add TimeFieldMapping

    pietzschke committed May 30, 2023
    Configuration menu
    Copy the full SHA
    8e87232 View commit details
    Browse the repository at this point in the history
  4. fix pagination;

    pietzschke committed May 30, 2023
    Configuration menu
    Copy the full SHA
    56c3a35 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f804161 View commit details
    Browse the repository at this point in the history
  6. add changelog entry;

    pietzschke committed May 30, 2023
    Configuration menu
    Copy the full SHA
    845a837 View commit details
    Browse the repository at this point in the history

Commits on Jun 6, 2023

  1. switch from string to native time constructors

    switch from timedelta to time;
    pietzschke committed Jun 6, 2023
    Configuration menu
    Copy the full SHA
    e80b7e7 View commit details
    Browse the repository at this point in the history
  2. update create attendance

    pietzschke committed Jun 6, 2023
    Configuration menu
    Copy the full SHA
    faf5d85 View commit details
    Browse the repository at this point in the history

Commits on Dec 4, 2023

  1. fix: default skip_approval to False

    Ivan Pushkarev committed Dec 4, 2023
    Configuration menu
    Copy the full SHA
    e7d0c96 View commit details
    Browse the repository at this point in the history

Commits on Jan 27, 2024

  1. Configuration menu
    Copy the full SHA
    f7e2d71 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    72817d3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ae493d1 View commit details
    Browse the repository at this point in the history

Commits on Feb 2, 2024

  1. fix: attendance project from_dict

    Ivan Pushkarev committed Feb 2, 2024
    Configuration menu
    Copy the full SHA
    5920a99 View commit details
    Browse the repository at this point in the history
  2. fix: project parameter type

    Ivan Pushkarev committed Feb 2, 2024
    Configuration menu
    Copy the full SHA
    96a1321 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #1 from westcoder/fix/attendance-project-fromdict

    fix: attendance project from_dict
    pietzschke authored Feb 2, 2024
    Configuration menu
    Copy the full SHA
    dfd133f View commit details
    Browse the repository at this point in the history

Commits on Feb 5, 2024

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