This is an automated email from the ASF dual-hosted git repository.

exceptionfactory pushed a change to branch prov-query-language
in repository https://gitbox.apache.org/repos/asf/nifi.git


     was 6ea2c72b98 NIFI-40: Added new fields to index/search on

This change permanently discards the following revisions:

 discard 6ea2c72b98 NIFI-40: Added new fields to index/search on
 discard 6e0575cf12 NIFI-40: merged changes from NIFI-250 branch and develop
 discard 8783c114ac Merge branch 'develop' into prov-query-language
 discard d122a83633 NIFI-250: Fixed NPE
 discard 50f0c123bc NIFI-250: - Including active threads in the reporting task 
dto. - Verifying actions taken against component referencing controller 
services. - Rendering the run state for reporting tasks (including active 
thread counts).
 discard cd69a423dd Merge branch 'NIFI-250' of 
https://git-wip-us.apache.org/repos/asf/incubator-nifi into NIFI-250
 discard 6b36aefef9 NIFI-250: - Adding active thread count on reporting tasks. 
- Merging clustered responses for controller service and reporting task 
endpoints.
 discard f556490fb7 NIFI-250: Added verify methods to controller service 
provider
 discard 79ddcb828e Merge branch 'develop' into NIFI-250
 discard 79c6001638 NIFI-40: Merged in NIFI-250 and bug fixes
 discard d5a9a1a625 NIFI-250: - Updating button visibility to always show the 
enable/run buttons when the service/task is disabled/stopped. Previously the 
enable/run buttons were only visible the component did not have any validation 
errors. However, this caused the buttons to shift and the alignment to be off.
 discard 8cc58fe80b NIFI-250: - Adding a button to link to the usage of a 
controller service or reporting task.
 discard c9604a3fca NIFI-250: - Adding support for configuring the scheduling 
strategy and scheduling period for reporting tasks.
 discard df43c8b620 NIFI-40: initial implementation of prov query language
 discard ca7b652621 NIFI-250: - Trying to ensure accurate details when 
enabling/disabling controller service and minimize web requests. - Fixing 
issues with the enabled flag in the controller service and reporting task 
dialog.
 discard ae3c29aa56 Merge branch 'develop' into NIFI-250
 discard 4f41202e9d NIFI-250: - Updating controller service auditing to ensure 
transitive referenced components are reported correctly. - Restoring reference 
to reporting task provider.
 discard fe09680dea Merge branch 'NIFI-250' of 
http://git-wip-us.apache.org/repos/asf/incubator-nifi into NIFI-250
 discard 40035429f8 NIFI-250: Added missing methods to ReportingTaskProvider
 discard 85e38dc055 NIFI-250: - Setting the default name of the reporting task.
 discard 74d45aefbf NIFI-250: - Adding methods to obtain all reporting tasks. - 
Adding parameters to update the scheduled state of a reporting task. - Adding 
action buttons to the reporting task table.
 discard 2211741cad NIFI-250: - Fixing issues showing the progress when 
enabling/disabling a controller service. - Ensure state for the service and its 
referencing components at all time since the action could be cancelled at any 
time.
 discard fc76a61659 NIFI-250: Fixed import that was accidentally removed
 discard 0d8cc34ae1 Merge branch 'NIFI-250' of 
http://git-wip-us.apache.org/repos/asf/incubator-nifi into NIFI-250
 discard baa0e74cc3 NIFI-250: Load controller services in correct order instead 
of arbitrary order
 discard 048c5d9aa7 NIFI-250: - Updating the progress label when 
enabling/disabling controller services and their referencing components.
 discard 51d70bff34 NIFI-250: - Showing the progress of enabling/disabling of a 
controller service so the user knows what the status of each step. This is 
especially important when the action fails someplace in the middle.
 discard 5cc6fda21b NIFI-250: - Updating the enable/disable dialog to show the 
current status while waiting for referencing components.
 discard 6d12f134ff NIFI-250: - Adding a close button after enabling/disabling 
a controller service. This gives the user an opportunity to review issues prior 
to closing the dialog.
 discard eb6c5b5e23 Merge branch 'develop' into NIFI-250
 discard bde21cb8a6 NIFI-250: - Updating the layout of the enable/disable 
dialogs. - Showing referencing components validation errors where appropriate.
 discard 73459ccb5c Merge branch 'develop' into NIFI-250
 discard 6f867585e1 NIFI-250: - Including validation errors in the controller 
