Giter VIP home page Giter VIP logo

nx-plugins's Introduction

nx-plugins's People

Contributors

b4nst avatar dependabot[bot] avatar cmcnicholas avatar

Stargazers

Matthew Dobson avatar  avatar tje512 avatar  avatar Ilya Sotkov avatar

Watchers

Lucas avatar  avatar

nx-plugins's Issues

[FEAT] Exit code 2 for terraform plan should have the option to "not fail"

Is your feature request related to a problem? Please describe.

Currently if you plan with detailed-exitcode you can get 0, 1, 2 as an exit code, 0 being success and 2 being success with changes.

Describe the solution you'd like

I would like the option to indicate that 2 is an acceptable exit code and not fail the command.

Additional context

pipeline errors we get for this:

Failed to execute command: terraform plan -input=false -detailed-exitcode Error: Command failed: terraform plan -input=false -detailed-exitcode
    at checkExecSyncError (node:child_process:890:11)
    at execSync (node:child_process:962:15)
    at runTfCommand (/home/runner/work/xxx/node_modules/@loft-orbital/terraform/src/utils/run-tf-command.helper.js:12:38)
    at /home/runner/work/swr-frontend/xxx/@loft-orbital/terraform/src/executors/plan/executor.js:8:41
    at Generator.next (<anonymous>)
    at /home/runner/work/xxx/node_modules/tslib/tslib.js:169:75
    at new Promise (<anonymous>)
    at Object.__awaiter (/home/runner/work/xxx/node_modules/tslib/tslib.js:165:16)
    at runExecutor (/home/runner/work/xxx/node_modules/@loft-orbital/terraform/src/executors/plan/executor.js:6:20) {
  status: 2,
  signal: null,
  output: [ null, null, null ],
  pid: 2265,
  stdout: null,
  stderr: null
}

Update stats on the Nx Plugin Registry

This plugin is missing the Nx version and Github Stars on the Nx Plugin Registry. To fix this, you need to publish a new version of the plugin that includes:

(1) @nx/devkit as a dependency (or peerDependency) and
(2) a repository.url in the package.json that points to this repo. i.e.

{
  "repository": {
    "type": "git",
    "url": "https://github.com/nrwl/nx.git",
    "directory": "packages/web"
  }
}

Thanks,
Isaac (Nx Team)

[FEAT] NX v17 compatible

Is your feature request related to a problem? Please describe.

This plugin is not compatible with NX >= 17.
Can you make the necessary changes?

Describe the solution you'd like

Additional context

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.