Build: #627 was successful

Job: Test, build and push docker image was successful

Stages & jobs

  1. Default Stage

  2. QA

Code commits

openmrs-ocl-client

  • Ian Bacher

    Ian Bacher 7fa1fab08cb1f5a85b3e53aaf5d3a569b2ca349a m

    Fix some more types for Cypress tests

    • src/apps/concepts/pages/tests/e2e/testUtils.ts (version 7fa1fab08cb1f5a85b3e53aaf5d3a569b2ca349a)
    • src/apps/dictionaries/pages/tests/e2e/testUtils.ts (version 7fa1fab08cb1f5a85b3e53aaf5d3a569b2ca349a)
  • Ian Bacher

    Ian Bacher e9761af30ab4668fbbfc0de41d2443973387590c m

    Fix cypress-related eslint errors

    • cypress/.eslintrc.json (version e9761af30ab4668fbbfc0de41d2443973387590c)
    • cypress/support/commands.js (version e9761af30ab4668fbbfc0de41d2443973387590c)
    • cypress/support/index.d.ts (version e9761af30ab4668fbbfc0de41d2443973387590c)
    • cypress/tsconfig.json (version e9761af30ab4668fbbfc0de41d2443973387590c)
    • package.json (version e9761af30ab4668fbbfc0de41d2443973387590c)
    • src/apps/authentication/tests/e2e/LoginPage.test.ts (version e9761af30ab4668fbbfc0de41d2443973387590c)
    • src/apps/authentication/tests/e2e/testUtils.ts (version e9761af30ab4668fbbfc0de41d2443973387590c)
    • src/apps/concepts/pages/tests/e2e/CreateOrEditConceptPage.test.ts (version e9761af30ab4668fbbfc0de41d2443973387590c)
    • src/apps/concepts/pages/tests/e2e/ViewConceptsPage.test.ts (version e9761af30ab4668fbbfc0de41d2443973387590c)
    • src/apps/dictionaries/pages/tests/e2e/CreateDictionaryPage.test.ts (version e9761af30ab4668fbbfc0de41d2443973387590c)
    • src/apps/dictionaries/pages/tests/e2e/EditDictionaryPage.test.ts (version e9761af30ab4668fbbfc0de41d2443973387590c)
    • src/apps/dictionaries/pages/tests/e2e/ViewDictionaryPage.test.ts (version e9761af30ab4668fbbfc0de41d2443973387590c)
  • Ian Bacher

    Ian Bacher f989b83a411f1422f1b9d997939a4696b1496b4a m

    Switch from moment -> DayJS
    Moment wasn't explicitly in the dependencies

    • package.json (version f989b83a411f1422f1b9d997939a4696b1496b4a)
    • src/apps/authentication/components/UserForm.tsx (version f989b83a411f1422f1b9d997939a4696b1496b4a)
    • src/apps/containers/components/ContainerReleasedVersions.tsx (version f989b83a411f1422f1b9d997939a4696b1496b4a)
    • src/apps/dictionaries/redux/actions.ts (version f989b83a411f1422f1b9d997939a4696b1496b4a)
    • src/apps/notifications/components/NotificationCard.tsx (version f989b83a411f1422f1b9d997939a4696b1496b4a)
  • jwnasambu <33891016+jwnasambu@users.noreply.github.com>

    jwnasambu <33891016+jwnasambu@users.noreply.github.com> 6dba44062ebb5b1a6c8725dc94c93f965fa0a2e0 m

    OCLOMRS-889: Don't pull in concepts from other sources for mappings (#627)

    • src/apps/concepts/redux/actions.ts (version 6dba44062ebb5b1a6c8725dc94c93f965fa0a2e0)
  • rakesh-1010 <rakesh.kumar@thoughtworks.com>

    rakesh-1010 <rakesh.kumar@thoughtworks.com> a4791f4a8af5cfa8a41b1514e846d0ce196169bb m

    Rakesh, Tarun, Kirity | OCLOMRS-888 OCLOMRS-894 | Progress Notification - View more details at concept level & bug fixes (#628)
    * Rakesh, Tarun | OCLOMRS-888 | MOBN-1429 | Progress Notification - View more details at concept level (#48)

    Co-authored-by: Rakesh Kumar <rakesh.kumar@thoughtworks.com>

    * Tarun, Kirity | OCLOMRS-888 | MOBN-1465 | Progress Notifications - Export the bulk import summary into a CSV file (#49)

    * Kirity, Tarun | OCLOMRS-894 | MOBN-1482 | Fix the issues in edit concept of a source created from csv import (#50)

    Co-authored-by: tarunkumar-tw <58736833+tarunkumar-tw@users.noreply.github.com>

    • package.json (version a4791f4a8af5cfa8a41b1514e846d0ce196169bb)
    • src/App.tsx (version a4791f4a8af5cfa8a41b1514e846d0ce196169bb)
    • src/apps/concepts/components/ConceptForm.tsx (version a4791f4a8af5cfa8a41b1514e846d0ce196169bb)
    • src/apps/concepts/types.ts (version a4791f4a8af5cfa8a41b1514e846d0ce196169bb)
    • src/apps/containers/components/__test__/ContainerCard.test.tsx (version a4791f4a8af5cfa8a41b1514e846d0ce196169bb)
    • src/apps/dictionaries/__test__/pages/ViewDictionaryPage.test.tsx (version a4791f4a8af5cfa8a41b1514e846d0ce196169bb)
    • src/apps/dictionaries/utils.ts (version a4791f4a8af5cfa8a41b1514e846d0ce196169bb)
    • src/apps/notifications/__test__/components/EnhancedNotificationSummaryTableHead.test.tsx (version a4791f4a8af5cfa8a41b1514e846d0ce196169bb)
    • src/apps/notifications/__test__/components/NotificationCard.test.tsx (version a4791f4a8af5cfa8a41b1514e846d0ce196169bb)
    • src/apps/notifications/__test__/components/NotificationDetails.test.tsx (version a4791f4a8af5cfa8a41b1514e846d0ce196169bb)
    • src/apps/notifications/components/EnhancedNotificationSummaryTableHead.tsx (version a4791f4a8af5cfa8a41b1514e846d0ce196169bb)
    • src/apps/notifications/components/NotificationCard.tsx (version a4791f4a8af5cfa8a41b1514e846d0ce196169bb)
    • src/apps/notifications/components/NotificationDetails.tsx (version a4791f4a8af5cfa8a41b1514e846d0ce196169bb)
    • src/apps/notifications/index.ts (version a4791f4a8af5cfa8a41b1514e846d0ce196169bb)
    • src/apps/notifications/pages/ActionsInProgressPage.tsx (version a4791f4a8af5cfa8a41b1514e846d0ce196169bb)
    • src/apps/notifications/types.ts (version a4791f4a8af5cfa8a41b1514e846d0ce196169bb)
    • src/components/ActionsInProgressPage.tsx (version a4791f4a8af5cfa8a41b1514e846d0ce196169bb)
    • src/components/NotificationCard.tsx (version a4791f4a8af5cfa8a41b1514e846d0ce196169bb)
    • src/components/__test__/NotificationCard.test.tsx (version a4791f4a8af5cfa8a41b1514e846d0ce196169bb)
    • src/components/index.ts (version a4791f4a8af5cfa8a41b1514e846d0ce196169bb)
    • src/utils/utils.ts (version a4791f4a8af5cfa8a41b1514e846d0ce196169bb)