Skip to content
This repository has been archived by the owner on Aug 13, 2021. It is now read-only.

sails-neo4j-exe #10

Open
wants to merge 64 commits into
base: master
Choose a base branch
from
Open

sails-neo4j-exe #10

wants to merge 64 commits into from

Commits on Dec 10, 2013

  1. initial write

    Chuwiey committed Dec 10, 2013
    Configuration menu
    Copy the full SHA
    a370680 View commit details
    Browse the repository at this point in the history

Commits on Dec 11, 2013

  1. Configuration menu
    Copy the full SHA
    fd96c78 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6e053c8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0066c42 View commit details
    Browse the repository at this point in the history

Commits on Dec 12, 2013

  1. added query to adapter

    Chuwiey committed Dec 12, 2013
    Configuration menu
    Copy the full SHA
    e11220b View commit details
    Browse the repository at this point in the history

Commits on Dec 27, 2013

  1. Configuration menu
    Copy the full SHA
    d7ffa0c View commit details
    Browse the repository at this point in the history

Commits on Feb 7, 2014

  1. added cypher injection

    Nearhan committed Feb 7, 2014
    Configuration menu
    Copy the full SHA
    783bda3 View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2014

  1. Configuration menu
    Copy the full SHA
    93a23ef View commit details
    Browse the repository at this point in the history

Commits on Mar 10, 2014

  1. Configuration menu
    Copy the full SHA
    bb77fd7 View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2014

  1. Update package.json

    Chuwiey committed Mar 28, 2014
    Configuration menu
    Copy the full SHA
    2a4f484 View commit details
    Browse the repository at this point in the history
  2. Update package.json

    Chuwiey committed Mar 28, 2014
    Configuration menu
    Copy the full SHA
    dac1949 View commit details
    Browse the repository at this point in the history
  3. Update package.json

    Chuwiey committed Mar 28, 2014
    Configuration menu
    Copy the full SHA
    d7b6fc4 View commit details
    Browse the repository at this point in the history
  4. Update package.json

    Chuwiey committed Mar 28, 2014
    Configuration menu
    Copy the full SHA
    d789b90 View commit details
    Browse the repository at this point in the history
  5. Update package.json

    Chuwiey committed Mar 28, 2014
    Configuration menu
    Copy the full SHA
    5655064 View commit details
    Browse the repository at this point in the history
  6. Update package.json

    Chuwiey committed Mar 28, 2014
    Configuration menu
    Copy the full SHA
    828862c View commit details
    Browse the repository at this point in the history
  7. Update package.json

    Chuwiey committed Mar 28, 2014
    Configuration menu
    Copy the full SHA
    08982b4 View commit details
    Browse the repository at this point in the history

Commits on Apr 2, 2014

  1. Configuration menu
    Copy the full SHA
    22ac0bb View commit details
    Browse the repository at this point in the history

Commits on Apr 3, 2014

  1. Configuration menu
    Copy the full SHA
    804dc0e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d09ea0c View commit details
    Browse the repository at this point in the history
  3. Merge pull request #2 from natgeo/fs/MIE-674

    added cypher injection
    Chuwiey committed Apr 3, 2014
    Configuration menu
    Copy the full SHA
    8c36942 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    bc95c45 View commit details
    Browse the repository at this point in the history

Commits on Apr 9, 2014

  1. Configuration menu
    Copy the full SHA
    e211991 View commit details
    Browse the repository at this point in the history

Commits on Apr 10, 2014

  1. updating to patch 0.1.1

    Chuwiey committed Apr 10, 2014
    Configuration menu
    Copy the full SHA
    9be9f56 View commit details
    Browse the repository at this point in the history

Commits on Apr 11, 2014

  1. Merge pull request #3 from natgeo/bf/hotfix/cypherInjection

    removed special char checks from injection checking
    Chuwiey committed Apr 11, 2014
    Configuration menu
    Copy the full SHA
    ccf3346 View commit details
    Browse the repository at this point in the history

Commits on May 2, 2014

  1. Configuration menu
    Copy the full SHA
    8626ef1 View commit details
    Browse the repository at this point in the history

Commits on May 12, 2014

  1. Fixed generic controller/find routes (findAll)

    Woody Rousseau committed May 12, 2014
    Configuration menu
    Copy the full SHA
    50e163a View commit details
    Browse the repository at this point in the history

