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

Adds missing dependency for neo4j-shell #11

Open
wants to merge 338 commits into
base: master
Choose a base branch
from
This pull request is big! We’re only showing the most recent 250 commits.

Commits on Apr 27, 2011

  1. Added monster slide

    iansrobinson committed Apr 27, 2011
    Copy the full SHA
    5e28df7 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' of https://github.com/jimwebber/neo4j-tutorial

    Conflicts:
    	presentation/A Programmatic Introduction to Neo4j.pptx
    iansrobinson committed Apr 27, 2011
    Copy the full SHA
    6b16149 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    67faa54 View commit details
    Browse the repository at this point in the history
  4. Revert "Added monster slide"

    This reverts commit 5e28df7.
    iansrobinson committed Apr 27, 2011
    Copy the full SHA
    5a5daaf View commit details
    Browse the repository at this point in the history
  5. Added monster slide

    iansrobinson committed Apr 27, 2011
    Copy the full SHA
    0147d38 View commit details
    Browse the repository at this point in the history
  6. iMerge branch 'master' of github.com:jimwebber/neo4j-tutorial

    Conflicts:
    	presentation/A Programmatic Introduction to Neo4j.pptx
    Jim Webber committed Apr 27, 2011
    Copy the full SHA
    3155531 View commit details
    Browse the repository at this point in the history
  7. Adding newly refactored matchers

    Jim Webber committed Apr 27, 2011
    Copy the full SHA
    2c2a8a6 View commit details
    Browse the repository at this point in the history
  8. Removed unused imports.

    iansrobinson committed Apr 27, 2011
    Copy the full SHA
    54a913c View commit details
    Browse the repository at this point in the history
  9. Added monster slide.

    iansrobinson committed Apr 27, 2011
    Copy the full SHA
    2198d6c View commit details
    Browse the repository at this point in the history
  10. Copy the full SHA
    b6e7d01 View commit details
    Browse the repository at this point in the history
  11. Renamed the Koans so that their numbering scheme does not upset the

    IDE.
    
    Changed the ContainsOnlySpecificSpecies matcher uses a set instead of
    a hashmap to count known species.
    Jim Webber committed Apr 27, 2011
    Copy the full SHA
    d6ce154 View commit details
    Browse the repository at this point in the history

Commits on Apr 28, 2011

  1. Added a guard clause so that the number of matched arguments has to be

    equal to the number of nodes found in the index.
    Jim Webber committed Apr 28, 2011
    Copy the full SHA
    dde1491 View commit details
    Browse the repository at this point in the history
  2. Ditched some superflous code that counted the number of index hits,

    and instead made sure that the index hit we want is present as we
    iterate over them.
    
    At the end of the matcher, we still check that we've iterated
    everything, thus catching any size inequality between parameters.
    Jim Webber committed Apr 28, 2011
    Copy the full SHA
    9ae40b5 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    24e45ad View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    ca89a42 View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    cb89e30 View commit details
    Browse the repository at this point in the history
  6. Added some slides on what we didn't cover in the tutorial so that att…

    …endees know there's more cool stuff to learn about once they finish these koans
    Jim Webber committed Apr 28, 2011
    Copy the full SHA
    8f14baa View commit details
    Browse the repository at this point in the history
  7. Copy the full SHA
    ca4cf26 View commit details
    Browse the repository at this point in the history

Commits on May 1, 2011

  1. Corrected a numbering mistake in the slide deck.

    Added the start of the 5th koan on traverser APIs
    Jim Webber committed May 1, 2011
    Copy the full SHA
    53f38db View commit details
    Browse the repository at this point in the history
  2. Added the simplest Koan that uses the simple traversal framework - se…

    …arch for companions of the Doctor.
    Jim Webber committed May 1, 2011
    Copy the full SHA
    00bd6ea View commit details
    Browse the repository at this point in the history
  3. Minor update.

    Jim Webber committed May 1, 2011
    Copy the full SHA
    2fc8114 View commit details
    Browse the repository at this point in the history

