Skip to content

feat: improve forgeStageTwoQuery to allow select/omit for singular model populate#1627

Open
DominusKelvin wants to merge 5 commits into
balderdashy:masterfrom
sailscastshq:feat/model-populate-select-omit
Open

feat: improve forgeStageTwoQuery to allow select/omit for singular model populate#1627
DominusKelvin wants to merge 5 commits into
balderdashy:masterfrom
sailscastshq:feat/model-populate-select-omit

refactor: improve populate select/omit test assertions

414c927
Select commit
Loading
Failed to load commit list.
Travis CI / Travis CI - Pull Request succeeded Sep 18, 2025 in 39s

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 #1627 feat: improve forgeStageTwoQuery to allow select/omit as for singular model populate.
Any changes that have been made to the master branch before the build ran are also included.

Jobs and Stages

This build has four jobs, running in parallel.

Job Node.js OS State
3440.1 10 Linux passed
3440.2 12 Linux passed
3440.3 14 Linux passed
3440.4 16 Linux passed

Build Configuration

Build Option Setting
Language Node.js
Operating System Linux (Focal)
Node.js Versions 10, 12, 14, 16
Build Configuration
{
  "language": "node_js",
  "os": [
    "linux"
  ],
  "dist": "focal",
  "node_js": [
    "10",
    "12",
    "14",
    "16"
  ],
  "branches": {
    "only": [
      "master"
    ]
  },
  "notifications": {
    "email": [
      {
        "recipients": [
          "ci@sailsjs.com"
        ]
      }
    ]
  }
}