Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
awlayton committed Dec 1, 2021
1 parent 0a60ff1 commit 2da4afe
Show file tree
Hide file tree
Showing 9 changed files with 380 additions and 597 deletions.
280 changes: 0 additions & 280 deletions .github/workflows/build-and-push-services.yml

This file was deleted.

31 changes: 31 additions & 0 deletions .github/workflows/build-and-push.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
# Copyright 2021 Qlever LLC
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.

name: Build and push docker image

on:
push:
pull_request:

jobs:
call-build-and-push-service:
uses: qlever-llc/workflows/.github/workflows/build-and-push-service.yml@master
secrets:
dockerhub_username: ${{ secrets.DOCKERHUB_USERNAME }}
dockerhub_repo: ${{ secrets.DOCKER_REPO }}
snyk_org: ${{ secrets.SNYK_ORG }}
# Actual secrets
github_token: ${{ secrets.GITHUB_TOKEN }}
dockerhub_token: ${{ secrets.DOCKERHUB_TOKEN }}
snyk_token: ${{ secrets.SNYK_TOKEN }}
300 changes: 150 additions & 150 deletions .yarn/releases/yarn-3.1.0.cjs → .yarn/releases/yarn-3.1.1.cjs

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion .yarnrc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ plugins:
- path: .yarn/plugins/@yarnpkg/plugin-workspace-tools.cjs
spec: "@yarnpkg/plugin-workspace-tools"

yarnPath: .yarn/releases/yarn-3.1.0.cjs
yarnPath: .yarn/releases/yarn-3.1.1.cjs
28 changes: 14 additions & 14 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@
"@oada/client": "^2.6.4",
"@oada/list-lib": "^2.1.10",
"@oada/types": "^1.7.0",
"ajv": "^8.8.0",
"ajv": "^8.8.2",
"bluebird": "^3.7.2",
"convict": "^6.2.1",
"debug": "^4.3.2",
"debug": "^4.3.3",
"dotenv": "^10.0.0",
"handlebars": "^4.7.7",
"json-pointer": "^0.6.1",
Expand All @@ -38,11 +38,11 @@
"@types/json-pointer": "^1.0.31",
"@types/luxon": "^2.0.7",
"@types/minimist": "^1.2.2",
"@types/node": "^16.11.7",
"@typescript-eslint/eslint-plugin": "^5.4.0",
"@typescript-eslint/parser": "^5.4.0",
"@yarnpkg/sdks": "^2.5.1-rc.1",
"eslint": "^8.2.0",
"@types/node": "^16.11.11",
"@typescript-eslint/eslint-plugin": "^5.5.0",
"@typescript-eslint/parser": "^5.5.0",
"@yarnpkg/sdks": "^2.5.1-rc.4",
"eslint": "^8.3.0",
"eslint-config-prettier": "^8.3.0",
"eslint-config-xo": "^0.39.0",
"eslint-config-xo-typescript": "^0.47.1",
Expand All @@ -51,7 +51,7 @@
"eslint-plugin-array-func": "^3.1.7",
"eslint-plugin-eslint-comments": "^3.2.0",
"eslint-plugin-filenames": "^1.3.2",
"eslint-plugin-github": "^4.3.4",
"eslint-plugin-github": "^4.3.5",
"eslint-plugin-i18n-text": "^1.0.1",
"eslint-plugin-import": "^2.25.3",
"eslint-plugin-no-constructor-bind": "^2.0.4",
Expand All @@ -61,13 +61,13 @@
"eslint-plugin-notice": "^0.9.10",
"eslint-plugin-optimize-regex": "^1.2.1",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-promise": "^5.1.1",
"eslint-plugin-regexp": "^1.5.0",
"eslint-plugin-promise": "^5.2.0",
"eslint-plugin-regexp": "^1.5.1",
"eslint-plugin-security": "^1.4.0",
"eslint-plugin-sonarjs": "^0.10.0",
"eslint-plugin-unicorn": "^38.0.1",
"prettier": "^2.4.1",
"eslint-plugin-sonarjs": "^0.11.0",
"eslint-plugin-unicorn": "^39.0.0",
"prettier": "^2.5.0",
"typescript": "^4.4.4"
},
"packageManager": "[email protected].0"
"packageManager": "[email protected].1"
}
Empty file modified src/index.ts
100755 → 100644
Empty file.
Empty file modified src/types.d.ts
100755 → 100644
Empty file.
Empty file modified test/insomnia_test_ainz.json
100755 → 100644
Empty file.
Loading

0 comments on commit 2da4afe

Please sign in to comment.