Commits on May 2, 2011

  1. Added missing data to the JSON data files.

    Added the first season's episode data using a builder syntax that allows simple accumlation of facts (I would like to refactor all data entry into metaprogrammed JRuby at some point based on this experience)
    Removed a bug from some of the JSON data loaders where missing data was silently ignored.
    Jim Webber committed May 2, 2011
    Copy the full SHA
    ff0589a View commit details
    Browse the repository at this point in the history
  2. Added basic season 2 data to the episodes. Refactored each season int…

    …o its own method
    Jim Webber committed May 2, 2011
    Copy the full SHA
    ef29f6f View commit details
    Browse the repository at this point in the history
  3. Refactored the fact method so that it's smaller and uses better named…

    … underlying ensure methods.
    Jim Webber committed May 2, 2011
    Copy the full SHA
    8ae99a4 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    aadefe1 View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    1cc0d11 View commit details
    Browse the repository at this point in the history

Commits on May 3, 2011

  1. Copy the full SHA
    a984167 View commit details
    Browse the repository at this point in the history
  2. Brought the data set up to date with the latest Doctor Who episodes. …

    …What an enormous data entry task that was!
    Jim Webber committed May 3, 2011
    Copy the full SHA
    83d9413 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    a921b57 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    4a71751 View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    6cb09bb View commit details
    Browse the repository at this point in the history
  6. Chnaged the snippet start to cover the index work we expect students …

    …to perform in shouldCountTheNumberOfDoctorsRegenerations - they'll need to find Hartnell in the actors index first.
    Jim Webber committed May 3, 2011
    Copy the full SHA
    45f3691 View commit details
    Browse the repository at this point in the history
  7. Added a more involved core API traversal, to discover the episodes wh…

    …ere Rose Tyler fought the daleks.
    Jim Webber committed May 3, 2011
    Copy the full SHA
    d870f1f View commit details
    Browse the repository at this point in the history
  8. Added a trickier traversal problem using the simple traverser API. In…

    … this case you need to use both traverser and a bit of the core API to get the job done.
    Jim Webber committed May 3, 2011
    Copy the full SHA
    8ec817f View commit details
    Browse the repository at this point in the history
  9. Split out the old and new traverser APIs into separate koans to make …

    …the code cleaner (particularly for ctrl-space driven development). Made this apparent in the slide deck too.
    Jim Webber committed May 3, 2011
    Copy the full SHA
    16f6e16 View commit details
    Browse the repository at this point in the history
  10. Made the universe object (and its underlying database) static for eac…

    …h test class so that we don't have to load a new database for each individual test (but will for each test class). This is much faster, but has the potential to cause unintended side-effects between tests.
    Jim Webber committed May 3, 2011
    Copy the full SHA
    d1cebf2 View commit details
    Browse the repository at this point in the history
  11. Ported the characters to the new fluent interface syntax and started …

    …to remove the JSON datafiles
    Jim Webber committed May 3, 2011
    Copy the full SHA
    30f475e View commit details
    Browse the repository at this point in the history
  12. fixing up simpler koans that used to use different indexes to just us…

    …e the characters index now
    Jim Webber committed May 3, 2011
    Copy the full SHA
    8971804 View commit details
    Browse the repository at this point in the history

