Skip to content

Releases: mauvaisetroupe/ea-design-it

Release 0.2.9

19 Oct 16:38
Compare
Choose a tag to compare
  • Do not create unused DataFlow object during Excel import (#66)
  • Fully export landscape as Excel file (#21)

Release 0.2.8

02 Jul 15:17
Compare
Choose a tag to compare
  • Improve import mechanism for capabilities/application mapping files #65

Release 0.2.7

02 Apr 06:12
Compare
Choose a tag to compare
  • Attach created Function flow to existing landscape during plantuml import #63

Release 0.2.5

30 Mar 17:29
Compare
Choose a tag to compare
  • performance improvement for Applications Plantuml Diagram #62

Release 0.2.3

29 Mar 20:40
Compare
Choose a tag to compare
  • Use Spring JPA projection to avoid EAGER loading on entities list pages #62

Release 0.2.2

27 Mar 17:25
Compare
Choose a tag to compare
  • Caching is not cluster-safe #40
  • Plantuml diagram - escape \n character #58
  • Landscape can be considered as a Set of Interfaces using nos alias for Functional Flow. A kind of anonymous Flow is created, one per interface. This fake Flow allows a description over an interface in the context of a landscape #56
  • When organizing Flows, step description editable #57
  • Export Plantuml description #29
  • DrawIO refactoring - multiple interfaces for one Edge
  • Import FunctionalFlow as plantuml Sequence Diagram #60

Release 0.2.0

07 Mar 23:00
Compare
Choose a tag to compare
  • Upgrade to JHipster 7.6.0
  • With new JHipster version, migration from sringfox to springdoc, fixing bug with SortedSet, especially empty landscape creation (#47)
  • Add cypress testing (UI testing)
  • Landscapes linked to an interface is not display (#50)
  • Disable FunctionalFlow delete button when used by a Landscape (#48)
  • Disable Interface delete button when used by a Functional Flow (#49)
  • When deleting a Landscape, ask for deleting owned Functional Flows (#51)
  • When deleting a Functional Flow, ask for deleting owned Interfaces (#52)
  • Import an Flow excel file should be idempotent. Add new column in Excel file ('External'). If External=yes, do not create Flow, but attach it to Landscape if exists (#53 )
  • FunctionalFlow can be displayed as Sequence Diagram or component diagram (#54)

Release 0.1.1

01 Feb 17:59
Compare
Choose a tag to compare
  • Major modification in data model - introduction of FunctionalFlowStep to add description on each step of a FunctionalFlow (#38)
  • Deleting a Lanscape is cleaning all orphan objects like FunctionalFlow, Interfaces, DataFlows if not used by another Landscaep (#39 )

Release 0.1.0

16 Jan 16:38
Compare
Choose a tag to compare
  • Add Capabilities import mechanism (#7)
  • Add mapping Capabilities/Applications import mechanism (#7)
  • Add Application Capabilities display (with Flexbox) (#7)

Release 0.0.4

16 Jan 15:36
Compare
Choose a tag to compare

Various bug fixing and improvement:

  • Characters [ and ] in URL (#33)
  • Multi-files import timeout (#32)