Code Monkey home page Code Monkey logo

rundeck-data-models's Introduction

Rundeck Data Models

Purpose

This library contains data models and data provider interfaces that Rundeck uses to represent persistent data in the system. By modeling the data in this way, the data models can be used in projects outside Rundeck that might need to interact with Rundeck data in a type safe way.

Usage

The data models are intended to be implemented using a Grails GORM Domain Object so that the data can be persisted to a database.

The data providers provide a well-defined interface that describes how persistent data is accessed and manipulated. The default implementation of a data providers uses the Grails GORM API to interact with the persistent data.

Releasing

  • After making changes to the models, bump the version in the build.gradle file.
  • Create a pull request with your changes.
  • After the PR has been approved and merged, pull the latest changes to main and create a tag that corresponds to the version in the build.gradle file.

For CircleCi to publish the new version to Maven Central the tag must start with v and end with the version number.

Example: build.gradle version is 1.0.1 create a tag named v1.0.1 then push with git push origin v1.0.1 this will trigger the CircleCi workflow to publish the new version to Maven Central.

rundeck-data-models's People

Contributors

ocerda avatar sjrd218 avatar

Watchers

 avatar  avatar  avatar  avatar  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.