Coder Social home page Coder Social logo

sn-project's Introduction

Project module for CICD Server for Service-Now

Export files (records extending sys_metadata) from Service-Now to a nodejs like project on disk.
Inspired by jmbauguess/ServiceNowScriptDocumenter

Configuration

Add the table-name (ClassName) to config/entities.json in following format:

{
"sys_variable_value": { // table-name
        "name": "Values",   // display name (used for folder name)
        "key": "<document_key!dv>", // the file name
        "alias": ["sysauto_script", "wf_workflow_schedule"], // extending tables with the same rule
        "json": true, // export file as json
        "query": "variable.internal_type=script^ORvariable.internal_type=script_plain^ORvariable.internal_type=script_server", // filter on the objects
        "fields": {
            "value": ".js" // fields to be exported
        },
        "subDirPattern": "<document>" // additional sub-directory
    }
}

Variables in entities.json

    take first not null value
        <cat_item|variable_set>

    displayValue of the field
        <cat_item!dv>

    optional displayValue of the field
        <cat_item!dv?>

    optional field
        <cat_variable?>

    default 'global' if empty
        <table|'global'>

nodejs templates

By default files from ./default-templates are copied into target nodejs project. If you require a different gulp plan, point to custom files by passing a templateDir on init of the module.

  • atf-wrapper.js : Mocha wrapper to call ATF tests in Service-Now
  • jsdoc.json : Standards used in JSDoc generation
  • project.json : Example config file used in gulp
  • gulpfile.js : the gulp 'build plan'

DB

Changes are tracked via MD5 hash of file and saved to embedded nedb. Files on disk are only updated if relevant fields have changed.

sn-project's People

Contributors

bmoers avatar

Watchers

James Cloos avatar Brian Chen avatar  avatar

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.