Commits on May 4, 2011

  1. Completely removed the JSON-based ETL stuff. It now uses a fluent int…

    …erface to describe facts which is nicer to use (though it can be tricky to code)
    Jim Webber committed May 4, 2011
    Copy the full SHA
    724cb41 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    3b08155 View commit details
    Browse the repository at this point in the history
  3. Just saved the ppt deck

    Jim Webber committed May 4, 2011
    Copy the full SHA
    d680382 View commit details
    Browse the repository at this point in the history
  4. Allowed characters to belong to more than one species, to account for…

    … the case of Miss Hartigan who was turned into a cyberman
    Jim Webber committed May 4, 2011
    Copy the full SHA
    0bba47c View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    8c68213 View commit details
    Browse the repository at this point in the history
  6. Finished up koan 6 with two really simple traversals

    Jim Webber committed May 4, 2011
    Copy the full SHA
    2646c17 View commit details
    Browse the repository at this point in the history
  7. Fixed a test that failed to take into account that Miss Hartigan is h…

    …uman and cyberman
    Jim Webber committed May 4, 2011
    Copy the full SHA
    cf20afd View commit details
    Browse the repository at this point in the history
  8. Removing unused imports

    Jim Webber committed May 4, 2011
    Copy the full SHA
    9309241 View commit details
    Browse the repository at this point in the history
  9. Added some notes to the new traverser API slide

    Jim Webber committed May 4, 2011
    Copy the full SHA
    f61be78 View commit details
    Browse the repository at this point in the history
  10. Copy the full SHA
    c5d1c45 View commit details
    Browse the repository at this point in the history
  11. Made the error message for failures more descriptive

    Jim Webber committed May 4, 2011
    Copy the full SHA
    239e3b1 View commit details
    Browse the repository at this point in the history
  12. Added some indexing for episodes and characters.

    Created a very simple path-koan in Koan7, and a matcher to help formulate the assertion in that unit test.
    Jim Webber committed May 4, 2011
    Copy the full SHA
    1ff302a View commit details
    Browse the repository at this point in the history
  13. Added a test for number of master regenerations using path length - m…

    …uch easier than doing it with traversers.
    Jim Webber committed May 4, 2011
    Copy the full SHA
    60ba628 View commit details
    Browse the repository at this point in the history
  14. Tweaked the path length in the assertion because it's not the number …

    …of regenerations, it's the number of actors we want.
    Jim Webber committed May 4, 2011
    Copy the full SHA
    df841ef View commit details
    Browse the repository at this point in the history
  15. Just tidying up the assertions for clarity

    Jim Webber committed May 4, 2011
    Copy the full SHA
    1ba839d View commit details
    Browse the repository at this point in the history

Commits on May 5, 2011

  1. Started an explanation of path operations in the deck.

    Implemented a matcher that allows us to look for specific length 3 paths in the graph and assert against them for the deck example.
    Jim Webber committed May 5, 2011
    Copy the full SHA
    303d032 View commit details
    Browse the repository at this point in the history
  2. Added preamble for graph matching in the deck

    Jim Webber committed May 5, 2011
    Copy the full SHA
    db07531 View commit details
    Browse the repository at this point in the history
  3. Tidying up an assertion

    Jim Webber committed May 5, 2011
    Copy the full SHA
    469559a View commit details
    Browse the repository at this point in the history
  4. Tidying up unused imports

    Jim Webber committed May 5, 2011
    Copy the full SHA
    d267d63 View commit details
    Browse the repository at this point in the history
  5. Added the graph matching jar and matching koan.

    The jar is needed because neo4j/graph-matching is not available through the MVN repo.
    Jim Webber committed May 5, 2011
    Copy the full SHA
    be2ae8e View commit details
    Browse the repository at this point in the history
  6. Added graph-matching as an ivy dependency

    Jim Webber committed May 5, 2011
    Copy the full SHA
    a678d99 View commit details
    Browse the repository at this point in the history

Commits on May 6, 2011

  1. Fixed a bug that enemies and enemy species found in episodes didn't

    have ENEMY_OF relationships in the graph
    Jim Webber committed May 6, 2011
    Copy the full SHA
    8dad61b View commit details
    Browse the repository at this point in the history
  2. Updated the builders to prevent (silent) duplicate relationships bein…

    …g added.
    Jim Webber committed May 6, 2011
    Copy the full SHA
    f7706a3 View commit details
    Browse the repository at this point in the history
  3. Fixed the tests after the last push.

    Jim Webber committed May 6, 2011
    Copy the full SHA
    9acb940 View commit details
    Browse the repository at this point in the history

