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

simplify SDLC and minor code cleanups #1041

Merged
merged 16 commits into from
Apr 14, 2022
Merged

simplify SDLC and minor code cleanups #1041

merged 16 commits into from
Apr 14, 2022

Conversation

akphi
Copy link
Contributor

@akphi akphi commented Apr 11, 2022

Summary

How did you test this change?

  • Test(s) added
  • Manual testing (please provide screenshots/recordings)
  • No testing (please provide an explanation)

New homepage and project creation modal dialog

See the documentation in markdown and where we lay them out

Screen.Recording.2022-04-14.at.10.13.58.AM.mov

Not found page when documentation is provided and not provided

Screen.Recording.2022-04-11.at.4.42.39.PM.mov
Screen.Recording.2022-04-11.at.4.48.12.PM.mov

@changeset-bot
Copy link

changeset-bot bot commented Apr 11, 2022

🦋 Changeset detected

Latest commit: 38093bd

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 32 packages
Name Type
@finos/legend-studio Major
@finos/legend-taxonomy Major
@finos/babel-preset-legend-studio Patch
@finos/legend-application Patch
@finos/legend-art Patch
@finos/legend-dev-utils Patch
@finos/legend-extension-dsl-data-space Patch
@finos/legend-extension-dsl-diagram Patch
@finos/legend-extension-dsl-text Patch
@finos/legend-extension-external-format-json-schema Patch
@finos/legend-extension-external-language-morphir Patch
@finos/legend-extension-external-store-service Patch
@finos/legend-extension-mapping-generation Patch
@finos/legend-graph Patch
@finos/legend-graph-extension-collection Patch
@finos/legend-manual-tests Patch
@finos/legend-model-storage Patch
@finos/legend-query Patch
@finos/legend-query-app Patch
@finos/legend-query-deployment Patch
@finos/legend-server-depot Patch
@finos/legend-server-sdlc Major
@finos/legend-shared Minor
@finos/legend-studio-app Patch
@finos/legend-studio-deployment Patch
@finos/legend-studio-extension-management-toolkit Patch
@finos/legend-studio-extension-query-builder Patch
@finos/legend-taxonomy-app Patch
@finos/legend-taxonomy-deployment Patch
@finos/legend-tracer-extension-zipkin Patch
@finos/stylelint-config-legend-studio Patch
@finos/eslint-plugin-legend-studio Patch

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

@finos-cla-bot finos-cla-bot bot added the cla-present CLA Signed label Apr 11, 2022
@akphi akphi force-pushed the proto branch 3 times, most recently from 708dba4 to e70bc7b Compare April 11, 2022 21:32
@akphi akphi marked this pull request as ready for review April 11, 2022 21:32
@codecov
Copy link

codecov bot commented Apr 11, 2022

Codecov Report

Merging #1041 (38093bd) into master (5de9196) will decrease coverage by 0.07%.
The diff coverage is 20.00%.

@@            Coverage Diff             @@
##           master    #1041      +/-   ##
==========================================
- Coverage   42.01%   41.93%   -0.08%     
==========================================
  Files        1009     1013       +4     
  Lines       46131    45978     -153     
  Branches    10635    10529     -106     
==========================================
- Hits        19383    19282     -101     
+ Misses      26674    26628      -46     
+ Partials       74       68       -6     
Impacted Files Coverage Δ
.../legend-application/src/stores/ApplicationStore.ts 18.82% <ø> (+1.47%) ⬆️
...c/stores/LegendApplicationDocumentationRegistry.ts 0.00% <0.00%> (ø)
...gend-application/src/stores/PureLanguageSupport.ts 0.00% <ø> (ø)
...-application/src/stores/WebApplicationNavigator.ts 0.00% <ø> (ø)
...art/src/components/markdown/MarkdownTextViewer.tsx 0.00% <0.00%> (ø)
...egend-extension-dsl-diagram/src/DiagramRenderer.ts 35.61% <ø> (+0.12%) ⬆️
packages/legend-graph/src/graph/BasicModel.ts 68.54% <ø> (ø)
...ckages/legend-graph/src/graph/DependencyManager.ts 45.00% <ø> (ø)
...els/pure/packageableElements/domain/Association.ts 78.12% <ø> (ø)
...eElements/store/flatData/model/FlatDataDataType.ts 86.04% <ø> (ø)
... and 76 more

Copy link
Member

@MauricioUyaguari MauricioUyaguari left a comment

Choose a reason for hiding this comment

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

Can we add some tests after we go live with this please ? Thanks

@@ -123,15 +123,14 @@ const setup = async (

test(
integrationTest(
'Service Editor basic registration functionality for PRODUCTION projects',
'Service Editor basic registration functionality for projects with versions',
Copy link
Member

Choose a reason for hiding this comment

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

where are you mocking the sdlc server to provide both with versions and without versions config.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

I'll check again later

Copy link
Member

Choose a reason for hiding this comment

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

Its later :)

packages/legend-studio/src/stores/LegendStudioRouter.ts Outdated Show resolved Hide resolved
packages/legend-studio/src/components/setup/Setup.tsx Outdated Show resolved Hide resolved
@akphi akphi force-pushed the proto branch 3 times, most recently from 99e8b52 to d6b90f8 Compare April 12, 2022 19:20
@@ -123,15 +123,14 @@ const setup = async (

test(
integrationTest(
'Service Editor basic registration functionality for PRODUCTION projects',
'Service Editor basic registration functionality for projects with versions',
Copy link
Member

Choose a reason for hiding this comment

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

Its later :)

@akphi akphi merged commit 5a76b22 into finos:master Apr 14, 2022
@akphi akphi deleted the proto branch April 14, 2022 16:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cla-present CLA Signed
Projects
None yet
2 participants