Skip to content
New issue

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

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

Already on GitHub? # to your account

feat(server): port resolvers to node server #2026

Merged
merged 14 commits into from
Apr 27, 2023
Merged

Conversation

forehalo
Copy link
Member

@forehalo forehalo commented Apr 19, 2023

  • user
    • signin
    • oauth
  • workspace
  • permission
  • doc

@forehalo forehalo temporarily deployed to development April 19, 2023 05:46 — with GitHub Actions Inactive
@vercel
Copy link

vercel bot commented Apr 19, 2023

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
affine-preview ✅ Ready (Inspect) Visit Preview Apr 27, 2023 11:00pm
affine-storybook ✅ Ready (Inspect) Visit Preview 💬 Add feedback Apr 27, 2023 11:00pm

@forehalo forehalo self-assigned this Apr 19, 2023
@forehalo forehalo temporarily deployed to development April 19, 2023 05:46 — with GitHub Actions Inactive
@forehalo forehalo temporarily deployed to development April 19, 2023 05:46 — with GitHub Actions Inactive
@forehalo forehalo temporarily deployed to development April 19, 2023 05:46 — with GitHub Actions Inactive
@forehalo forehalo temporarily deployed to development April 19, 2023 05:46 — with GitHub Actions Inactive
@forehalo forehalo temporarily deployed to development April 19, 2023 05:46 — with GitHub Actions Inactive
@forehalo forehalo temporarily deployed to development April 19, 2023 05:50 — with GitHub Actions Inactive
@perfsee
Copy link

perfsee bot commented Apr 19, 2023

affine-toeverything

Bundle main

diff ------------------- Bundle Size Diff -------------------------

@@                       EntryPoint: main                        @@
##                     master …oud-migration                 +/- ##
===================================================================
< Bundle              4.27 MB        4.28 MB    +14.9 kB(+0.35%)   
< Initial JS          1.75 MB        1.75 MB    +1.52 kB(+0.09%)   
< Initial CSS         13.2 kB        16.6 kB   +3.47 kB(+26.38%)   
#~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~#
= Assets                   43             43                       
= Chunks                   41             41                       
< Packages                150            151                  +1   
= Duplicates                5              5                       
#~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Warnings ~~~~~~~~~~~~~~~~~~~~~~~~~~~#
! Deduplicate versions of libraries                                
! Separate mixed content assets files                              
! Avoid non-minified assets                                        
! Avoid cache wasting                                              

@@                    EntryPoint: pages/_app                     @@
##                     master …oud-migration                 +/- ##
===================================================================
< Bundle              4.16 MB        4.18 MB    +14.9 kB(+0.36%)   
< Initial JS          1.65 MB        1.65 MB    +1.52 kB(+0.09%)   
< Initial CSS         13.2 kB        16.6 kB   +3.47 kB(+26.38%)   
#~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~#
= Assets                   41             41                       
= Chunks                   39             39                       
< Packages                150            151                  +1   
= Duplicates                5              5                       
#~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Warnings ~~~~~~~~~~~~~~~~~~~~~~~~~~~#
! Deduplicate versions of libraries                                
! Separate mixed content assets files                              
! Avoid non-minified assets                                        
! Avoid cache wasting                                              

@@                   EntryPoint: pages/_error                    @@
##                     master …oud-migration                 +/- ##
===================================================================
= Bundle              16.7 kB        16.7 kB                       
= Initial JS          16.7 kB        16.7 kB                       
= Initial CSS             0 B            0 B                       
#~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~#
= Assets                    2              2                       
= Chunks                    2              2                       
= Packages                  5              5                       
= Duplicates                0              0                       

...and more

@vercel vercel bot temporarily deployed to Preview – affine-preview April 19, 2023 05:50 Inactive
@cloudflare-workers-and-pages
Copy link

cloudflare-workers-and-pages bot commented Apr 19, 2023

Deploying with  Cloudflare Pages  Cloudflare Pages

Latest commit: fcdd057
Status: ✅  Deploy successful!
Preview URL: https://288dae12.affine.pages.dev
Branch Preview URL: https://feat-cloud-migration.affine.pages.dev

View logs

@forehalo forehalo temporarily deployed to development April 19, 2023 05:52 — with GitHub Actions Inactive
@forehalo forehalo temporarily deployed to development April 19, 2023 05:52 — with GitHub Actions Inactive
@forehalo forehalo temporarily deployed to development April 19, 2023 05:52 — with GitHub Actions Inactive
@forehalo forehalo temporarily deployed to development April 19, 2023 05:52 — with GitHub Actions Inactive
@vercel vercel bot temporarily deployed to Preview – affine-storybook April 19, 2023 05:53 Inactive
@codecov
Copy link

codecov bot commented Apr 19, 2023

Codecov Report

Patch coverage: 58.85% and project coverage change: -1.22 ⚠️

Comparison is base (567092a) 70.48% compared to head (fcdd057) 69.27%.

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #2026      +/-   ##
==========================================
- Coverage   70.48%   69.27%   -1.22%     
==========================================
  Files         304      311       +7     
  Lines        5997     6535     +538     
  Branches     1066     1083      +17     
==========================================
+ Hits         4227     4527     +300     
- Misses       1562     1802     +240     
+ Partials      208      206       -2     
Flag Coverage Δ
e2etest 67.29% <ø> (-0.03%) ⬇️
server-test 71.50% <58.85%> (-19.29%) ⬇️
storybook-test 49.64% <ø> (ø)
unittest 35.48% <ø> (-0.03%) ⬇️

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

