Skip to content

Chore/renaming to lowcoder in docs #1

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 4 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 17 additions & 0 deletions .github/ISSUE_TEMPLATE/chore_report.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
---
name: 💡 Chore
about: tasks related to tech debt/ tidying up, NOT for fixing broken things. Examples include superficial wordings/namings, or underlying architecture, tools, packages, or language versions.
title: "[chore]:"
labels: chore
assignees: ''

---

**What is your suggested improvement? Please describe.**
A clear and concise description of what the problem is. Eg. The package XXX is no longer maintained or developed [...]

**Describe the solution you'd like**
A clear and concise description of what you want to happen. Eg. I suggest using package YYY which provides similar functionality [...]

**Additional context**
Add any other context or screenshots about the feature request here.
2 changes: 1 addition & 1 deletion server/node-service/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"@aws-sdk/client-s3": "^3.327.0",
"@aws-sdk/s3-request-presigner": "^3.327.0",
"@google-cloud/bigquery": "^6.1.0",
"@google-cloud/storage": "^6.9.3",
"@google-cloud/storage": "^6.10.1",
"@supabase/supabase-js": "^2.10.0",
"@types/axios": "^0.14.0",
"@types/express": "^4.17.14",
Expand Down
29 changes: 27 additions & 2 deletions server/node-service/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2017,7 +2017,32 @@ __metadata:
languageName: node
linkType: hard

"@google-cloud/storage@npm:^6.9.3, @google-cloud/storage@npm:^6.9.5":
"@google-cloud/storage@npm:^6.10.1":
version: 6.10.1
resolution: "@google-cloud/storage@npm:6.10.1"
dependencies:
"@google-cloud/paginator": ^3.0.7
"@google-cloud/projectify": ^3.0.0
"@google-cloud/promisify": ^3.0.0
abort-controller: ^3.0.0
async-retry: ^1.3.3
compressible: ^2.0.12
duplexify: ^4.0.0
ent: ^2.2.0
extend: ^3.0.2
gaxios: ^5.0.0
google-auth-library: ^8.0.1
mime: ^3.0.0
mime-types: ^2.0.8
p-limit: ^3.0.1
retry-request: ^5.0.0
teeny-request: ^8.0.0
uuid: ^8.0.0
checksum: 8908500e3057456ccac5cca17224807898a5c51c0423dec336e802ed0bc0785be7658b0050f848102a2f9207dbf3fb2649f6cc8e515c49fce3a134a8f158ecea
languageName: node
linkType: hard

"@google-cloud/storage@npm:^6.9.5":
version: 6.10.0
resolution: "@google-cloud/storage@npm:6.10.0"
dependencies:
Expand Down Expand Up @@ -8952,7 +8977,7 @@ __metadata:
"@aws-sdk/client-s3": ^3.327.0
"@aws-sdk/s3-request-presigner": ^3.327.0
"@google-cloud/bigquery": ^6.1.0
"@google-cloud/storage": ^6.9.3
"@google-cloud/storage": ^6.10.1
"@supabase/supabase-js": ^2.10.0
"@types/axios": ^0.14.0
"@types/express": ^4.17.14
Expand Down