Code Monkey home page Code Monkey logo

azure-pipelines-templates's People

Contributors

calebcartwright avatar renovate-bot avatar renovate[bot] avatar swellbot avatar

Stargazers

 avatar

Watchers

 avatar  avatar  avatar  avatar

azure-pipelines-templates's Issues

Update coverage template

AZP has changed the way code coverage results are published, which is now resulting in our step template causing warnings. Let's update the coverage upload step to exclude the extra directory param

Add invoke based combo template

Create a combo template driven off of invoke steps for basic setup, dependency installation, lint, format check, and to run tests and publish results

Setup CI/Publish build

Create Azure Pipelines job to run a CI job on the master branch when there are changes under the /templates directory to create and publish a tag and release in the repo

Fix Sonar Duplication Warning

Sonar is flagging the tests for the test result and code coverage publish steps as duplicates between the two node combo templates.

Probably worth investigating the feasibility of encapsulating this somewhere and/or trying to have Sonar ignore since this isn't really "duplicated" code:

The combo templates utilize many of the same step templates so there's a lot of commonality in the tests for those combo templates.

This is a false positive in Sonar IMO, so I'm inclined to update our Sonar config accordingly
https://docs.sonarqube.org/7.7/analysis/analysis-parameters/
sonar.cpd.exclusions
sonar.cpd.${language}.minimumtokens
sonar.cpd.${language}.minimumLines

Core Node Step/Combo Templates

Steps

  • npm install
  • npm custom script

Combo

  • core validation build script
    • npm i
    • npm run build
    • publish test results
    • publish code coverage
  • core validation test and lint
    • npm i
    • npm test
    • npm run lint
    • publish test results
    • publish code coverage

Add main documentation hub

Create root/landing documentation to explain contents, links out to specific docs for various language templates, etc.

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.