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

Issue/1084 adopt tasks service APIs #1085

Open
wants to merge 27 commits into
base: main
Choose a base branch
from

Commits on Jun 19, 2024

  1. Merge branch 'main' into issue/1054-Integrate_CRUD_endpoints_properties

    # Conflicts:
    #	.devcontainer/Dockerfile
    #	.github/workflows/scorecard.yml
    #	Dockerfile.tasks
    #	landing-page/components/Header.tsx
    #	landing-page/components/sections/SectionBase.tsx
    #	landing-page/components/sections/landing/ExpansionSection.tsx
    #	landing-page/components/sections/landing/Partners.tsx
    #	landing-page/components/sections/landing/StartSection.tsx
    #	landing-page/components/sections/landing/Story.tsx
    #	landing-page/components/sections/mediQuu/Header.tsx
    #	landing-page/components/sections/mediQuu/TeamSection.tsx
    #	landing-page/components/sections/story/StoryStartSection.tsx
    #	landing-page/components/sections/talks/StartSection.tsx
    #	landing-page/components/sections/tasks/StartSection.tsx
    #	landing-page/components/sections/team/TeamSection.tsx
    #	landing-page/package.json
    #	landing-page/pages/404.tsx
    #	landing-page/pages/_app.tsx
    #	landing-page/pages/index.tsx
    #	landing-page/pages/join/index.tsx
    #	landing-page/pages/mediquu/index.tsx
    #	landing-page/pages/product/analytics/index.tsx
    #	landing-page/pages/product/cloud/index.tsx
    #	landing-page/pages/product/impulse/index.tsx
    #	landing-page/pages/product/tasks/index.tsx
    #	landing-page/pages/story/index.tsx
    #	landing-page/pages/talks/index.tsx
    #	landing-page/pages/team/index.tsx
    #	landing-page/pages/tech-radar/index.tsx
    #	lib/components/ChipList.tsx
    #	lib/components/HelpwaveBadge.tsx
    #	lib/components/Profile.tsx
    #	lib/components/TextImage.tsx
    #	lib/components/properties/PropertyBase.tsx
    #	lib/package.json
    #	lib/stories/layout/TextImage.stories.tsx
    #	lib/stories/other/HelpwaveBadge.stories.tsx
    #	pnpm-lock.yaml
    #	tasks/package.json
    DasProffi committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    7e932ad View commit details
    Browse the repository at this point in the history

Commits on Jun 25, 2024

  1. Merge branch 'main' into issue/1054-Integrate_CRUD_endpoints_properties

    # Conflicts:
    #	tasks/components/layout/TaskDetailView.tsx
    DasProffi committed Jun 25, 2024
    Configuration menu
    Copy the full SHA
    0de6355 View commit details
    Browse the repository at this point in the history

Commits on Jul 6, 2024

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

Commits on Jul 8, 2024

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

Commits on Aug 26, 2024

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

Commits on Aug 30, 2024

  1. Merge branch 'main' into issue/1054-Integrate_CRUD_endpoints_properties

    # Conflicts:
    #	landing-page/components/Header.tsx
    DasProffi committed Aug 30, 2024
    Configuration menu
    Copy the full SHA
    e653890 View commit details
    Browse the repository at this point in the history
  2. fix: fix lint error

    DasProffi committed Aug 30, 2024
    Configuration menu
    Copy the full SHA
    3436cee View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    34439ba View commit details
    Browse the repository at this point in the history

Commits on Aug 31, 2024

  1. Configuration menu
    Copy the full SHA
    ef481d9 View commit details
    Browse the repository at this point in the history
  2. fix: fix build errors

    DasProffi committed Aug 31, 2024
    Configuration menu
    Copy the full SHA
    815d58a View commit details
    Browse the repository at this point in the history
  3. fix: fix ci

    DasProffi committed Aug 31, 2024
    Configuration menu
    Copy the full SHA
    478658c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    dd7dcb1 View commit details
    Browse the repository at this point in the history

Commits on Sep 2, 2024

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

Commits on Sep 3, 2024

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

