Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature/graph component decoupling #2

Merged
merged 57 commits into from
Apr 9, 2017

Commits on Mar 29, 2017

  1. Add eslint to project

    danielcaldas committed Mar 29, 2017
    Configuration menu
    Copy the full SHA
    34281bc View commit details
    Browse the repository at this point in the history

Commits on Mar 30, 2017

  1. Start Node component

    danielcaldas committed Mar 30, 2017
    Configuration menu
    Copy the full SHA
    c51a37a View commit details
    Browse the repository at this point in the history
  2. Small folder structure refactor

    danielcaldas committed Mar 30, 2017
    Configuration menu
    Copy the full SHA
    904d899 View commit details
    Browse the repository at this point in the history
  3. Rendering graph of Node components

    danielcaldas committed Mar 30, 2017
    Configuration menu
    Copy the full SHA
    7142815 View commit details
    Browse the repository at this point in the history
  4. Add Link component

    danielcaldas committed Mar 30, 2017
    Configuration menu
    Copy the full SHA
    6cc33e6 View commit details
    Browse the repository at this point in the history
  5. Render nodes and links. Add helpers in Graph component

    danielcaldas committed Mar 30, 2017
    Configuration menu
    Copy the full SHA
    dc37458 View commit details
    Browse the repository at this point in the history

Commits on Mar 31, 2017

  1. Refactor Graph component. Move init props to constructor

    danielcaldas committed Mar 31, 2017
    Configuration menu
    Copy the full SHA
    5368062 View commit details
    Browse the repository at this point in the history
  2. Add forceSimulation and apply tick via react forceUpdate

    danielcaldas committed Mar 31, 2017
    Configuration menu
    Copy the full SHA
    33e47f5 View commit details
    Browse the repository at this point in the history
  3. Huge refactor in Node component. Passing props

    danielcaldas committed Mar 31, 2017
    Configuration menu
    Copy the full SHA
    3729f3d View commit details
    Browse the repository at this point in the history
  4. Small refactor in Link component

    danielcaldas committed Mar 31, 2017
    Configuration menu
    Copy the full SHA
    53081fc View commit details
    Browse the repository at this point in the history
  5. Fix pause/play simulation behavior

    danielcaldas committed Mar 31, 2017
    Configuration menu
    Copy the full SHA
    774b0a2 View commit details
    Browse the repository at this point in the history

Commits on Apr 1, 2017

  1. Move node and link build logic to graph helper file

    danielcaldas committed Apr 1, 2017
    Configuration menu
    Copy the full SHA
    2c38d12 View commit details
    Browse the repository at this point in the history
  2. Add zoom to graph. Add drag and drop all network

    danielcaldas committed Apr 1, 2017
    Configuration menu
    Copy the full SHA
    002896a View commit details
    Browse the repository at this point in the history
  3. Removed unused react-redux dependency

    danielcaldas committed Apr 1, 2017
    Configuration menu
    Copy the full SHA
    3366166 View commit details
    Browse the repository at this point in the history
  4. Clean the house 🛀

    danielcaldas committed Apr 1, 2017
    Configuration menu
    Copy the full SHA
    990b2cf View commit details
    Browse the repository at this point in the history
  5. Remove css-loader

    danielcaldas committed Apr 1, 2017
    Configuration menu
    Copy the full SHA
    1054d0a View commit details
    Browse the repository at this point in the history
  6. Small improvements

    danielcaldas committed Apr 1, 2017
    Configuration menu
    Copy the full SHA
    54dc1fc View commit details
    Browse the repository at this point in the history
  7. Remove render first time logic

    danielcaldas committed Apr 1, 2017
    Configuration menu
    Copy the full SHA
    c31f27b View commit details
    Browse the repository at this point in the history
  8. Add node drag to Graph component

    danielcaldas committed Apr 1, 2017
    Configuration menu
    Copy the full SHA
    1f65ff0 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    a93ead3 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    7e13633 View commit details
    Browse the repository at this point in the history
  11. Improve setState method calls. Use pseudo private syntax for methods …

    …in Graph component
    danielcaldas committed Apr 1, 2017
    Configuration menu
    Copy the full SHA
    4ec631d View commit details
    Browse the repository at this point in the history

Commits on Apr 2, 2017

  1. Remove lodash dependency

    danielcaldas committed Apr 2, 2017
    Configuration menu
    Copy the full SHA
    9debf32 View commit details
    Browse the repository at this point in the history

