Scott Aslan
1978c986b5
[NIFI-3465] change CS and RT warning tooltip viewports to a visible and connected DOM element. This closes #1545
2017-02-27 13:18:14 -05:00
Scott Aslan
d98426cc3d
[NIFI-2941] allow users to click checkbox labels to toggle the checkbox. This closes #1538
2017-02-27 09:57:43 -05:00
Scott Aslan
a76641b252
[NIFI-2891] persist selected tab for connection configuration dialog, except for when creating a new connection the dialog will open with the details tab visible since users will need to select a connection relationship. This closes #1535
2017-02-27 09:21:55 -05:00
Scott Aslan
fba17159a9
[NIFI-3358] remove duplicate calls to nfProcessGroupConfiguration.showConfiguration(). This closes #1540
2017-02-24 08:05:34 -05:00
Scott Aslan
2c374bafaa
[NIFI-3358] update naming conventions to avoid conflicts. This closes #1533
2017-02-23 09:14:33 -05:00
Scott Aslan
364efa96cc
[NIFI-3501] Upgrade D3 to 3.5.17 and allow npm to pull it down at build time. This closes #1519
2017-02-21 10:17:34 -05:00
Scott Aslan
19302263c3
[NIFI-3181] add operate palette actions to context menu. This closes #1516
2017-02-17 15:40:23 -05:00
Scott Aslan
d9828c240b
[NIFI-3360] resolve clashing variable name for connection and nf.Connection. This closes #1506
2017-02-16 15:54:00 -05:00
Aldrin Piri
76fcf5def1
NIFI-3385 - This closes #1440 . Updating copyright statements to reflect the new year.
2017-02-16 00:10:02 -05:00
Pierre Villard
86fb67d55c
NIFI-3405 - Add uptime to JVM section in System Diagnostics
...
renamed column for node connection date in cluster
This closes #1492 .
Signed-off-by: Koji Kawamura <ijokarumawak@apache.org>
2017-02-15 16:53:53 +09:00
Scott Aslan
2bc7d52626
[NIFI-3458] increase processor preview hieght to avoid bottom border being cut off. This closes #1498
2017-02-13 09:46:20 -05:00
Scott Aslan
4274481f1d
[NIFI-3450] update upload template dialog browse button. This closes #1495
2017-02-13 09:32:02 -05:00
Scott Aslan
932b5bb91b
[NIFI-3305] update hover text for change color on the operate pallete. This closes #1489
2017-02-13 09:02:54 -05:00
Scott Aslan
febe6da4a2
[NIFI-3459] remove blue higlighting from bread crumbs
...
This closes #1500 .
2017-02-11 15:36:19 +01:00
Scott Aslan
e4b74b3d71
[NIFI-3410] and styles for incorrect Processor Details dialog relationship description in Summary page. This closes #1488
2017-02-10 17:01:33 -05:00
Scott Aslan
bf3b1640fc
[NIFI-3360] taking bottom up approach to modularizing the canvas...wrapping modulaes with UMD and keep the app loading
...
- taking top down approach from this point and leveraging inversion of control desgin pattern
- This closes #1487
2017-02-10 16:03:23 -05:00
Matt Gilman
74ecc20f00
NIFI-3291:
...
- Ensuring slider step is non negative.
This closes #1486
2017-02-09 09:42:36 -05:00
Matt Gilman
bc7b17a64c
NIFI-3291:
...
- Fixing slider issue when there is only one event in the lineage graph.
- Fixing scollbar issue when accessing the queue listing.
2017-02-09 09:29:18 -05:00
Matt Gilman
f0c6739a1f
NIFI-3251:
...
- Ensuring read permissions to the ControllerService before attempting to check permissions to parent.
This closes #1483
2017-02-08 15:13:20 -05:00
James Wing
e4cee7ee0d
NIFI-3427 Fix Provenance DateTime Sorting
...
This closes #1465 .
2017-02-06 18:06:58 +01:00
Matt Gilman
f8f66fa22b
NIFI-3291:
...
- Removing dead code.
This closes #1438
2017-01-27 11:50:56 -05:00
Matt Gilman
0950186fbb
NIFI-3291:
...
- Fixing overflow calculation to determine if scrollbars are necessary.
- Fixing styles with jquery ui slider usage.
2017-01-27 11:47:09 -05:00
Matt Gilman
7340078de2
NIFI-3251: Delete requires WRITE perms on parent
...
- Requiring WRITE permissions to the parent resource when attempting to remove a component.
- Updating expired certificates in the REST API integration tests.
This closes #1399 .
Signed-off-by: James Wing <jvwing@gmail.com>
2017-01-24 13:24:29 -08:00
Matt Gilman
79ca30be4a
NIFI-3301: Provenance UI Cursor Styling
...
- Addressing inconsistent cursor styling and drag behavior in lineage graph.
This closes #1430 .
Signed-off-by: James Wing <jvwing@gmail.com>
2017-01-20 18:40:36 -08:00
Scott Aslan
dc934cbb8e
[NIFI-3359] Modularize all of nifi-web-ui except canvas directory
...
- Removing shell.jsp from summary.jsp.
- This closes #1428
2017-01-20 16:18:08 -05:00
Matt Gilman
e62eeb7563
NIFI-3291:
...
- Fixing styles from our usage of jquery ui autocomplete.
- Fixing horizontal scroll bars.
- Fixing border around content repos.
This closes #1429
2017-01-19 11:13:44 -05:00
Matt Gilman
e925b18fe6
NIFI-1135:
...
- Adding additional parameters to be able to limit the size of the provenance response. Specifically, whether the events should be summarized and whether events should be returned incrementally before the query has completed.
- Ensuring the cluster node address is included in provenance events returned.
- Ensuring there is a cluster coordinator before attempting to get the cluster node address.
- Removing exponential back off between provenance requests.
- Ensuring the content viewer url is retrieve before initializing the provenance table.
This closes #1413 .
2017-01-18 10:34:56 -05:00
Matt Gilman
82cf0c6fa8
NIFI-3291:
...
- Ensuring we don't see a horizontal scrollbar.
- Ensuring slick-nifi-theme is bundled.
This closes #1408
2017-01-17 15:42:34 -05:00
Matt Gilman
6170f6442e
NIFI-3291:
...
- Upgrading jQuery and it's plugins.
- Packaging at build time using npm.
2017-01-17 14:54:59 -05:00
Matt Gilman
a794166d21
NIFI-3118 - Sorting the garbage collection stats and content repository entries client side. Opting to not sort server side as the property of the DTO does not allow deterministic sorting. Consequently, order would need to be implemented every time that DTO is (de)serializaed which may happen in a number of places with zero master clustering.
...
This closes #1337 .
2017-01-09 18:09:25 +01:00
Pierre Villard
64bb55ef3c
NIFI-2839 Add a confirmation dialog when deleting a Controller Service or Reporting Task. This closes #1384
2017-01-05 09:07:35 -05:00
Matt Gilman
083d4043e0
NIFI-2840:
...
- Sorting the templates to ensure that the newest templates are listed first.
This closes #1391 .
2017-01-04 19:24:37 +01:00
Matt Gilman
b1c9f0e764
NIFI-2695: - Providing more granular and meaningful authorization error messages.
...
This closes #1309 .
Signed-off-by: Bryan Bende <bbende@apache.org>
2017-01-04 13:06:19 -05:00
Scott Aslan
67cbef5df3
NIFI-2917: disable canvas refresh after ajax error and allow page refresh
...
This closes #1351 .
Signed-off-by: Andy LoPresto <alopresto@apache.org>
2017-01-02 16:32:05 -08:00
Scott Aslan
5ea17d30c5
[NIFI-96] add align horizontal and align vertical capability to components on the canvas. This closes #1354
2016-12-22 16:47:34 -05:00
Matt Gilman
acc9e0b45c
NIFI-2967:
...
- Disabling the Add button in the new Processor, Controller Service, and Reporting Task dialog when no components match the filter.
This closes #1340
2016-12-22 11:52:20 -05:00
Matt Gilman
721c9ee7f0
NIFI-3167: - Ensuring the DELETE button is visible for cluster nodes. - Removing unecessary wrapper element and non breaking spaces.
...
Signed-off-by: Yolanda M. Davis <ymdavis@apache.org>
This closes #1319
2016-12-21 12:02:44 -05:00
Scott Aslan
aef17f9a8b
[NIFI-3170] remove action details if user does not have read perms, also update action details styles to match other dialogs. This closes #1322
2016-12-19 10:07:15 -05:00
Scott Aslan
868795cdaa
[NIFI-3159] Add ellipsis to long PG name in access policies shell. This closes #1310
2016-12-13 09:41:31 -05:00
Scott Aslan
45e4514a40
[NIFI-3160] reload canvas when updating PG name of current PG. This closes #1315
2016-12-12 11:45:10 -05:00
Scott Aslan
2c84b44f54
[NIFI-3154] display ellipsis when text is sufficiently long in connection details and connection configuration dialogs. This closes #1305
2016-12-08 12:52:01 -05:00
Koji Kawamura
d15bd0c00c
NIFI-3165: Update RPG revision when RPGPort is updated. This closes #1308
2016-12-08 08:34:07 -05:00
Scott Aslan
6b82e25c74
[NIFI-3106] updating hover text for remove counter icon. This closes #1299
2016-12-07 16:42:19 -05:00
Matt Gilman
2d6bba080f
NIFI-3133: - Ensuring that Remote Group Ports are always authorized according to their Remote Process Group.
...
NIFI-3133:
- Using getSourceAuthorizable() when accessing flow files and content.
NIFI-3133:
- Decouple local and remote connectable's to avoid ambiguity with self referencing RPGs.
NIFI-3133:
- Addressing comments from the PR.
NIFI-3133:
- Fixed check verifying source/destination when creating a connection.
NIFI-3133:
- Only showing the go to link when the source component is not a remote port.
NIFI-3133:
- Removing unnecessary checking of remote group port authorization since it's handled by the parent RPG.
NIFI-3133:
- Fixing issue showing the connection details dialog when the source component is a RPG.
NIFI-3133:
- Ensuring the local connectable was found.
This closes #1297
Signed-off-by: jpercivall <JPercivall@apache.org>
2016-12-05 19:45:45 -05:00
jpercivall
7633fe35c1
NIFI-3149 Adding proper literal support for number operators ('-' and '+') to ANTLR parser and UI highlighting
...
This closes #1298
2016-12-05 13:34:54 -05:00
Koji Kawamura
7c5bd876bd
NIFI-3026: Support multiple remote target URLs
...
- Added urls in addition to the existing url, to support multiple target
URLs
- Backward compatibility is provided by returning the first url if
multipe urls are specified, but component accessing the url doesn't
support multiple urls
- UI is not fully updated yet. Following UI components are planned to be updated
by different commits
- Search component: only the first URL is searchable and shown
- Component status: RPG status shows only the first URL
- Component action history: only the first URL is searchable and shown
- Updated Search component to use URLs.
This closes #1208 .
2016-12-02 14:01:39 -05:00
Mark Payne
02f02b245a
NIFI-2017: Fixed typo in nf-port.js that was referencing the wrong variable name to determine whether or not a port is transmitting
...
Fixed merging logic for root group status. Only consider a port transmitting when there is an active request, not when there is a 'queued' request
This closes #1279
2016-11-30 14:51:28 -05:00
joewitt
92f17a995b
NIFI-3100-rc2 prepare for next development iteration
2016-11-25 23:49:27 -05:00
joewitt
5536f690a8
NIFI-3100-rc2 prepare release nifi-1.1.0-RC2
2016-11-25 23:49:13 -05:00
Scott Aslan
ead9205458
[NIFI-3075] remove fixed width from combo options and add max-width css style to display ellipsis when options text is too long. This closes #1253
2016-11-21 17:27:03 -05:00