service referencing components dto.
 discard b1dcab62a7 NIFI-250: - Fixing missing import.
 discard 91f69b0cf2 NIFI-250: - Adding a factory bean for obtaining the 
appropriate ReportingTaskProvider given the configured operating mode 
(cluster/node). - Fixing copy/paste error with the ControllerServiceProvicer 
factory bean.
 discard ed22742c0f NIFI-250: - JS global hint.
 discard bc508cd905 NIFI-250: - Reseting the table size when opening the new 
controller service/reporting task dialog. - Fixing typo during scroll events 
over the breadcrumbs. - JS global hint.
 discard e5a314116b Merge branch 'develop' into NIFI-250
 discard 6b429bf42b Merge branch 'NIFI-250' of 
https://git-wip-us.apache.org/repos/asf/incubator-nifi into NIFI-250
 discard 883c4ac9d7 Merge branch 'NIFI-250' of 
http://git-wip-us.apache.org/repos/asf/incubator-nifi into NIFI-250
 discard 83eff8d6df NIFI-250: Creating ReportingTaskProvider
 discard b512ff1277 began implementation of provenance query language
 discard f34e343917 Merge branch 'develop' into NIFI-250
 discard 2d4aebf33b NIFI-250: - Continuing to setup Reporting Task management 
in the UI.
 discard c1077baf95 NIFI-250: - Enabling/Disabling controller service and 
referencing components in the appropriate order. - Continuing to setup 
Reporting Task management in the UI.
 discard 573a8aa353 NIFI-250: - Using controller service state field instead of 
enable flag. - Continuing to setup Reporting Tasks.
 discard a227fe46b5 NIFI-250: Fixed bug that occurred in refactoring
 discard be00d0caf3 NIFI-250: Added overloaded constructor to 
MockControllerServiceINitializationContext that allows no logger to be provided 
and autocreates one
 discard f246565f7e NIFI-250: Incorporate new logic for controller service state
 discard 852cc607f6 NIFI-368: generate bulletins when there are problems 
communicating with reporting tasks and controller services
 discard ee63a10b86 NIFI-250: - Removing enabled flag from controller service 
DTOs.
 discard 767f37b831 NIFI-250: Updated javadocs to clarify how lifecycle 
annotations are used; cleaned up handling of exceptions in scheduler
 discard 5f2a435886 NIFI-368: added componentlog to the initialization contexts 
for appropriate components and made abstract components return logger via 
getLogger() methods
 discard 8f78d61975 NIFI-368: Extracted methods from ProcessorLog out to 
ComponentLog and made ProcessorLog extend from ComponentLog. This maintains 
backward compatibility while providing more generic loggers for other components
 discard 7de30ab15a NIFI-250: Refactoring of controller service states
 discard 81d84546e7 Merge branch 'NIFI-250' of 
http://git-wip-us.apache.org/repos/asf/incubator-nifi into NIFI-250
 discard fac6cd7ac6 Merge branch 'develop' into NIFI-250
 discard a3836d832d NIFI-250: - Starting to add an endpoint for Reporting Tasks.
 discard ffa7fd06d1 NIFI-250: - Adding the scope to the disable controller 
service dialog.
 discard bbe185609a NIFI-250: - Updating the controller services references 
endpoint to accept either an enabled flag for referencing controller services 
or a state for referencing schedulable components.
 discard 4efd962210 NIFI-250: - Updating the polling for controller service 
status when disabling.
 discard 2ac643292c Merge branch 'NIFI-250' of 
http://git-wip-us.apache.org/repos/asf/incubator-nifi into NIFI-250
 discard 6457929b25 NIFI-250: - Adding auditing to activating/deactivating 
controller service references.
 discard e61a01ac69 NIFI-250: - Only showing the enable button when the 
controller service is valid. - Adding polling during deactivation of controller 
service references to know when it's ok to attempt to disable the controller 
service.
 discard f22407f593 NIFI-250: - Updating the controller service references 
endpoint to accept an activated flag that drivens whether processors/reporting 
tasks are started/stopped and controller services enabled/disabled.
 discard e4e61daa26 NIFI-250: - Updating fill color dialog styling for use in 
updated modal plugin. - Making the fill color dialog draggable.
 discard 4ce7202d93 Merge branch 'develop' into NIFI-250
 discard 2769db7b4e NIFI-250: - Adding an enable controller service dialog.
 discard d30a1843c2 NIFI-250: Deleted dead code
 discard 62b0669e12 NIFI-250: - Renaming references to referencing components 
