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

Add EVENTs to get additionals user attributes from LDAP and show them #1660

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

chore: fix array syntax

6ca6c9b
Select commit
Failed to load commit list.
Open

Add EVENTs to get additionals user attributes from LDAP and show them #1660

chore: fix array syntax
6ca6c9b
Select commit
Failed to load commit list.
Travis CI / Travis CI - Pull Request succeeded Jan 30, 2024 in 2m 3s

Build Passed

The build passed, just like the previous build.

Details

This is a pull request build.

It is running a build against the merge commit, after merging #1660 Add EVENTs to get additionals user attributes from LDAP and show them.
Any changes that have been made to the master branch before the build ran are also included.

Jobs and Stages

This build has 11 jobs, running in parallel.

Job PHP ENV OS State
7867.1 8.3 DB=mysql Linux passed
7867.2 8.3 DB=pgsql Linux passed
7867.3 8.2 DB=mysql Linux passed
7867.4 8.2 DB=pgsql Linux passed
7867.5 8.1 DB=mysql Linux passed
7867.6 8.1 DB=pgsql Linux passed
7867.7 8.0 DB=mysql Linux passed
7867.8 8.0 DB=pgsql Linux passed
7867.9 7.4 DB=mysql Linux passed
7867.10 7.4 DB=pgsql Linux passed
7867.11 Documentation DOCBOOK=1 Linux passed

Build Configuration

Build Option Setting
Language PHP
Operating System Linux (Bionic)
PHP Versions 8.3, 8.2, 8.1, 8.0, 7.4
Build Configuration
{
  "language": "php",
  "os": [
    "linux"
  ],
  "dist": "bionic",
  "services": [
    "postgresql",
    "mysql"
  ],
  "install": [
    "composer install"
  ],
  "before_script": [
    "chmod +x \"$TRAVIS_BUILD_DIR/tests/fakesendmail.sh\"",
    "echo 'sendmail_path = $TRAVIS_BUILD_DIR/tests/fakesendmail.sh' > ./tests/sendmail.ini",
    "phpenv config-add ./tests/sendmail.ini",
    "./build/travis_before_script.sh"
  ],
  "script": [
    "./build/travis_script.sh"
  ],
  "branches": {
    "only": [
      "master",
      "/master-[0-9.]+/"
    ]
  },
  "php": [
    "8.3",
    "8.2",
    "8.1",
    "8.0",
    "7.4"
  ],
  "env": [
    "jobs={:DB=>\"mysql\"}={:DB=>\"pgsql\"}"
  ],
  "jobs": {
    "include": [
      {
        "name": "Documentation",
        "env": [
          {
            "DOCBOOK": "1"
          }
        ],
        "language": "ruby",
        "addons": {
          "apt": {
            "packages": [
              "publican"
            ]
          }
        }
      }
    ],
    "allow_failures": [
]

},
"notifications": {
"email": [
{
"on_success": "change",
"on_failure": "always"
}
],
"irc": [
{
"on_success": "change",
"on_failure": "always",
"channels": [
"chat.freenode.net#mantisbt"
],
"skip_join": true,
"template": [
"Build #%{build_number}: %{repository} %{branch} (%{commit}) %{author} - %{message}",
"Build details: %{build_url}",
"Code Changes: %{compare_url}"
]
}
]
}
}