Skip to content

Commit

Permalink
No commit message
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Oct 10, 2023
2 parents 2d0e612 + 71807f5 commit b191824
Show file tree
Hide file tree
Showing 116 changed files with 762 additions and 709 deletions.
15 changes: 11 additions & 4 deletions .github/workflows/npm-sync.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,17 @@ jobs:
runs-on: ubuntu-latest
steps:

- name: Sleep 120s, wait for npm cache
uses: juliangruber/sleep-action@v1
with:
time: 120s
# checkout branch 2.5
- name: Checkout branch 2.5
uses: actions/checkout@v2
with:
ref: '2.5'

- run: yarn --frozen-lockfile

- name: Bootstrap platform
run: |
yarn bootstrap
- name: Sync cnpm
env:
Expand Down
1 change: 0 additions & 1 deletion appsmith
Submodule appsmith deleted from 36aec9
2 changes: 1 addition & 1 deletion creator/packages/steedos-api/package.js
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ Package.onUse(function(api) {

// api.addFiles('routes/s3.coffee', 'server');
// api.addFiles('routes/push.coffee', 'server');
// api.addFiles('routes/aliyun_push.coffee', 'server');
api.addFiles('routes/aliyun_push.coffee', 'server');
// api.addFiles('routes/import.coffee', 'server');
// api.addFiles('routes/proxy.coffee', 'server');

Expand Down
10 changes: 5 additions & 5 deletions ee/sso-oidc/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@steedos/ee_sso-oidc",
"version": "2.5.15-beta.14",
"version": "2.5.15-beta.15",
"main": "package.service.js",
"scripts": {
"build": "tsc"
Expand All @@ -11,14 +11,14 @@
"access": "public"
},
"dependencies": {
"@steedos/accounts": "2.5.15-beta.14",
"@steedos/objectql": "2.5.15-beta.14",
"@steedos/service-package-loader": "2.5.15-beta.14",
"@steedos/accounts": "2.5.15-beta.15",
"@steedos/objectql": "2.5.15-beta.15",
"@steedos/service-package-loader": "2.5.15-beta.15",
"@techpass/passport-openidconnect": "^0.3.2",
"express": "4.18.1",
"node-fetch": "^2.6.7",
"passport": "^0.6.0",
"request-ip": "^2.2.0"
},
"gitHead": "7b6dc80eeda6a50f30bbbd3185cfb49c6bdcf32c"
"gitHead": "afe78018132493f15da990933a120e113760bad6"
}
42 changes: 0 additions & 42 deletions examples/project-template/.env

This file was deleted.

20 changes: 0 additions & 20 deletions examples/project-template/.gitignore

This file was deleted.

5 changes: 0 additions & 5 deletions examples/project-template/.vscode/extensions.json

This file was deleted.

20 changes: 0 additions & 20 deletions examples/project-template/.vscode/settings.json

This file was deleted.

32 changes: 0 additions & 32 deletions examples/project-template/README.md

This file was deleted.

29 changes: 0 additions & 29 deletions examples/project-template/docker-compose.yml

This file was deleted.

22 changes: 0 additions & 22 deletions examples/project-template/moleculer.config.js

This file was deleted.

14 changes: 0 additions & 14 deletions examples/project-template/package.json

This file was deleted.

This file was deleted.

6 changes: 0 additions & 6 deletions examples/project-template/steedos-app/package.json

This file was deleted.

69 changes: 0 additions & 69 deletions examples/project-template/steedos-app/package.service.js

This file was deleted.

This file was deleted.

33 changes: 0 additions & 33 deletions examples/project-template/steedos.config.js

This file was deleted.

Loading

0 comments on commit b191824

Please sign in to comment.