to be more accurate. - Fixing borders around the referencing components.
 discard 819c76b885 Merge branch 'NIFI-250' of 
https://git-wip-us.apache.org/repos/asf/incubator-nifi into NIFI-250
 discard 371e0100d3 NIFI-250: Move activate/deactive methods for controller 
services' referencing components to ControllerServiceProvider
 discard ceede01b8f NIFI-250: - Adding endpoints for retrieving and updating 
controller service referencing components.
 discard 8a414b3ca9 NIFI-250: - Adding endpoints for retrieving and updating 
controller service referencing components.
 discard ed4d22c1ff NIFI-250: - Additionally refactoring of removal of 
ControllerServiceProvider usage.
 discard 0d2041b05f NIFI-250: - Replacing usage of ControllerServiceProvider 
with ControllerServiceLookup.
 discard 3d38d8c98c Merge branch 'develop' into NIFI-250
 discard 4bc5ed13ef NIFI-250: - Rendering the references in the disable 
controller service dialog. - Reloading controller service table when 
appropriate. - Padding in dialogs with a border.
 discard 5390c7626a NIFI-250: Fixed NPE in StandardSSLContextService
 discard c25a2caecd NIFI-250: Persist Controller Services and Reporting Tasks 
on NCM
 discard 33f551630a NIFI-250: Remove references to Controller Service when the 
referencing component is removed
 discard ea8cb59848 NIFI-250: Expose number of active threads in ProcessorNode, 
ReportingTaskNode
 discard 40e2506674 NIFI-250: - Reloading components that reference controller 
services when appropriate. - Created an icon for enabling a controller service.
 discard 4481213849 NIFI-250: - Updating dialogs to address issues when showing 
the borders within the modal plugin (especially in the controller service 
configuration dialog). - Fixing availability when creating a controller service 
in standalone.
 discard 94d112b6ec Merge branch 'develop' into NIFI-250
 discard c7ee77be97 Merge branch 'develop' into NIFI-250
 discard 7da7c93270 NIFI-250: - Updating the UI to gather the availability for 
a controller service during creation. - Removing the concept of availability 
from the core as the service/task can only be available on the cluster manager 
OR nodes. - Updating web tier to support this concept.
 discard 55949a428f NIFI-250: Removed 'Availability' concept from reporting 
tasks and controller services because it is implicitly, depending on if on node 
or ncm
 discard d95ca18a0c NIFI-250: - Javadocs.
 discard 6892f19d61 NIFI-250: - Including the user who last modified the flow 
in the refresh tooltip.
 discard 9f9466cb41 Merge branch 'develop' into NIFI-250
 discard 4a8da60334 NIFI-250: - Refactoring revision checking so that we can 
lock appropriately on the Cluster Manager to manage controller services running 
there while other concurrent requests can be replicated amongst the cluster.
 discard 17add531f6 Merge branch 'develop' into NIFI-250
 discard 3425dee1f2 NIFI-250: - Invoking the appropriate save when updating 
controller services.
 discard 6b91546d9d NIFI-250: - Fixing use of the optimistic locking manager 
factory bean.
 discard cc8b096ffa Merge branch 'develop' into NIFI-250
 discard 13fb1a758b Merge branch 'develop' into NIFI-250
 discard 22822d33a2 NIFI-250: - Updating the ControllerService endpoint to 
specify the availability of the service. - Updating the optimistic locking 
manager to ensure the proper revision is checked.
 discard 346cc0cf14 NIFI-250: - Using the ControllerServiceProvider instead of 
delegating directly to the FlowController. This will allow us to work with the 
NCM when clustered.
 discard 0cb1adbc1f Merge branch 'NIFI-250' of 
https://git-wip-us.apache.org/repos/asf/incubator-nifi into NIFI-250
 discard d1caa7ee3e NIFI-250: - Updating REST API for managing controller 
services. - Starting to add a dialog for disabling a controller service.
 discard cc25d1d21c NIFI-250: Updated to pass Availability when creating 
controller services
 discard e056bb7d70 NIFI-250: Fixed bug that caused EOFException if no 
reporting tasks defined on NCM
 discard 4ae2a10e6d Load Controller Services from flow.tar file instead and 
external file
 discard 52149d8510 NIFI-250: Change Availability to just NODE or NCM; update 
NCM to store controller services and reporting tasks in separate entries in tar 
file instead of in flow.xml
 discard 3102e08378 NIFI-250: Updated ControllerServiceProvider to have a 
