Skip to content

Formatting and linting#290

Open
lucaspar wants to merge 5 commits into
masterfrom
lp/formatting-and-linting
Open

Formatting and linting#290
lucaspar wants to merge 5 commits into
masterfrom
lp/formatting-and-linting

Conversation

@lucaspar
Copy link
Copy Markdown
Member

@lucaspar lucaspar commented Jun 1, 2026

Almost no changes in logic, I recommend hiding whitespace changes when viewing the diff.

@lucaspar lucaspar requested a review from klpoland June 1, 2026 14:33
@lucaspar lucaspar self-assigned this Jun 1, 2026
@lucaspar lucaspar added ci/cd GH actions, tests, builds, packaging, etc dependencies PRs that update dependencies: versioning, security patches, upstream fixes labels Jun 1, 2026
@semanticdiff-com
Copy link
Copy Markdown

semanticdiff-com Bot commented Jun 1, 2026

Review changes with  SemanticDiff

Changed Files
File Status
  gateway/.fallowrc.json  100% smaller
  gateway/scripts/fallow-static-js-dead-code.cjs  100% smaller
  gateway/sds_gateway/api_methods/serializers/dataset_serializers.py  100% smaller
  gateway/sds_gateway/static/css/admin_environment.css  100% smaller
  gateway/sds_gateway/static/css/alerts.css  100% smaller
  gateway/sds_gateway/static/css/components.css  100% smaller
  gateway/sds_gateway/static/css/custom.css  100% smaller
  gateway/sds_gateway/static/css/file-list.css  100% smaller
  gateway/sds_gateway/static/css/file-manager.css  100% smaller
  gateway/sds_gateway/static/css/layout.css  100% smaller
  gateway/sds_gateway/static/css/permission-levels.css  100% smaller
  gateway/sds_gateway/static/css/spectrumx_theme.css  100% smaller
  gateway/sds_gateway/static/css/user_api_key_table.css  100% smaller
  gateway/sds_gateway/static/css/variables.css  100% smaller
  gateway/sds_gateway/static/css/visualizations/spectrogram.css  100% smaller
  gateway/sds_gateway/static/css/visualizations/visualization_modal.css  100% smaller
  gateway/sds_gateway/static/css/visualizations/visualizations.css  100% smaller
  gateway/sds_gateway/static/css/visualizations/waterfall.css  100% smaller
  gateway/sds_gateway/static/js/__tests__/helpers/actionTestMocks.js  100% smaller
  gateway/sds_gateway/static/js/actions/__tests__/DetailsActionManager.test.js  100% smaller
  gateway/sds_gateway/static/js/actions/__tests__/DownloadInstructionsManager.test.js  100% smaller
  gateway/sds_gateway/static/js/actions/__tests__/PublishActionManager.test.js  100% smaller
  gateway/sds_gateway/static/js/actions/__tests__/QuickAddToDatasetManager.test.js  100% smaller
  gateway/sds_gateway/static/js/actions/__tests__/quickAddApi.test.js  100% smaller
  gateway/sds_gateway/static/js/actions/details/__tests__/CaptureDetailsModalBehavior.test.js  100% smaller
  gateway/sds_gateway/static/js/actions/download/captureDownloadSlider.js  100% smaller
  gateway/sds_gateway/static/js/actions/quickAdd/quickAddApi.js  100% smaller
  gateway/sds_gateway/static/js/constants/FileListConfig.js  100% smaller
  gateway/sds_gateway/static/js/constants/PermissionLevels.js  100% smaller
  gateway/sds_gateway/static/js/constants/__tests__/detailsModalConfig.test.js  100% smaller
  gateway/sds_gateway/static/js/core/__tests__/APIClient.test.js  100% smaller
  gateway/sds_gateway/static/js/core/__tests__/DOMUtils.test.js  100% smaller
  gateway/sds_gateway/static/js/core/__tests__/ListRefreshManager.test.js  100% smaller
  gateway/sds_gateway/static/js/core/__tests__/ModalManager.test.js  100% smaller
  gateway/sds_gateway/static/js/core/__tests__/PageController.test.js  100% smaller
  gateway/sds_gateway/static/js/core/__tests__/PermissionsManager.test.js  100% smaller
  gateway/sds_gateway/static/js/dataset/__tests__/DatasetCreationHandler.test.js  100% smaller
  gateway/sds_gateway/static/js/dataset/__tests__/DatasetEditingHandler.test.js  100% smaller
  gateway/sds_gateway/static/js/dataset/__tests__/DatasetModeManager.test.js  100% smaller
  gateway/sds_gateway/static/js/dataset/datasetFormSnapshot.js  100% smaller
  gateway/sds_gateway/static/js/search/KeywordChipInput.js  100% smaller
  gateway/sds_gateway/static/js/search/__tests__/AssetSearchHandler.test.js  100% smaller
  gateway/sds_gateway/static/js/search/__tests__/DatasetSearchHandler.test.js  100% smaller
  gateway/sds_gateway/static/js/search/__tests__/KeywordChipInput.test.js  100% smaller
  gateway/sds_gateway/static/js/share/__tests__/ShareGroupManager.test.js  100% smaller
  gateway/sds_gateway/static/js/share/__tests__/UserSearchDropdown.test.js  100% smaller
  gateway/sds_gateway/static/js/tests-config/jest.config.js  100% smaller
  gateway/sds_gateway/static/js/tests-config/jest.setup.js  100% smaller
  gateway/sds_gateway/static/js/tests-config/testHelpers.js  100% smaller
  gateway/sds_gateway/static/js/upload/FileUploadHandler.js  100% smaller
  gateway/sds_gateway/static/js/upload/UploadUtils.js  100% smaller
  gateway/sds_gateway/static/js/upload/__tests__/CaptureUploadController.test.js  100% smaller
  gateway/sds_gateway/static/js/upload/__tests__/UploadUtils.test.js  100% smaller
  gateway/sds_gateway/static/js/upload/uploadBootstrap.js  100% smaller
  gateway/sds_gateway/static/js/vendors.js  100% smaller
  gateway/sds_gateway/static/js/visualizations/common/asyncJobPolling.js  100% smaller
  gateway/sds_gateway/static/js/visualizations/processingErrorMessages.js  100% smaller
  gateway/sds_gateway/static/js/visualizations/spectrogram/constants.js  100% smaller
  gateway/sds_gateway/static/js/visualizations/spectrogram/index.js  100% smaller
  gateway/sds_gateway/static/js/visualizations/waterfall/__tests__/WaterfallControls.test.js  100% smaller
  gateway/sds_gateway/static/js/visualizations/waterfall/__tests__/WaterfallRenderer.test.js  100% smaller
  gateway/sds_gateway/static/js/visualizations/waterfall/__tests__/WaterfallSliceCache.test.js  100% smaller
  gateway/sds_gateway/static/js/visualizations/waterfall/__tests__/WaterfallVisualization.test.js  100% smaller
  gateway/sds_gateway/static/js/visualizations/waterfall/constants.js  100% smaller
  gateway/sds_gateway/static/js/visualizations/waterfall/index.js  100% smaller
  gateway/sds_gateway/static/js/visualizations/waterfall/waterfallColorMaps.js  100% smaller
  gateway/sds_gateway/templates/users/partials/share_modal.html  100% smaller
  gateway/sds_gateway/templates/users/partials/upload_capture_modal.html  100% smaller
  gateway/sds_gateway/templates/users/partials/upload_result_modal.html  100% smaller
  gateway/sds_gateway/users/tests/test_views.py  100% smaller
  gateway/sds_gateway/users/views/captures.py  100% smaller
  gateway/sds_gateway/users/views/datasets.py  100% smaller
  gateway/webpack/common.config.js  100% smaller
  gateway/webpack/dev.config.js  100% smaller
  gateway/webpack/prod.config.js  100% smaller
  jupyter/.vscode/settings.json  100% smaller
  sdk/.vscode/extensions.json  100% smaller
  sdk/tests/integration/data/captures/radiohound-update/reference-v0-addendum.rh.json  100% smaller
  sdk/tests/integration/data/captures/radiohound-update/reference-v0.rh.json  100% smaller
  sdk/tests/integration/data/captures/radiohound/reference-v0.rh.json  100% smaller
  gateway/sds_gateway/static/js/upload/FilesBrowserManager.js  100% smaller
  gateway/sds_gateway/static/js/visualizations/waterfall/__tests__/WaterfallSliceLoader.test.js  100% smaller
  gateway/sds_gateway/static/js/actions/__tests__/DownloadActionManager.test.js  100% smaller
  gateway/sds_gateway/static/js/actions/__tests__/ShareActionManager.test.js  100% smaller
  gateway/sds_gateway/static/js/upload/CaptureTypeSelector.js  100% smaller
  gateway/sds_gateway/static/js/constants/detailsModalConfig.js  100% smaller
  gateway/sds_gateway/static/js/core/PageGate.js  100% smaller
  gateway/sds_gateway/static/js/actions/details/__tests__/AssetDetailsModalLoader.test.js  100% smaller
  gateway/sds_gateway/static/js/upload/CaptureUploadController.js  100% smaller
  gateway/sds_gateway/static/js/core/__tests__/PageLifecycleManager.test.js  100% smaller
  gateway/sds_gateway/static/js/dataset/DatasetPendingChanges.js  100% smaller
  gateway/sds_gateway/static/js/actions/__tests__/VersioningActionManager.test.js  100% smaller
  gateway/sds_gateway/static/js/actions/QuickAddToDatasetManager.js  100% smaller
  gateway/sds_gateway/static/js/dataset/AuthorsManager.js  100% smaller
  gateway/sds_gateway/static/js/actions/details/CaptureDetailsModalBehavior.js  100% smaller
  gateway/sds_gateway/static/js/dataset/DatasetAuthorsUI.js  100% smaller
  gateway/sds_gateway/static/js/actions/VersioningActionManager.js  100% smaller
  gateway/sds_gateway/static/js/actions/CaptureListSelectionManager.js  100% smaller
  gateway/sds_gateway/static/js/actions/DownloadInstructionsManager.js  100% smaller
  gateway/sds_gateway/static/js/actions/PublishActionManager.js  100% smaller
  gateway/sds_gateway/static/js/actions/DetailsActionManager.js  100% smaller
  sdk/.vscode/settings.json  99% smaller
  gateway/sds_gateway/static/js/core/DOMUtils.js  99% smaller
  gateway/sds_gateway/static/js/visualizations/waterfall/PeriodogramChart.js  99% smaller
  gateway/sds_gateway/static/js/search/AssetSearchHandler.js  99% smaller
  gateway/sds_gateway/static/js/core/ModalManager.js  99% smaller
  gateway/sds_gateway/static/js/share/ShareGroupManager.js  99% smaller
  gateway/sds_gateway/static/js/visualizations/waterfall/WaterfallVisualization.js  99% smaller
  gateway/sds_gateway/templates/users/components/dataset_details_modal_body.html  99% smaller
  gateway/sds_gateway/static/js/core/BaseManager.js  99% smaller
  gateway/sds_gateway/static/js/share/UserSearchDropdown.js  99% smaller
  gateway/sds_gateway/static/js/actions/DownloadActionManager.js  99% smaller
  gateway/sds_gateway/static/js/dataset/DatasetEditingHandler.js  99% smaller
  gateway/sds_gateway/static/js/visualizations/waterfall/WaterfallControls.js  99% smaller
  gateway/sds_gateway/static/js/visualizations/visualizationModal.js  99% smaller
  gateway/sds_gateway/static/js/actions/ShareActionManager.js  99% smaller
  gateway/sds_gateway/static/js/dataset/DatasetModeManager.js  99% smaller
  gateway/sds_gateway/static/js/dataset/DatasetCreationHandler.js  99% smaller
  gateway/sds_gateway/static/js/actions/details/AssetDetailsModalLoader.js  99% smaller
  gateway/sds_gateway/static/js/core/UserInputController.js  99% smaller
  gateway/sds_gateway/static/js/visualizations/waterfall/WaterfallSliceLoader.js  99% smaller
  gateway/sds_gateway/static/js/core/APIClient.js  98% smaller
  gateway/sds_gateway/static/js/visualizations/waterfall/WaterfallRenderer.js  98% smaller
  gateway/sds_gateway/static/js/visualizations/spectrogram/SpectrogramRenderer.js  98% smaller
  gateway/package.json  98% smaller
  gateway/sds_gateway/templates/users/components/capture_details_modal_body.html  98% smaller
  gateway/sds_gateway/static/js/visualizations/spectrogram/SpectrogramVisualization.js  98% smaller
  gateway/sds_gateway/static/js/core/PageLifecycleManager.js  98% smaller
  gateway/sds_gateway/static/js/visualizations/spectrogram/SpectrogramControls.js  97% smaller
  gateway/sds_gateway/static/js/core/PermissionsManager.js  97% smaller
  gateway/sds_gateway/static/js/core/PageController.js  97% smaller
  gateway/sds_gateway/static/js/visualizations/waterfall/WaterfallSliceCache.js  97% smaller
  .pre-commit-config.yaml  85% smaller
  gateway/sds_gateway/api_methods/serializers/capture_serializers.py  82% smaller
  gateway/.vscode/settings.json  80% smaller
  network/.vscode/settings.json  67% smaller
  gateway/sds_gateway/users/views/details_modal.py  64% smaller
  gateway/package-lock.json  62% smaller
  gateway/sds_gateway/users/views/__init__.py  34% smaller
  .cursor/skills/gateway-static-js-refactor/SKILL.md Unsupported file format
  .cursor/skills/jest-test-writing/SKILL.md Unsupported file format
  .github/agent.instructions.md Unsupported file format
  .gitignore Unsupported file format
  .markdownlint.yaml  0% smaller
  .markdownlintignore Unsupported file format
  .rumdl.toml Unsupported file format
  .vscode/settings.json  0% smaller
  biome.json  0% smaller
  gateway/biome.jsonc Unsupported file format
  gateway/compose.local.yaml  0% smaller
  gateway/docs/detailed-deploy.md Unsupported file format
  gateway/scripts/fallow-cross-file-dupes.sh Unsupported file format
  gateway/sds_gateway/templates/users/components/capture_files_summary_fragment.html  0% smaller
  gateway/sds_gateway/templates/users/partials/web_download_modal.html Unsupported file format
  gateway/sds_gateway/users/forms.py  0% smaller
  gateway/sds_gateway/users/urls.py  0% smaller
  gateway/sds_gateway/users/views/downloads.py  0% smaller
  gateway/sds_gateway/users/views/files.py  0% smaller
  gateway/uv.lock Unsupported file format
  sdk/docs/.markdownlintignore Unsupported file format
  sdk/docs/mkdocs/advanced/concurrent-access.md Unsupported file format
  sdk/docs/mkdocs/common-workflows/capture-uploads.md Unsupported file format
  sdk/docs/mkdocs/common-workflows/dataset-downloads.md Unsupported file format
  sdk/docs/mkdocs/faq.md Unsupported file format
  sdk/tests/.gitignore Unsupported file format
  sdk/tests/ops/test_captures.py  0% smaller
  sdk/tests/ops/test_network.py  0% smaller

@lucaspar lucaspar changed the title Lp/formatting and linting Formatting and linting Jun 1, 2026
Copy link
Copy Markdown
Collaborator

@klpoland klpoland left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🫡

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

ci/cd GH actions, tests, builds, packaging, etc dependencies PRs that update dependencies: versioning, security patches, upstream fixes

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants