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

add clauses to detect nil Node's in idx.Find #812

Merged
merged 7 commits into from
Jan 24, 2018
Merged

Commits on Jan 8, 2018

  1. add clauses to detect nil Node's in idx.Find

    helps #770
    helps #811
    Dieterbe committed Jan 8, 2018
    Configuration menu
    Copy the full SHA
    2bf76b5 View commit details
    Browse the repository at this point in the history
  2. optimize

    Dieterbe committed Jan 8, 2018
    Configuration menu
    Copy the full SHA
    03a5c74 View commit details
    Browse the repository at this point in the history
  3. more accurate node nil check

    previous version didn't catch cases in last loop run and checked
    startNode twice
    Dieterbe committed Jan 8, 2018
    Configuration menu
    Copy the full SHA
    5690ad3 View commit details
    Browse the repository at this point in the history
  4. stop assuming Find's errors are user bad request

    they can also be internal server errors
    also: correctly return internal errors as errors
    Dieterbe committed Jan 8, 2018
    Configuration menu
    Copy the full SHA
    96b47b4 View commit details
    Browse the repository at this point in the history

Commits on Jan 15, 2018

  1. cleanly handle branch "" (root node) not existing

    it's legal for even the root node to not be in the tree,
    e.g. if everything was deleted. so we need to simply return
    no results in that case
    Dieterbe committed Jan 15, 2018
    Configuration menu
    Copy the full SHA
    3f78925 View commit details
    Browse the repository at this point in the history
  2. cleanups

    Dieterbe committed Jan 15, 2018
    Configuration menu
    Copy the full SHA
    ec895e5 View commit details
    Browse the repository at this point in the history

Commits on Jan 22, 2018

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