'createControllerService' that takes no identifier and randomly generates one
 discard 3344cef336 NIFI-250: Updated controller services to use appropriate 
defaults and use .identifiesControllerService instead of using the old way of 
obtaining controller services; do not fail to startup if controller service is 
invalid
 discard 1682e47aa3 Merge branch 'NIFI-250' of 
http://git-wip-us.apache.org/repos/asf/incubator-nifi into NIFI-250
 discard 2de754a11a NIFI-250: - Showing controller service validation errors.
 discard 600f8f7869 NIFI-250: - Adding support to go to a controller service.
 discard e7beef8d22 Merge branch 'develop' into NIFI-250
 discard fbc14e0a3a Merge branch 'NIFI-250' of 
http://git-wip-us.apache.org/repos/asf/incubator-nifi into NIFI-250
 discard 1ebaf1d29c NIFI-250: - Addressing the border visibility when toggling 
a reference block.
 discard b98a7220c0 NIFI-250: - Showing components that reference a given 
controller service.
 discard 9a6acab373 NIFI-250: Do not try to load controller services and 
reporting tasks from old .xml files because they are now in flow.xml
 discard 60ad998153 NIFI-250: Load Controller Services before processors or 
reporting tasks on restart
 discard cfaafa3c29 Merge branch 'NIFI-250' of 
http://git-wip-us.apache.org/repos/asf/incubator-nifi into NIFI-250
 discard 4737a41a9c NIFI-250: - Addressing some issues with reloading 
controller services on restart. - Starting to add the controller service 
references to the dialog. - Reloading processors and controller services before 
configuration to ensure their property descriptors are current.
 discard 52d329ca03 NIFI-250: Restore appropriate reporting task id on restart
 discard 59f5b95c3a NIFI-250: Restore Controller Service using appropriate ID 
on restart
 discard d60710b6fb Merge branch 'NIFI-250' of 
http://git-wip-us.apache.org/repos/asf/incubator-nifi into NIFI-250
 discard f18aca1e0a NIFI-250: Fixed bug where validator returns controller 
service identifier instead of name in description. Fixed bug where controller 
serivce references are not updated when property is removed from 
processor/service/reporting task
 discard 31caadb20a NIFI-250: Fixed bug that caused IllegalStateException if 
property not set on controller service or reporting task
 discard bb628b07a9 NIFI-250: - Adding support for showing property history for 
controller services.
 discard 0d1f80f22e NIFI-250: - Adding support for showing property history for 
controller services.
 discard 5f571be29a NIFI-250: - Allowing read only users to view the controller 
settings (including controller services and reporting tasks).
 discard 4564a137cb NIFI-250: - Showing refresh notice in the settings tab when 
the flow changes externally (another user).
 discard c9d9d3199a NIFI-250: - Auditing controller service actions.
 discard 0aee34c287 NIFI-250: - Auditing controller service actions.
 discard d90e9d6a72 NIFI-250: - Documentation. - Prepping the list of 
controller service references.
 discard 6581eb1360 NIFI-250: - Including the controller service references.
 discard 68583ab90a NIFI-250: - Fixing the NODE_ONLY value.
 discard e06e423ff1 NIFI-250: - Only showing the availability field when 
clustered.
 discard 91aa952f01 NIFI-250: - Adding support to enable/disable controller 
services through the actions in the table.
 discard 5d5cb8f106 NIFI-250: - Wiring up updating and deleting controller 
services. - Ensuring the new property dialog is closed when clearing the grid.
 discard 2303570eb6 NIFI-250: - Adding parameters to the update controller 
service endpoint.
 discard 593afddaf0 NIFI-250: - Documentation. - Updating how actions are 
triggered in the controller service table.
 discard cf188ebc83 NIFI-250: - Starting to implement the controller service 
DAO.
 discard 526e18d00a NIFI-250: - Using the property table plugin in the read 
only processor details dialog. - Clean up.
 discard 2d7c700d17 Merge branch 'NIFI-250' of 
https://git-wip-us.apache.org/repos/asf/incubator-nifi into NIFI-250
 discard ec082f1eea NIFI-250: - Creating a jQuery plugin for rendering a table 
of properties (since we now want to configure processors, controller services, 
and reporting tasks).
 discard 5785198f66 NIFI-250: Removed TODO comment that was completed
 discard ea17dbec6e NIFI-250: Renamed 'getComment' and 'setComment' in 
