Skip to content

Scala gen enhancements

Compare
Choose a tag to compare
@AttilaMihaly AttilaMihaly released this 23 Jan 15:05
· 617 commits to main since this release
  • Merge pull request #973 from bekand/ui-changes ef370a0
  • Merge branch 'main' into ui-changes 0d932a4
  • Merge pull request #968 from KindsonTheGenius/config-ui 792dca4
  • Fixed bug for empty morphir-tests.json file 541385f
  • Fixed bug for empty morphir-tests.json file ab73131
  • Fixed Module Custom attributes in Develop app b092614
  • Fixed bug with annotation for module 16c321b
  • Merge pull request #975 from AttilaMihaly/add-docs c608472
  • Added missing documentation. 1dc08ad
  • Merge pull request #972 from Elorm-Axolu/cadl-morphir-mapping d9197bc
  • Merge pull request #974 from klahnunya/docs-json-codecs 5dd4621
  • documentation for json codec backend 45006c4
  • doc for cadl to morphir mapping ecb0e46
  • Fixed some bugs af262ec
  • doc for cadl to morphir mapping 3e8789b
  • Merge branch 'main' of https://github.com/Elorm-Axolu/morphir-elm into cadl-morphir-mapping 7e0ba30
  • Added back JsonSchema flag as required by the Target elm module 7268350
  • Removed JsonSchema flag, added some comments 45eb912
  • Fixed a bug (code that calls async function sync) c118e50
  • Implemented annotations for modules 4eb8c83
  • refactor displaying types 6280f70
  • Added decorators tab for selected model in Develop UI 978bebd
  • Merge branch 'finos:main' into config-ui ef90907
  • doc for cadl to morphir mapping ce17faf
  • Merge pull request #970 from nwokafor-choongsaeng/scala-issue 251c72b
  • Merge pull request #949 from bekand/ui-changes 0f0e646
  • always show "save testcases" button cfdc062
  • Add a more complex usecase a3ec760
  • fix tests 356abd8
  • reproduced issue 969 in reference model afe4824
  • Merge remote-tracking branch 'origin/config-ui' into config-ui 42c28d7
  • Removed redundant code from viewAttributeValues in DevelopApp d846bc4
  • Merge branch 'main' into ui-changes 8f7b659
  • add module level documentation to the ir, and display it 388fb2e
  • Merge pull request #966 from AttilaMihaly/ui-styling cd35fe0
  • Alternative styling for drill-down. adcbe32
  • Implemented use-decorators for json-schema-gen flag 7bddf66
  • Merge pull request #965 from KindsonTheGenius/config-ui 7c22c50
  • Merge pull request #951 from KindsonTheGenius/config-management f7bef09
  • Changed SchemaEnabled to Bool. Insight View tab to Type Details for types 664f0a7
  • Merge branch 'main' into ui-changes 6141d40
  • Implemented custom attributes for types. bc04f3a
  • Fixed bug causing failure in test cases 09d1b58
  • Changed ComplexSchema to Schema. Cleaned up bugs. 235975e
  • 'about' modal dialog d404c1d
  • Fixed a bug where Custom Type is not found f11f1c2
  • Added Dict test case. Fixed a bug c75de19
  • Return error when type Definition is not found in module (instead of returning empty schema). Also removed useConfig from config file 762e398
  • Collect type references for module 4800bc3
  • Collect references for type aliases db71786
  • Also return dependencies from getTypeDefinitionFromModule. For now, it's empty list 47476f9
  • Return Maybe from getTypeDefinitionFromModule. Did code cleanup 6eba804
  • Combined the two functions into one - generateSchemaByTypeNameOrModuleName bbd2bf6
  • Implemented 'include' list of strings which is FQName of either types or modules 6340de6
  • Read list of modules from a config file 5c6e57b
  • Implemented limitToModule and added unit tests 27d8e20
  • Modified config file. Started config processing docs 6c213cf
  • Wrote some test cases for Json schema backend config. Did documention c60f249
  • Changed groupBy to groupSchemaBy, update decoder, fixed bugs db7ad5b
  • Setup configuration processing script b2cbe44
  • Worked on Configuration Management and documentation b3f0e94
  • refactor too long viewHome function 16c3fe2
  • fix some page navigation issues f2dc571
  • Merge branch 'main' into ui-changes bc9752c
  • graph changes & /home link in header d7180f4

v2.72.1...v2.73.0