1. 6c0c05b NIFIREG-90: Fixing localhost URL in readme. by jzonthemtn · 6 years ago
  2. be3e4de NIFIREG-87-RC1 prepare for next development iteration by Bryan Bende · 6 years ago
  3. 7974842 NIFIREG-87-RC1 prepare release nifi-registry-0.1.0-RC1 by Bryan Bende · 6 years ago
  4. 41f166e NIFIREG-87 Updating assembly README for release by Bryan Bende · 6 years ago
  5. 9190882 NIFIREG-84 Corrected screenshot when creating group from selected users by Andrew Lim · 6 years ago
  6. a9fbfb0 NIFIREG-85 Custom ascii art banner by Kevin Doran · 6 years ago
  7. 00a6e77 NIFIREG-67 Revisions to Admin Guide by Kevin Doran · 6 years ago
  8. 00aa7e2 NIFIREG-84 Added screenshots to User Guide and made text edits by Andrew Lim · 6 years ago
  9. 6421145 NIFIREG-61 Add support for encrypted config files by Kevin Doran · 6 years ago
  10. a3f01fa NIFIREG-83 - Deselect all users or groups in the add users to group and add user to groups dialogs by Scott Aslan · 6 years ago
  11. a94b817 NIFIREG-75 Fix User Group Data Integrity Checks by Kevin Doran · 6 years ago
  12. afa41cf NIFIREG-67 Update Admin Guide and Add User Guide by Andrew Lim · 6 years ago
  13. d764148 NIFIREG-30 - Update delete icons and admin user/group row styles by Scott Aslan · 6 years ago
  14. 7f01162 NIFIREG-14 - Remove fds demo by Scott Aslan · 6 years ago
  15. c9c5f6d NIFIREG-30 - Cleanup some styles and add success coasters when creating a new user, group, or bucket by Scott Aslan · 6 years ago
  16. 57e80fc NIFIREG-76 Adding exception mapper for ConstraintViolationException, and validating blank names on updates by Bryan Bende · 6 years ago
  17. eb25bf9 NIFIREG-66 This closes #62. Initial LICENSE/NOTICE for assembly & WARs by Bryan Bende · 6 years ago
  18. 2f230d6 NIFIREG-74 Change login to use HTTP Basic Auth by Kevin Doran · 6 years ago
  19. 6c48025 NIFIREG-30 - Add bucket side nav by Scott Aslan · 6 years ago
  20. 2e35235 NIFIREG-73 Making flow/item name be unique per bucket instead of globally. This closes #59 by Bryan Bende · 6 years ago
  21. f2d712f NIFIREG-72 Fix API status codes for errors by Kevin Doran · 6 years ago
  22. 580f775 NIFIREG-30 - Add login component, auth guard to login, tenants, buckets, admin, and explorer routes. Also added route for login component. by Scott Aslan · 6 years ago
  23. 287cc41 NIFIREG-70 Authorization Improvements by Kevin Doran · 6 years ago
  24. 2460c84 NIFIREG-69 Switching from Hibernate to JDBC since Hibernate is LGPL by Bryan Bende · 6 years ago
  25. 9d221e3 NIFIREG-71 Making JettyServer set wantClientAuth to true when needClientAuth is false by Bryan Bende · 6 years ago
  26. a8786a8 NIFIREG-64 Updates Policy Authorization Behavior by Kevin Doran · 6 years ago
  27. 31fe843 NIFIREG-62: Bug fixes; minor wording improvements by Mark Payne · 6 years ago
  28. 04cf232 NIFIREG-58 Add current user permissions by Kevin Doran · 6 years ago
  29. a931858 [NIFIREG-30] update dep versions and enhance performance by Scott Aslan · 6 years ago
  30. 2f343e1 [NIFIREG-30] update unit tests and harden client code by Scott Aslan · 6 years ago
  31. be2b013 NIFIREG-63 Added ability to get latest snapshot metadata by Bryan Bende · 6 years ago
  32. b2ff7b5 NIFIREG-42 Adding IT test for NiFi Registry client and upgrading to Spring Boot 2.0.0.M7 so we can use Jersey 2.26 by Bryan Bende · 6 years ago
  33. c8d32fb NIFIREG-65 Using first() instead of last() to get latest by Bryan Bende · 6 years ago
  34. 82a23c0 NIFIREG-65 Return flow versions in reverse order by Kevin Doran · 6 years ago
  35. 44c3533 NIFIREG-62: Added ability to diff two Controller Services without diff'ing entire flow by Mark Payne · 6 years ago
  36. cc38209 NIFIREG-60 NiFi Proxy Identity Support by Kevin Doran · 6 years ago
  37. 81a1a36 NIFIREG-59 Migrate Authorizer Exceptions by Kevin Doran · 6 years ago
  38. 247985a NIFIREG-30 - GET users/groups, delete user/group, delete users/groups, create group, introduce group side nav by Scott Aslan · 6 years ago
  39. a2f639f NIFIREG-57: Added EvolvingDifferenceDescriptor vs. StaticDifferenceDescriptor by Mark Payne · 6 years ago
  40. 5892537 NIFIREG-52 Add Kerberos Support by Kevin Doran · 6 years ago
  41. ef8ba12 NIFIREG-45 Refactor LoginIdentityProvider interface as a more generic and flexible IdentityProvider interface by Kevin Doran · 6 years ago
  42. 63ddf41 NIFIREG-55 Adding a startupFailure method to be called when exceptions are caught in JettyServer which will called system.exit by Bryan Bende · 6 years ago
  43. a665035 NIFIREG-49 Adding UserClient to nifi-registry-client by Bryan Bende · 6 years ago
  44. 3deda91 NIFIREG-53 Populating Bucket and VersionedFlow on creation of VersionedFlowSnapshot. This closes #38. by Bryan Bende · 6 years ago
  45. fc4050d NIFIREG-53 Adding bucket name back to BucketItem by Bryan Bende · 6 years ago
  46. 0e4d55b NIFIREG-53 Adding VersionedFlow and Bucket to VersionedFlowSnapshot when it is retrieved by version or latest by Bryan Bende · 6 years ago
  47. fd1d384 NIFIREG-53 Removed getSnapshotMetadata() from VersionedFlow by Bryan Bende · 6 years ago
  48. 7e54031 NIFIREG-53 Removing getVersionedFlows() from Bucket by Bryan Bende · 6 years ago
  49. 99067b5 NIFIREG-53 Adding author to VersionedFlowSnapshotMetadata and storing in DB as created_by by Bryan Bende · 6 years ago
  50. 47345d4 NIFIREG-51: Fixed comparison between empty collection vs null and added notion of a DifferenceDescriptor to allow different verbiage for flow differences by Mark Payne · 6 years ago
  51. fdf4495 NIFIREG-50 Adding additional metadata to some objects in the data model, changing serializers to only serialize VersionedProcessGroup. This closes #35. by Bryan Bende · 6 years ago
  52. 9b41af8 NIFIREG-46 Add authorizedActions field to Bucket API model object by Kevin Doran · 6 years ago
  53. 90f36dd NIFIREG-33 Add LDAP and JWT auth support by Kevin Doran · 7 years ago
  54. a43e81f NIFIREG-47 Fixing additional method that needed Bucket[].class instead of List.class by Bryan Bende · 6 years ago
  55. 071d08a NIFIREG-47 Improvements to nifi-registry-cleitn by Bryan Bende · 6 years ago
  56. f07fd2f NIFIREG-40 - Add coasters for notifications to the FDS NgModule. Also upgraded to latest compatible versions of angular, angular material, covalent, and their dependencies by Scott Aslan · 6 years ago
  57. 7a050f2 NIFIREG-38 Converting milliseconds to seconds in front-end by Bryan Bende · 7 years ago
  58. 5210868 NIFIREG-48: Added new nifi-registry-flow-diff module and updates to data model to accomodate what NiFi needs for integration. by Mark Payne · 7 years ago
  59. 371615f NIFIREG-41 Changing chrome back to stable in travis.yml by Bryan Bende · 6 years ago
  60. 754ab00 NIFIREG-41 - Disable jsUnitTests profile on travis due to Chrom disconnect issues by Scott Aslan · 7 years ago
  61. 0229bc7 NIFIREG-43 Provide configurable extension directories with class loader isolation by Bryan Bende · 7 years ago
  62. 6dc8e5f NIFIREG-41 - Increase disconnect tolerance in karma.conf and updated travis.yml by Scott Aslan · 7 years ago
  63. d441c95 NIFIREG-44 Refactor integration test framework to sandbox configuration classes in Spring profiles. by Kevin Doran · 7 years ago
  64. 69c9c43 NIFIREG-36 Add JSON mappers to server and client by Kevin Doran · 7 years ago
  65. 74e2549 NIFIREG-37: Add integration tests for web API to build by Kevin Doran · 7 years ago
  66. 93863f5 NIFIREG-35 Initial commit of nifi-registry-client by Bryan Bende · 7 years ago
  67. 0eb4ba2 NIFIREG-26 Initial setup of docs by Bryan Bende · 7 years ago
  68. cc381a2 NIFIREG-34 Add provider API to lib and cleaning up some other dependencies by Bryan Bende · 7 years ago
  69. ede45ce NIFIREG-31 - Update buckets data table to include search/filter capabilities and add bucket creation dialog by Scott Aslan · 7 years ago
  70. 870b947 NIFIREG-32: Add delete as available action for access policy management. by Kevin Doran · 7 years ago
  71. 2f75235 NIFIREG-22 Adding versionCount to VersionedFlow with back-end support for populating it by Bryan Bende · 7 years ago
  72. cd1114f NIFIREG-29 - Remove General tab from registry administration by Scott Aslan · 7 years ago
  73. 5fbe501 NIFIREG-25 - mvn clean should delete everything from the frontend working directory by Scott Aslan · 7 years ago
  74. 7b707a0 NIFIREG-21 - Leverage REST API and add unit test coverage and update .travis.yml by Scott Aslan · 7 years ago
  75. 1687089 NIFIREG-9 Changing hibernate-validator group back to match spring-boot by Bryan Bende · 7 years ago
  76. 785cb81 NIFIREG-9: Initial Auth Implementation by Kevin Doran · 7 years ago
  77. a87d42e NIFIREG-24 Adding RPM profile to assembly. This closes #13. by Bryan Bende · 7 years ago
  78. d6159f8 NIFIREG-23: Fix SortParamater and OperationID in swagger.json output by Kevin Doran · 7 years ago
  79. d478c20 NIFIREG-18 Initial plumbling for H2 database by Bryan Bende · 7 years ago
  80. d93eab3 NIFIREG-16 Initial Spring Boot integration for nifi-registry-web-api by Bryan Bende · 7 years ago
  81. 7fa56be [NIFIREG-13] Initial implementation of the registry UI/UX. This closes #8 by Scott Aslan · 7 years ago
  82. a1629c8 NIFIREG-10 Implementing Registry service layer and connecting to REST end-points by Bryan Bende · 7 years ago
  83. 88cae4f NIFIREG-11 Creating metadata classes in provider API to decouple data model by Bryan Bende · 7 years ago
  84. 7dd88eb NIFIREG-7 Removing StringUtils in favor of commons-lang StringUtils. This closes #5 by Bryan Bende · 7 years ago
  85. 9eb0cef NIFIREG-7 Defining Provider API and framework for loading providers by Bryan Bende · 7 years ago
  86. a520c75 NIFIREG-8 - Initial NiFi Registry Web API endpoints by Kevin Doran · 7 years ago
  87. a201fa5 NIFIREG-6 by Bryan Bende · 7 years ago
  88. e36fcd7 NIFIREG-5: Initial implementation of nifi-registry-flow-data-model; it will likely need significant updating before release time but this will get the ball rolling so that we can integrate with it on the NiFi side by Mark Payne · 7 years ago
  89. d6d42d9 NIFIREG-1 Initial project structure for NiFi Registry. This closes #1 by Bryan Bende · 7 years ago
  90. 70d81f9 Initial commit by Bryan Bende · 7 years ago