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

Releases: Open-MBEE/mms-alfresco

3.4.2

06 Dec 02:14
ba9fbce
Compare
Choose a tag to compare

3.4.1

22 Oct 16:58
507dae2
Compare
Choose a tag to compare
    Release Notes - CAE MMS - Version 3.4.1

Bug

  • [MMS-978] - infinite loop if project got posted with owner
  • [MMS-979] - save ref creation status while creating

3.4.0

24 Sep 17:37
d4067c1
Compare
Choose a tag to compare
    Release Notes - CAE MMS - Version 3.4.0

Configuration Change Request

  • [MMS-961] - Increase Production MMS Memory

Data Service Request

  • [MMS-969] - Deploy Python Client to Artifactory

Bug

  • [MMS-943] - Swagger File Doesn't Support Multiple MIME Types

Task

  • [MMS-866] - Test link shortener service for Apps
  • [MMS-891] - consolidate EmsScriptNode and NodeUtil
  • [MMS-892] - consolidate Abstract and Declarative java web script
  • [MMS-909] - teardown/setup script for system test
  • [MMS-930] - Document missing REST endpoints
  • [MMS-966] - add move property endpoint
  • [MMS-968] - Add Custom metadata to a Ref
  • [MMS-971] - Use Tika for file type detection
  • [MMS-972] - Update ref object in elasticsearch
  • [MMS-973] - Cleanup of Get Endpoints
  • [MMS-974] - return deleted element from modelGet with 410
  • [MMS-975] - improve element history get performance
  • [MMS-976] - Migration for 3.4.0

3.3.0

28 Jun 01:19
d5d103b
Compare
Choose a tag to compare
    Release Notes - CAE MMS - Version 3.3.0

Bug

  • [MMS-901] - do not return 200 if elastic inserts failed
  • [MMS-905] - Orgs, projects, refs POST only creates/updates the first org/project/ref object
  • [MMS-913] - Add type and parentRefId to refs GET responses
  • [MMS-935] - creating org/project with limited permissions leaves MMS in inconsistent state
  • [MMS-944] - Update Org Creates Duplicate
  • [MMS-950] - Artifacts POST Swagger clean-up
  • [MMS-954] - null parent containment check only works with master
  • [MMS-955] - use prince directly for pdf, also return immediately
  • [MMS-965] - mergeJson needs to merge nested objects

Epic

  • [MMS-881] - MMS Artifacts support

Task

  • [MMS-863] - Ref level transactions
  • [MMS-864] - Artifact to Commit History migration
  • [MMS-865] - update branching/branching in the past for artifacts table
  • [MMS-883] - add artifact get
  • [MMS-890] - artifact storage interface
  • [MMS-893] - clean up pdf gen
  • [MMS-895] - add artifact bulk get
  • [MMS-896] - add artifact post
  • [MMS-897] - update mapping and sql table creation for artifacts
  • [MMS-898] - add artifact commits get
  • [MMS-912] - html to word endpoint
  • [MMS-914] - Process all objects in */project & */refs POSTs
  • [MMS-915] - Add DELETE for */orgs
  • [MMS-916] - Add GET to /projects/{project_id}/refs/{ref_id}/elements that returns all elements
  • [MMS-917] - Remove underscore in _id and _name for */groups
  • [MMS-919] - Create Swagger documentation
  • [MMS-920] - Return deleted project(s) in DELETE call
  • [MMS-921] - Implement commitId query parameter to */element PUT and GET
  • [MMS-928] - Deploy Swagger UI
  • [MMS-933] - add comment to commits
  • [MMS-936] - return optional aggregation with search results
  • [MMS-937] - support user pref
  • [MMS-939] - Update swagger
  • [MMS-945] - Implement Org Update
  • [MMS-946] - Remove all unix line breaks as strings
  • [MMS-947] - fixing commit object history
  • [MMS-948] - Add delete and search for artifacts
  • [MMS-951] - Refactor _isSite to _isGroup
  • [MMS-952] - Remove removeWrapper
  • [MMS-956] - Add _projectId to delete commit objects and refId to all commit objects
  • [MMS-962] - Elements included in commit despite no differences
  • [MMS-963] - fix related docs edges during 3.3 migration

