Build: #622 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 6f0af3d1f4fc16ccd966787ab85a8a991e9df987

    Fix cypress-related eslint errors

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

    Ian Bacher 574a19247a98898b495543ec40ed6e9b482c8bd7

    Reorganize dependencies to move development dependencies to devDependencies
    Strictly speaking, as this is an app and not a library, the difference
    is fairly irrelevant, but it better expresses the intention of using
    these libraries.

    • package.json (version 574a19247a98898b495543ec40ed6e9b482c8bd7)