1. 13 May, 2016 3 commits
    • Robert Knight's avatar
      Add rootThread module for building conversation thread from loaded annotations · de829f34
      Robert Knight authored
      This adds a service that listens for changes in the UI state and
      the set of loaded annotations and generates a thread structure in
      response, which can then be visualized by a view.
      
      This commit also adds a first integration test which wires together
      the non-visual parts of the new threading implementation.
      
       * Add 'annotations' to the UI state in annotationUI and update
         this when annotations are loaded or unloaded.
      
       * Add rootThread which listens for changes in the UI state and
         generates a new conversation thread structure in response.
      
       * Add an integration test which tests the wiring of the non-visual
         parts of the new threading implementation.
      de829f34
    • Robert Knight's avatar
      Add rootThread module for building conversation thread from loaded annotations (#3283) · 8b5eb489
      Robert Knight authored
      This adds a service that listens for changes in the UI state and
      the set of loaded annotations and generates a thread structure in
      response, which can then be visualized by a view.
      
      This commit also adds a first integration test which wires together
      the non-visual parts of the new threading implementation.
      
       * Add 'annotations' to the UI state in annotationUI and update
         this when annotations are loaded or unloaded.
      
       * Add rootThread which listens for changes in the UI state and
         generates a new conversation thread structure in response.
      
       * Add an integration test which tests the wiring of the non-visual
         parts of the new threading implementation.
      8b5eb489
    • Christof Dorner's avatar
      Merge pull request #3311 from hypothesis/move-celery-command-to-cli · b22395fe
      Christof Dorner authored
      Move hypothesis-celery command to h.cli
      b22395fe
  2. 12 May, 2016 7 commits
  3. 11 May, 2016 4 commits
  4. 10 May, 2016 7 commits
  5. 09 May, 2016 19 commits