Commits on May 7, 2011

  1. Added shell as a dependency

    Updated the scripts and the slide deck to use the new shell jar
    Added an ensure relationship exists method in DatabaseHelper to remove relationship duplicates when building the Doctor Who universe.
    Spiked some stuff around pattern matching in Koan 8 - it's incomplete in this commit
    Jim Webber committed May 7, 2011
    Copy the full SHA
    36ae17a View commit details
    Browse the repository at this point in the history
  2. Minor refactoring for clarity in the Koans.

    Added an "Exercise" slide to Koans 2-7 to make it explicit what is expected of the students in each Koan.
    Jim Webber committed May 7, 2011
    Copy the full SHA
    ea660ba View commit details
    Browse the repository at this point in the history
  3. Added the Editor as an enemy in the Long Game

    Jim Webber committed May 7, 2011
    Copy the full SHA
    1435f69 View commit details
    Browse the repository at this point in the history
  4. Completed Koan 8, including the slides.

    Tidied up some of the matchers so the error messages are more descriptive, and so they're a little more generic.
    Jim Webber committed May 7, 2011
    Copy the full SHA
    2515b63 View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    7c37bc3 View commit details
    Browse the repository at this point in the history
  6. Fixed a bug in the query index slide example.

    Jim Webber committed May 7, 2011
    Copy the full SHA
    d7679d1 View commit details
    Browse the repository at this point in the history
  7. Added Nixon and Canton to the episodes as Allies of the Doctor. Had t…

    …o change the Nixon index test to use an otherwise unknown character (Abagail)
    Jim Webber committed May 7, 2011
    Copy the full SHA
    fbd90ce View commit details
    Browse the repository at this point in the history
  8. Added some performance data into the slide deck

    Jim Webber committed May 7, 2011
    Copy the full SHA
    6131d59 View commit details
    Browse the repository at this point in the history
  9. Copy the full SHA
    677edfe View commit details
    Browse the repository at this point in the history
  10. Copy the full SHA
    99539df View commit details
    Browse the repository at this point in the history

Commits on May 8, 2011

  1. Copy the full SHA
    1071946 View commit details
    Browse the repository at this point in the history
  2. Deleted SpeciesRepository - we're not currently doing SDG, and this f…

    …ile is causing errors in IDE
    iansrobinson committed May 8, 2011
    Copy the full SHA
    089ee85 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    2115fef View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    04b3f97 View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    84ea5f9 View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    b545d8a View commit details
    Browse the repository at this point in the history
  7. Updating the roadmap

    jimwebber committed May 8, 2011
    Copy the full SHA
    c530c90 View commit details
    Browse the repository at this point in the history

Commits on May 9, 2011

  1. Copy the full SHA
    4e530b9 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    2819504 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'master' of github.com:jimwebber/neo4j-tutorial

    Conflicts:
    	presentation/A Programmatic Introduction to Neo4j.pptx
    jimwebber committed May 9, 2011
    Copy the full SHA
    8cda2ee View commit details
    Browse the repository at this point in the history

Commits on May 10, 2011

  1. Copy the full SHA
    53c0a07 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    ce93c24 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    ad9dfe8 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    f113b86 View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    5be2a6d View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    7807bf1 View commit details
    Browse the repository at this point in the history
  7. Copy the full SHA
    6d0a8ad View commit details
    Browse the repository at this point in the history
  8. Copy the full SHA
    d55b448 View commit details
    Browse the repository at this point in the history

Commits on May 11, 2011

  1. Copy the full SHA
    2043f77 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    908d6b6 View commit details
    Browse the repository at this point in the history
  3. Added a slide on the DoctorWhoUniverse helpers to the deck in Koan 3 …

    …just before we start using indexes
    jimwebber committed May 11, 2011
    Copy the full SHA
    e6a5c7f View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    3499871 View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    f3643bb View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    f58cf3b View commit details
    Browse the repository at this point in the history

Commits on May 13, 2011

  1. Copy the full SHA
    7770dd2 View commit details
    Browse the repository at this point in the history

Commits on May 21, 2011

  1. Split the performance slides out into 3 slides so that the numbers ca…

    …n be incrementally presented.
    jimwebber committed May 21, 2011
    Copy the full SHA
    fc33786 View commit details
    Browse the repository at this point in the history

Commits on Jun 1, 2011

  1. Copy the full SHA
    7ac0589 View commit details
    Browse the repository at this point in the history

Commits on Jun 2, 2011

  1. Copy the full SHA
    78e050e View commit details
    Browse the repository at this point in the history
  2. Making the tests pass!

    jimwebber committed Jun 2, 2011
    Copy the full SHA
    e17f608 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    6b47d0d View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    fda567e View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    e760c64 View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    b4099dc View commit details
    Browse the repository at this point in the history
  7. Copy the full SHA
    4d115c3 View commit details
    Browse the repository at this point in the history
  8. Copy the full SHA
    2725838 View commit details
    Browse the repository at this point in the history

