Commit Graph

53 Commits

Author SHA1 Message Date
Matt Gilman 5fe4c15cd0 NIFI-256:
- Identifying more places where we should be manually hiding the context menu.
2015-01-14 11:33:58 -05:00
Matt Gilman 80793ccbb8 NIFI-258:
- Ensuring connection stays up to date when processor configuration changes.
2015-01-13 15:54:21 -05:00
Matt Gilman b142d7a9bd NIFI-257:
- Using the target URI as specified.
2015-01-13 15:21:42 -05:00
Matt Gilman 549c97d3f4 NIFI-256:
- Hiding the context menu when opening the shell if possible.
2015-01-13 15:17:58 -05:00
Matt Gilman b6b1859475 NIFI-247:
- Preventing zoom/pan events which was throwing off the selection when the cursor left the canvas when using the selection box to select multiple components.
- Preventing default browser behavior which was changing the cursor to text-selection when using the selection box to select multiple components.
2015-01-12 12:56:37 -05:00
Matt Gilman 1da5339a2a NIFI-214:
- It appears that the zoom (pan) event is being triggered early on some browser/OS combinations. As a result, a pan of 0px is registering and throwing off deselection (since we want to maintain selection when panning). I am not sure why the events are firing sporadically, but delaying when the panning flag is set seems to have addressed the deselection concerns.
2015-01-12 10:24:38 -05:00
Matt Gilman 6b97a1dda6 NIFI-140:
- Removing border radius on the storage usage progress bars.
2015-01-12 09:33:53 -05:00
joewitt a76e91bcc5 NIFI-240 replaced logo images with submitted images. Holding in branch pending reesults of vote 2015-01-09 00:03:10 -05:00
Matt Gilman cb2ceeab79 NIFI-237:
- Adding .png extension when appropriate.
2015-01-08 12:54:58 -05:00
Matt Gilman bda9985d6a NIFI-115:
- Code clean up.
- Showing an expiration icon on the connection label when appropriate.
- Allowing the user to search for connections that have expiration and back pressure configured.
2015-01-08 11:02:25 -05:00
Matt Gilman 22596080c9 NIFI-233:
- Fixing the Downstream label for Upstream components from a process group.
2015-01-08 07:16:45 -05:00
Matt Gilman 6f2e283166 NIFI-231:
- Code clean up.
- Cleaning up tooltips when options are removed.
- Setting the correct style on the tooltips.
2015-01-07 14:25:27 -05:00
Matt Gilman edaa191d37 NIFI-232:
- Adding a note in the UI that the Event Driven scheduling strategy is experimental.
2015-01-07 14:08:13 -05:00
Matt Gilman 2de45b62a7 NIFI-231:
- Cleaning up all tooltips that are based on dynamic content.
2015-01-07 10:22:27 -05:00
Matt Gilman 645837491c NIFI-216:
- Code clean up.
- Ensuring the appropriate scripts/stylesheets are referenced in Summary page.
2015-01-07 07:46:57 -05:00
Matt Gilman 23dcdeb61b NIFI-216:
- Ignoring irrelevant whitespace in EL editor.
- Adding IDE style function details for each function in the auto complete.
2015-01-06 11:41:13 -05:00
Matt Gilman b7afc6999e NIFI-223:
- Addressing issue when dragging multiple components. Issue stemmed from skipping the PUT request when the component (a connection with no bends points) was included in the selection.
2015-01-05 07:43:19 -05:00
Matt Gilman c1eb209d4f NIFI-140:
- Addressing inconsistent tooltip styles.
2015-01-05 07:22:10 -05:00
Matt Gilman b823189452 NIFI-140:
- Address style issues with slider widget in processor configuration and provenance lineage.
- Documentation in count, center, and ellipsis plugins.
- Disable text selection over canvas, new processor dialog, and context menu.
- Updated the draggable component icons to support dragging over all parts of the page. Only creating new component when the drop occurs over the canvas. Other drops will be disabled.
2014-12-30 10:37:51 -05:00
Matt Gilman d27d2e303e NIFI-24:
- Updating the state of the enable/disable button in the toolbar when appropriate.
2014-12-30 07:43:20 -05:00
Matt Gilman 79803c1c67 NIFI-58:
- Addressed issues submitting replays while clustered.
2014-12-23 15:58:46 -05:00
Matt Gilman b569a9d784 Merge branch 'NIFI-65' into develop 2014-12-23 15:36:37 -05:00
Matt Gilman 1374d1db7c NIFI-197:
- Fixing issue when initializing the toolbox for non DFM users.
2014-12-23 12:17:59 -05:00
Matt Gilman 7a29166d9c NIFI-65:
- Replacing calls to nf.Common.submit with window.open where appropriate.
2014-12-23 10:28:41 -05:00
Matt Gilman 3d0766b9f5 NIFI-182:
- Updating to accommodate for new format in generated documentation.
2014-12-18 14:10:02 -05:00
Matt Gilman 713312d9e5 NIFI-157:
- No longer rendering connections in the birdseye view.
2014-12-17 12:14:21 -05:00
Matt Gilman 12de20da86 NIFI-180:
- Obtaining the grid instance correctly.
2014-12-17 10:46:54 -05:00
Matt Gilman 045afa5b2e Merge branch 'develop' into NIFI-85 2014-12-17 10:15:47 -05:00
Matt Gilman 5527ccbe94 Merge branch 'nifi-27' into develop 2014-12-17 10:12:42 -05:00
Matt Gilman d5b20d463f NIFI-27:
- Addressing resizable issue after updating jquery UI.
2014-12-17 10:10:14 -05:00
Matt Gilman ca872badae NIFI-85:
- Updating draggable usage for better consistency.
2014-12-17 10:07:45 -05:00
Matt Gilman 9c08118f57 NIFI-85:
- Using draggable on all dialogs that are applicable at the moment.
2014-12-17 09:11:25 -05:00
Philip Young 621b7f41cb NIFI-85: Made the Configure Processor modal dialog box movable.
Signed-off-by: Matt Gilman <matt.c.gilman@gmail.com>
2014-12-17 07:21:20 -05:00
joewitt 1b23671eb3 Merge remote branch 'origin/develop' into develop 2014-12-16 21:21:08 -05:00
joewitt fdce4f5b1a NIFI-177 text change for about dialogue 2014-12-16 18:20:08 -05:00
Matt Gilman 15d7031ebd NIFI-143:
- Using the datum from the appropriate selection.
- Handling group selection.
2014-12-16 15:34:39 -05:00
Matt Gilman a016bf47bd NIFI-27:
- Reverting to a slightly old version of minicolors to do issues compressing the css in the latests version.
2014-12-16 11:12:15 -05:00
Matt Gilman 2965258e5d NIFI-27:
- Upgrading jQuery and jQuery UI.
- Replacing all instances of Deferred.then with Deferred.done/fail due to API change introduced in 1.8.
- Restoring line returns between public methods.
- Upgrading jquery.form and jquery.minicolors.
2014-12-16 08:42:13 -05:00
Matt Gilman fc78752e61 NIFI-27:
- Updating access control configuration for secure ports due to autocomplete upgrade.
2014-12-15 12:02:15 -05:00
Matt Gilman d307a13c5d NIFI-27:
- Better result normalization.
- Updated styles.
2014-12-12 10:37:02 -05:00
Matt Gilman 68e0898399 NIFI-27:
- Updating cluster search to work with upgraded jquery ui.
- Better support for case when no results are found.
2014-12-12 10:34:56 -05:00
Matt Gilman 71e53ae566 NIFI-27:
- Starting to upgrade jQuery and jQuery UI.
2014-12-11 16:02:44 -05:00
Matt Gilman 1d23e6e136 NIFI-27:
- Latest version of codemirror.
2014-12-10 14:36:44 -05:00
Matt Gilman 8a0e2cee4a NIFI-27:
- Latest version of D3.
2014-12-10 14:36:35 -05:00
Matt Gilman 4c959f7298 NIFI-27:
- Latest version of slickgrid.
2014-12-10 14:36:34 -05:00
Matt Gilman 658131de13 NIFI-27:
- Latest version of qtip2.
2014-12-10 14:36:33 -05:00
Matt Gilman fe2a331820 NIFI-159:
- Allowing optional properties to be reset.
- Used null to represent an unset value as previously it was considered undefined. When undefined, the property was not being included in the serialized configuration.
2014-12-10 14:27:11 -05:00
Matt Gilman 3861446958 NIFI-42:
- Using displayName where appropriate.
- Ensuring descriptor exists before attempting to use a default value.
2014-12-09 15:58:32 -05:00
Matt Gilman 63e80d3fdc NIFI-147:
- Clean up change for SVG resizing to remove unnecessary window resize listener.
2014-12-09 15:33:21 -05:00
Matt Gilman 61c5cb3773 NIFI-146:
- Using shift instead of ctrl to drive group selection.
- Added support for metaKey for keyboard shortcuts.
2014-12-09 15:18:52 -05:00