GitHub user bbende opened a pull request:
https://github.com/apache/nifi-registry/pull/38
NIFIREG-53 Data Model Clean Up
- Added author field to snapshot metadata
- Removed unused relationships such as bucket.getVersionedFlows() and
flow.getSnapshots()
- Added VersionedFlow and Bucket to VersionedFlowSnapshot
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/bbende/nifi-registry NIFIREG-53
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/nifi-registry/pull/38.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #38
----
commit 765d26a1d58fe2107d3d76ffaf1e17270fdbb554
Author: Bryan Bende <[email protected]>
Date: 2017-11-13T20:41:48Z
NIFIREG-53 Adding author to VersionedFlowSnapshotMetadata and storing in DB
as created_by
commit d9242e9880014448e8747234e53b61f9a42eaebc
Author: Bryan Bende <[email protected]>
Date: 2017-11-13T21:00:42Z
NIFIREG-53 Removing getVersionedFlows() from Bucket
commit a99da0db7c53e41485a9562b307876f150ea4ad3
Author: Bryan Bende <[email protected]>
Date: 2017-11-13T21:45:46Z
NIFIREG-53 Removed getSnapshotMetadata() from VersionedFlow
commit 7f6102159ed4f8818a15256f05fec1a1fbae5541
Author: Bryan Bende <[email protected]>
Date: 2017-11-14T18:30:28Z
NIFIREG-53 Adding VersionedFlow and Bucket to VersionedFlowSnapshot when it
is retrieved by version or latest
----
---