Commits on Jun 3, 2011

  1. Copy the full SHA
    7d5d28a View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    9544149 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    5a01860 View commit details
    Browse the repository at this point in the history

Commits on Jun 7, 2011

  1. Condensed the opening Doctor Who slides and animated the construction…

    … of the first graph in the slide deck.
    jimwebber committed Jun 7, 2011
    Copy the full SHA
    6ebd77e View commit details
    Browse the repository at this point in the history

Commits on Jun 11, 2011

  1. Copy the full SHA
    6de45dc View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    74a8337 View commit details
    Browse the repository at this point in the history

Commits on Jun 15, 2011

  1. Copy the full SHA
    4a38f1c View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    1863eb9 View commit details
    Browse the repository at this point in the history
  3. Moved to using 1.4.M04

    iansrobinson committed Jun 15, 2011
    Copy the full SHA
    149ec7d View commit details
    Browse the repository at this point in the history

Commits on Jun 16, 2011

  1. Copy the full SHA
    8d3ad22 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    6f1610b View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2011

  1. Copy the full SHA
    9ac74e4 View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2011

  1. Copy the full SHA
    23349a8 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    af08acc View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2011

  1. Copy the full SHA
    25ee8c8 View commit details
    Browse the repository at this point in the history
  2. Updated listof tutorials

    iansrobinson committed Jun 21, 2011
    Copy the full SHA
    09a86db View commit details
    Browse the repository at this point in the history

Commits on Jun 22, 2011

  1. Copy the full SHA
    8d0b760 View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2011

  1. Copy the full SHA
    fadcb24 View commit details
    Browse the repository at this point in the history
  2. Formatting

    jimwebber committed Jun 24, 2011
    Copy the full SHA
    8226f19 View commit details
    Browse the repository at this point in the history
  3. Sorting out imports.

    jimwebber committed Jun 24, 2011
    Copy the full SHA
    3c3e963 View commit details
    Browse the repository at this point in the history
  4. Formatting.

    jimwebber committed Jun 24, 2011
    Copy the full SHA
    f9a1a56 View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2011

  1. Copy the full SHA
    a466813 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    2b8d989 View commit details
    Browse the repository at this point in the history
  3. Merged format changes

    iansrobinson committed Jun 28, 2011
    Copy the full SHA
    01ae8ab View commit details
    Browse the repository at this point in the history
  4. Corrected test names

    iansrobinson committed Jun 28, 2011
    Copy the full SHA
    95e9ce4 View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    d970dbe View commit details
    Browse the repository at this point in the history

