Skip to content
This repository was archived by the owner on Jul 8, 2025. It is now read-only.

Commit 88969e1

Browse files
authored
chore: Remove last cico pieces and update README (#182)
1 parent 4f0db01 commit 88969e1

File tree

5 files changed

+5
-125
lines changed

5 files changed

+5
-125
lines changed

README.md

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,16 @@
11
# Dependency Analytics LSP Server
22

3-
[![NPM Publish](https://ci.centos.org/job/devtools-fabric8-analytics-lsp-server-npm-publish-build-master/badge/icon)](https://ci.centos.org/job/devtools-fabric8-analytics-lsp-server-npm-publish-build-master/)
3+
![Release](https://github.com/fabric8-analytics/fabric8-analytics-lsp-server/workflows/Release/badge.svg?branch=master)
44
[![NPM Version](https://img.shields.io/npm/v/fabric8-analytics-lsp-server.svg)](https://www.npmjs.com/package/fabric8-analytics-lsp-server)
55
![CI Build](https://github.com/fabric8-analytics/fabric8-analytics-lsp-server/workflows/CI%20Build/badge.svg?branch=master)
66
[![codecov](https://codecov.io/gh/fabric8-analytics/fabric8-analytics-lsp-server/branch/master/graph/badge.svg?token=aVThXjheDf)](https://codecov.io/gh/fabric8-analytics/fabric8-analytics-lsp-server)
77

8-
Language Server(LSP) that can analyze your dependencies specified in `package.json` and `pom.xml`.
8+
Language Server(LSP) that can analyze your dependencies specified in `package.json`, `pom.xml`, `requirements.txt` and `go.mod`.
99

1010
## Build
1111

1212
```
1313
npm install
14-
npm run-script build
1514
```
1615

1716
## Test
@@ -25,26 +24,24 @@ npm test
2524
we use 2 environment variables to setup the recommender API either you need to set OSIO user token or 3scale User key along with Api url as in below.
2625

2726
```
28-
export RECOMMENDER_API_URL= the-url + '/api/v1'
27+
export RECOMMENDER_API_URL= the-url + '/api/v2'
2928
```
3029

3130
```
32-
export RECOMMENDER_API_TOKEN=the-token
3331
export THREE_SCALE_USER_TOKEN=the-user-token
3432
```
3533

3634
## Release
3735

38-
Semantic release are done via fabric8cd using `semantic-release`.
36+
Semantic release are done via Github Actions using `semantic-release`.
3937
- merging each PR will result with an automatic build of master
4038
- and a release apatch, minor or major version. You should use correct [commit message](https://github.com/semantic-release/semantic-release#commit-message-format).
4139

4240
## Clients
4341

4442
client which consumes Dependency Analytics Language Server:
4543
- [VSCode Extension](https://github.com/fabric8-analytics/fabric8-analytics-vscode-extension)
46-
- [DevStudio Plugin](https://github.com/fabric8-analytics/fabric8-analytics-devstudio-plugin)
47-
- [RH-Che](https://github.com/redhat-developer/rh-che)
44+
- [IntelliJ Plugin](https://github.com/redhat-developer/intellij-dependency-analytics)
4845

4946
## License
5047

cico_build_deploy.sh

Lines changed: 0 additions & 11 deletions
This file was deleted.

cico_release.sh

Lines changed: 0 additions & 24 deletions
This file was deleted.

cico_run_tests.sh

Lines changed: 0 additions & 11 deletions
This file was deleted.

cico_setup.sh

Lines changed: 0 additions & 71 deletions
This file was deleted.

0 commit comments

Comments
 (0)