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

feat(core): doc database properties #8520

Merged
merged 1 commit into from
Oct 24, 2024

Conversation

pengx17
Copy link
Collaborator

@pengx17 pengx17 commented Oct 16, 2024

fix AF-1454

  1. move inline tags editor to components
  2. add progress component
  3. adjust doc properties styles for desktop
  4. subscribe bs database links and display in doc info
  5. move update/create dates to doc info
  6. a trivial e2e test
🎥 Video uploaded on Graphite:

Copy link

graphite-app bot commented Oct 16, 2024

Your org has enabled the Graphite merge queue for merging into canary

Add the label “merge” to the PR and Graphite will automatically add it to the merge queue when it’s ready to merge. Or use the label “hotfix” to add to the merge queue as a hot fix.

You must have a Graphite account and log in to Graphite in order to use the merge queue. Sign up using this link.

Copy link
Collaborator Author

pengx17 commented Oct 16, 2024

This stack of pull requests is managed by Graphite. Learn more about stacking.

Join @pengx17 and the rest of your teammates on Graphite Graphite

@pengx17 pengx17 force-pushed the 10-16-feat_core_doc_database_properties branch 3 times, most recently from ac9a231 to 876b146 Compare October 17, 2024 10:48
@pengx17 pengx17 force-pushed the 10-16-feat_core_doc_database_properties branch from 876b146 to 45c5bf8 Compare October 18, 2024 06:30
Copy link

nx-cloud bot commented Oct 18, 2024

☁️ Nx Cloud Report

CI is running/has finished running commands for commit 4b6c4ed. As they complete they will appear below. Click to see the status, the terminal output, and the build insights.

📂 See all runs for this CI Pipeline Execution


✅ Successfully ran 1 target

Sent with 💌 from NxCloud.

Copy link

codecov bot commented Oct 18, 2024

Codecov Report

Attention: Patch coverage is 37.93103% with 18 lines in your changes missing coverage. Please review.

Project coverage is 70.29%. Comparing base (f7dc65e) to head (4b6c4ed).
Report is 1 commits behind head on canary.

Files with missing lines Patch % Lines
...es/frontend/component/src/ui/property/property.tsx 20.00% 16 Missing ⚠️
...es/frontend/component/src/ui/progress/progress.tsx 33.33% 2 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           canary    #8520      +/-   ##
==========================================
+ Coverage   70.24%   70.29%   +0.05%     
==========================================
  Files         534      536       +2     
  Lines       33611    33638      +27     
  Branches     3016     3022       +6     
==========================================
+ Hits        23611    23647      +36     
+ Misses       9645     9636       -9     
  Partials      355      355              
Flag Coverage Δ
server-test 77.26% <ø> (+0.06%) ⬆️
unittest 45.31% <37.93%> (+0.05%) ⬆️

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.

@pengx17 pengx17 force-pushed the 10-16-feat_core_doc_database_properties branch from 45c5bf8 to d9a626a Compare October 18, 2024 10:40
@pengx17 pengx17 force-pushed the 10-16-feat_core_doc_database_properties branch from d9a626a to ac3ebf2 Compare October 18, 2024 12:58
@pengx17 pengx17 force-pushed the 10-16-feat_core_doc_database_properties branch from ac3ebf2 to c82bd0d Compare October 18, 2024 14:42
@pengx17 pengx17 force-pushed the 10-16-feat_core_doc_database_properties branch from c82bd0d to 276b3d4 Compare October 20, 2024 02:54
@pengx17 pengx17 force-pushed the 10-16-feat_core_doc_database_properties branch from 276b3d4 to 52c1421 Compare October 20, 2024 09:48
@pengx17 pengx17 force-pushed the 10-16-feat_core_doc_database_properties branch from 52c1421 to c533c77 Compare October 20, 2024 13:32
@pengx17 pengx17 force-pushed the 10-16-feat_core_doc_database_properties branch from c533c77 to 0002c17 Compare October 20, 2024 13:33
@pengx17 pengx17 force-pushed the 10-16-feat_core_doc_database_properties branch from 0002c17 to b6f840b Compare October 20, 2024 13:44
@pengx17 pengx17 force-pushed the 10-16-feat_core_doc_database_properties branch from b6f840b to f00ef89 Compare October 20, 2024 13:50
@pengx17 pengx17 force-pushed the 10-16-feat_core_doc_database_properties branch from f00ef89 to 9766be5 Compare October 21, 2024 06:47
@pengx17 pengx17 force-pushed the 10-16-feat_core_doc_database_properties branch from 61100a2 to 6ee4985 Compare October 24, 2024 03:59
Copy link

graphite-app bot commented Oct 24, 2024

Merge activity

fix AF-1454

1. move inline tags editor to components
2. add progress component
3. adjust doc properties styles for desktop
4. subscribe bs database links and display in doc info
5. move update/create dates to doc info
6. a trivial e2e test

<div class='graphite__hidden'>
          <div>🎥 Video uploaded on Graphite:</div>
            <a href="https://app.graphite.dev/media/video/T2klNLEk0wxLh4NRDzhk/eed266c1-fdac-4f0e-baa9-4aa00d14a2e8.mp4">
              <img src="https://app.graphite.dev/api/v1/graphite/video/thumbnail/T2klNLEk0wxLh4NRDzhk/eed266c1-fdac-4f0e-baa9-4aa00d14a2e8.mp4">
            </a>
          </div>
<video src="https://graphite-user-uploaded-assets-prod.s3.amazonaws.com/T2klNLEk0wxLh4NRDzhk/eed266c1-fdac-4f0e-baa9-4aa00d14a2e8.mp4">10月23日.mp4</video>
@EYHN EYHN force-pushed the 10-16-feat_core_doc_database_properties branch from 6ee4985 to 4b6c4ed Compare October 24, 2024 07:38
@graphite-app graphite-app bot merged commit 4b6c4ed into canary Oct 24, 2024
40 checks passed
@graphite-app graphite-app bot deleted the 10-16-feat_core_doc_database_properties branch October 24, 2024 07:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
app:core mod:component mod:i18n Related to i18n mod:infra Environment related issues and discussions test Related to test cases
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants