Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

GPII-1311: OLB entry in win32 registry #414

Closed
wants to merge 40 commits into from
Closed
Changes from 1 commit
Commits
Show all changes
40 commits
Select commit Hold shift + click to select a range
dd208a0
sst extension
Jul 28, 2015
674e035
news NP sets
Aug 4, 2015
efef2dd
sstTranslate.json modified
Sep 1, 2015
02d8a76
SST description
Sep 1, 2015
e782677
chromesst test
Sep 1, 2015
1273724
sst chrome extension aceptance test
Sep 1, 2015
da34db6
windows-chromesst-commit.txt created
Sep 1, 2015
8aab218
GPII-572: CAS server integration - still missing tests
Sep 18, 2015
e9fa819
GPII-572: CAS server integration - connecting to the rest of the fram…
Sep 18, 2015
e21c165
merge SST extencion gpii version with current versión of gpii
Sep 21, 2015
855116b
Updated the sst extencion to the format of teh solution registry
Sep 21, 2015
6ad9e80
acceptance tests backup
Sep 22, 2015
74745bd
Final acceptance tests
Sep 22, 2015
7d151d1
GPII-1264: Added support for multiple users in the system + tests
Sep 27, 2015
1f388fe
GPII-1149: Merge remote-tracking branch 'cstrobbe/GPII-1149' into rev…
Sep 27, 2015
75d29a7
GPII-1157: Fixed indentation issues, merged with latest review 4 branch
Sep 27, 2015
9343d05
Merge branch 'GPII-1149' into HEAD
Sep 28, 2015
6834bbe
Merge remote-tracking branch 'upstream/master' into review4-tmp
Sep 29, 2015
e03163c
GPII-572: Added noise to translation table of CASConnector
Sep 30, 2015
18aa8ee
GPII-572: Forget old subscriptions when disconnecting from the CAS
javihernandez Oct 5, 2015
cdf7457
Merge pull request #15 from javihernandez/GPII-572
Oct 5, 2015
d7a0a4c
Update CASConnector.js
Oct 5, 2015
1f7f51d
Merge remote-tracking branch 'kaspermarkus/GPII-572' into review4
javihernandez Oct 5, 2015
a6e3dd3
Merge remote-tracking branch 'upstream/master' into HEAD
Oct 7, 2015
00780b8
GPII-1264: merged in changes from the single user login codebase
Oct 8, 2015
9d50f9f
GPII-1286: Merge remote-tracking branch 'kaspermarkus/GPII-1286' (#395)
javihernandez Oct 8, 2015
c1a4bcb
GPII-1304: Added initial version of config - URLs probably need to be…
Oct 9, 2015
7011aa8
GPII-1304: Updated naming of configs, merged with latest GPII-1064 wo…
Oct 10, 2015
bb9bf60
GPII-1284: Merge remote-tracking branch 'upstream/master' into review4
Oct 10, 2015
9cd3e89
GPII-1304: Merge Review 4 specific configuration files #403
javihernandez Oct 12, 2015
c7a6cc7
GPII-1194: NP set for Bob (review4) #398
javihernandez Oct 12, 2015
c07067a
GPII-1264: Updated to latest version of master
Oct 13, 2015
fc8f5ed
GPII-1264: Renamed the activeSession to 'session' and moved the list …
Oct 13, 2015
3e0dccd
GPII-1264: Support for multiple users simoultaneously logged in (#394)
javihernandez Oct 13, 2015
87aae8d
Merge remote-tracking branch 'refs/remotes/GPII/master'
cstrobbe Oct 15, 2015
ed2cad0
Merge remote-tracking branch 'refs/remotes/GPII/review4'
cstrobbe Oct 15, 2015
d7f95f3
GPII-1311: OLB entry in win32 registry.
cstrobbe Oct 20, 2015
3f743cf
GPII-1131: webSockets handler for OLB
cstrobbe Oct 20, 2015
852d6d5
GPII-1131: webSockets handler for OLB
cstrobbe Oct 20, 2015
d1ca5f0
GPII-1311: OLB removed from win32.json
cstrobbe Oct 21, 2015
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
GPII-1311: OLB removed from win32.json
OLB had been added to win32.json due to a misunderstanding.
  • Loading branch information
cstrobbe committed Oct 21, 2015
commit d1ca5f0da531712b61a2648777f6c6b7edfe0545
133 changes: 0 additions & 133 deletions testData/solutions/win32.json
Original file line number Diff line number Diff line change
Expand Up @@ -1428,139 +1428,6 @@
],
"start": [],
"stop": []
},

"eu.gpii.olb": {
"name": "Online Banking Prototype",
"contexts": {
"OS": [
{
"id": "win32"
}
]
},
"settingsHandlers": {
"conf": {
"type": "gpii.settingsHandlers.webSockets",
"options": {
"path": "eu.gpii.olb"
},
"capabilities": [
"applications.eu\\.gpii\\.olb.id",
"display.applications.eu\\.gpii\\.olb.name",
"language",
"textSize",
"toc",
"links",
"contrastTheme",
"signLanguageEnabled",
"signLanguage",
"interpreterType",
"pictogramEnabled",
"pictogramMode",
"pictogramSymbolSet",
"simplifiedUiEnabled"
],
"capabilitiesTransformations": {
"language": "http://registry\\.gpii\\.net/common/language",
"textSize": {
"transform": {
"type": "fluid.transforms.binaryOp",
"leftPath": "http://registry\\.gpii\\.net/common/fontSize",
"operator": "/",
"right": 12
}
},
"toc": {
"transform": {
"type": "fluid.transforms.valueMapper",
"inputPath": "http://registry\\.gpii\\.net/common/navigationAdaptation",
"options": {
"showToC": {
"outputValue": true
},
"default": {
"outputValue": false
}
}
}
},
"links": {
"transform": {
"type": "fluid.transforms.valueMapper",
"inputPath": "http://registry\\.gpii\\.net/common/linkAdaptation",
"options": {
"emphasizeLinks": {
"outputValue": true
}
}
}
},
"contrastTheme": {
"transform": {
"type": "fluid.transforms.condition",
"conditionPath": "http://registry\\.gpii\\.net/common/highContrastEnabled",
"true": {
"transform": {
"type": "fluid.transforms.valueMapper",
"inputPath": "http://registry\\.gpii\\.net/common/highContrastTheme",
"defaultInputValue": "default",
"options": {
"black-white": {
"outputValue": "bw"
},
"white-black": {
"outputValue": "wb"
},
"black-yellow": {
"outputValue": "by"
},
"yellow-black": {
"outputValue": "yb"
}
}
}
}
}
},
"signLanguageEnabled": "http://registry\\.gpii\\.net/common/signLanguageEnabled",
"signLanguage": {
"transform": {
"type": "fluid.transforms.valueMapper",
"inputPath": "http://registry\\.gpii\\.net/common/signLanguage",
"defaultInputValue": "ils",
"options": {
"ase": {
"outputValue": "ase"
},
"gsg": {
"outputValue": "gsg"
},
"ils": {
"outputValue": "ils"
}
}
}
},
"interpreterType": {
"transform": {
"type": "fluid.transforms.valueMapper",
"inputPath": "http://registry\\.gpii\\.net/common/signLanguageInterpreterType",
"options": {
"avatar": {
"outputValue": "avatar"
},
"human": {
"outputValue": "human"
}
}
}
},
"pictogramsEnabled": "http://registry\\.gpii\\.net/common/pictogramsEnabled",
"simplifiedUiEnabled": "http://registry\\.gpii\\.net/common/simplifiedUiEnabled"
}
}
}
}
}