Git Product home page Git Product logo

ecosystem-index's Introduction

ecosystem-index

This repository contains an index strider plugins for consumption by Strider via strider-ecosystem-client

Plugins added here are made available via the admin interface in Strider 1.6.0 and newer.

Each plugin is represented as an entry in plugins.yml

Tagging

โš ๏ธ IMPORTANT!!!

The version numbers indicated must map to tags on the plugin's repository. e.g. A plugin at version 1.0.0 implies that fetching that plugin's repository at tag '1.0.0' will yield the desired source code. THIS MEANS A TAG NAME v1.0.0 WILL NOT MATCH AGAINST A TAG INDICATED AT '1.0.0' IN THE INDEX

Anatomy of plugin entry

Take this example:

artifact-repository:
  description: Save and exposes artifacts built by strider CI
  tag: 1.0.0
  repo: https://github.com/tbouron/strider-artifact-repository
  module_name: strider-artifact-repository
  name: Artifact Repository
  type: job

The top-level key, artifact-repository, must match the id of the plugin, as defined in the strider section of the plugin's package.json file.

description is self-explanatory.

tag must correspond to a plain (no v or V or version) numeric semantic version (e.g. 2.34.5) tag upon the git repository. If you don't tag your repository at a version, there is no way to deliver consistent, semantic versions.

repo must correspond to an HTTPS path that we can checkout with git. Github URLs, for example, work.

module_name must correspond to the name field of the plugin's package.json -- it is what is require()'d by Strider when loading your plugin.

name is a pretty name for display on the plugin page, it's optional and falls back to the top-level key

type must correspond to the type of the plugin, as defined in the strider section of the plugin's package.json file.

ecosystem-index's People

Contributors

ellerbrock avatar flxbe avatar johannhospice avatar kfatehi avatar knownasilya avatar logankoester avatar mixaill avatar tbouron avatar xgalen avatar

Watchers

 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.