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

remove management workspace (#278) #281

Merged
merged 4 commits into from
Mar 7, 2024

Conversation

yubonluo
Copy link

@yubonluo yubonluo commented Mar 6, 2024

Conflicts:

src/core/public/index.ts
src/core/public/utils/index.ts
src/core/utils/constants.ts
delete src/plugins/workspace/public/components/workspace_creator/workspace_form.tsx
delete src/plugins/workspace/public/components/workspace_menu/workspace_menu.tsx src/plugins/workspace/server/workspace_client.ts

Description

remove management workspace

Issues Resolved

Screenshot

Testing the changes

Check List

  • All tests pass
    • yarn test:jest
    • yarn test:jest_integration
  • New functionality includes testing.
  • New functionality has been documented.
  • Update CHANGELOG.md
  • Commits are signed per the DCO using --signoff

* remove management workspace

* delete unnecessary code comments

* delete comments
# Conflicts:
#	src/core/public/index.ts
#	src/core/public/utils/index.ts
#	src/core/utils/constants.ts
#	src/plugins/workspace/public/components/workspace_creator/workspace_form.tsx
#	src/plugins/workspace/public/components/workspace_menu/workspace_menu.tsx
#	src/plugins/workspace/server/workspace_client.ts
@SuZhou-Joe
Copy link
Collaborator

@yubonluo CI failed, could you please fix the error?

@ruanyl ruanyl requested review from wanglam and gaobinlong March 6, 2024 06:13
@codecov-commenter
Copy link

codecov-commenter commented Mar 6, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 66.97%. Comparing base (3ddbf99) to head (cda4e2e).
Report is 3 commits behind head on workspace-pr-integr.

Additional details and impacted files
@@                   Coverage Diff                   @@
##           workspace-pr-integr     #281      +/-   ##
=======================================================
+ Coverage                66.96%   66.97%   +0.01%     
=======================================================
  Files                     3323     3321       -2     
  Lines                    64208    64422     +214     
  Branches                 10309    10383      +74     
=======================================================
+ Hits                     42998    43149     +151     
- Misses                   18687    18731      +44     
- Partials                  2523     2542      +19     
Flag Coverage Δ
Linux_ ?
_1 32.14% <ø> (+0.16%) ⬆️
_2 55.34% <ø> (+0.02%) ⬆️
_3 43.29% <ø> (-0.13%) ⬇️
_4 35.07% <ø> (-0.12%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

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

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What is this lock file used for?

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The yarn.lock is used for CI launch, I dont know why only the one yarn is lost.

Copy link
Owner

@ruanyl ruanyl Mar 7, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@yubonluo can you paste the error? This file should NOT be changed in this PR

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This may be an occasional issue, and I have reversed the changes to the yarn.lock file. The CI has worked properly.

@ruanyl ruanyl merged commit 1e582e2 into ruanyl:workspace-pr-integr Mar 7, 2024
45 checks passed
SuZhou-Joe pushed a commit that referenced this pull request Mar 18, 2024
* remove management workspace (#278)

* remove management workspace

* delete unnecessary code comments

* delete comments
# Conflicts:
#	src/core/public/index.ts
#	src/core/public/utils/index.ts
#	src/core/utils/constants.ts
#	src/plugins/workspace/public/components/workspace_creator/workspace_form.tsx
#	src/plugins/workspace/public/components/workspace_menu/workspace_menu.tsx
#	src/plugins/workspace/server/workspace_client.ts

* update typescript version to 4.6.4

* delete useless code and add a lost yarn.lock

* delete yarn.lock
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.

5 participants