Skip to content

Commit f712892

Browse files
committed
Merge branch 'main' into 25.9
2 parents fe043e1 + 0e9abac commit f712892

219 files changed

Lines changed: 10737 additions & 3013 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.eslintrc.json

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@
99
"plugin:wc/recommended",
1010
"plugin:lit-a11y/recommended",
1111
"plugin:@typescript-eslint/recommended",
12-
"plugin:wc/best-practice"
12+
"plugin:wc/best-practice",
13+
"plugin:storybook/recommended"
1314
],
1415
"parser": "@typescript-eslint/parser",
1516
"parserOptions": {
@@ -20,8 +21,8 @@
2021
},
2122
"project": "tsconfig.json",
2223
"extraFileExtensions": [
23-
".json"
24-
]
24+
".json"
25+
]
2526
},
2627
"plugins": [
2728
"@typescript-eslint",
@@ -39,7 +40,7 @@
3940
"no-constant-condition": "off",
4041
"no-inner-declarations": "off",
4142
"no-irregular-whitespace": "off",
42-
"max-len":"off",
43+
"max-len": "off",
4344
"@typescript-eslint/no-explicit-any": "off",
4445
"require-jsdoc": "off",
4546
"camelcase": "off",
@@ -62,11 +63,13 @@
6263
},
6364
"overrides": [
6465
{
65-
"files": ["*.json"],
66+
"files": [
67+
"*.json"
68+
],
6669
"parser": "jsonc-eslint-parser",
6770
"extends": [
6871
"plugin:json-schema-validator/recommended"
6972
]
7073
}
7174
]
72-
}
75+
}

config.toml.sample

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,7 @@ maskUserInfo = false # If true, then account information in h
1919
#singleSignOnVendors = "saml" # Comma-separated list of vendors that support single sign-on.
2020
enableContainerCommit = false # If true, then user can request container commit corres ponding to the session in running status
2121
hideAgents = true # If false, show the `Agent Summary` menu in the sidebar.
22-
enable2FA = false # If true and backend.ai-totp-plugin is installed, users can activate 2FA.
23-
force2FA = false # If true, user should be register the 2FA to use Backend.AI WebUI.
22+
force2FA = false # (Deprecated since v25.9.0, This will be replaced by the false setting in the Totp plugin.) If true, user should be register the 2FA to use Backend.AI WebUI.
2423
appDownloadUrl = "" # URL to download the electron app. If blank, https://github.com/lablup/backend.ai-webui/releases/download will be used.
2524
allowAppDownloadPanel = true # If true, display the download WebUI app panel on the summary page.
2625
systemSSHImage = "" # This image is used to launch ssh session from the filebrowser dialog to support fast uploading.

0 commit comments

Comments
 (0)