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 server side workspace feature flag check #69

Merged
merged 2 commits into from
Aug 2, 2023

Conversation

ruanyl
Copy link
Owner

@ruanyl ruanyl commented Aug 1, 2023

Description

Removed server side check of workspace feature flag

Issues Resolved

Screenshot

Testing the changes

Check List

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

This is due to error when retrieving uiSettings in
registerOnPreRouting which request is still unauthenticated

Signed-off-by: Yulong Ruan <ruanyl@amazon.com>
Signed-off-by: Yulong Ruan <ruanyl@amazon.com>
@codecov-commenter
Copy link

codecov-commenter commented Aug 1, 2023

Codecov Report

Merging #69 (2d3f6c5) into workspace (2996177) will decrease coverage by 0.02%.
The diff coverage is 25.00%.

@@              Coverage Diff              @@
##           workspace      #69      +/-   ##
=============================================
- Coverage      65.85%   65.83%   -0.02%     
=============================================
  Files           3341     3341              
  Lines          64393    64386       -7     
  Branches       10052    10050       -2     
=============================================
- Hits           42403    42389      -14     
+ Misses         19595    19500      -95     
- Partials        2395     2497     +102     
Flag Coverage Δ
Linux_1 34.69% <ø> (ø)
Linux_3 42.81% <0.00%> (+<0.01%) ⬆️
Windows_1 ?
Windows_2 54.58% <25.00%> (+0.01%) ⬆️
Windows_3 42.81% <0.00%> (+<0.01%) ⬆️
Windows_4 34.78% <0.00%> (+<0.01%) ⬆️

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

Files Changed Coverage Δ
src/core/server/workspaces/workspaces_service.ts 63.15% <0.00%> (+13.15%) ⬆️
src/core/server/server.ts 98.92% <100.00%> (ø)

... and 23 files with indirect coverage changes

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@ruanyl ruanyl merged commit 5337ad7 into workspace Aug 2, 2023
88 of 96 checks passed
ruanyl added a commit that referenced this pull request Aug 3, 2023
stop checking workspace feature flag in server side

This is due to error when retrieving uiSettings in
registerOnPreRouting which request is still unauthenticated

---------

Signed-off-by: Yulong Ruan <ruanyl@amazon.com>
@ruanyl ruanyl deleted the remove-server-side-workspace-feature-flag-check branch August 25, 2023 02:51
SuZhou-Joe pushed a commit that referenced this pull request Aug 31, 2023
stop checking workspace feature flag in server side

This is due to error when retrieving uiSettings in
registerOnPreRouting which request is still unauthenticated

---------

Signed-off-by: Yulong Ruan <ruanyl@amazon.com>
SuZhou-Joe pushed a commit that referenced this pull request Aug 31, 2023
stop checking workspace feature flag in server side

This is due to error when retrieving uiSettings in
registerOnPreRouting which request is still unauthenticated

---------

Signed-off-by: Yulong Ruan <ruanyl@amazon.com>
ruanyl added a commit that referenced this pull request Sep 15, 2023
stop checking workspace feature flag in server side

This is due to error when retrieving uiSettings in
registerOnPreRouting which request is still unauthenticated

---------

Signed-off-by: Yulong Ruan <ruanyl@amazon.com>
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.

3 participants