Merge remote-tracking branch 'api/master'

This commit is contained in:
2023-05-24 14:16:58 +02:00
4 changed files with 849 additions and 794 deletions

View File

@@ -90,7 +90,7 @@ docker image:
- export IMAGETAG_CORE_VERSION=$IMAGETAG_BASE:core-$CORE_VERSION
- export IMAGETAG_VERSION=$IMAGETAG_BASE:$VERSION
- export IMAGETAG_LATEST=$IMAGETAG_BASE:latest
- docker login -u gitlab-ci-token -p $CI_BUILD_TOKEN $CI_REGISTRY
- docker login -u gitlab-ci-token -p $CI_JOB_TOKEN $CI_REGISTRY
- docker build -t $IMAGETAG_LATEST -t $IMAGETAG_VERSION -t $IMAGETAG_CORE_VERSION .
- docker push $IMAGETAG_BASE
tags:
@@ -110,9 +110,9 @@ branch image:
services:
- docker:dind
script:
- export IMAGETAG_BASE=$CI_REGISTRY_IMAGE/$REGISTRY_BRANCH/cli
- export IMAGETAG_BASE=$CI_REGISTRY_IMAGE/cli
- export IMAGETAG_BRANCH=$IMAGETAG_BASE:$CI_COMMIT_REF_SLUG
- docker login -u gitlab-ci-token -p $CI_BUILD_TOKEN $CI_REGISTRY
- docker login -u gitlab-ci-token -p $CI_JOB_TOKEN $CI_REGISTRY
- docker build -t $IMAGETAG_BRANCH .
- docker push $IMAGETAG_BASE
except:

View File

@@ -1,3 +1,25 @@
# [1.1.0](https://gitlab.com/openstapps/api/compare/v1.0.1...v1.1.0) (2023-05-19)
## [1.0.1](https://gitlab.com/openstapps/api/compare/v1.0.0...v1.0.1) (2023-05-08)
### Bug Fixes
* changelog generation on version tags ([a5291af](https://gitlab.com/openstapps/api/commit/a5291af83831d542a60d8df119dc10fc44233ae6))
* rename deprecated Gitlab CI variables ([10f7cb8](https://gitlab.com/openstapps/api/commit/10f7cb802883b51fcee52b05d2751cbac27130cd))
# [1.0.0](https://gitlab.com/openstapps/api/compare/v0.46.0...v1.0.0) (2023-05-04)
# [0.46.0](https://gitlab.com/openstapps/api/compare/v0.45.0...v0.46.0) (2023-05-04)
# [0.45.0](https://gitlab.com/openstapps/api/compare/v0.44.0...v0.45.0) (2022-12-06)

File diff suppressed because it is too large Load Diff

View File

@@ -1,13 +1,13 @@
{
"name": "@openstapps/api",
"version": "0.45.0",
"version": "1.1.0",
"scripts": {
"build": "npm run lint && npm run compile",
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s -r 0 && git add CHANGELOG.md && git commit -m 'docs: update changelog'",
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s -r 0 && git add CHANGELOG.md",
"check-configuration": "openstapps-configuration",
"compile": "rimraf lib && tsc && prepend lib/cli.js '#!/usr/bin/env node\n'",
"documentation": "typedoc --includeVersion --out docs --readme README.md --listInvalidSymbolLinks --entryPointStrategy expand src",
"postversion": "npm run changelog",
"version": "npm run changelog",
"prepublishOnly": "npm ci && npm run build",
"preversion": "npm run prepublishOnly",
"push": "git push && git push origin \"v$npm_package_version\"",
@@ -17,21 +17,21 @@
"description": "Node.js library to interact with the StApps backend service",
"dependencies": {
"@krlwlfrt/async-pool": "0.7.0",
"@openstapps/core": "0.72.0",
"@openstapps/core-tools": "0.32.0",
"@openstapps/core": "1.1.0",
"@openstapps/core-tools": "0.34.0",
"@openstapps/logger": "1.1.1",
"@types/cli-progress": "3.11.0",
"@types/express": "4.17.14",
"@types/morgan": "1.9.3",
"@types/node": "14.18.34",
"@types/express": "4.17.17",
"@types/morgan": "1.9.4",
"@types/node": "14.18.43",
"@types/traverse": "0.6.32",
"@types/uuid": "8.3.4",
"@types/wait-on": "5.3.1",
"body-parser": "1.20.1",
"cli-progress": "3.11.2",
"commander": "9.4.1",
"body-parser": "1.20.2",
"cli-progress": "3.12.0",
"commander": "9.5.0",
"express": "4.18.2",
"got": "11.8.5",
"got": "11.8.6",
"json-schema": "0.4.0",
"moment": "2.29.4",
"morgan": "1.10.0",
@@ -42,10 +42,10 @@
},
"license": "GPL-3.0-only",
"devDependencies": {
"@openstapps/configuration": "0.33.0",
"@openstapps/configuration": "0.34.0",
"@openstapps/eslint-config": "1.1.0",
"@testdeck/mocha": "0.3.3",
"@types/chai": "4.3.4",
"@types/chai": "4.3.5",
"@types/chai-as-promised": "7.1.5",
"@types/chai-spies": "1.0.3",
"@types/fs-extra": "9.0.13",
@@ -57,17 +57,17 @@
"chai-as-promised": "7.1.1",
"chai-spies": "1.0.0",
"conventional-changelog-cli": "2.2.2",
"eslint": "8.29.0",
"eslint-config-prettier": "8.5.0",
"eslint-plugin-jsdoc": "39.6.4",
"eslint": "8.39.0",
"eslint-config-prettier": "8.8.0",
"eslint-plugin-jsdoc": "39.9.1",
"eslint-plugin-prettier": "4.2.1",
"eslint-plugin-unicorn": "43.0.2",
"fs-extra": "10.1.0",
"mocha": "10.1.0",
"nock": "13.2.9",
"mocha": "10.2.0",
"nock": "13.3.1",
"nyc": "15.1.0",
"prepend-file-cli": "1.0.6",
"prettier": "2.8.0",
"prettier": "2.8.8",
"rimraf": "3.0.2",
"ts-node": "10.9.1",
"tslint": "6.1.3",
@@ -85,7 +85,7 @@
"Thea Schöbl <dev@theaninova.de>"
],
"peerDependencies": {
"@openstapps/core": "~0.72.0"
"@openstapps/core": "~1.0.1"
},
"repository": {
"type": "git",