Skip to content
This repository has been archived by the owner on Oct 4, 2023. It is now read-only.

2.8.2

Compare
Choose a tag to compare
@andersonpablosilva andersonpablosilva released this 29 Aug 14:54
· 24 commits to main since this release
6d791e7

What's Changed

New Features:

  • Add the fail_limit option for push and checkout (#104)
  • Add log file for ML-Git executions (#109)
  • New function on API for listing all entities in an ML-Git repository (#111)
  • Add support to MinIO on resource initialization script (#112)
  • Add commands to support config versioning (#113)
  • Add methods on ML-Git Api for extracting information about the entities of an ML-Git project and the relationship between them (#114, #115, #117, #118, #121, #127, #128)
  • Add support for defining the .mlgitignore file (#125)
  • Update command status to display information about unpublished commits and only sections that have entries (#131, #133)
  • Add graphical version of entity relationships to CLI (#132)
  • Add support to password-protected ssh keys (#136)
  • Option --category replaced by --categories when using ml-entity create command (#159)
  • Update documentation to recomend/use MinIO as default storage option (#160, #161)
  • Improve ML-Git API to support working with multiple projects in one script (#181, #185)
  • Create diff command to display the difference between two entity tag versions (#187)
  • Update the file lists options in the commands outputs (#194, #195, #196, #197, #199)
  • Add wizard option to request necessary information in some commands (#208, #218)
  • Add a new command that allows enabling and disabling the wizard globally (#216)
  • Update clone command to receive directory as an argument (#232)
  • Add wizard option to help user in some commands (#233, #234, #235, #236, #237)

Several bugfixes and minor enhancements;