Skip to content

Commit

Permalink
refacto dashboard in several modules (#157)
Browse files Browse the repository at this point in the history
Signed-off-by: Simon Martinez <[email protected]>
  • Loading branch information
simonmartinez authored Jul 3, 2020
1 parent a7f44a2 commit f0ddb89
Show file tree
Hide file tree
Showing 71 changed files with 12,006 additions and 14,069 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -41,4 +41,4 @@ scripts/*
!scripts/.gitkeep

# Related to Goreleaser
dist/
dist/
22,042 changes: 11,330 additions & 10,712 deletions ui/dashboard/package-lock.json

Large diffs are not rendered by default.

59 changes: 30 additions & 29 deletions ui/dashboard/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,61 +11,62 @@
},
"private": true,
"dependencies": {
"@angular/animations": "^9.1.1",
"@angular/common": "^9.1.1",
"@angular/compiler": "^9.1.1",
"@angular/core": "^9.1.1",
"@angular/forms": "^9.1.1",
"@angular/localize": "^9.1.1",
"@angular/platform-browser": "^9.1.1",
"@angular/platform-browser-dynamic": "^9.1.1",
"@angular/router": "^9.1.1",
"@angular/animations": "^9.1.9",
"@angular/common": "^9.1.9",
"@angular/compiler": "^9.1.9",
"@angular/core": "^9.1.9",
"@angular/forms": "^9.1.9",
"@angular/localize": "^9.1.9",
"@angular/platform-browser": "^9.1.9",
"@angular/platform-browser-dynamic": "^9.1.9",
"@angular/router": "^9.1.9",
"@fortawesome/fontawesome": "^1.1.8",
"@fortawesome/fontawesome-free-solid": "^5.0.13",
"@ng-bootstrap/ng-bootstrap": "^6.0.0",
"@sentry/browser": "^5.15.4",
"@ng-bootstrap/ng-bootstrap": "^6.1.0",
"@sentry/browser": "^5.16.1",
"active-interval": "0.0.4",
"bluebird": "^3.7.2",
"bootstrap": "^4.4.1",
"bootstrap": "^4.5.0",
"brace": "^0.11.1",
"chart.js": "^2.9.3",
"convert-yaml": "^1.0.2",
"d3": "^5.15.1",
"d3": "^5.16.0",
"dagre-d3": "^0.6.4",
"ejs": "^3.0.2",
"jquery": "^3.5.0",
"js-yaml": "^3.13.1",
"ejs": "^3.1.3",
"jquery": "^3.5.1",
"js-yaml": "^3.14.0",
"lodash": "^4.17.15",
"moment": "^2.24.0",
"moment": "^2.26.0",
"ngx-chips": "2.1.0",
"ngx-infinite-scroll": "^8.0.1",
"ngx-toastr": "^12.0.1",
"ngx-infinite-scroll": "^8.0.2",
"ngx-toastr": "^12.1.0",
"q": "^1.5.1",
"rxjs": "^6.5.5",
"tippy.js": "^6.1.1",
"tslib": "^1.11.1",
"tippy.js": "^6.2.3",
"tslib": "^1.13.0",
"utask-lib": "0.0.40",
"zone.js": "^0.10.3"
},
"devDependencies": {
"@angular-devkit/build-angular": "^0.900.7",
"@angular/cli": "^9.1.0",
"@angular/compiler-cli": "^9.1.1",
"@angular/language-service": "^9.1.1",
"@angular-devkit/build-angular": "^0.901.7",
"@angular/cli": "^9.1.7",
"@angular/compiler-cli": "^9.1.9",
"@angular/language-service": "^9.1.9",
"@types/bluebird-global": "^3.5.12",
"@types/jasmine": "~3.5.9",
"@types/jasminewd2": "~2.0.8",
"@types/node": "^13.11.0",
"@types/node": "^13.13.10",
"codelyzer": "^5.2.2",
"jasmine-core": "~3.5.0",
"jasmine-spec-reporter": "~4.2.1",
"karma": "~4.4.1",
"karma-chrome-launcher": "~3.1.0",
"karma-coverage-istanbul-reporter": "~2.1.1",
"karma-jasmine": "~3.1.1",
"karma-jasmine-html-reporter": "^1.5.3",
"protractor": "~5.4.3",
"karma-jasmine-html-reporter": "^1.5.4",
"protractor": "^5.4.4",
"ts-node": "~8.6.2",
"tslint": "^6.1.1",
"tslint": "^6.1.2",
"typescript": "3.6.4"
}
}
63 changes: 0 additions & 63 deletions ui/dashboard/src/app/@components/editor/editor.component.ts

This file was deleted.

This file was deleted.

Loading

0 comments on commit f0ddb89

Please sign in to comment.