ControllerServiceNode and ReportingTaskNode to 'getComments' and 'setComments' 
to be more consistent with how naming throughout the rest of the app
 discard f14a34f668 NIFI-250: Updated flow.xml schema to take reporting tasks 
and controller services into account; removed schemas for reporting tasks and 
controller services.
 discard 24b4f1cf11 Merge branch 'NIFI-250' of 
http://git-wip-us.apache.org/repos/asf/incubator-nifi into NIFI-250
 discard cb84829b31 NIFI-250: - Renaming comment to comments. - Ensuring type 
is included in DTO and create request.
 discard 4de0fd0267 NIFI-250: Only run controller services and reporting tasks 
on the nodes/ncm according to their Availability
 discard 2df4500c05 NIFI-250: Implemented fingerprinting and reloading of 
controller services and reporting tasks from flow.xml
 discard 86d15f9e1c NIFI-250: Serialize and deserialize controller services and 
reporting tasks in the flow.xml
 discard ff43b03908 NIFI-250: Merged changes
 discard 7a3d208f03 NIFI-250: Allow Controller Services to be created without 
id and properties; allow controller service lookup to provide name of 
controller service given an id
 discard 80f02e4725 Added Eclipse-specific files to .gitignore
 discard 2da5792428 NIFI-250: - Ensuring the tables are resized when 
appropriate.
 discard 1854ebed22 NIFI-250: - Fixing NPE in stubbed out method.
 discard 3e77e7d32e NIFI-250: - Supporting updated API.
 discard e989215fa5 Merge branch 'develop' into NIFI-250
 discard 0c021c7825 NIFI-250: - Starting to load the controller services and 
prepare for adding them.
 discard 35616e9ad6 Merge branch 'develop' into NIFI-250
 discard 6622317c1b NIFI-250: - Adding a field to collect the controller 
service name during creation.
 discard cb4c654c7f Merge branch 'develop' into NIFI-250
 discard e604cafe79 NIFI-250: - Adding an endpoint to manage ControllerServices.
 discard c8ea683067 NIFI-250: - Moving files into the appropriate renamed 
directories.
 discard f2b9f2c8d4 NIFI-250: - Moving files into the appropriate renamed 
directories.
 discard c5d452c143 Merge branch 'develop' into NIFI-250
 discard e8d2bbfe3c NIFI-250: - Making the new controller services table 
collapsible. - Addressing issues with filtering, rollup, tags, and collapsing.
 discard 4836385628 NIFI-250: - Ensuring the entire hierarchy is returned for 
each service type.
 discard 66bd61e07b Merge branch 'NIFI-250' of 
https://git-wip-us.apache.org/repos/asf/incubator-nifi into NIFI-250
 discard 1392f328c9 Merge branch 'NIFI-250' of 
https://git-wip-us.apache.org/repos/asf/incubator-nifi into NIFI-250
 discard 39a77e4828 NIFI-250: - Creating endpoints for returning the available 
controller services and reporting tasks. - Made the Setting tabbed to provide a 
place for configuring controller services and reporting tasks.
 discard 58b02e41ee NIFI-250: merging from develop
 discard b204688bfa NIFI-250: - Starting to making the available controller 
services collapsible. Still need to clean up and handle selection properly.
 discard b39fdbd605 NIFI-250: - Creating endpoints for returning the available 
controller services and reporting tasks. - Made the Setting tabbed to provide a 
place for configuring controller services and reporting tasks.
 discard b29b61a5a8 Merge branch 'NIFI-250' of 
https://git-wip-us.apache.org/repos/asf/incubator-nifi into NIFI-250
 discard 8976ff4983 NIFI-250: merging from develop
 discard 367baad5b6 NIFI-250: - Starting to making the available controller 
services collapsible. Still need to clean up and handle selection properly.
 discard 14da3f3de9 NIFI-250: - Creating endpoints for returning the available 
controller services and reporting tasks. - Made the Setting tabbed to provide a 
place for configuring controller services and reporting tasks.
 discard bb108a0960 Merge branch 'NIFI-250' of 
https://git-wip-us.apache.org/repos/asf/incubator-nifi into NIFI-250
 discard da18ce0ab0 NIFI-250: - Creating endpoints for returning the available 
controller services and reporting tasks. - Made the Setting tabbed to provide a 
place for configuring controller services and reporting tasks.
 discard 03d422e4d4 NIFI-250: - Creating endpoints for returning the available 
controller services and reporting tasks. - Made the Setting tabbed to provide a 
place for configuring controller services and reporting tasks.

Reply via email to