Commits on Jun 29, 2011

  1. s/The Silents/The Silence/g

    jimwebber committed Jun 29, 2011
    Copy the full SHA
    10cc32b View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    5c58fcc View commit details
    Browse the repository at this point in the history
  3. Brought us up to date with season 6.

    Added the concept of an allied species (to support Judoon and Silurian
    armies in "A Good Man Goes to War"
    jimwebber committed Jun 29, 2011
    Copy the full SHA
    09f4fdf View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    a2a705b View commit details
    Browse the repository at this point in the history

Commits on Jun 30, 2011

  1. Copy the full SHA
    86d4e92 View commit details
    Browse the repository at this point in the history

Commits on Jul 4, 2011

  1. Updated to 1.M05

    iansrobinson committed Jul 4, 2011
    Copy the full SHA
    f02920d View commit details
    Browse the repository at this point in the history

Commits on Jul 6, 2011

  1. Copy the full SHA
    f45d272 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    6f88d92 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    46b2567 View commit details
    Browse the repository at this point in the history
  4. Merged.

    jimwebber committed Jul 6, 2011
    Copy the full SHA
    6252199 View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    e6a7bb0 View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    a0a8d6d View commit details
    Browse the repository at this point in the history
  7. Copy the full SHA
    eb6773b View commit details
    Browse the repository at this point in the history
  8. Copy the full SHA
    65d1816 View commit details
    Browse the repository at this point in the history

Commits on Jul 7, 2011

  1. Copy the full SHA
    474fad1 View commit details
    Browse the repository at this point in the history
  2. removed bin dir

    jimwebber committed Jul 7, 2011
    Copy the full SHA
    f2bf8be View commit details
    Browse the repository at this point in the history
  3. updating gitignore

    jimwebber committed Jul 7, 2011
    Copy the full SHA
    6c455f2 View commit details
    Browse the repository at this point in the history
  4. Applying Tobias' patch which short-circuits the matcher earlier if

    it's clear there can be no match.
    jimwebber committed Jul 7, 2011
    Copy the full SHA
    3f0718c View commit details
    Browse the repository at this point in the history
  5. Added the first auto-indexing koan as Koan04.

    Moved Cypher to Koan08 (because it's important)
    jimwebber committed Jul 7, 2011
    Copy the full SHA
    9750d39 View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    91c930f View commit details
    Browse the repository at this point in the history

Commits on Jul 8, 2011

  1. Copy the full SHA
    d68c4c5 View commit details
    Browse the repository at this point in the history
  2. Back to using 1.4M06

    iansrobinson committed Jul 8, 2011
    Copy the full SHA
    3407cd0 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    540b0db View commit details
    Browse the repository at this point in the history
  4. Updated prop details

    iansrobinson committed Jul 8, 2011
    Copy the full SHA
    54e5f73 View commit details
    Browse the repository at this point in the history

Commits on Jul 11, 2011

  1. Copy the full SHA
    c2707b4 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    b3b395e View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2011

  1. Copy the full SHA
    d473c8e View commit details
    Browse the repository at this point in the history
  2. Examples now use 1.4 GA

    iansrobinson committed Jul 12, 2011
    Copy the full SHA
    3dca994 View commit details
    Browse the repository at this point in the history

Commits on Jul 13, 2011

  1. Copy the full SHA
    9841ca9 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    de33345 View commit details
    Browse the repository at this point in the history
  3. Added a note to the auto indexing slides that warns about the possibi…

    …lity of deleting your existing indexes by programmatic accident
    jimwebber committed Jul 13, 2011
    Copy the full SHA
    8a32c7a View commit details
    Browse the repository at this point in the history
  4. organising imports

    jimwebber committed Jul 13, 2011
    Copy the full SHA
    d32edaa View commit details
    Browse the repository at this point in the history

Commits on Jul 14, 2011

  1. fixed typo in comment

    jimwebber committed Jul 14, 2011
    Copy the full SHA
    184182d View commit details
    Browse the repository at this point in the history

Commits on Jul 15, 2011

  1. Updated the slide where we tell people to download the koans, and add…

    …ed a slide clue about auto-gen for eclipse projects
    jimwebber committed Jul 15, 2011
    Copy the full SHA
    9550000 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    3b63eef View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    e7ec530 View commit details
    Browse the repository at this point in the history

Commits on Jul 16, 2011

  1. Copy the full SHA
    b863f09 View commit details
    Browse the repository at this point in the history
  2. Renamed test name

    iansrobinson committed Jul 16, 2011
    Copy the full SHA
    08e01dc View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    c2bfe87 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    20bdb44 View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2011

  1. Removed the conference-specific opening slide

    Added properties into a relationship in the property graph slides
    jimwebber committed Jul 29, 2011
    Copy the full SHA
    59b064f View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    804098a View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    c8d461d View commit details
    Browse the repository at this point in the history
  4. Removed Neoclipse. We can't have this stuff hanging around in Github.

    Changed the build so that it looks for local filesystem artifacts before going online. This is in response to poor Internet connections in teaching venues like conferences.
    jimwebber committed Jul 29, 2011
    Copy the full SHA
    83c72a9 View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    2af7167 View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    45e876a View commit details
    Browse the repository at this point in the history
  7. Copy the full SHA
    f81f8f9 View commit details
    Browse the repository at this point in the history
  8. Copy the full SHA
    6e36aea View commit details
    Browse the repository at this point in the history
  9. Correcting a silly file naming error (s/Lesson/Koan/g) which prevented

    the koan html unit test reports from being generated.
    jimwebber committed Jul 29, 2011
    Copy the full SHA
    0eca20c View commit details
    Browse the repository at this point in the history
  10. Fixing broken Koan answer (and in the process learned not to take

    student's advice on sprinkling for loops with inaccurate break
    statements)
    jimwebber committed Jul 29, 2011
    Copy the full SHA
    c812c2f View commit details
    Browse the repository at this point in the history
  11. trying and failing to remove the unhelpful and inappropriate and wron…

    …g generic warnings. Java generics are awful.
    jimwebber committed Jul 29, 2011
    Copy the full SHA
    1729661 View commit details
    Browse the repository at this point in the history

Commits on Jul 30, 2011

  1. Copy the full SHA
    9597d7d View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2011

  1. Updated to Neo4j 1.4.1

    iansrobinson committed Aug 8, 2011
    Copy the full SHA
    508cad2 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    68844aa View commit details
    Browse the repository at this point in the history

Commits on Aug 10, 2011

  1. Copy the full SHA
    92beba7 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    58f7d36 View commit details
    Browse the repository at this point in the history
  3. Pulled out more index lookups in the pattern matching example, so tha…

    …t we can focus on paterns, and not guessing index keys
    iansrobinson committed Aug 10, 2011
    Copy the full SHA
    d1ef4a9 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    ed08ca4 View commit details
    Browse the repository at this point in the history
  5. Added order by clause, but required to use prop.prop? when identifyin…

    …g Supreme Dalek in Koan 8
    iansrobinson committed Aug 10, 2011
    Copy the full SHA
    b47afe2 View commit details
    Browse the repository at this point in the history

Commits on Aug 11, 2011

  1. Copy the full SHA
    d7614bf View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    8a2210f View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    a225115 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    6e52422 View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    17c2a73 View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2011

  1. Renamed DoctorWhoUniverse to DoctorWhoUniverseGenerator since it is no

    longer the base class for the embedded and server universes - it just
    mints clean copies of the universe.
    jimwebber committed Aug 15, 2011
    Copy the full SHA
    a25fa9a View commit details
    Browse the repository at this point in the history

Commits on Aug 18, 2011

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

Commits on Aug 25, 2011

  1. Removed some duplicated slides on property graphs. Went with the new …

    …shiny Doctor Who graph slides from Ian
    jimwebber committed Aug 25, 2011
    Copy the full SHA
    3269d6d View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    8207040 View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2011

  1. Copy the full SHA
    87df616 View commit details
    Browse the repository at this point in the history
  2. Added a medium-hard Cypher koan, to bridge between the really tricky

    supply chain stuff and the easy episode koan.
    jimwebber committed Sep 9, 2011
    Copy the full SHA
    79ed399 View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2011

  1. Consistent casing of index names (species and Species will result in …

    …a LockObtainedFailException)
    iansrobinson committed Oct 11, 2011
    Copy the full SHA
    af1d295 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    ffe4f47 View commit details
    Browse the repository at this point in the history

Commits on Oct 12, 2011

  1. Copy the full SHA
    5338fa8 View commit details
    Browse the repository at this point in the history
  2. Making readme look nice

    jimwebber committed Oct 12, 2011
    Copy the full SHA
    26d6435 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    217d059 View commit details
    Browse the repository at this point in the history

Commits on Oct 13, 2011

  1. Copy the full SHA
    6521435 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    23299a8 View commit details
    Browse the repository at this point in the history
  3. adding image

    Peter Neubauer committed Oct 13, 2011
    Copy the full SHA
    49f5957 View commit details
    Browse the repository at this point in the history
  4. Edited README.markdown via GitHub

    Peter Neubauer committed Oct 13, 2011
    Copy the full SHA
    36e6a67 View commit details
    Browse the repository at this point in the history
  5. Revert "Starting to upgrade the Koans to the most recent Neo4j version"

    Cypher contains a pretty nasty bug in that version.
    
    This reverts commit 23299a8.
    thobe committed Oct 13, 2011
    Copy the full SHA
    26975ad View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    b208a54 View commit details
    Browse the repository at this point in the history
  7. Copy the full SHA
    4e6d428 View commit details
    Browse the repository at this point in the history

Commits on Oct 15, 2011

  1. Changed the returnable evaluator to reflect the simplification of

    prop names back to "prop" rather than "name" which conflicted with
    actors.
    jimwebber committed Oct 15, 2011
    Copy the full SHA
    59e296e View commit details
    Browse the repository at this point in the history
  2. Moved Relationship names out into a new DoctorWhoUniverse class rather

    than being entwined with DoctorWhoUniverseGenerator
    jimwebber committed Oct 15, 2011
    Copy the full SHA
    4c09c2e View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    3f5c403 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    332b314 View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    fc6b0cf View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    c89ec97 View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2011

  1. Replaced a check for node existence with a stronger check that

    determines whether a deleted node (Kirk) has a property.
    jimwebber committed Oct 18, 2011
    Copy the full SHA
    acd74d8 View commit details
    Browse the repository at this point in the history
  2. The characters index is now keyed in property "character" rather than

    "name" to be consistent with the other indexes.
    jimwebber committed Oct 18, 2011
    Copy the full SHA
    a7784b1 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    16c5b3f View commit details
    Browse the repository at this point in the history
  4. Changed the casing of indexes to be consistently lower case as per co…

    …de; changed the indexed key name to be character instead.
    jimwebber committed Oct 18, 2011
    Copy the full SHA
    6ba69f0 View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    fc12989 View commit details
    Browse the repository at this point in the history
  6. Added the doctor's regeneration years in preparation for more

    advanced and numerous cypher koans
    jimwebber committed Oct 18, 2011
    Copy the full SHA
    8d78dbd View commit details
    Browse the repository at this point in the history
  7. fixed bug where universe was not shut down propertly.

    Peter Neubauer committed Oct 18, 2011
    Copy the full SHA
    9230b9b View commit details
    Browse the repository at this point in the history
  8. finally getting classifier to work

    Peter Neubauer committed Oct 18, 2011
    Copy the full SHA
    59d2ab9 View commit details
    Browse the repository at this point in the history

Commits on Oct 19, 2011

  1. upgrading everything to work with 1.5-SNAPSHOT, phew!

    Peter Neubauer committed Oct 19, 2011
    Copy the full SHA
    aa27759 View commit details
    Browse the repository at this point in the history

Commits on Oct 28, 2011

  1. Copy the full SHA
    4a504ec View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    918e0f8 View commit details
    Browse the repository at this point in the history
  3. prettified the code

    jimwebber committed Oct 28, 2011
    Copy the full SHA
    a2b5a4c View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    038d928 View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2011

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

Commits on Nov 3, 2011

  1. Renamed a test method to be explicit about which lucene query string …

    …characters should be capitalised.
    jimwebber committed Nov 3, 2011
    Copy the full SHA
    036a52f View commit details
    Browse the repository at this point in the history
  2. Revert to Neo4j 1.4.2, so that Neoclipse visualisation works. WARNING…

    … this breaks Koan08 and Koan11
    Aleksa Vukotic authored and Aleksa Vukotic committed Nov 3, 2011
    Copy the full SHA
    eaeb9bb View commit details
    Browse the repository at this point in the history
  3. Revert "Revert to Neo4j 1.4.2, so that Neoclipse visualisation works.…

    … WARNING this breaks Koan08 and Koan11"
    
    This reverts commit eaeb9bb.
    jimwebber committed Nov 3, 2011
    Copy the full SHA
    3c92127 View commit details
    Browse the repository at this point in the history
  4. tidied up the cypher koan

    jimwebber committed Nov 3, 2011
    Copy the full SHA
    75d998b View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    b993d28 View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    5f55ef7 View commit details
    Browse the repository at this point in the history

Commits on Nov 4, 2011

  1. bringing the presentation up to date to reflect code changes; re-casi…

    …ng a variable that is not a constant
    jimwebber committed Nov 4, 2011
    Copy the full SHA
    4348277 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    b395f99 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    06f5f9d View commit details
    Browse the repository at this point in the history
  4. right casing more cypher

    jimwebber committed Nov 4, 2011
    Copy the full SHA
    98973ff View commit details
    Browse the repository at this point in the history
  5. Renamed part.type to part.part because type is ambiguous and likely t…

    …o clash with other things that use the vague term type
    jimwebber committed Nov 4, 2011
    Copy the full SHA
    905bc52 View commit details
    Browse the repository at this point in the history

Commits on Nov 5, 2011

  1. minor tweaks to presentation and updates to Ant script to download th…

    …e latest version of Neoclipse
    jimwebber committed Nov 5, 2011
    Copy the full SHA
    9ea62d5 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    699b905 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    2a1d044 View commit details
    Browse the repository at this point in the history