Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: basho-labs/riak_explorer
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 1.3.0
Choose a base ref
...
head repository: basho-labs/riak_explorer
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 11 commits
  • 35 files changed
  • 3 contributors

Commits on Dec 19, 2016

  1. Correctly get http port for current Riak KV and TS

    Travis B. Hartwell committed Dec 19, 2016
    Copy the full SHA
    b9672bf View commit details
  2. Skip tests of REPL functionality when running against non-EE Riak

    Travis B. Hartwell committed Dec 19, 2016
    Copy the full SHA
    49a6d7e View commit details

Commits on Dec 20, 2016

  1. Don't run tests for 'tables' endpoints against Riak KV

    Travis B. Hartwell committed Dec 20, 2016
    Copy the full SHA
    f2c00ba View commit details

Commits on Dec 21, 2016

  1. Add support for ddl_v2 for Riak TS 1.5

    Travis B. Hartwell committed Dec 21, 2016
    Copy the full SHA
    190b2bb View commit details

Commits on Jan 3, 2017

  1. Copy the full SHA
    1b1fae3 View commit details

Commits on Jan 4, 2017

  1. Merge pull request #152 from basho-labs/pt/ts-1.5-patch

    Update ts-1.5 GUI support
    travisbhartwell authored Jan 4, 2017
    Copy the full SHA
    cc27965 View commit details
  2. Create needed TS bucket as part of test setup.

    Moved test set into a function to defer running tests until after setup is run.
    Previously, the tests were executed at the definition site, so they were run
    before the setup step. This now makes the put that was in the setup fail, but
    removing that doesn't cause any of the other tests to fail.
    
    Also added more context to the is_testable_path so more helpful logging can be
    shown.
    Travis B. Hartwell committed Jan 4, 2017
    Copy the full SHA
    43ca4ed View commit details
  3. Merge pull request #153 from basho-labs/tbh/fix-tests

    Riak TS 1.5 Support and Fix Integration Tests
    travisbhartwell authored Jan 4, 2017
    Copy the full SHA
    1d7fe05 View commit details
  4. Add release automation scripts.

    Also fixes error in Makefile where the sha256sum executable name was assumed.
    
    Scripts added to make and upload builds locally using Docker images for each
    supported platform.
    Travis B. Hartwell committed Jan 4, 2017
    Copy the full SHA
    dee0b4c View commit details

Commits on Jan 5, 2017

  1. GUI update

    paultannenbaum committed Jan 5, 2017
    Copy the full SHA
    4c32a70 View commit details

Commits on Jul 12, 2017

  1. Copy the full SHA
    3d06ca2 View commit details
Loading