Impacted Files Coverage Δ
apps/server/src/modules/workspaces/permission.ts 14.92% <14.92%> (ø)
apps/server/src/modules/users/resolver.ts 59.45% <36.36%> (ø)
apps/server/src/utils/nestjs.ts 43.85% <43.85%> (ø)
apps/server/src/modules/workspaces/resolver.ts 58.25% <52.97%> (-25.28%) ⬇️
apps/server/src/modules/auth/resolver.ts 81.48% <81.48%> (ø)
apps/server/src/modules/auth/service.ts 86.66% <86.66%> (ø)
apps/server/src/modules/auth/guard.ts 96.34% <96.34%> (ø)
apps/server/src/app.ts 100.00% <100.00%> (ø)
apps/server/src/config/default.ts 92.30% <100.00%> (+0.15%) ⬆️
apps/server/src/modules/auth/index.ts 100.00% <100.00%> (ø)
... and 5 more

... and 2 files with indirect coverage changes

☔ View full report in Codecov by Sentry.
📢 Do you have feedback about the report comment? Let us know in this issue.

@forehalo forehalo force-pushed the feat/cloud-migration branch from 927b3fd to 86068b7 Compare April 19, 2023 07:49
@forehalo forehalo temporarily deployed to development April 19, 2023 07:49 — with GitHub Actions Inactive
@forehalo forehalo temporarily deployed to development April 19, 2023 07:49 — with GitHub Actions Inactive
@forehalo forehalo temporarily deployed to development April 19, 2023 07:49 — with GitHub Actions Inactive
@forehalo forehalo temporarily deployed to development April 19, 2023 07:50 — with GitHub Actions Inactive
@forehalo forehalo temporarily deployed to development April 19, 2023 07:50 — with GitHub Actions Inactive
@forehalo forehalo temporarily deployed to development April 19, 2023 07:50 — with GitHub Actions Inactive
@forehalo forehalo force-pushed the feat/cloud-migration branch from 86068b7 to 623662c Compare April 19, 2023 07:52
@forehalo forehalo temporarily deployed to development April 19, 2023 07:52 — with GitHub Actions Inactive
@forehalo forehalo temporarily deployed to development April 19, 2023 07:52 — with GitHub Actions Inactive
@forehalo forehalo temporarily deployed to development April 19, 2023 07:52 — with GitHub Actions Inactive
@himself65 himself65 temporarily deployed to development April 27, 2023 18:01 — with GitHub Actions Inactive
@himself65 himself65 temporarily deployed to development April 27, 2023 18:01 — with GitHub Actions Inactive
@himself65 himself65 temporarily deployed to development April 27, 2023 18:01 — with GitHub Actions Inactive
@himself65 himself65 temporarily deployed to development April 27, 2023 18:01 — with GitHub Actions Inactive
@himself65 himself65 temporarily deployed to development April 27, 2023 18:01 — with GitHub Actions Inactive
@himself65 himself65 temporarily deployed to development April 27, 2023 18:04 — with GitHub Actions Inactive
@himself65 himself65 temporarily deployed to development April 27, 2023 18:13 — with GitHub Actions Inactive
@himself65 himself65 temporarily deployed to development April 27, 2023 18:13 — with GitHub Actions Inactive
@himself65 himself65 temporarily deployed to development April 27, 2023 18:13 — with GitHub Actions Inactive
@himself65 himself65 temporarily deployed to development April 27, 2023 18:13 — with GitHub Actions Inactive
@himself65 himself65 temporarily deployed to development April 27, 2023 18:13 — with GitHub Actions Inactive
@vercel vercel bot temporarily deployed to Preview – affine-storybook April 27, 2023 18:38 Inactive
@vercel vercel bot temporarily deployed to Preview – affine-preview April 27, 2023 18:44 Inactive
@himself65 himself65 temporarily deployed to development April 27, 2023 22:45 — with GitHub Actions Inactive
@himself65 himself65 temporarily deployed to development April 27, 2023 22:45 — with GitHub Actions Inactive
@himself65 himself65 temporarily deployed to development April 27, 2023 22:45 — with GitHub Actions Inactive
@himself65 himself65 temporarily deployed to development April 27, 2023 22:45 — with GitHub Actions Inactive
@himself65 himself65 temporarily deployed to development April 27, 2023 22:45 — with GitHub Actions Inactive
@himself65 himself65 temporarily deployed to development April 27, 2023 22:45 — with GitHub Actions Inactive
@himself65 himself65 temporarily deployed to development April 27, 2023 22:49 — with GitHub Actions Inactive
@himself65 himself65 temporarily deployed to development April 27, 2023 22:55 — with GitHub Actions Inactive
@himself65 himself65 temporarily deployed to development April 27, 2023 22:55 — with GitHub Actions Inactive
@himself65 himself65 temporarily deployed to development April 27, 2023 22:55 — with GitHub Actions Inactive
@himself65 himself65 temporarily deployed to development April 27, 2023 22:55 — with GitHub Actions Inactive
@himself65 himself65 temporarily deployed to development April 27, 2023 22:55 — with GitHub Actions Inactive
@vercel vercel bot temporarily deployed to Preview – affine-storybook April 27, 2023 22:55 Inactive
@vercel vercel bot temporarily deployed to Preview – affine-preview April 27, 2023 23:00 Inactive
@himself65 himself65 merged commit b4bb57b into master Apr 27, 2023
@himself65 himself65 deleted the feat/cloud-migration branch April 27, 2023 23:02
# for free to join this conversation on GitHub. Already have an account? # to comment
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

3 participants