8000 Tags · augiot/popoto · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Tags: augiot/popoto

Tags

v2.0.0

Toggle v2.0.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request Nhogs#17 from Nhogs/develop

2.0.0 release final cleanup

2.0.0-beta.1

Toggle 2.0.0-beta.1's commit message
update save to support reverse relationship

2.0.0-alpha.1

Toggle 2.0.0-alpha.1's commit message
change default result generation

1.2.rc2

Toggle 1.2.rc2's commit message
update with changes for Popoto.js version 1.2.rc2

- Added donut representation of node relations around the node in graph.
- Nodes are now displayed as circle instead of ellipses.
- Added circle clipPath on node with images to fit in node circle.
- Added provider to set link color. (the color is also used in donut)
- Removed plus sign on nodes to expand relationships
- Added click on links to remove them.
- Removed background highlight circle.
- Added TOGGLE_VIEW_RELATION toolbar action.
- Added SVG defs elements like circle clip path for nodes with images and markers for links. Set popoto.graph.link.SHOW_MARKER to true to display them.
- Added functions addExpandedValue and removeExpandedValue to allow value selection from outside of the graph.
- Added new events on graph actions.
- Added incoming relation in node properties to allow finer customization.
- Added support of multiple selection on node values which allow OR conditions on generated cypher queries and right click now remove last selected value on a node.
- Updated graph events code and added event customization on graph reset, node data loaded.
- Added isCollapsed state in graph schema.
- Added autoLoadValue in provider configuration to preload node value instead of on node click.
- Fixed graph save containing expanded values.
- Added support of not value in nodes.
- Added getSize option in node configuration to allow dynamic size depending on node attributes.
- Refactored query generation.
- Changed results and page size properties, popoto.result.RESULTS_PAGE_SIZE define the number of results displayed in result component, and popoto.query.MAX_RESULTS_COUNT define the number of results returned in cypher query.

1.1.2

Toggle 1.1.2's commit message
add changes for Popoto.js version 1.1.2

- Fixed textPath issue update on Edge browser.
- Added popoto.graph.DISABLE_COUNT property to disable all counts on nodes.
- Added "schema" property in label providers to auto generate graph in popoto for a label without retrieving relation on database.
- Added support of predefined graph schema in start function to open graph in a predefined state.

1.1.1

Toggle 1.1.1's commit message
add changes for Popoto.js version 1.1.1

- Removed "Asap" font and set default to "sans-serif".
- Added Custom popoto font to use as icons in page.
- Replaced taxonomies and menu icon with font icons.

1.1.0

Toggle 1.1.0's commit message
add changes for Popoto.js version 1.1.0

- Minor fixes on Cypher viewer.
- Added use of parameters in generated queries.
- Fixed internal errors when some data is invalid or missing in REST API call.
- Removed extra query execution to get result count, the count was already available in root node.
- Added support of graph results, this feature can be used to display the results as a graph instead of rows like in Neo4j Browser.
- Added support of new configuration options:
- "filterResultQuery", "filterNodeValueQuery", "filterNodeCountQuery", "filterNodeRelationQuery" to customize generated Cypher queries depending on labels.
- "autoExpandRelations" to automatically expand nodes with a specific labels. This can be used to pre-open graph on page load.
- Fixed nodes Drag behavior, nodes now are no more opened or collapsed when they are dragged on graph.

1.0

Toggle 1.0's commit message
add files of Popoto.js version 1.0

0