Skip to content

Commit

Permalink
Merge pull request #57 from nsip/voyager-gql
Browse files Browse the repository at this point in the history
voyager & lodash graphql web extensions integrated
  • Loading branch information
matt-farmer authored Jan 8, 2018
2 parents 9ec3056 + 0bdb47b commit 7aa527a
Show file tree
Hide file tree
Showing 18 changed files with 79,079 additions and 93 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -78,3 +78,4 @@ app/naprrql/naprrql
app/naprrql/naprrql
app/naprrql/naprrql
app/napval/napval
app/napcomp/napcomp
7 changes: 4 additions & 3 deletions app/naprrql/naprrql.go
Original file line number Diff line number Diff line change
Expand Up @@ -135,9 +135,10 @@ func ingestData() {
func startWebServer(silent bool) {
go naprrql.RunQLServer()
if !silent {
fmt.Printf("\n\nBrowse to follwing locations:\n")
fmt.Printf("\n\thttp://localhost:1329/ui\n\n for qa report user interface\n")
fmt.Printf("\n\thttp://localhost:1329/sifql\n\n for data explorer\n\n")
fmt.Printf("\n\nBrowse to follwing locations:\n\n")
fmt.Printf("\n\tFor qa reporting user interface:\n\n\t\thttp://localhost:1329/ui\n")
fmt.Printf("\n\tFor data query explorer:\n\n\t\thttp://localhost:1329/sifql\n")
fmt.Printf("\n\tFor data model viewer:\n\n\t\thttp://localhost:1329/datamodel\n\n ")
}

}
Expand Down
3 changes: 0 additions & 3 deletions app/naprrql/naprrql.sh

This file was deleted.

2 changes: 2 additions & 0 deletions app/naprrql/public/javascript/graphql-lodash.bundle.js

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 7aa527a

Please sign in to comment.