Commits on Sep 5, 2024

  1. feat: use new tasks api

    DasProffi committed Sep 5, 2024
    Configuration menu
    Copy the full SHA
    2531784 View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2024

  1. Merge remote-tracking branch 'origin/integration/properties' into iss…

    …ue/1082-API_services_package
    
    # Conflicts:
    #	landing-page/components/Header.tsx
    #	landing-page/components/sections/SectionBase.tsx
    #	landing-page/components/sections/landing/ExpansionSection.tsx
    #	landing-page/pages/404.tsx
    #	landing-page/pages/index.tsx
    #	landing-page/pages/join/index.tsx
    #	landing-page/pages/mediquu/index.tsx
    #	landing-page/pages/product/analytics/index.tsx
    #	landing-page/pages/product/cloud/index.tsx
    #	landing-page/pages/product/impulse/index.tsx
    #	landing-page/pages/story/index.tsx
    #	landing-page/pages/talks/index.tsx
    #	landing-page/pages/team/index.tsx
    #	landing-page/pages/tech-radar/index.tsx
    #	lib/components/properties/PropertyBase.tsx
    #	pnpm-lock.yaml
    #	tasks/components/layout/TaskDetailView.tsx
    #	tasks/package.json
    DasProffi committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    d51acd6 View commit details
    Browse the repository at this point in the history
  2. fix: fix issues from merge

    DasProffi committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    5e8c089 View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2024

  1. fix: update api version

    MaxSchaefer committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    e0957a8 View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2024

  1. Merge branch 'issue/1082-API_services_package' into issue/1084-Adopt-…

    …tasks-service-APIs
    
    # Conflicts:
    #	api-services/package.json
    #	pnpm-lock.yaml
    DasProffi committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    e88f376 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    10281b2 View commit details
    Browse the repository at this point in the history

Commits on Oct 1, 2024

  1. Merge branch 'main' into issue/1084-Adopt-tasks-service-APIs

    # Conflicts:
    #	api-services/mutations/properties/property_mutations.ts
    #	api-services/mutations/properties/property_value_mutations.ts
    #	api-services/mutations/tasks/patient_mutations.ts
    #	api-services/mutations/tasks/task_mutations.ts
    #	api-services/mutations/users/organization_mutations.ts
    #	api-services/offline/properties/property_service.ts
    #	api-services/offline/properties/property_value_service.ts
    #	api-services/offline/tasks/patient_service.ts
    #	api-services/offline/tasks/task_service.ts
    #	api-services/offline/value_store.ts
    #	api-services/services.ts
    #	api-services/types/properties/attached_property.ts
    #	api-services/types/properties/property.ts
    #	api-services/types/tasks/task.ts
    #	api-services/util/util.ts
    #	lib/util/array.ts
    #	tasks/components/SubtaskTile.tsx
    #	tasks/components/SubtaskView.tsx
    #	tasks/components/layout/PatientList.tsx
    #	tasks/components/layout/TaskDetailView.tsx
    #	tasks/components/layout/TasksKanbanBoard.tsx
    #	tasks/components/layout/property/PropertyDetails.tsx
    #	tasks/components/layout/property/PropertyDetailsField.tsx
    #	tasks/components/layout/property/PropertyEntry.tsx
    #	tasks/components/layout/property/PropertyList.tsx
    #	tasks/pages/properties.tsx
    DasProffi committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    19d4725 View commit details
    Browse the repository at this point in the history
  2. fix: fix merge errors

    DasProffi committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    7a1a170 View commit details
    Browse the repository at this point in the history
  3. feat: update to tasks api

    DasProffi committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    ea69ecf View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2024

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

Commits on Oct 20, 2024

  1. Merge branch 'main' into issue/1084-Adopt-tasks-service-APIs

    # Conflicts:
    #	api-services/offline/properties/property_service.ts
    #	api-services/offline/tasks/bed_service.ts
    #	api-services/package.json
    #	pnpm-lock.yaml
    DasProffi committed Oct 20, 2024
    Configuration menu
    Copy the full SHA
    1748cb1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bc323fc View commit details
    Browse the repository at this point in the history