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

Cu 86c0bkuxc add a mechanism to migrate users from the old roles to new rbac roles #1234

Open
wants to merge 10 commits into
base: master
Choose a base branch
from

Refactor the upgrade function to use the permission properties in cha…

1c6a39d
Select commit
Loading
Failed to load commit list.
Open

Cu 86c0bkuxc add a mechanism to migrate users from the old roles to new rbac roles #1234

Refactor the upgrade function to use the permission properties in cha…
1c6a39d
Select commit
Loading
Failed to load commit list.
Travis CI / Travis CI - Branch succeeded Oct 17, 2024 in 5m 35s

Build Passed

The build passed, just like the previous build.

Details

This is a normal build for the CU-86c0bkuxc_Add-a-mechanism-to-migrate-users-from-the-old-roles-to-new-RBAC-roles branch. You should be able to reproduce it by checking out the branch locally.

Jobs and Stages

This build has three jobs, running in parallel.

Job Node.js OS State Notes
7412.1 lts\/fermium Linux passed
7412.2 lts\/gallium Linux passed
7412.3 node Linux failed This job is allowed to fail.

Build Configuration

Build Option Setting
Language Node.js
Operating System Linux (Jammy)
Node.js Versions lts/fermium, lts/gallium, node
Build Configuration
{
  "language": "node_js",
  "os": [
    "linux"
  ],
  "dist": "jammy",
  "node_js": [
    "lts/fermium",
    "lts/gallium",
    "node"
  ],
  "services": [
    "mongodb"
  ],
  "before_install": [
    "export TZ=Africa/Johannesburg"
  ],
  "script": [
    "npm test"
  ],
  "after_success": [
    "npm run coverage"
  ],
  "notifications": {
    "slack": [
      {
        "rooms": [
          "jembihealthsystems:mlQYVFbijxcZkesCt7G5VBoM"
        ],
        "on_success": "change",
        "on_failure": "always"
      }
    ]
  },
  "jobs": {
    "fast_finish": true,
    "allow_failures": [
      {
        "node_js": "node"
      }
    ]
  }
}