This commit is contained in:
Nathan Evans 2021-09-03 17:59:14 -07:00
Родитель af7133c993
Коммит 588294a623
2196 изменённых файлов: 131863 добавлений и 11 удалений

10
.eslintignore Normal file
Просмотреть файл

@ -0,0 +1,10 @@
build
dist
lib
static
node_modules
webapp.d.ts
.yarn/
*.d.ts
scripts/
.pnp.js

12
.eslintrc Normal file
Просмотреть файл

@ -0,0 +1,12 @@
{
"extends": "plugin:@essex/eslint-plugin/release",
"rules": {
// conflicts with 'tsconfig.paths' setting
"import/no-unresolved": 0,
// Reconsider when OSS'ing
"@typescript-eslint/no-explicit-any": 0,
"@typescript-eslint/no-non-null-assertion": 0,
"@typescript-eslint/explicit-module-boundary-types": 0
}
}

34
.gitignore поставляемый Normal file
Просмотреть файл

@ -0,0 +1,34 @@
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
# dependencies
**/node_modules
/.pnp
.pnp.js
# testing
/coverage
# production
/build
# misc
tsconfig.tsbuildinfo
.DS_Store
.env
.env.local
.env.development.local
.env.test.local
.env.production.local
npm-debug.log*
yarn-debug.log*
yarn-error.log*
.yarn/*
!.yarn/cache
!.yarn/releases
!.yarn/plugins
!.yarn/sdks
!.yarn/versions
!.pnp.js

5
.huskyrc.json Normal file
Просмотреть файл

@ -0,0 +1,5 @@
{
"hooks": {
"pre-commit": "yarn essex pre-commit"
}
}

5
.lintstagedrc.json Normal file
Просмотреть файл

@ -0,0 +1,5 @@
{
"*": ["yarn essex prettify --staged"],
"*.md": ["yarn essex lint --docs-only"],
"*.{js,jsx,ts,tsx}": ["yarn essex lint --fix --staged"]
}

36279
.pnp.js сгенерированный Executable file

Различия файлов скрыты, потому что одна или несколько строк слишком длинны

10
.prettierignore Normal file
Просмотреть файл

@ -0,0 +1,10 @@
.yarn/
lib/
dist/
build/
.yarnrc.yml
yarn.lock
.pnp.js
data/
scripts/
public/

1
.prettierrc Normal file
Просмотреть файл

@ -0,0 +1 @@
"@essex/prettier-config"

28
.spelling Normal file
Просмотреть файл

@ -0,0 +1,28 @@
Louvain
node.js
dev
http
localhost:3000
DevOps
auth
404s
color
hooks
webapp
CRA
http
localhost:3000
minified
csv
www.robotstxt.org
robotstxt.html
csvs
subfolder
dataset
gephi
gml
theming
cd
README.md
recursiveComms10.csv

103
.vsts-ci.yml Normal file
Просмотреть файл

@ -0,0 +1,103 @@
name: Graph Drilldown CI
pool:
vmImage: ubuntu-latest
trigger:
batch: true
branches:
include:
- main
stages:
- stage: Compliance
dependsOn: []
jobs:
- job: ComplianceJob
pool:
vmImage: windows-latest
steps:
- task: CredScan@3
inputs:
outputFormat: sarif
debugMode: false
- task: ComponentGovernanceComponentDetection@0
inputs:
scanType: 'Register'
verbosity: 'Verbose'
alertWarningLevel: 'High'
- task: PublishSecurityAnalysisLogs@3
inputs:
ArtifactName: 'CodeAnalysisLogs'
ArtifactType: 'Container'
- stage: Verification
dependsOn: []
jobs:
- job: VerificationJob
steps:
# Install Tooling
- task: NodeTool@0
displayName: Install Node
inputs:
versionSpec: '14.x'
# Install Dependencies
- task: Bash@3
displayName: Install Dependencies
inputs:
targetType: 'inline'
script: yarn install
env:
CI: true
# Verify Packages
- task: Bash@3
displayName: Verify Packages
inputs:
targetType: 'inline'
script: yarn ci
env:
CI: true
AUTOLAYOUT_URL: $(client.autolayoutUrl)
- stage: DeploymentInteg
displayName: Deployment (Integ)
dependsOn:
- Compliance
- Verification
condition: and(succeeded(), eq(variables['build.sourceBranch'], 'refs/heads/main'))
jobs:
- job: DeploymentJob
steps:
- checkout: self
clean: true
persistCredentials: true
fetchDepth: 1
- task: Bash@3
displayName: Install Dependencies
inputs:
targetType: 'inline'
script: yarn install
env:
CI: true
- task: Bash@3
displayName: Build Client
inputs:
targetType: 'inline'
script: yarn ci
env:
CI: true
AUTOLAYOUT_URL: $(client.autolayoutUrl)
- task: Bash@3
displayName: Deploy Client
inputs:
targetType: 'inline'
script: yarn deploy
env:
CI: true
STORAGE_ACCOUNT: $(client.storageAccount)
STORAGE_KEY: $(client.storageKey)

Двоичные данные
.yarn/cache/@ahooksjs-use-request-npm-2.8.7-907831b295-d995dcce9f.zip поставляемый Normal file

Двоичный файл не отображается.

Двоичные данные
.yarn/cache/@arcanis-slice-ansi-npm-1.0.2-f258a50730-1b45393630.zip поставляемый Normal file

Двоичный файл не отображается.

Двоичные данные
.yarn/cache/@azure-abort-controller-npm-1.0.4-34d881263e-e772f6c9af.zip поставляемый Normal file

Двоичный файл не отображается.

Двоичные данные
.yarn/cache/@azure-core-asynciterator-polyfill-npm-1.0.0-cef0fd06eb-0ca9ab6909.zip поставляемый Normal file

Двоичный файл не отображается.

Двоичные данные
.yarn/cache/@azure-core-auth-npm-1.3.0-2643af9504-a6916cfb30.zip поставляемый Normal file

Двоичный файл не отображается.

Двоичные данные
.yarn/cache/@azure-core-http-npm-1.2.4-7765c86a1c-ce88812d4a.zip поставляемый Normal file

Двоичный файл не отображается.

Двоичные данные
.yarn/cache/@azure-core-lro-npm-1.0.5-c0f79597be-2452ca0b60.zip поставляемый Normal file

Двоичный файл не отображается.

Двоичные данные
.yarn/cache/@azure-core-paging-npm-1.1.3-01dd66c325-ab80ab7fbe.zip поставляемый Normal file

Двоичный файл не отображается.

Двоичные данные
.yarn/cache/@azure-core-tracing-npm-1.0.0-preview.10-33dcb5121f-c52609739e.zip поставляемый Normal file

Двоичный файл не отображается.

Двоичные данные
.yarn/cache/@azure-core-tracing-npm-1.0.0-preview.11-abac94edf4-812fc97765.zip поставляемый Normal file

Двоичный файл не отображается.

Двоичные данные
.yarn/cache/@azure-logger-npm-1.0.2-95865cd3c9-7464b458a5.zip поставляемый Normal file

Двоичный файл не отображается.

Двоичные данные
.yarn/cache/@azure-storage-blob-npm-12.5.0-bd5f3e2afa-308392b589.zip поставляемый Normal file

Двоичный файл не отображается.

Двоичные данные
.yarn/cache/@babel-code-frame-npm-7.12.11-1a9a1b277f-033d3fb3bf.zip поставляемый Normal file

Двоичный файл не отображается.

Двоичные данные
.yarn/cache/@babel-code-frame-npm-7.12.13-fb5ba5a992-471532bb7c.zip поставляемый Normal file

Двоичный файл не отображается.

Двоичные данные
.yarn/cache/@babel-compat-data-npm-7.14.0-150bea01c2-d2d9de745e.zip поставляемый Normal file

Двоичный файл не отображается.

Двоичные данные
.yarn/cache/@babel-core-npm-7.14.3-9181aae4d9-4bc2d1abf5.zip поставляемый Normal file

Двоичный файл не отображается.

Двоичные данные
.yarn/cache/@babel-generator-npm-7.14.3-3bb0a82750-519fce36f3.zip поставляемый Normal file

Двоичный файл не отображается.

Двоичные данные
.yarn/cache/@babel-helper-annotate-as-pure-npm-7.12.13-0c70b1f2c0-e82f457eb9.zip поставляемый Normal file

Двоичный файл не отображается.

Двоичный файл не отображается.

Двоичные данные
.yarn/cache/@babel-helper-compilation-targets-npm-7.13.16-e8eed91d8d-baa1e4cdd5.zip поставляемый Normal file

Двоичный файл не отображается.

Двоичные данные
.yarn/cache/@babel-helper-create-class-features-plugin-npm-7.14.3-5e0454c2da-9293683d38.zip поставляемый Normal file

Двоичный файл не отображается.

Двоичные данные
.yarn/cache/@babel-helper-create-regexp-features-plugin-npm-7.14.3-117cdd7480-1ead93de13.zip поставляемый Normal file

Двоичный файл не отображается.

Двоичные данные
.yarn/cache/@babel-helper-define-polyfill-provider-npm-0.2.0-f66c36439a-575785f62b.zip поставляемый Normal file

Двоичный файл не отображается.

Двоичные данные
.yarn/cache/@babel-helper-explode-assignable-expression-npm-7.13.0-b191ec8b33-7379d0f0e9.zip поставляемый Normal file

Двоичный файл не отображается.

Двоичные данные
.yarn/cache/@babel-helper-function-name-npm-7.14.2-52642340ac-36bf5e4126.zip поставляемый Normal file

Двоичный файл не отображается.

Двоичные данные
.yarn/cache/@babel-helper-get-function-arity-npm-7.12.13-7d8bcf34b7-cfb5c39959.zip поставляемый Normal file

Двоичный файл не отображается.

Двоичные данные
.yarn/cache/@babel-helper-hoist-variables-npm-7.13.16-315a8140fb-5a0c74c19e.zip поставляемый Normal file

Двоичный файл не отображается.

Двоичные данные
.yarn/cache/@babel-helper-member-expression-to-functions-npm-7.13.12-0092ecd45c-2c075f72e5.zip поставляемый Normal file

Двоичный файл не отображается.

Двоичные данные
.yarn/cache/@babel-helper-module-imports-npm-7.13.12-6f45f76073-4d1d3364be.zip поставляемый Normal file

Двоичный файл не отображается.

Двоичные данные
.yarn/cache/@babel-helper-module-transforms-npm-7.14.2-81e49440fe-c0a543a214.zip поставляемый Normal file

Двоичный файл не отображается.

Двоичные данные
.yarn/cache/@babel-helper-optimise-call-expression-npm-7.12.13-52e64fc268-5e4df5da4a.zip поставляемый Normal file

Двоичный файл не отображается.

Двоичные данные
.yarn/cache/@babel-helper-plugin-utils-npm-7.13.0-5266a343c1-229ac1917b.zip поставляемый Normal file

Двоичный файл не отображается.

Двоичные данные
.yarn/cache/@babel-helper-remap-async-to-generator-npm-7.13.0-fd0debe079-d4211801d4.zip поставляемый Normal file

Двоичный файл не отображается.

Двоичные данные
.yarn/cache/@babel-helper-replace-supers-npm-7.14.3-52201924ca-9c7de51e89.zip поставляемый Normal file

Двоичный файл не отображается.

Двоичные данные
.yarn/cache/@babel-helper-simple-access-npm-7.13.12-038331126e-eff532a157.zip поставляемый Normal file

Двоичный файл не отображается.

Двоичные данные
.yarn/cache/@babel-helper-skip-transparent-expression-wrappers-npm-7.12.1-115c18dee8-2e690ed565.zip поставляемый Normal file

Двоичный файл не отображается.

Двоичные данные
.yarn/cache/@babel-helper-split-export-declaration-npm-7.12.13-bb30c88575-c8d529558c.zip поставляемый Normal file

Двоичный файл не отображается.

Двоичные данные
.yarn/cache/@babel-helper-validator-identifier-npm-7.14.0-88c0d4b395-bd67b4a1a4.zip поставляемый Normal file

Двоичный файл не отображается.

Двоичные данные
.yarn/cache/@babel-helper-validator-option-npm-7.12.17-098722d989-9201d17a56.zip поставляемый Normal file

Двоичный файл не отображается.

Двоичные данные
.yarn/cache/@babel-helper-wrap-function-npm-7.13.0-f4714c52ae-89426304e5.zip поставляемый Normal file

Двоичный файл не отображается.

Двоичные данные
.yarn/cache/@babel-helpers-npm-7.14.0-37cb1e5143-0ac7e775b5.zip поставляемый Normal file

Двоичный файл не отображается.

Двоичные данные
.yarn/cache/@babel-highlight-npm-7.14.0-54986133d5-0122fcd3cd.zip поставляемый Normal file

Двоичный файл не отображается.

Двоичные данные
.yarn/cache/@babel-parser-npm-7.14.3-4c3311dd2f-5e8d1b2bfc.zip поставляемый Normal file

Двоичный файл не отображается.

Двоичный файл не отображается.

Двоичные данные
.yarn/cache/@babel-plugin-proposal-async-generator-functions-npm-7.14.2-76ff7efbf1-e2779975e7.zip поставляемый Normal file

Двоичный файл не отображается.

Двоичные данные
.yarn/cache/@babel-plugin-proposal-class-properties-npm-7.13.0-ed71c3af60-c96bd17276.zip поставляемый Normal file

Двоичный файл не отображается.

Двоичные данные
.yarn/cache/@babel-plugin-proposal-class-static-block-npm-7.14.3-3d104e0eb2-cc5896f0df.zip поставляемый Normal file

Двоичный файл не отображается.

Двоичные данные
.yarn/cache/@babel-plugin-proposal-dynamic-import-npm-7.14.2-b737c4317d-5e1953fa7a.zip поставляемый Normal file

Двоичный файл не отображается.

Двоичные данные
.yarn/cache/@babel-plugin-proposal-export-namespace-from-npm-7.14.2-b86015c9fd-e029b3fdd1.zip поставляемый Normal file

Двоичный файл не отображается.

Двоичные данные
.yarn/cache/@babel-plugin-proposal-json-strings-npm-7.14.2-92029fe0dc-4820829472.zip поставляемый Normal file

Двоичный файл не отображается.

Двоичные данные
.yarn/cache/@babel-plugin-proposal-logical-assignment-operators-npm-7.14.2-e30bfff1f2-20df8c38b6.zip поставляемый Normal file

Двоичный файл не отображается.

Двоичные данные
.yarn/cache/@babel-plugin-proposal-nullish-coalescing-operator-npm-7.14.2-b8b8372571-201998680c.zip поставляемый Normal file

Двоичный файл не отображается.

Двоичные данные
.yarn/cache/@babel-plugin-proposal-numeric-separator-npm-7.14.2-810f6e0a0b-1421b4f1a9.zip поставляемый Normal file

Двоичный файл не отображается.

Двоичные данные
.yarn/cache/@babel-plugin-proposal-object-rest-spread-npm-7.14.2-ba7e65c3f5-787075655e.zip поставляемый Normal file

Двоичный файл не отображается.

Двоичные данные
.yarn/cache/@babel-plugin-proposal-optional-catch-binding-npm-7.14.2-47fd34d2e3-5da13a87f8.zip поставляемый Normal file

Двоичный файл не отображается.

Двоичные данные
.yarn/cache/@babel-plugin-proposal-optional-chaining-npm-7.14.2-f396a70429-f3733825f4.zip поставляемый Normal file

Двоичный файл не отображается.

Двоичные данные
.yarn/cache/@babel-plugin-proposal-private-methods-npm-7.13.0-42ab96c60d-cc074c97ae.zip поставляемый Normal file

Двоичный файл не отображается.

Двоичные данные
.yarn/cache/@babel-plugin-proposal-private-property-in-object-npm-7.14.0-62e0eff5d3-2074d2a818.zip поставляемый Normal file

Двоичный файл не отображается.

Двоичные данные
.yarn/cache/@babel-plugin-proposal-unicode-property-regex-npm-7.12.13-6c91d43106-4877865ea8.zip поставляемый Normal file

Двоичный файл не отображается.

Двоичные данные
.yarn/cache/@babel-plugin-syntax-async-generators-npm-7.8.4-d10cf993c9-39685944ff.zip поставляемый Normal file

Двоичный файл не отображается.

Двоичные данные
.yarn/cache/@babel-plugin-syntax-bigint-npm-7.8.3-b05d971e6c-8c9b610377.zip поставляемый Normal file

Двоичный файл не отображается.

Двоичные данные
.yarn/cache/@babel-plugin-syntax-class-properties-npm-7.12.13-002ee9d930-3023dec8ac.zip поставляемый Normal file

Двоичный файл не отображается.

Двоичные данные
.yarn/cache/@babel-plugin-syntax-class-static-block-npm-7.12.13-ad2df1dffc-d5c08078f5.zip поставляемый Normal file

Двоичный файл не отображается.

Двоичные данные
.yarn/cache/@babel-plugin-syntax-dynamic-import-npm-7.8.3-fb9ff5634a-134a6f37fe.zip поставляемый Normal file

Двоичный файл не отображается.

Двоичные данные
.yarn/cache/@babel-plugin-syntax-export-namespace-from-npm-7.8.3-1747201aa9-832e007319.zip поставляемый Normal file

Двоичный файл не отображается.

Двоичные данные
.yarn/cache/@babel-plugin-syntax-import-meta-npm-7.10.4-4a0a0158bc-685ee8f0b5.zip поставляемый Normal file

Двоичный файл не отображается.

Двоичные данные
.yarn/cache/@babel-plugin-syntax-json-strings-npm-7.8.3-6dc7848179-1a7dabf0a4.zip поставляемый Normal file

Двоичный файл не отображается.

Двоичные данные
.yarn/cache/@babel-plugin-syntax-jsx-npm-7.12.13-25d9e5f368-00a832806d.zip поставляемый Normal file

Двоичный файл не отображается.

Двоичные данные
.yarn/cache/@babel-plugin-syntax-logical-assignment-operators-npm-7.10.4-72ae00fdf6-5b82f71770.zip поставляемый Normal file

Двоичный файл не отображается.

Двоичные данные
.yarn/cache/@babel-plugin-syntax-nullish-coalescing-operator-npm-7.8.3-8a723173b5-4ba0375375.zip поставляемый Normal file

Двоичный файл не отображается.

Двоичные данные
.yarn/cache/@babel-plugin-syntax-numeric-separator-npm-7.10.4-81444be605-47ae878293.zip поставляемый Normal file

Двоичный файл не отображается.

Двоичные данные
.yarn/cache/@babel-plugin-syntax-object-rest-spread-npm-7.8.3-60bd05b6ae-db5dfb39fa.zip поставляемый Normal file

Двоичный файл не отображается.

Двоичные данные
.yarn/cache/@babel-plugin-syntax-optional-catch-binding-npm-7.8.3-ce337427d8-f03d075266.zip поставляемый Normal file

Двоичный файл не отображается.

Двоичные данные
.yarn/cache/@babel-plugin-syntax-optional-chaining-npm-7.8.3-f3f3c79579-2a50685d02.zip поставляемый Normal file

Двоичный файл не отображается.

Двоичные данные
.yarn/cache/@babel-plugin-syntax-private-property-in-object-npm-7.14.0-5bf3d3cf14-5c79999ceb.zip поставляемый Normal file

Двоичный файл не отображается.

Двоичные данные
.yarn/cache/@babel-plugin-syntax-top-level-await-npm-7.12.13-6ac12f7c33-5bd0a65b01.zip поставляемый Normal file

Двоичный файл не отображается.

Двоичные данные
.yarn/cache/@babel-plugin-syntax-typescript-npm-7.12.13-17e8d888d4-ea2b4aad35.zip поставляемый Normal file

Двоичный файл не отображается.

Двоичные данные
.yarn/cache/@babel-plugin-transform-arrow-functions-npm-7.13.0-e609c48f8b-26edbba649.zip поставляемый Normal file

Двоичный файл не отображается.

Двоичные данные
.yarn/cache/@babel-plugin-transform-async-to-generator-npm-7.13.0-dc30a078cc-32d484b30f.zip поставляемый Normal file

Двоичный файл не отображается.

Двоичные данные
.yarn/cache/@babel-plugin-transform-block-scoped-functions-npm-7.12.13-4624994a2a-c914fa2874.zip поставляемый Normal file

Двоичный файл не отображается.

Двоичные данные
.yarn/cache/@babel-plugin-transform-block-scoping-npm-7.14.2-94c581e1c2-fb726d0ead.zip поставляемый Normal file

Двоичный файл не отображается.

Двоичные данные
.yarn/cache/@babel-plugin-transform-classes-npm-7.14.2-b52a9188a3-a184a2d988.zip поставляемый Normal file

Двоичный файл не отображается.

Двоичные данные
.yarn/cache/@babel-plugin-transform-computed-properties-npm-7.13.0-234f39df3b-83d9d2e776.zip поставляемый Normal file

Двоичный файл не отображается.

Двоичные данные
.yarn/cache/@babel-plugin-transform-destructuring-npm-7.13.17-eb0878c6a4-16c08ecaf5.zip поставляемый Normal file

Двоичный файл не отображается.

Двоичные данные
.yarn/cache/@babel-plugin-transform-dotall-regex-npm-7.12.13-e14889014a-cd33e1adfb.zip поставляемый Normal file

Двоичный файл не отображается.

Двоичные данные
.yarn/cache/@babel-plugin-transform-duplicate-keys-npm-7.12.13-3ac6b99b7c-7565f2dc69.zip поставляемый Normal file

Двоичный файл не отображается.

Двоичные данные
.yarn/cache/@babel-plugin-transform-exponentiation-operator-npm-7.12.13-2fda217223-cbe6a6bb2b.zip поставляемый Normal file

Двоичный файл не отображается.

Двоичные данные
.yarn/cache/@babel-plugin-transform-for-of-npm-7.13.0-272f3082b8-86f725a860.zip поставляемый Normal file

Двоичный файл не отображается.

Двоичные данные
.yarn/cache/@babel-plugin-transform-function-name-npm-7.12.13-a93c20debd-26b8af8882.zip поставляемый Normal file

Двоичный файл не отображается.

Двоичные данные
.yarn/cache/@babel-plugin-transform-literals-npm-7.12.13-586ca5f21f-8dbc807354.zip поставляемый Normal file

Двоичный файл не отображается.

Некоторые файлы не были показаны из-за слишком большого количества измененных файлов Показать больше