[GitHub] nifi-registry pull request #74: NIFIREG-89 Add landing page for root URL '/'

2018-02-03 Thread dannylane
Github user dannylane closed the pull request at:

https://github.com/apache/nifi-registry/pull/74


---


[GitHub] nifi-registry pull request #88: NIFIREG-112 - Add a 'diff' endpoint to the A...

2018-01-18 Thread dannylane
GitHub user dannylane opened a pull request:

https://github.com/apache/nifi-registry/pull/88

NIFIREG-112 - Add a 'diff' endpoint to the API/Client for comparing 2 
versions of a flow.

This PR is for an API endpoint to get a diff between 2 versions of a flow. 

[NIFIREG-77](https://issues.apache.org/jira/projects/NIFIREG/issues/NIFIREG-77) 
is the parent task and 
[NIFIREG-112](https://issues.apache.org/jira/projects/NIFIREG/issues/NIFIREG-112)
 is the sub task.
There is some discussion on the parent task around direction etc. 
Let me know if there's anything I should change. Thanks.

You can merge this pull request into a Git repository by running:

$ git pull https://github.com/dannylane/nifi-registry NIFIREG-77

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/nifi-registry/pull/88.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 #88


commit eeed846167dc90d983ea1d37d4149980b3057be2
Author: Danny Lane <dannylane@...>
Date:   2018-01-08T23:51:27Z

NIFIREG-77 - Add a 'diff' endpoint to the API/Client for comparing 2 
versions of a flow.

commit 66c8fb13cc00ae2787667662599697c94077bee2
Author: Danny Lane <dannylane@...>
Date:   2018-01-17T22:30:29Z

NIFIREG-77 - Add client code for diff operation




---


[GitHub] nifi-registry issue #86: NIFIREG-112 - Add a 'diff' endpoint to the API/Clie...

2018-01-16 Thread dannylane
Github user dannylane commented on the issue:

https://github.com/apache/nifi-registry/pull/86
  
I should add the client change before I submit the PR



---


[GitHub] nifi-registry pull request #86: NIFIREG-112 - Add a 'diff' endpoint to the A...

2018-01-16 Thread dannylane
Github user dannylane closed the pull request at:

https://github.com/apache/nifi-registry/pull/86


---


[GitHub] nifi-registry pull request #86: NIFIREG-112 - Add a 'diff' endpoint to the A...

2018-01-16 Thread dannylane
GitHub user dannylane opened a pull request:

https://github.com/apache/nifi-registry/pull/86

NIFIREG-112 - Add a 'diff' endpoint to the API/Client for comparing 2 
versions of a flow.

This PR is for an API endpoint to get a diff between 2 versions of a flow. 

[NIFIREG-77](https://issues.apache.org/jira/projects/NIFIREG/issues/NIFIREG-77) 
is the parent task and 
[NIFIREG-112](https://issues.apache.org/jira/projects/NIFIREG/issues/NIFIREG-112)
 is the sub task.
There is some discussion on the parent task around direction etc. 
Let me know if there's anything I should change. Thanks.

You can merge this pull request into a Git repository by running:

$ git pull https://github.com/dannylane/nifi-registry NIFIREG-77

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/nifi-registry/pull/86.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 #86


commit eeed846167dc90d983ea1d37d4149980b3057be2
Author: Danny Lane <dannylane@...>
Date:   2018-01-08T23:51:27Z

NIFIREG-77 - Add a 'diff' endpoint to the API/Client for comparing 2 
versions of a flow.




---


[GitHub] nifi-registry issue #74: NIFIREG-89 Add landing page for root URL '/'

2017-12-30 Thread dannylane
Github user dannylane commented on the issue:

https://github.com/apache/nifi-registry/pull/74
  
Thanks @bbende, I've added the LICENSE & NOTICE. 
Let me know if there's anything else that needs to be changed. 


---


[GitHub] nifi-registry pull request #74: NIFIREG-89 Add landing page for root URL '/'

2017-12-29 Thread dannylane
GitHub user dannylane opened a pull request:

https://github.com/apache/nifi-registry/pull/74

NIFIREG-89 Add landing page for root URL '/'

Following on from a suggestion in the dev mailing list I created 
[NIFIREG-89](https://issues.apache.org/jira/browse/NIFIREG-89) to add a landing 
page informing the user they may have mistyped, similar to the page that 
currently exists in NiFi.
I followed a similar approach as was used in NiFi.

This is the page that has been added:

![screenshot_landing_page](https://user-images.githubusercontent.com/250202/34450579-d86c85a0-ed04-11e7-8ae5-2bfb7878df91.png)


You can merge this pull request into a Git repository by running:

$ git pull https://github.com/dannylane/nifi-registry NIFIREG-89

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/nifi-registry/pull/74.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 #74


commit 09d6ec4ba0e7f36e07f07deac76d4304339d32b6
Author: Danny Lane <dannylane@...>
Date:   2017-12-30T01:43:09Z

NIFIREG-89 Add landing page for default url




---