Skip to content
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

[pull] main from labring:main #673

Merged
merged 142 commits into from
Sep 20, 2024
Merged

[pull] main from labring:main #673

merged 142 commits into from
Sep 20, 2024

Conversation

pull[bot]
Copy link

@pull pull bot commented Jul 15, 2024

See Commits and Changes for more details.


Created by pull[bot]

Can you help keep this open source service alive? 💖 Please sponsor : )

zzjin and others added 3 commits July 15, 2024 11:58
* opt: desktop default config

link: frontend/desktop/data/config.yaml:26

* opt: docsurl
@cuisongliu
Copy link
Owner

cuisongliu commented Jul 15, 2024

🤖 Generated by lychee action

Summary

Status Count
🔍 Total 2165
✅ Successful 494
⏳ Timeouts 0
🔀 Redirected 0
👻 Excluded 1669
❓ Unknown 0
🚫 Errors 0

Full action output

Full Github Actions output

…ce (#4878)

* refactor: enhance i18n type annotations for better developer experience

* desktop done

* fix build

* delete script

* fix launchpad ci

* delete file

* update

* delete appname as I18nCommonKey

* update
* fix: update work order status to pending

* add description
* feat: use dumb-init as the init system for Docker container

* add account center

* update pause_message
* dep: upgrade user controller client-go version and fix kc reconcile when delete secret.
Signed-off-by: yy <[email protected]>

Signed-off-by: yy <[email protected]>

* dep: upgrade terminal controller client-go version.
Signed-off-by: yy <[email protected]>

Signed-off-by: yy <[email protected]>

* dep: upgrade resource controller client-go and ctrl-runtime version.
Signed-off-by: yy <[email protected]>

Signed-off-by: yy <[email protected]>

* dep: upgrade objectstorage controller client-go and ctrl-runtime version.
Signed-off-by: yy <[email protected]>

Signed-off-by: yy <[email protected]>

* dep: upgrade node controller client-go and ctrl-runtime version.
Signed-off-by: yy <[email protected]>

Signed-off-by: yy <[email protected]>

* dep: upgrade license controller client-go and ctrl-runtime version.
Signed-off-by: yy <[email protected]>

Signed-off-by: yy <[email protected]>

* dep: upgrade jobs client-go and ctrl-runtime version.
Signed-off-by: yy <[email protected]>

Signed-off-by: yy <[email protected]>

* dep: upgrade db/adminer client-go and ctrl-runtime version.
Signed-off-by: yy <[email protected]>

Signed-off-by: yy <[email protected]>

* dep: upgrade account,app controller client-go and ctrl-runtime version.
Signed-off-by: yy <[email protected]>

Signed-off-by: yy <[email protected]>

* do go mod tidy in job/init.
Signed-off-by: yy <[email protected]>

Signed-off-by: yy <[email protected]>

* fix terminal cache.
Signed-off-by: yy <[email protected]>

Signed-off-by: yy <[email protected]>

* fix adminer cache.
Signed-off-by: yy <[email protected]>

Signed-off-by: yy <[email protected]>

* fix app main.go.
Signed-off-by: yy <[email protected]>

Signed-off-by: yy <[email protected]>

* run go mod tidy in controllers.
Signed-off-by: yy <[email protected]>

Signed-off-by: yy <[email protected]>

* fix license check.
Signed-off-by: yy <[email protected]>

Signed-off-by: yy <[email protected]>

* fix type is not found error in node-ctr

* fix type is not found in account-ctr

* fix

* fix account go lint.
Signed-off-by: yy <[email protected]>

Signed-off-by: yy <[email protected]>

* fix resource controller go lint.
Signed-off-by: yy <[email protected]>

Signed-off-by: yy <[email protected]>

* restore test files.
Signed-off-by: yy <[email protected]>

Signed-off-by: yy <[email protected]>

* delete useless admin label const.
Signed-off-by: yy <[email protected]>

Signed-off-by: yy <[email protected]>

---------

Signed-off-by: yy <[email protected]>
Co-authored-by: xuziyi <[email protected]>
@codecov-commenter
Copy link

codecov-commenter commented Jul 18, 2024

⚠️ Please install the 'codecov app svg image' to ensure uploads and comments are reliably processed by Codecov.

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 65.45%. Comparing base (4288104) to head (60c4065).

❗ Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #673   +/-   ##
=======================================
  Coverage   65.45%   65.45%           
=======================================
  Files           8        8           
  Lines         660      660           
=======================================
  Hits          432      432           
  Misses        180      180           
  Partials       48       48           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

* update:dbprovider Pause Hint message

* fix notifications

* fix guide

* update workorder

* fix
* feat: db log previous

* fix: translate key type

* fix: remove v8 compile cache

* feat: db migrate previous log
* add release command and args for release default commands.

* add default workingDir

* add make pre-deploy
* WIP: Replace `ingress-nginx` to `higress`.

Signed-off-by: zzjin <[email protected]>

* feat: update higress version

* feat: controller autoscalling and gateway daemonset

* feat: Optimize H2 flow control buffer size

* chore: bump higress version to 2.0.0

* chore: no need to install istio

---------

Signed-off-by: zzjin <[email protected]>
Co-authored-by: zijiren233 <[email protected]>
* feat: launchpad implement URL query to form data conversion

* add appName

* update

* fix dockerfile
* feat(costcenter): price calculator

* perf(costcenter-frontend):auth
* fix get payment with invoice arg

* remove old version verification process

* fix get transfer

* fix deploy account service in cloud scripts

* swag
* add LastTerminatedState for devbox.

Signed-off-by: yy <[email protected]>

* fix makefile.

Signed-off-by: yy <[email protected]>

* fix requeue.

* fix enqueue logic

* add state and rename last state

* add check pod container size

* add squash check.

---------

Signed-off-by: yy <[email protected]>
@cuisongliu cuisongliu merged commit e601ff2 into cuisongliu:main Sep 20, 2024
76 of 77 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.