Detail view (#47)

* Adding the ability to get lock data and show it using the detail view in the ui for boltdb

* adding modal style

* Adding new modal based discard ui

* Adding detail view and get lock funtionality with unlocking with the UI

* lots of clean up after review

* using jquery most places now

* missed in merge

* this should cause a build failure

* moving e2e test as part of the test override step so they run if unit tests fail

* fixing boltdb tests

* turns out you can't fail fast in circleci

* don't compare locks
This commit is contained in:
Anubhav Mishra
2017-06-25 15:24:07 -07:00
committed by GitHub
parent 57e18399d7
commit 7f8f85a6a7
14 changed files with 457 additions and 160 deletions

View File

@@ -1,5 +1,8 @@
#!/usr/bin/env bash
set -euo pipefail
IFS=$'\n\t'
run_unit_test() {
echo "Running unit tests: 'make test'"
make test