| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2014-10-28 | history/rhizicore: record zoom events; zoom g element selector: svg g.zoom | Alon Levy | |
| 2014-10-28 | history: refactor action key to record parameter | Alon Levy | |
| 2014-10-28 | textanalysis.ui: use input event if it exists, fallback to polling of 50ms ↵ | Alon Levy | |
| (not 5ms) otherwise | |||
| 2014-10-28 | textanalysis{,.ui}: fix remaining globals, use strict | Alon Levy | |
| 2014-10-28 | wip/history zoom | Alon Levy | |
| 2014-10-28 | follow neo4j semantics: rename filter_type to filter_label | LV-426 | |
| 2014-10-28 | random neo4j label generator | LV-426 | |
| 2014-10-28 | test_rz_clone - DBO_rz_clone test | LV-426 | |
| 2014-10-28 | initial random neo4j data generator - use to avoid loading DB dumps | LV-426 | |
| 2014-10-28 | initial DBO_rz_clone op | LV-426 | |
| 2014-10-28 | DBO_cypher_query | LV-426 | |
| 2014-10-27 | update test output, mark issue 86 test as such | Alon Levy | |
| 2014-10-27 | Fixes #116 - no star graph for a single node | Alon Levy | |
| 2014-10-27 | textanalysis: s/abnormalGraph/starGraph/ | Alon Levy | |
| 2014-10-27 | misc | LV-426 | |
| 2014-10-27 | rm single obj api calls | LV-426 | |
| 2014-10-27 | REST api impl: '/graph/attr-diff-commit' | LV-426 | |
| 2014-10-27 | REST api impl: '/graph/topo-diff-commit' | LV-426 | |
| 2014-10-27 | support node removals in DBO_topo_diff_commit | LV-426 | |
| 2014-10-27 | DBO_rm_node_set & test | LV-426 | |
| 2014-10-26 | history switch to events; using a single GRAPH_DIFF action. todo - replay; ↵ | Alon Levy | |
| zoom in/out; clicks on nodes/edges | |||
| 2014-10-26 | introduce signal, start using in history; use consts for signal name | Alon Levy | |
| introduces two new modules: scripts/consts.js scripts/signal.js signal is a thin wrapper for jquery('window').on and jquery('window').trigger, which seems like an adaquete signal library - there are faster things around, but why introduce another dependency. | |||
| 2014-10-26 | textanalysis: protect from temp nodes on finalize (all these patches - need ↵ | Alon Levy | |
| to rewrite that and heavily test it) | |||
| 2014-10-26 | textanalysis (#86): make star case avoid an empty string that was causing a ↵ | Alon Levy | |
| chainlink temp node created from '' | |||
| 2014-10-26 | s/const/var/ ES6 defines const, not there yet | Alon Levy | |
| 2014-10-26 | Fixes #86 | Alon Levy | |
| 2014-10-26 | textanalysis: use consts | Alon Levy | |
| 2014-10-26 | textanalysis: whitespace fix (same line touched by last patch) | Alon Levy | |
| 2014-10-26 | remove extra spaces around 'and' nodes | Alon Levy | |
| 2014-10-26 | tests: print link label in graphviz output | Alon Levy | |
| 2014-10-26 | Fixes #114 | Alon Levy | |
| In * case sentence - Description contains quote marks for multiple worded sentence | |||
| 2014-10-26 | textanalysis: factor out tokenize | Alon Levy | |
| 2014-10-26 | tests: forgot test2.js (used by test_require_js.js) | Alon Levy | |
| 2014-10-26 | tests: forgot some more files | Alon Levy | |
| 2014-10-26 | oops, forgot tests/base.js | Alon Levy | |
| 2014-10-26 | Fixes #96 URL property in node isn't saved to JSON | Alon Levy | |
| 2014-10-24 | textanalysis.ui: shift-tab now changes type back, tab forward | Alon Levy | |
| 2014-10-24 | fixes #106 | Alon Levy | |
| broken by define addition (require.js) | |||
| 2014-10-24 | robot: fix undefined variable from define addition | Alon Levy | |
| 2014-10-21 | acknowledge duplicate links may be returned in response | LV-426 | |
| 2014-10-21 | load_link_set_by_link_ptr_set: introducing a deserialize_param_set() step | LV-426 | |
| 2014-10-21 | revert back to flush_db test setup - see ↵ | LV-426 | |
| https://github.com/Rhizi/rhizi-server/issues/1 | |||
| 2014-10-21 | enable neo4j JSON streaming by default | LV-426 | |
| 2014-10-21 | mv DB_Driver classes to their own file | LV-426 | |
| 2014-10-21 | introducing the Link_Ptr concept - able to fuzzy point at a link by src_id, ↵ | LV-426 | |
| dst_id or both | |||
| 2014-10-21 | test_analyzer: better test | Alon Levy | |
| need better graph accessors to give only the 'real' nodes & links - that will fix some of the tests, leaving the real wrong ones | |||
| 2014-10-21 | fix test_analyzer after require.js | Alon Levy | |
| 2014-10-21 | rhizicore: remove unused variable | Alon Levy | |
| 2014-10-21 | oops - removed d3 accidentally | Alon Levy | |
| 2014-10-20 | introduce require.js and rewrite tests | Alon Levy | |
| Yes, I'm being lazy. The purpose of require.js is to allow writing modules, i.e. individual smaller then the whole files with clear dependencies. This is achieved by using a new api provided by require.js: define, require, requirejs Read more at [requirejs] (http://requirejs.org) Tests have been rewritten to work correctly with require.js; they still use jsdom. Test output is now stored in the repository, all tests are run via run_tests.js; This is a hack - once a good harness (with assertions, suites - unittest like) presents itself it will be used. Hidden here is also using FileSaver for history saving, so history is saved to history.json instead to a random name. Plus dropping some dead code. | |||
