aboutsummaryrefslogtreecommitdiffstats
path: root/webapp
AgeCommit message (Collapse)AuthorFilesLines
2018-10-03Fixed webapp build error in prod modeSebastien Douheret1-1/+1
Change-Id: I62223e1f1a4da078e7b757bfee85535edc422130 Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh> (cherry picked from commit ded513362d9819831adc4bf730febdcbf65394af)
2018-10-03Fixed 'Unknown sdkid' error in dashboardSebastien Douheret2-8/+8
Steps to reproduce problem: - open XDS dashboard, - display SDKs page list (click on SDKs in the left panel) - display Build page (click on Build in the left panel) - keep selected Project and SDK and just click on Build button - error 'Unknown sdkid' must be displayed Problem partially comes from the fact that default/current sdk in sdk.service is the first sdk and not the first Installed sdk. Change-Id: I21b9310e8ad67ff71afb5b704b39f5f98bc8707b Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>
2018-07-07Restrict node-sass package version to 4.8.xSebastien Douheret1-1/+1
Seem such error is coming with 4.9.x version: Mixins may not be defined within control directives or other mixins. Change-Id: I573f9d452b52f1f8bb5aad997d30508106a464fa Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>
2018-06-20Fix invalid linter conf and fix reported lint errorsSebastien Douheret3-8/+11
Change-Id: I57f83de18965f085ce1f51d5ae4d018b542edc4e Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>
2018-06-20Fixed bug in grafana url settingSebastien Douheret2-20/+25
Change-Id: I1e66c8a35e5b60c559c8e3e3a5e137daed2591f5 Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>
2018-06-19Temporary disable automatic open/close sidebarSebastien Douheret3-7/+26
Auto open/close logic in xds.layout.ts file seems buggy resulting to a flicking sidebar. So disable this feature for now. Change-Id: I1df6cd0af9f1b60cd54b48d763a870ef69a5fbe9 Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>
2018-06-19Added Grafana url setting in config panelSebastien Douheret5-284/+67
Change-Id: I13be1f49afb53fa4598e25a4234bb0578fb66f23 Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>
2018-06-18Added Supervision/Monitoring supportSebastien Douheret17-14/+942
Added new API supervisor/* to control and get status of AGL XDS Supervisor. Also add new panel in dashboard to control and visualized data collected by the supervision (visualiazation is based on Granafa). Change-Id: I093470f6e384e96a0856b233390e85a98911162e Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>
2018-04-05Fixed webapp build error (add node-sass)Sebastien Douheret2-1/+15120
Due to problem with nebular and sass: https://github.com/akveo/nebular/issues/316#issuecomment-376383942 Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>
2018-04-05Added target and terminal support in DashboardSebastien Douheret23-49/+1586
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>
2018-02-23Fixed storage of Global and XDS Server configuration.Sebastien Douheret1-41/+44
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>
2018-01-30[Dashboard]: Reworked sidebar menu auto expandingSebastien Douheret3-22/+66
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>
2018-01-26Prevent browser freeze on WS data flooding.Sebastien Douheret1-21/+31
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>
2018-01-26Closed SDK modal install window on early error.Sebastien Douheret1-3/+8
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>
2018-01-23Reworked SDKs events (introduced sdk-state-change)eel_5.0.1eel/5.0.15.0.1Sebastien Douheret2-38/+82
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>
2018-01-09Fixed listed sdk in build panel (only installed sdks)v1.0.1Sebastien Douheret1-27/+28
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>
2018-01-08Update dashboard welcome page.Sebastien Douheret2-17/+65
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>
2018-01-05Migration to AGL gerrit (update go import)Sebastien Douheret49-51/+52
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>
2018-01-05Automatically expand/collapse sidebar on mouse over/leave.Sebastien Douheret2-2/+35
2018-01-05Webapp: Fixed SDKs installationSebastien Douheret5-9/+37
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>
2017-12-23Added new SDKs management supportv1.0.0-rc2Sebastien Douheret19-93/+711
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>
2017-12-18Fixed npm packages version and cleanup useless code.Sebastien Douheret6-194/+26
2017-12-18Add confirmation modal when deleting a project.Sebastien Douheret4-5/+157
2017-12-01Added copyright headersv1.0.0-rc1Sebastien Douheret44-1/+793
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>
2017-11-30Fixed env var settings - dashboard.Sebastien Douheret2-59/+39
2017-11-30Fixed server config setup on InitSebastien Douheret1-4/+10
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>
2017-11-30Added Help menu with doc link and About modal.Sebastien Douheret6-6/+130
2017-11-30Fixed build page when no project existsSebastien Douheret5-38/+58
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>
2017-11-29Fixed webapp build in production modeSebastien Douheret4-182/+3
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>
2017-11-29Fixed XDS server connection config - dashboardSebastien Douheret3-3/+11
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>
2017-11-24Fixed current project selection on deletion - DashboardSebastien Douheret1-1/+1
2017-11-24Improved and fixed connection to XDS ServerSebastien Douheret5-28/+26
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>
2017-11-24Add VSCode plugin list and fixed jsbeautify config.Sebastien Douheret2-0/+18
2017-11-24New dashboard improvements.Sebastien Douheret35-265/+721
- add build buttons - add build settings support and backup into project clientData - improved async alert - fixed project dropdown Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>
2017-11-20New dashboard look & feelSebastien Douheret183-2627/+6045
Dashboard is a fork of ngx-admin release v2.0.1 (sha be7649a9a2da835) Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>
2017-11-14Fixed webapp build and error message.Sebastien Douheret15-111/+134
2017-11-10Moved Dashboad webapp on Angular 5 !Sebastien Douheret60-834/+997
Webapp loading time decreased from 2.7s to 1.5sec ! Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>
2017-11-08Added events decoder helpers.Sebastien Douheret1-1/+1
2017-11-06Update api routes name (plural nouns)Sebastien Douheret1-3/+3
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>
2017-10-16Add sanity check when adding a new pathmap project/folderSebastien Douheret2-2/+3
2017-10-11Fixed Syncthing folder status events and exec command.Sebastien Douheret4-475/+4
2017-10-06Added webapp Dashboard + logic to interact with server.Sebastien Douheret49-0/+3451
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>