Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
27 commits
Select commit Hold shift + click to select a range
0866209
Update some dev dependencies, prettify, tslint-fix
jgoz Apr 15, 2021
9291e8c
Sort tsconfig keys for easy comparison
jgoz Apr 15, 2021
f344f88
Set noImplicitThis
jgoz Apr 15, 2021
bb16f9d
Slightly more accurate types
jgoz Apr 15, 2021
7e91bba
Bump Jest and related
jgoz Apr 15, 2021
51da628
Bump react to latest on v16
jgoz Apr 15, 2021
99c94d6
Bump node-sass, sass-loader for node14 support
jgoz Apr 15, 2021
6a272a1
Remove node-sass-chokidar (unused)
jgoz Apr 15, 2021
a41c181
More unused dependencies
jgoz Apr 15, 2021
0d07630
Fix blueprint imports
jgoz Apr 15, 2021
142fd9f
Webpack 5
jgoz Apr 15, 2021
4de9b2e
Update webpack config for 'process' usage
jgoz Apr 15, 2021
917841a
Update playwright-chromium
jgoz Apr 15, 2021
d69d20d
Emit esnext modules for tree shaking
jgoz Apr 15, 2021
8d04151
Enable source maps in development
jgoz Apr 15, 2021
bd9fd89
Dedupe
jgoz Apr 15, 2021
bf9c57e
Bump babel and things
jgoz Apr 15, 2021
eca2e8d
npm audit fix
jgoz Apr 15, 2021
06f1b97
Add .editorconfig file to match prettier settings
jgoz Apr 16, 2021
ec60db6
Update licenses (tslib is 0BSD as of 1.11.2)
jgoz Apr 16, 2021
a35f681
Require node >= 10
jgoz Apr 16, 2021
0b41caf
Use Node 10 to run e2e tests
jgoz Apr 16, 2021
f2fe84b
Use 'ws' transport mode for dev server (will be default in next version)
jgoz Apr 16, 2021
443f2c5
Remove an 'any'
jgoz Apr 16, 2021
722b02d
No sourcemaps in prod
jgoz Apr 16, 2021
5b1b963
Exclude .editorconfig from license checks
jgoz Apr 16, 2021
0e91bcb
Try nvm for setting node version
jgoz Apr 16, 2021
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
6 changes: 4 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -306,9 +306,11 @@ jobs:
- name: "web console end-to-end test"
before_install: *setup_generate_license
install: web-console/script/druid build
before_script: web-console/script/druid start
before_script:
- nvm install 10.24.0
- web-console/script/druid start
script: (cd web-console && npm run test-e2e)
after_script: web-console/script/druid stop
after_script: web-console/script/druid stop

- name: "docs"
install: (cd website && npm install)
Expand Down
30 changes: 9 additions & 21 deletions licenses.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4984,7 +4984,7 @@ license_category: binary
module: web-console
license_name: MIT License
copyright: Denis Pushkarev
version: 3.3.4
version: 3.10.1
license_file_path: licenses/bin/core-js.MIT

---
Expand Down Expand Up @@ -5162,7 +5162,7 @@ license_category: binary
module: web-console
license_name: MIT License
copyright: Ruben Verborgh
version: 1.13.1
version: 1.13.3
license_file_path: licenses/bin/follow-redirects.MIT

---
Expand Down Expand Up @@ -5491,7 +5491,7 @@ license_category: binary
module: web-console
license_name: MIT License
copyright: Facebook, Inc. and its affiliates.
version: 16.11.0
version: 16.14.0
license_file_path: licenses/bin/react-dom.MIT

---
Expand Down Expand Up @@ -5581,7 +5581,7 @@ license_category: binary
module: web-console
license_name: MIT License
copyright: Facebook, Inc. and its affiliates.
version: 16.11.0
version: 16.14.0
license_file_path: licenses/bin/react.MIT

---
Expand All @@ -5591,7 +5591,7 @@ license_category: binary
module: web-console
license_name: MIT License
copyright: Ben Newman
version: 0.13.3
version: 0.13.7
license_file_path: licenses/bin/regenerator-runtime.MIT

---
Expand Down Expand Up @@ -5631,7 +5631,7 @@ license_category: binary
module: web-console
license_name: MIT License
copyright: Facebook, Inc. and its affiliates.
version: 0.17.0
version: 0.19.1
license_file_path: licenses/bin/scheduler.MIT

---
Expand Down Expand Up @@ -5669,22 +5669,10 @@ license_file_path: licenses/bin/toggle-selection.MIT
name: "tslib"
license_category: binary
module: web-console
license_name: Apache License version 2.0
license_name: Zero-Clause BSD
copyright: Microsoft Corp.
version: 1.10.0
notice: |
/*! *****************************************************************************
Copyright (c) Microsoft Corporation. All rights reserved.
Licensed under the Apache License, Version 2.0 (the "License"); you may not use
this file except in compliance with the License. You may obtain a copy of the
License at http://www.apache.org/licenses/LICENSE-2.0
THIS CODE IS PROVIDED ON AN *AS IS* BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
KIND, EITHER EXPRESS OR IMPLIED, INCLUDING WITHOUT LIMITATION ANY IMPLIED
WARRANTIES OR CONDITIONS OF TITLE, FITNESS FOR A PARTICULAR PURPOSE,
MERCHANTABLITY OR NON-INFRINGEMENT.
See the Apache Version 2.0 License for specific language governing permissions
and limitations under the License.
***************************************************************************** */
version: 1.13.0
license_file_path: licenses/bin/tslib.0BSD

---

Expand Down
2 changes: 1 addition & 1 deletion licenses/bin/core-js.MIT
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Copyright (c) 2014-2019 Denis Pushkarev
Copyright (c) 2014-2021 Denis Pushkarev

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
12 changes: 12 additions & 0 deletions licenses/bin/tslib.0BSD
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
Copyright (c) Microsoft Corporation.

Permission to use, copy, modify, and/or distribute this software for any
purpose with or without fee is hereby granted.

THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THIS SOFTWARE.
1 change: 1 addition & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1975,6 +1975,7 @@
<exclude>examples/conf/**</exclude>
<exclude>.asf.yaml</exclude>
<exclude>**/dependency-reduced-pom.xml</exclude>
<exclude>.editorconfig</exclude>
</excludes>
</configuration>
</plugin>
Expand Down
13 changes: 13 additions & 0 deletions web-console/.editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
root = true

[*]
indent_style = space
indent_size = 2
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true

[*.md]
trim_trailing_whitespace = false
insert_final_newline = false
5 changes: 5 additions & 0 deletions web-console/jest.common.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,10 @@

module.exports = {
"preset": "ts-jest",
"globals": {
"ts-jest": {
"tsconfig": "./tsconfig.test.json"
}
},
"testEnvironment": "jsdom",
};
Loading