Code Monkey home page Code Monkey logo

che-workspace-telemetry-client's Introduction

che-workspace-telemetry-client

Contribute

This repository contains an abstract telemetry API and a Typescript implementation of the API.

Releasing

Whenever a commit is pushed to master, the GitHub Action defined in publish.yaml is run. This installs maven, increments the versions in each POM, builds the projects, creates a release commit, and runs mvn deploy. This job pushes a number of artifacts to the GitHub package repository for this repository.

Project Artifact Name Description Used By
parent parent-$VERSION.pom The POM file of the parent repository (this repo) Not used
backend-base backend-base-$VERSION-resources.zip A zip file containing the telemetry OpenAPI spec in yaml format javascript project (see ./javascript/pom.xml)
backend-base backend-base-$VERSION.jar The compiled backend-base artifact che-workspace-telemetry-woopra-plugin
backend-base backend-base-$VERSION.pom The POM file of the backend-base project che-workspace-telemetry-woopra-plugin
javascript javascript-$VERSION.pom The POM file of the javascript project Not used

After the maven artifacts are published, the GitHub Action runs npm publish in the javascript project to push a new version of @eclipse-che/workspace-telemetry-client

To use the new version in the woopra plugin, replace the version coordinate in pom.xml:

<dependency>
  <groupId>org.eclipse.che.incubator.workspace-telemetry</groupId>
  <artifactId>backend-base</artifactId>
  <version>      </version>
</dependency>

For information about the abstract Java API, see this README

che-workspace-telemetry-client's People

Contributors

actions-user avatar benoitf avatar davidfestal avatar dependabot[bot] avatar ibuziuk avatar tomgeorge 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.