3.3.0-RC2

20 Jun 17:16
0628989
Compare
Choose a tag to compare
3.3.0-RC2 Pre-release
Pre-release
    Release Notes - CAE MMS - Version 3.3.0-RC2

Bug

  • [MMS-965] - mergeJson needs to merge nested objects

3.3.0-RC1

08 Jun 16:43
fc3d23f
Compare
Choose a tag to compare
3.3.0-RC1 Pre-release
Pre-release
    Release Notes - CAE MMS - Version 3.3.0-RC1

Bug

  • [MMS-901] - do not return 200 if elastic inserts failed
  • [MMS-905] - Orgs, projects, refs POST only creates/updates the first org/project/ref object
  • [MMS-913] - Add type and parentRefId to refs GET responses
  • [MMS-935] - creating org/project with limited permissions leaves MMS in inconsistent state
  • [MMS-944] - Update Org Creates Duplicate
  • [MMS-950] - Artifacts POST Swagger clean-up
  • [MMS-954] - null parent containment check only works with master
  • [MMS-955] - use prince directly for pdf, also return immediately

Epic

  • [MMS-881] - MMS Artifacts support

Task

  • [MMS-864] - Artifact to Commit History migration
  • [MMS-865] - update branching/branching in the past for artifacts table
  • [MMS-883] - add artifact get
  • [MMS-890] - artifact storage interface
  • [MMS-893] - clean up pdf gen
  • [MMS-895] - add artifact bulk get
  • [MMS-896] - add artifact post
  • [MMS-897] - update mapping and sql table creation for artifacts
  • [MMS-898] - add artifact commits get
  • [MMS-912] - html to word endpoint
  • [MMS-914] - Process all objects in */project & */refs POSTs
  • [MMS-915] - Add DELETE for */orgs
  • [MMS-916] - Add GET to /projects/{project_id}/refs/{ref_id}/elements that returns all elements
  • [MMS-917] - Remove underscore in _id and _name for */groups
  • [MMS-919] - Create Swagger documentation
  • [MMS-920] - Return deleted project(s) in DELETE call
  • [MMS-921] - Implement commitId query parameter to */element PUT and GET
  • [MMS-928] - Deploy Swagger UI
  • [MMS-933] - add comment to commits
  • [MMS-936] - return optional aggregation with search results
  • [MMS-937] - support user pref
  • [MMS-939] - Update swagger
  • [MMS-945] - Implement Org Update
  • [MMS-946] - Remove all unix line breaks as strings
  • [MMS-947] - fixing commit object history
  • [MMS-948] - Add delete and search for artifacts
  • [MMS-951] - Refactor _isSite to _isGroup
  • [MMS-952] - Remove removeWrapper
  • [MMS-956] - Add _projectId to delete commit objects and refId to all commit objects
  • [MMS-962] - Elements included in commit despite no differences
  • [MMS-963] - fix related docs edges during 3.3 migration

3.2.5

05 Jun 16:46
1b805af
Compare
Choose a tag to compare
    Release Notes - CAE MMS - Version 3.2.5

Task

  • [MMS-964] - update check for property relationship

3.2.4

10 Mar 08:21
80466ef
Compare
Choose a tag to compare
    Release Notes - CAE MMS - Version 3.2.4

Bug

  • [MMS-942] - commit object added elements repeats view property when adding view

3.2.3

22 Feb 23:47
Compare
Choose a tag to compare
    Release Notes - CAE MMS - Version 3.2.3

Task

  • [MMS-927] - allow other fields in org object
  • [MMS-929] - Add commitId to JMS messages
  • [MMS-931] - Add _commitId to /projects/{project_id}/refs/{ref_id}
  • [MMS-934] - prevent infinite loop when getting element qualified info

3.2.2

13 Jan 02:07
fd0ee40
Compare
Choose a tag to compare
3.2.2