Skip to content

Commit

Permalink
Added organization auth parameter.
Browse files Browse the repository at this point in the history
  • Loading branch information
yplakosh-jaspersoft committed Oct 1, 2020
1 parent e92dee2 commit aa46807
Show file tree
Hide file tree
Showing 44 changed files with 88 additions and 45 deletions.
3 changes: 2 additions & 1 deletion ahv-auth/destroy/demo.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
visualize({
auth: {
name: "joeuser",
password: "joeuser"
password: "joeuser",
organization: "organization_1"
}
}, function(v) {
var adv;
Expand Down
3 changes: 2 additions & 1 deletion ahv-auth/refresh/demo.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
visualize({
auth: {
name: "joeuser",
password: "joeuser"
password: "joeuser",
organization: "organization_1"
}
}, function(v) {
var adv;
Expand Down
3 changes: 2 additions & 1 deletion ahv-canvas/dynamic-canvas/demo.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@ var adv;
visualize({
auth: {
name: "joeuser",
password: "joeuser"
password: "joeuser",
organization: "organization_1"
}
}, function(v) {
function renderView(chartType) {
Expand Down
3 changes: 2 additions & 1 deletion ahv-canvas/set-canvas/demo.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ var visualType = "Table";
visualize({
auth: {
name: "joeuser",
password: "joeuser"
password: "joeuser",
organization: "organization_1"
}
}, function(v) {
function renderView() {
Expand Down
3 changes: 2 additions & 1 deletion ahv-control/col-selection/demo.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
visualize({
auth: {
name: "joeuser",
password: "joeuser"
password: "joeuser",
organization: "organization_1"
}
}, function(v) {
var ahv = v.adhocView({
Expand Down
4 changes: 2 additions & 2 deletions ahv-control/resize-view/demo.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
visualize({
auth: {
name: "joeuser",
password: "joeuser"

password: "joeuser",
organization: "organization_1"
}
}, function(v) {
var adv = v.adhocView({
Expand Down
3 changes: 2 additions & 1 deletion ahv-control/row-selection/demo.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
visualize({
auth: {
name: "joeuser",
password: "joeuser"
password: "joeuser",
organization: "organization_1"
}
}, function(v) {
var ahv = v.adhocView({
Expand Down
3 changes: 2 additions & 1 deletion ahv-embed/multiple-views/demo.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ var secondView = "/public/viz/Adhoc/Store_Sales2";
visualize({
auth: {
name: "joeuser",
password: "joeuser"
password: "joeuser",
organization: "organization_1"
}
}, function(v) {
var first = v.adhocView({
Expand Down
3 changes: 2 additions & 1 deletion ahv-hyperlink/before-render/demo.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
visualize({
auth: {
name: "joeuser",
password: "joeuser"
password: "joeuser",
organization: "organization_1"
}
}, function(v) {
var ahv = v.adhocView({
Expand Down
3 changes: 2 additions & 1 deletion ahv-hyperlink/drill-down/demo.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@ var firstView = "/public/viz/Adhoc/Store_Sales3";
visualize({
auth: {
name: "joeuser",
password: "joeuser"
password: "joeuser",
organization: "organization_1"
}
}, function(v) {
function renderView() {
Expand Down
3 changes: 2 additions & 1 deletion ahv-hyperlink/fields-measures/demo.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
visualize({
auth: {
name: "joeuser",
password: "joeuser"
password: "joeuser",
organization: "organization_1"
}
}, function(v) {
var ahv = v.adhocView({
Expand Down
3 changes: 2 additions & 1 deletion ahv-hyperlink/new-view/demo.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ var secondView = "/public/viz/Adhoc/Store_Sales4";
visualize({
auth: {
name: "joeuser",
password: "joeuser"
password: "joeuser",
organization: "organization_1"
}
}, function(v) {
var first = v.adhocView({
Expand Down
3 changes: 2 additions & 1 deletion ahv-hyperlink/pass-values/demo.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
visualize({
auth: {
name: "joeuser",
password: "joeuser"
password: "joeuser",
organization: "organization_1"
}
}, function(v) {
var ahv = v.adhocView({
Expand Down
3 changes: 2 additions & 1 deletion ahv-input/basic-drop/demo.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
visualize({
auth: {
name: "joeuser",
password: "joeuser"
password: "joeuser",
organization: "organization_1"
}
}, function(v) {
var adv
Expand Down
3 changes: 2 additions & 1 deletion ahv-input/dynamic-values/demo.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
visualize({
auth: {
name: "joeuser",
password: "joeuser"
password: "joeuser",
organization: "organization_1"
}
}, function(v) {
var adv
Expand Down
3 changes: 2 additions & 1 deletion ahv-input/pass-param/demo.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
visualize({
auth: {
name: "joeuser",
password: "joeuser"
password: "joeuser",
organization: "organization_1"
}
}, function(v) {
var ahv = v.adhocView({
Expand Down
3 changes: 2 additions & 1 deletion dashboard-auth/dash-auth/demo.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
visualize({
auth: {
name: "joeuser",
password: "joeuser"
password: "joeuser",
organization: "organization_1"
}
}, function (v) {
var dashboard = v.dashboard({
Expand Down
3 changes: 2 additions & 1 deletion dashboard-input/dash-param/demo.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@ function handleError(e) {
visualize({
auth: {
name: "joeuser",
password: "joeuser"
password: "joeuser",
organization: "organization_1"
}
}, function (v) {
var initialParams = {};
Expand Down
3 changes: 2 additions & 1 deletion dashboard-input/undo-redo/demo.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
visualize({
auth: {
name: "joeuser",
password: "joeuser"
password: "joeuser",
organization: "organization_1"
}
}, function(v) {
var dashboard = v.dashboard({
Expand Down
3 changes: 2 additions & 1 deletion inputControl-css/all-types/demo.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
visualize({
auth: {
name: "joeuser",
password: "joeuser"
password: "joeuser",
organization: "organization_1"
}
}, function (v) {
var inputControls = v.inputControls({
Expand Down
3 changes: 2 additions & 1 deletion inputControl-css/specific-overrides/demo.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
visualize({
auth: {
name: "joeuser",
password: "joeuser"
password: "joeuser",
organization: "organization_1"
}
}, function (v) {
var inputControls = v.inputControls({
Expand Down
3 changes: 2 additions & 1 deletion inputControl-data/custom-dropdown/demo.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
visualize({
auth: {
name: "joeuser",
password: "joeuser"
password: "joeuser",
organization: "organization_1"
}
},function(v) {

Expand Down
3 changes: 2 additions & 1 deletion inputControl-data/inside-table/demo.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
visualize({
auth: {
name: "joeuser",
password: "joeuser"
password: "joeuser",
organization: "organization_1"
}
}, function(v) {

Expand Down
3 changes: 2 additions & 1 deletion inputControl-events/cascade-report/demo.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
visualize({
auth: {
name: "joeuser",
password: "joeuser"
password: "joeuser",
organization: "organization_1"
}
}, function (v) {

Expand Down
3 changes: 2 additions & 1 deletion inputControl-events/cascade/demo.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
visualize({
auth: {
name: "joeuser",
password: "joeuser"
password: "joeuser",
organization: "organization_1"
}
}, function (v) {
v.inputControls({
Expand Down
3 changes: 2 additions & 1 deletion inputControl-events/control-changes/demo.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
visualize({
auth: {
name: "joeuser",
password: "joeuser"
password: "joeuser",
organization: "organization_1"
}
}, function (v) {
v.inputControls({
Expand Down
3 changes: 2 additions & 1 deletion inputControl-events/validation/demo.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
visualize({
auth: {
name: "joeuser",
password: "joeuser"
password: "joeuser",
organization: "organization_1"
}
}, function (v) {

Expand Down
3 changes: 2 additions & 1 deletion inputControl-report/bind-with-report/demo.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
visualize({
auth: {
name: "joeuser",
password: "joeuser"
password: "joeuser",
organization: "organization_1"
}
}, function (v) {

Expand Down
3 changes: 2 additions & 1 deletion inputControl-reset/reset-controls/demo.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@ var inputControls="";
visualize({
auth: {
name: "joeuser",
password: "joeuser"
password: "joeuser",
organization: "organization_1"
}
}, function(v) {
inputControls= v.inputControls({
Expand Down
3 changes: 2 additions & 1 deletion inputControl-view/cascade-multi-single/demo.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
visualize({
auth: {
name: "joeuser",
password: "joeuser"
password: "joeuser",
organization: "organization_1"
}
}, function (v) {
var inputControls = v.inputControls({
Expand Down
3 changes: 2 additions & 1 deletion inputControl-view/cascade/demo.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
visualize({
auth: {
name: "joeuser",
password: "joeuser"
password: "joeuser",
organization: "organization_1"
}
}, function (v) {
v.inputControls({
Expand Down
3 changes: 2 additions & 1 deletion inputControl-view/default-values/demo.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
visualize({
auth: {
name: "joeuser",
password: "joeuser"
password: "joeuser",
organization: "organization_1"
}
}, function (v) {
var inputControls = v.inputControls({
Expand Down
3 changes: 2 additions & 1 deletion inputControl-view/render-all-types/demo.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
visualize({
auth: {
name: "joeuser",
password: "joeuser"
password: "joeuser",
organization: "organization_1"
}
}, function (v) {
var inputControls = v.inputControls({
Expand Down
3 changes: 2 additions & 1 deletion report-embed/common-config/demo.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
visualize.config({
auth: {
name: "joeuser",
password: "joeuser"
password: "joeuser",
organization: "organization_1"
}
});

Expand Down
3 changes: 2 additions & 1 deletion report-events/page-totals/demo.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
visualize({
auth: {
name: "joeuser",
password: "joeuser"
password: "joeuser",
organization: "organization_1"
}
}, function (v) {
var report = v.report({
Expand Down
3 changes: 2 additions & 1 deletion report-events/report-status/demo.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
visualize({
auth: {
name: "joeuser",
password: "joeuser"
password: "joeuser",
organization: "organization_1"
}
}, function (v) {
var report = v.report({
Expand Down
3 changes: 2 additions & 1 deletion report-input/drop-down/demo.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
visualize({
auth: {
name: "joeuser",
password: "joeuser"
password: "joeuser",
organization: "organization_1"
}
}, function (v) {

Expand Down
3 changes: 2 additions & 1 deletion report-pagination/next-previous/demo.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
visualize({
auth: {
name: "joeuser",
password: "joeuser"
password: "joeuser",
organization: "organization_1"
}
}, function (v) {

Expand Down
3 changes: 2 additions & 1 deletion report-pagination/page-event/demo.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
visualize({
auth: {
name: "joeuser",
password: "joeuser",
password: "joeuser",,
organization: "organization_1"
}
}, function (v) {
var currentPage = 1,
Expand Down
Loading

0 comments on commit aa46807

Please sign in to comment.