Commits on May 13, 2014

  1. Find queries now return a more standard object (without the useless '…

    …n' key for each node)
    Woody Rousseau committed May 13, 2014
    Configuration menu
    Copy the full SHA
    c7c2273 View commit details
    Browse the repository at this point in the history
  2. Added ~= query modifier for case insensitive searchs

    Woody Rousseau committed May 13, 2014
    Configuration menu
    Copy the full SHA
    3418f5f View commit details
    Browse the repository at this point in the history
  3. Added 'or' query modifier

    Woody Rousseau committed May 13, 2014
    Configuration menu
    Copy the full SHA
    c7eec0f View commit details
    Browse the repository at this point in the history
  4. Cleared console debug

    Woody Rousseau committed May 13, 2014
    Configuration menu
    Copy the full SHA
    8077f13 View commit details
    Browse the repository at this point in the history

Commits on May 14, 2014

  1. Flatten results of find query

    Woody Rousseau committed May 14, 2014
    Configuration menu
    Copy the full SHA
    56eff2e View commit details
    Browse the repository at this point in the history
  2. Unified query function for finding and creating

    Woody Rousseau committed May 14, 2014
    Configuration menu
    Copy the full SHA
    6be1e17 View commit details
    Browse the repository at this point in the history
  3. Compatibility with findOne(id)

    Woody Rousseau committed May 14, 2014
    Configuration menu
    Copy the full SHA
    4336892 View commit details
    Browse the repository at this point in the history

Commits on May 20, 2014

  1. Added destroy action

    Woody Rousseau committed May 20, 2014
    Configuration menu
    Copy the full SHA
    65ab443 View commit details
    Browse the repository at this point in the history
  2. Added update action

    Woody Rousseau committed May 20, 2014
    Configuration menu
    Copy the full SHA
    f42d533 View commit details
    Browse the repository at this point in the history
  3. Fixed id integer parsing

    Woody Rousseau committed May 20, 2014
    Configuration menu
    Copy the full SHA
    6e19e05 View commit details
    Browse the repository at this point in the history

Commits on May 24, 2014

  1. Added unique parameter for query to distinguish query on one or multi…

    …ple objects
    Woody Rousseau committed May 24, 2014
    Configuration menu
    Copy the full SHA
    300d2ae View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0c783c4 View commit details
    Browse the repository at this point in the history
  3. Really Fixes #4

    Woody Rousseau committed May 24, 2014
    Configuration menu
    Copy the full SHA
    740b0e8 View commit details
    Browse the repository at this point in the history
  4. Added creating relationship support

    Woody Rousseau committed May 24, 2014
    Configuration menu
    Copy the full SHA
    c5c2906 View commit details
    Browse the repository at this point in the history
  5. Fix for undefined label namespace for node properties

    Woody Rousseau committed May 24, 2014
    Configuration menu
    Copy the full SHA
    16c310b View commit details
    Browse the repository at this point in the history

Commits on Jun 2, 2014

  1. Fixed regex typo

    Woody Rousseau committed Jun 2, 2014
    Configuration menu
    Copy the full SHA
    d73f395 View commit details
    Browse the repository at this point in the history
  2. Fully switched to single quotes

    Woody Rousseau committed Jun 2, 2014
    Configuration menu
    Copy the full SHA
    b968b37 View commit details
    Browse the repository at this point in the history

Commits on Jun 4, 2014

  1. Merge pull request #5 from wrousseau/master

    Implemented basic Node Waterline compatibility for Sails
    squat committed Jun 4, 2014
    Configuration menu
    Copy the full SHA
    7cf4677 View commit details
    Browse the repository at this point in the history
  2. version up

    Chuwiey committed Jun 4, 2014
    Configuration menu
    Copy the full SHA
    7eaa6b4 View commit details
    Browse the repository at this point in the history
  3. Bump version.

    squat committed Jun 4, 2014
    Configuration menu
    Copy the full SHA
    8d0bd2e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    52b4520 View commit details
    Browse the repository at this point in the history

Commits on Jun 11, 2014

  1. Fix bug in query function.

    squat committed Jun 11, 2014
    Configuration menu
    Copy the full SHA
    a918b96 View commit details
    Browse the repository at this point in the history
  2. Merge remote-tracking branch 'origin/master' into smallfix

    Conflicts:
    	package.json
    squat committed Jun 11, 2014
    Configuration menu
    Copy the full SHA
    d881953 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #6 from natgeo/smallfix

    Smallfix
    Nearhan committed Jun 11, 2014
    Configuration menu
    Copy the full SHA
    264545c View commit details
    Browse the repository at this point in the history

Commits on Jun 12, 2014

  1. Bump version

    squat committed Jun 12, 2014
    Configuration menu
    Copy the full SHA
    2cdcc42 View commit details
    Browse the repository at this point in the history

Commits on Jun 16, 2014

  1. Configuration menu
    Copy the full SHA
    175a289 View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2014

  1. Configuration menu
    Copy the full SHA
    97ab99a View commit details
    Browse the repository at this point in the history
  2. test fixes

    Chuwiey committed Jun 17, 2014
    Configuration menu
    Copy the full SHA
    dcb1bab View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    807e8bf View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0e3bc3b View commit details
    Browse the repository at this point in the history
  5. updated package

    Nearhan committed Jun 17, 2014
    Configuration menu
    Copy the full SHA
    7a95a58 View commit details
    Browse the repository at this point in the history

Commits on Jun 19, 2014

  1. fixing up the api

    Chuwiey committed Jun 19, 2014
    Configuration menu
    Copy the full SHA
    3edd75c View commit details
    Browse the repository at this point in the history
  2. up tag

    Chuwiey committed Jun 19, 2014
    Configuration menu
    Copy the full SHA
    c6b18df View commit details
    Browse the repository at this point in the history

Commits on Jul 9, 2014

  1. Update README.md

    Chuwiey committed Jul 9, 2014
    Configuration menu
    Copy the full SHA
    38c13da View commit details
    Browse the repository at this point in the history

Commits on Jan 29, 2015

  1. Upgrade adapter for sails 0.10.5. Initial version

    dughetti committed Jan 29, 2015
    Configuration menu
    Copy the full SHA
    6ffbfd2 View commit details
    Browse the repository at this point in the history

Commits on Jan 30, 2015

  1. Improved registerConnection

    dughetti committed Jan 30, 2015
    Configuration menu
    Copy the full SHA
    564b72f View commit details
    Browse the repository at this point in the history

Commits on Feb 2, 2015

  1. Added travis file. Changed version.

    dughetti committed Feb 2, 2015
    Configuration menu
    Copy the full SHA
    d4fc109 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #10 from natgeo/upgrade_sails

    Upgrade adapter for sails 0.10.5
    Nicolas committed Feb 2, 2015
    Configuration menu
    Copy the full SHA
    4099eed View commit details
    Browse the repository at this point in the history