Commits on Apr 3, 2017

  1. Remove unused configs from webpack.config

    danielcaldas committed Apr 3, 2017
    Configuration menu
    Copy the full SHA
    11aebfb View commit details
    Browse the repository at this point in the history
  2. Add node event handlers as callbacks

    danielcaldas committed Apr 3, 2017
    Configuration menu
    Copy the full SHA
    d18c294 View commit details
    Browse the repository at this point in the history
  3. Add callback for Link click

    danielcaldas committed Apr 3, 2017
    Configuration menu
    Copy the full SHA
    0bc5729 View commit details
    Browse the repository at this point in the history
  4. Remove style file in Node

    danielcaldas committed Apr 3, 2017
    Configuration menu
    Copy the full SHA
    1b64912 View commit details
    Browse the repository at this point in the history

Commits on Apr 8, 2017

  1. Remove style from Link component

    danielcaldas committed Apr 8, 2017
    Configuration menu
    Copy the full SHA
    03e5424 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    527214c View commit details
    Browse the repository at this point in the history
  3. Add node helper. Add node configurable symbol type

    danielcaldas committed Apr 8, 2017
    Configuration menu
    Copy the full SHA
    3c5a1c3 View commit details
    Browse the repository at this point in the history
  4. Pass on some more node properties

    danielcaldas committed Apr 8, 2017
    Configuration menu
    Copy the full SHA
    6fb3abb View commit details
    Browse the repository at this point in the history
  5. Fix callbacks reference now in props in Node component

    danielcaldas committed Apr 8, 2017
    Configuration menu
    Copy the full SHA
    81c6106 View commit details
    Browse the repository at this point in the history
  6. Expose Link component style properties

    danielcaldas committed Apr 8, 2017
    Configuration menu
    Copy the full SHA
    7feda05 View commit details
    Browse the repository at this point in the history
  7. Add fallback cases for x and y props in nodes

    danielcaldas committed Apr 8, 2017
    Configuration menu
    Copy the full SHA
    55bb771 View commit details
    Browse the repository at this point in the history
  8. Graph properties config refactor

    danielcaldas committed Apr 8, 2017
    Configuration menu
    Copy the full SHA
    d7b8671 View commit details
    Browse the repository at this point in the history
  9. Merging configurations properly

    danielcaldas committed Apr 8, 2017
    Configuration menu
    Copy the full SHA
    a985d5c View commit details
    Browse the repository at this point in the history
  10. Remove unused property. Remove lodash dependency

    danielcaldas committed Apr 8, 2017
    Configuration menu
    Copy the full SHA
    94e9f46 View commit details
    Browse the repository at this point in the history
  11. Add property conditionally render node label

    danielcaldas committed Apr 8, 2017
    Configuration menu
    Copy the full SHA
    246d31e View commit details
    Browse the repository at this point in the history
  12. Add configurable staticGraph property to disable graph forces and dra…

    …g interactions
    danielcaldas committed Apr 8, 2017
    Configuration menu
    Copy the full SHA
    8b64069 View commit details
    Browse the repository at this point in the history
  13. Remove unused property pause from Graph component

    danielcaldas committed Apr 8, 2017
    Configuration menu
    Copy the full SHA
    f88a072 View commit details
    Browse the repository at this point in the history
  14. Remove path props from Node render method. Move hardcoded class names…

    … to const file
    danielcaldas committed Apr 8, 2017
    Configuration menu
    Copy the full SHA
    c17d792 View commit details
    Browse the repository at this point in the history
  15. Add documentation.js. Add npm task to generate docs

    danielcaldas committed Apr 8, 2017
    Configuration menu
    Copy the full SHA
    ad11f9e View commit details
    Browse the repository at this point in the history
  16. Standardize imports order in js files

    danielcaldas committed Apr 8, 2017
    Configuration menu
    Copy the full SHA
    1825bb4 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    ef09394 View commit details
    Browse the repository at this point in the history

Commits on Apr 9, 2017

  1. Configuration menu
    Copy the full SHA
    2ee0bb9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    345d5c9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b5bae19 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2f3a38b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ce79a62 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    3fcd178 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    6c5b15c View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    61754df View commit details
    Browse the repository at this point in the history
  9. Fix lint task. Fix lint errors

    danielcaldas committed Apr 9, 2017
    Configuration menu
    Copy the full SHA
    85a5a65 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    bc1270b View commit details
    Browse the repository at this point in the history
  11. Unified ids. The id is always converted to string type for sake of co…

    …nsistency
    danielcaldas committed Apr 9, 2017
    Configuration menu
    Copy the full SHA
    7e77f47 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    bcadb80 View commit details
    Browse the repository at this point in the history
  13. Add Demo mock file miserables

    danielcaldas committed Apr 9, 2017
    Configuration menu
    Copy the full SHA
    03f3ac8 View commit details
    Browse the repository at this point in the history