argus-alm 0.15.11__tar.gz → 0.15.12__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {argus_alm-0.15.11/argus_alm.egg-info → argus_alm-0.15.12}/PKG-INFO +1 -1
- {argus_alm-0.15.11 → argus_alm-0.15.12}/argus/_version.py +3 -3
- {argus_alm-0.15.11 → argus_alm-0.15.12}/argus/client/sct/client.py +17 -0
- {argus_alm-0.15.11 → argus_alm-0.15.12/argus_alm.egg-info}/PKG-INFO +1 -1
- {argus_alm-0.15.11 → argus_alm-0.15.12}/argus_alm.egg-info/SOURCES.txt +3 -0
- argus_alm-0.15.12/frontend/TestRun/MiscConfig.svelte +15 -0
- argus_alm-0.15.12/frontend/TestRun/RuntimeConfig.svelte +126 -0
- argus_alm-0.15.12/frontend/TestRun/SCT/SctConfig.svelte +79 -0
- {argus_alm-0.15.11 → argus_alm-0.15.12}/frontend/TestRun/TestRun.svelte +4 -0
- {argus_alm-0.15.11 → argus_alm-0.15.12}/.dockerignore +0 -0
- {argus_alm-0.15.11 → argus_alm-0.15.12}/.envrc +0 -0
- {argus_alm-0.15.11 → argus_alm-0.15.12}/.eslintrc.js +0 -0
- {argus_alm-0.15.11 → argus_alm-0.15.12}/.github/workflows/.gitkeep +0 -0
- {argus_alm-0.15.11 → argus_alm-0.15.12}/.github/workflows/call_jira_sync.yml +0 -0
- {argus_alm-0.15.11 → argus_alm-0.15.12}/.github/workflows/close_issue_for_scylla_employee.yml +0 -0
- {argus_alm-0.15.11 → argus_alm-0.15.12}/.github/workflows/lint.yml +0 -0
- {argus_alm-0.15.11 → argus_alm-0.15.12}/.github/workflows/release.yml +0 -0
- {argus_alm-0.15.11 → argus_alm-0.15.12}/.github/workflows/test.yml +0 -0
- {argus_alm-0.15.11 → argus_alm-0.15.12}/.gitignore +0 -0
- {argus_alm-0.15.11 → argus_alm-0.15.12}/.pre-commit-config.yaml +0 -0
- {argus_alm-0.15.11 → argus_alm-0.15.12}/.prettierrc.js +0 -0
- {argus_alm-0.15.11 → argus_alm-0.15.12}/AGENTS.md +0 -0
- {argus_alm-0.15.11 → argus_alm-0.15.12}/Dockerfile +0 -0
- {argus_alm-0.15.11 → argus_alm-0.15.12}/LICENSE +0 -0
- {argus_alm-0.15.11 → argus_alm-0.15.12}/MANIFEST.in +0 -0
- {argus_alm-0.15.11 → argus_alm-0.15.12}/README.md +0 -0
- {argus_alm-0.15.11 → argus_alm-0.15.12}/argus/__init__.py +0 -0
- {argus_alm-0.15.11 → argus_alm-0.15.12}/argus/client/__init__.py +0 -0
- {argus_alm-0.15.11 → argus_alm-0.15.12}/argus/client/base.py +0 -0
- {argus_alm-0.15.11 → argus_alm-0.15.12}/argus/client/driver_matrix_tests/cli.py +0 -0
- {argus_alm-0.15.11 → argus_alm-0.15.12}/argus/client/driver_matrix_tests/client.py +0 -0
- {argus_alm-0.15.11 → argus_alm-0.15.12}/argus/client/generic/cli.py +0 -0
- {argus_alm-0.15.11 → argus_alm-0.15.12}/argus/client/generic/client.py +0 -0
- {argus_alm-0.15.11 → argus_alm-0.15.12}/argus/client/generic_result.py +0 -0
- {argus_alm-0.15.11 → argus_alm-0.15.12}/argus/client/sct/types.py +0 -0
- {argus_alm-0.15.11 → argus_alm-0.15.12}/argus/client/sirenada/client.py +0 -0
- {argus_alm-0.15.11 → argus_alm-0.15.12}/argus/common/__init__.py +0 -0
- {argus_alm-0.15.11 → argus_alm-0.15.12}/argus/common/email.py +0 -0
- {argus_alm-0.15.11 → argus_alm-0.15.12}/argus/common/enums.py +0 -0
- {argus_alm-0.15.11 → argus_alm-0.15.12}/argus/common/sct_types.py +0 -0
- {argus_alm-0.15.11 → argus_alm-0.15.12}/argus/common/sirenada_types.py +0 -0
- {argus_alm-0.15.11 → argus_alm-0.15.12}/argus.yaml +0 -0
- {argus_alm-0.15.11 → argus_alm-0.15.12}/argusAI/README.md +0 -0
- {argus_alm-0.15.11 → argus_alm-0.15.12}/argusAI/deployment/argusai_event_similarity_processor.service +0 -0
- {argus_alm-0.15.11 → argus_alm-0.15.12}/argusAI/event_similarity_processor.py +0 -0
- {argus_alm-0.15.11 → argus_alm-0.15.12}/argusAI/event_similarity_processor_v2.py +0 -0
- {argus_alm-0.15.11 → argus_alm-0.15.12}/argusAI/logs/.gitignore +0 -0
- {argus_alm-0.15.11 → argus_alm-0.15.12}/argusAI/utils/__init__.py +0 -0
- {argus_alm-0.15.11 → argus_alm-0.15.12}/argusAI/utils/event_message_sanitizer.py +0 -0
- {argus_alm-0.15.11 → argus_alm-0.15.12}/argusAI/utils/scylla_connection.py +0 -0
- {argus_alm-0.15.11 → argus_alm-0.15.12}/argus_alm.egg-info/dependency_links.txt +0 -0
- {argus_alm-0.15.11 → argus_alm-0.15.12}/argus_alm.egg-info/entry_points.txt +0 -0
- {argus_alm-0.15.11 → argus_alm-0.15.12}/argus_alm.egg-info/requires.txt +0 -0
- {argus_alm-0.15.11 → argus_alm-0.15.12}/argus_alm.egg-info/top_level.txt +0 -0
- {argus_alm-0.15.11 → argus_alm-0.15.12}/argus_backend.py +0 -0
- {argus_alm-0.15.11 → argus_alm-0.15.12}/argus_web.example.yaml +0 -0
- {argus_alm-0.15.11 → argus_alm-0.15.12}/commitlint.config.js +0 -0
- {argus_alm-0.15.11 → argus_alm-0.15.12}/dev-db/.gitignore +0 -0
- {argus_alm-0.15.11 → argus_alm-0.15.12}/dev-db/alpha-config/cassandra-rackdc.properties +0 -0
- {argus_alm-0.15.11 → argus_alm-0.15.12}/dev-db/alpha-config/machine_image_configured +0 -0
- {argus_alm-0.15.11 → argus_alm-0.15.12}/dev-db/alpha-config/scylla.yaml +0 -0
- {argus_alm-0.15.11 → argus_alm-0.15.12}/dev-db/alpha-data/.gitignore +0 -0
- {argus_alm-0.15.11 → argus_alm-0.15.12}/dev-db/docker-compose.yaml +0 -0
- {argus_alm-0.15.11 → argus_alm-0.15.12}/dev-db/export_data.py +0 -0
- {argus_alm-0.15.11 → argus_alm-0.15.12}/dev-db/import_data.py +0 -0
- {argus_alm-0.15.11 → argus_alm-0.15.12}/docker/config/nginx-docker.conf +0 -0
- {argus_alm-0.15.11 → argus_alm-0.15.12}/docker/config/supervisord.conf +0 -0
- {argus_alm-0.15.11 → argus_alm-0.15.12}/docker-entrypoint.sh +0 -0
- {argus_alm-0.15.11 → argus_alm-0.15.12}/docs/api_usage.md +0 -0
- {argus_alm-0.15.11 → argus_alm-0.15.12}/docs/argus_status_page.md +0 -0
- {argus_alm-0.15.11 → argus_alm-0.15.12}/docs/argus_status_page_diagram.jpg +0 -0
- {argus_alm-0.15.11 → argus_alm-0.15.12}/docs/config/argus.nginx.conf +0 -0
- {argus_alm-0.15.11 → argus_alm-0.15.12}/docs/config/argus.service +0 -0
- {argus_alm-0.15.11 → argus_alm-0.15.12}/docs/dev-setup.md +0 -0
- {argus_alm-0.15.11 → argus_alm-0.15.12}/docs/generic_results.md +0 -0
- {argus_alm-0.15.11 → argus_alm-0.15.12}/docs/pypi-guide.md +0 -0
- {argus_alm-0.15.11 → argus_alm-0.15.12}/frontend/AdminPanel/AdminPanel.svelte +0 -0
- {argus_alm-0.15.11 → argus_alm-0.15.12}/frontend/AdminPanel/AdminPanelWelcome.svelte +0 -0
- {argus_alm-0.15.11 → argus_alm-0.15.12}/frontend/AdminPanel/BatchTestMover.svelte +0 -0
- {argus_alm-0.15.11 → argus_alm-0.15.12}/frontend/AdminPanel/GroupCreator.svelte +0 -0
- {argus_alm-0.15.11 → argus_alm-0.15.12}/frontend/AdminPanel/ReleaseCreator.svelte +0 -0
- {argus_alm-0.15.11 → argus_alm-0.15.12}/frontend/AdminPanel/ReleaseDeletionConfirmationPopup.svelte +0 -0
- {argus_alm-0.15.11 → argus_alm-0.15.12}/frontend/AdminPanel/ReleaseEditor.svelte +0 -0
- {argus_alm-0.15.11 → argus_alm-0.15.12}/frontend/AdminPanel/ReleaseManager.svelte +0 -0
- {argus_alm-0.15.11 → argus_alm-0.15.12}/frontend/AdminPanel/ReleaseManagerGroup.svelte +0 -0
- {argus_alm-0.15.11 → argus_alm-0.15.12}/frontend/AdminPanel/ReleaseManagerTest.svelte +0 -0
- {argus_alm-0.15.11 → argus_alm-0.15.12}/frontend/AdminPanel/TestCreator.svelte +0 -0
- {argus_alm-0.15.11 → argus_alm-0.15.12}/frontend/AdminPanel/UserManager.svelte +0 -0
- {argus_alm-0.15.11 → argus_alm-0.15.12}/frontend/AdminPanel/ViewListItem.svelte +0 -0
- {argus_alm-0.15.11 → argus_alm-0.15.12}/frontend/AdminPanel/ViewSelectItem.svelte +0 -0
- {argus_alm-0.15.11 → argus_alm-0.15.12}/frontend/AdminPanel/ViewWidget.svelte +0 -0
- {argus_alm-0.15.11 → argus_alm-0.15.12}/frontend/AdminPanel/ViewsManager.svelte +0 -0
- {argus_alm-0.15.11 → argus_alm-0.15.12}/frontend/Alert.js +0 -0
- {argus_alm-0.15.11 → argus_alm-0.15.12}/frontend/Alerts/AlertMessage.svelte +0 -0
- {argus_alm-0.15.11 → argus_alm-0.15.12}/frontend/Alerts/AlertWidget.svelte +0 -0
- {argus_alm-0.15.11 → argus_alm-0.15.12}/frontend/Common/ApiUtils.js +0 -0
- {argus_alm-0.15.11 → argus_alm-0.15.12}/frontend/Common/ArgusNotification.ts +0 -0
- {argus_alm-0.15.11 → argus_alm-0.15.12}/frontend/Common/AssigneeSelector.svelte +0 -0
- {argus_alm-0.15.11 → argus_alm-0.15.12}/frontend/Common/AssigneeUtils.js +0 -0
- {argus_alm-0.15.11 → argus_alm-0.15.12}/frontend/Common/DateUtils.js +0 -0
- {argus_alm-0.15.11 → argus_alm-0.15.12}/frontend/Common/DriverMatrixTypes.ts +0 -0
- {argus_alm-0.15.11 → argus_alm-0.15.12}/frontend/Common/IssueDestinations.js +0 -0
- {argus_alm-0.15.11 → argus_alm-0.15.12}/frontend/Common/JenkinsSettingsHelp.js +0 -0
- {argus_alm-0.15.11 → argus_alm-0.15.12}/frontend/Common/ModalWindow.svelte +0 -0
- {argus_alm-0.15.11 → argus_alm-0.15.12}/frontend/Common/PluginDispatch.js +0 -0
- {argus_alm-0.15.11 → argus_alm-0.15.12}/frontend/Common/PluginNames.js +0 -0
- {argus_alm-0.15.11 → argus_alm-0.15.12}/frontend/Common/RunUtils.js +0 -0
- {argus_alm-0.15.11 → argus_alm-0.15.12}/frontend/Common/SelectUtils.js +0 -0
- {argus_alm-0.15.11 → argus_alm-0.15.12}/frontend/Common/StateManagement.js +0 -0
- {argus_alm-0.15.11 → argus_alm-0.15.12}/frontend/Common/TestStatus.js +0 -0
- {argus_alm-0.15.11 → argus_alm-0.15.12}/frontend/Common/TextUtils.js +0 -0
- {argus_alm-0.15.11 → argus_alm-0.15.12}/frontend/Common/UserTypes.ts +0 -0
- {argus_alm-0.15.11 → argus_alm-0.15.12}/frontend/Common/UserUtils.js +0 -0
- {argus_alm-0.15.11 → argus_alm-0.15.12}/frontend/Common/ViewTypes.js +0 -0
- {argus_alm-0.15.11 → argus_alm-0.15.12}/frontend/Debug/FlashDebugComponent.svelte +0 -0
- {argus_alm-0.15.11 → argus_alm-0.15.12}/frontend/Discussion/Comment.svelte +0 -0
- {argus_alm-0.15.11 → argus_alm-0.15.12}/frontend/Discussion/CommentEditor.svelte +0 -0
- {argus_alm-0.15.11 → argus_alm-0.15.12}/frontend/Discussion/MarkedMentionExtension.js +0 -0
- {argus_alm-0.15.11 → argus_alm-0.15.12}/frontend/Discussion/MentionSelector.svelte +0 -0
- {argus_alm-0.15.11 → argus_alm-0.15.12}/frontend/Discussion/UserProfile.svelte +0 -0
- {argus_alm-0.15.11 → argus_alm-0.15.12}/frontend/Github/GithubIssue.svelte +0 -0
- {argus_alm-0.15.11 → argus_alm-0.15.12}/frontend/Github/Issues.svelte +0 -0
- {argus_alm-0.15.11 → argus_alm-0.15.12}/frontend/Github/IssuesCopyModal.svelte +0 -0
- {argus_alm-0.15.11 → argus_alm-0.15.12}/frontend/Jira/JiraIssue.svelte +0 -0
- {argus_alm-0.15.11 → argus_alm-0.15.12}/frontend/Profile/JobsList.svelte +0 -0
- {argus_alm-0.15.11 → argus_alm-0.15.12}/frontend/Profile/Login.svelte +0 -0
- {argus_alm-0.15.11 → argus_alm-0.15.12}/frontend/Profile/Notification.svelte +0 -0
- {argus_alm-0.15.11 → argus_alm-0.15.12}/frontend/Profile/NotificationCommentWrapper.svelte +0 -0
- {argus_alm-0.15.11 → argus_alm-0.15.12}/frontend/Profile/NotificationCounter.svelte +0 -0
- {argus_alm-0.15.11 → argus_alm-0.15.12}/frontend/Profile/NotificationSender.svelte +0 -0
- {argus_alm-0.15.11 → argus_alm-0.15.12}/frontend/Profile/NotificationTestRunWrapper.svelte +0 -0
- {argus_alm-0.15.11 → argus_alm-0.15.12}/frontend/Profile/NotificationsReader.svelte +0 -0
- {argus_alm-0.15.11 → argus_alm-0.15.12}/frontend/Profile/PlannedJob.svelte +0 -0
- {argus_alm-0.15.11 → argus_alm-0.15.12}/frontend/Profile/PlannedJobs.svelte +0 -0
- {argus_alm-0.15.11 → argus_alm-0.15.12}/frontend/Profile/ProfileJob.svelte +0 -0
- {argus_alm-0.15.11 → argus_alm-0.15.12}/frontend/Profile/ProfileJobs.svelte +0 -0
- {argus_alm-0.15.11 → argus_alm-0.15.12}/frontend/Profile/ProfileJobsTab.svelte +0 -0
- {argus_alm-0.15.11 → argus_alm-0.15.12}/frontend/Profile/ProfileSchedules.svelte +0 -0
- {argus_alm-0.15.11 → argus_alm-0.15.12}/frontend/Profile/User.svelte +0 -0
- {argus_alm-0.15.11 → argus_alm-0.15.12}/frontend/Profile/UserSelection.svelte +0 -0
- {argus_alm-0.15.11 → argus_alm-0.15.12}/frontend/Profile/ViewUserResolver.svelte +0 -0
- {argus_alm-0.15.11 → argus_alm-0.15.12}/frontend/ReleaseDashboard/AssigneeFilter.svelte +0 -0
- {argus_alm-0.15.11 → argus_alm-0.15.12}/frontend/ReleaseDashboard/FlatViewHelper.svelte +0 -0
- {argus_alm-0.15.11 → argus_alm-0.15.12}/frontend/ReleaseDashboard/GroupedViewHelper.svelte +0 -0
- {argus_alm-0.15.11 → argus_alm-0.15.12}/frontend/ReleaseDashboard/ReleaseActivity.svelte +0 -0
- {argus_alm-0.15.11 → argus_alm-0.15.12}/frontend/ReleaseDashboard/ReleaseDashboard.svelte +0 -0
- {argus_alm-0.15.11 → argus_alm-0.15.12}/frontend/ReleaseDashboard/ReleaseGithubIssues.svelte +0 -0
- {argus_alm-0.15.11 → argus_alm-0.15.12}/frontend/ReleaseDashboard/TestDashboard.svelte +0 -0
- {argus_alm-0.15.11 → argus_alm-0.15.12}/frontend/ReleaseDashboard/TestDashboardFlatView.svelte +0 -0
- {argus_alm-0.15.11 → argus_alm-0.15.12}/frontend/ReleaseDashboard/TestDashboardGroup.svelte +0 -0
- {argus_alm-0.15.11 → argus_alm-0.15.12}/frontend/ReleaseDashboard/TestDashboardTest.svelte +0 -0
- {argus_alm-0.15.11 → argus_alm-0.15.12}/frontend/ReleaseDashboard/TestPopoutSelector.svelte +0 -0
- {argus_alm-0.15.11 → argus_alm-0.15.12}/frontend/ReleaseDashboard/TestWithIssuesCard.svelte +0 -0
- {argus_alm-0.15.11 → argus_alm-0.15.12}/frontend/ReleasePlanner/CommentTableRow.svelte +0 -0
- {argus_alm-0.15.11 → argus_alm-0.15.12}/frontend/ReleasePlanner/DutyPlanner.svelte +0 -0
- {argus_alm-0.15.11 → argus_alm-0.15.12}/frontend/ReleasePlanner/EntityReplacer.svelte +0 -0
- {argus_alm-0.15.11 → argus_alm-0.15.12}/frontend/ReleasePlanner/ReleasePlan.svelte +0 -0
- {argus_alm-0.15.11 → argus_alm-0.15.12}/frontend/ReleasePlanner/ReleasePlanCopyForm.svelte +0 -0
- {argus_alm-0.15.11 → argus_alm-0.15.12}/frontend/ReleasePlanner/ReleasePlanCreator.svelte +0 -0
- {argus_alm-0.15.11 → argus_alm-0.15.12}/frontend/ReleasePlanner/ReleasePlanEditor.svelte +0 -0
- {argus_alm-0.15.11 → argus_alm-0.15.12}/frontend/ReleasePlanner/ReleasePlanTable.svelte +0 -0
- {argus_alm-0.15.11 → argus_alm-0.15.12}/frontend/ReleasePlanner/ReleasePlanner.svelte +0 -0
- {argus_alm-0.15.11 → argus_alm-0.15.12}/frontend/ReleasePlanner/ReleasePlannerGridView.svelte +0 -0
- {argus_alm-0.15.11 → argus_alm-0.15.12}/frontend/ReleasePlanner/ReleaseScheduler.svelte +0 -0
- {argus_alm-0.15.11 → argus_alm-0.15.12}/frontend/ReleasePlanner/Schedule.svelte +0 -0
- {argus_alm-0.15.11 → argus_alm-0.15.12}/frontend/ReleasePlanner/ScheduleTable.svelte +0 -0
- {argus_alm-0.15.11 → argus_alm-0.15.12}/frontend/ReleasePlanner/SearchBar.svelte +0 -0
- {argus_alm-0.15.11 → argus_alm-0.15.12}/frontend/Stats/ChartStats.svelte +0 -0
- {argus_alm-0.15.11 → argus_alm-0.15.12}/frontend/Stats/NumberStats.svelte +0 -0
- {argus_alm-0.15.11 → argus_alm-0.15.12}/frontend/Stats/ProgressBarStats.svelte +0 -0
- {argus_alm-0.15.11 → argus_alm-0.15.12}/frontend/Stats/ReleaseStats.svelte +0 -0
- {argus_alm-0.15.11 → argus_alm-0.15.12}/frontend/Stats/StatsFetcher.svelte +0 -0
- {argus_alm-0.15.11 → argus_alm-0.15.12}/frontend/Stores/AlertStore.js +0 -0
- {argus_alm-0.15.11 → argus_alm-0.15.12}/frontend/Stores/AssigneeSubscriber.js +0 -0
- {argus_alm-0.15.11 → argus_alm-0.15.12}/frontend/Stores/SingleTestRunSubscriber.js +0 -0
- {argus_alm-0.15.11 → argus_alm-0.15.12}/frontend/Stores/TestRunsSubscriber.js +0 -0
- {argus_alm-0.15.11 → argus_alm-0.15.12}/frontend/Stores/UserlistSubscriber.js +0 -0
- {argus_alm-0.15.11 → argus_alm-0.15.12}/frontend/Stores/WorkspaceStore.js +0 -0
- {argus_alm-0.15.11 → argus_alm-0.15.12}/frontend/Teams/TeamCreateForm.svelte +0 -0
- {argus_alm-0.15.11 → argus_alm-0.15.12}/frontend/Teams/TeamDetail.svelte +0 -0
- {argus_alm-0.15.11 → argus_alm-0.15.12}/frontend/Teams/TeamList.svelte +0 -0
- {argus_alm-0.15.11 → argus_alm-0.15.12}/frontend/Teams/TeamManager.svelte +0 -0
- {argus_alm-0.15.11 → argus_alm-0.15.12}/frontend/Teams/TeamMember.svelte +0 -0
- {argus_alm-0.15.11 → argus_alm-0.15.12}/frontend/Teams/TeamShort.svelte +0 -0
- {argus_alm-0.15.11 → argus_alm-0.15.12}/frontend/Teams/TeamUtils.ts +0 -0
- {argus_alm-0.15.11 → argus_alm-0.15.12}/frontend/TestRun/ActivityTab.svelte +0 -0
- {argus_alm-0.15.11 → argus_alm-0.15.12}/frontend/TestRun/ArtifactRow.svelte +0 -0
- {argus_alm-0.15.11 → argus_alm-0.15.12}/frontend/TestRun/ArtifactTab.svelte +0 -0
- {argus_alm-0.15.11 → argus_alm-0.15.12}/frontend/TestRun/Components/Cell.svelte +0 -0
- {argus_alm-0.15.11 → argus_alm-0.15.12}/frontend/TestRun/Components/Filters.svelte +0 -0
- {argus_alm-0.15.11 → argus_alm-0.15.12}/frontend/TestRun/Components/GraphFilters.svelte +0 -0
- {argus_alm-0.15.11 → argus_alm-0.15.12}/frontend/TestRun/Components/ResultTable.svelte +0 -0
- {argus_alm-0.15.11 → argus_alm-0.15.12}/frontend/TestRun/Components/ScreenshotModal.svelte +0 -0
- {argus_alm-0.15.11 → argus_alm-0.15.12}/frontend/TestRun/DriverMatrixBreakdown.svelte +0 -0
- {argus_alm-0.15.11 → argus_alm-0.15.12}/frontend/TestRun/DriverMatrixRunInfo.svelte +0 -0
- {argus_alm-0.15.11 → argus_alm-0.15.12}/frontend/TestRun/DriverMatrixTestCollection.svelte +0 -0
- {argus_alm-0.15.11 → argus_alm-0.15.12}/frontend/TestRun/DriverMatrixTestRun.svelte +0 -0
- {argus_alm-0.15.11 → argus_alm-0.15.12}/frontend/TestRun/DriverMatrixTestSuites.svelte +0 -0
- {argus_alm-0.15.11 → argus_alm-0.15.12}/frontend/TestRun/EventsTab.svelte +0 -0
- {argus_alm-0.15.11 → argus_alm-0.15.12}/frontend/TestRun/Generic/GenericTestRun.svelte +0 -0
- {argus_alm-0.15.11 → argus_alm-0.15.12}/frontend/TestRun/Generic/GenericTestRunInfo.svelte +0 -0
- {argus_alm-0.15.11 → argus_alm-0.15.12}/frontend/TestRun/Generic/Subtest.js +0 -0
- {argus_alm-0.15.11 → argus_alm-0.15.12}/frontend/TestRun/HeartbeatIndicator.svelte +0 -0
- {argus_alm-0.15.11 → argus_alm-0.15.12}/frontend/TestRun/IssueTab.svelte +0 -0
- {argus_alm-0.15.11 → argus_alm-0.15.12}/frontend/TestRun/IssueTemplate.svelte +0 -0
- {argus_alm-0.15.11 → argus_alm-0.15.12}/frontend/TestRun/Jenkins/Build.js +0 -0
- {argus_alm-0.15.11 → argus_alm-0.15.12}/frontend/TestRun/Jenkins/BuildConfirmationDialog.svelte +0 -0
- {argus_alm-0.15.11 → argus_alm-0.15.12}/frontend/TestRun/Jenkins/BuildStartPlaceholder.svelte +0 -0
- {argus_alm-0.15.11 → argus_alm-0.15.12}/frontend/TestRun/Jenkins/BuildSuccessPlaceholder.svelte +0 -0
- {argus_alm-0.15.11 → argus_alm-0.15.12}/frontend/TestRun/Jenkins/CheckParam.svelte +0 -0
- {argus_alm-0.15.11 → argus_alm-0.15.12}/frontend/TestRun/Jenkins/CloneCreatePlaceholder.svelte +0 -0
- {argus_alm-0.15.11 → argus_alm-0.15.12}/frontend/TestRun/Jenkins/CloneSuccess.svelte +0 -0
- {argus_alm-0.15.11 → argus_alm-0.15.12}/frontend/TestRun/Jenkins/CloneTargetSelector.svelte +0 -0
- {argus_alm-0.15.11 → argus_alm-0.15.12}/frontend/TestRun/Jenkins/DummyCheckParam.svelte +0 -0
- {argus_alm-0.15.11 → argus_alm-0.15.12}/frontend/TestRun/Jenkins/DummySelectParam.svelte +0 -0
- {argus_alm-0.15.11 → argus_alm-0.15.12}/frontend/TestRun/Jenkins/JenkinsBuildModal.svelte +0 -0
- {argus_alm-0.15.11 → argus_alm-0.15.12}/frontend/TestRun/Jenkins/JenkinsCloneModal.svelte +0 -0
- {argus_alm-0.15.11 → argus_alm-0.15.12}/frontend/TestRun/Jenkins/LoadTargetsPlaceholder.svelte +0 -0
- {argus_alm-0.15.11 → argus_alm-0.15.12}/frontend/TestRun/Jenkins/ModalError.svelte +0 -0
- {argus_alm-0.15.11 → argus_alm-0.15.12}/frontend/TestRun/Jenkins/ParamFetchPlaceholder.svelte +0 -0
- {argus_alm-0.15.11 → argus_alm-0.15.12}/frontend/TestRun/Jenkins/ParameterEditor.svelte +0 -0
- {argus_alm-0.15.11 → argus_alm-0.15.12}/frontend/TestRun/Jenkins/SCTParameterWizard.svelte +0 -0
- {argus_alm-0.15.11 → argus_alm-0.15.12}/frontend/TestRun/Jenkins/SelectParam.svelte +0 -0
- {argus_alm-0.15.11 → argus_alm-0.15.12}/frontend/TestRun/Jenkins/StringParam.svelte +0 -0
- {argus_alm-0.15.11 → argus_alm-0.15.12}/frontend/TestRun/Jenkins/TextParam.svelte +0 -0
- {argus_alm-0.15.11 → argus_alm-0.15.12}/frontend/TestRun/Jenkins/WizardUnavailable.svelte +0 -0
- {argus_alm-0.15.11 → argus_alm-0.15.12}/frontend/TestRun/NemesisData.svelte +0 -0
- {argus_alm-0.15.11 → argus_alm-0.15.12}/frontend/TestRun/NemesisReason.svelte +0 -0
- {argus_alm-0.15.11 → argus_alm-0.15.12}/frontend/TestRun/NemesisTable.svelte +0 -0
- {argus_alm-0.15.11 → argus_alm-0.15.12}/frontend/TestRun/PackagesInfo.svelte +0 -0
- {argus_alm-0.15.11 → argus_alm-0.15.12}/frontend/TestRun/Pytest/DtestTab.svelte +0 -0
- {argus_alm-0.15.11 → argus_alm-0.15.12}/frontend/TestRun/Pytest/PytestItem.svelte +0 -0
- {argus_alm-0.15.11 → argus_alm-0.15.12}/frontend/TestRun/Pytest/PytestRun.svelte +0 -0
- {argus_alm-0.15.11 → argus_alm-0.15.12}/frontend/TestRun/Pytest/PytestTab.svelte +0 -0
- {argus_alm-0.15.11 → argus_alm-0.15.12}/frontend/TestRun/Pytest/index.js +0 -0
- {argus_alm-0.15.11 → argus_alm-0.15.12}/frontend/TestRun/Pytest/types.ts +0 -0
- {argus_alm-0.15.11 → argus_alm-0.15.12}/frontend/TestRun/RawEvent.svelte +0 -0
- {argus_alm-0.15.11 → argus_alm-0.15.12}/frontend/TestRun/ResourcesInfo.svelte +0 -0
- {argus_alm-0.15.11 → argus_alm-0.15.12}/frontend/TestRun/ResultsGraph.svelte +0 -0
- {argus_alm-0.15.11 → argus_alm-0.15.12}/frontend/TestRun/ResultsGraphs.svelte +0 -0
- {argus_alm-0.15.11 → argus_alm-0.15.12}/frontend/TestRun/ResultsTab.svelte +0 -0
- {argus_alm-0.15.11 → argus_alm-0.15.12}/frontend/TestRun/RunAssigneeSelector.svelte +0 -0
- {argus_alm-0.15.11 → argus_alm-0.15.12}/frontend/TestRun/RunInvestigationStatusButton.svelte +0 -0
- {argus_alm-0.15.11 → argus_alm-0.15.12}/frontend/TestRun/RunStatusButton.svelte +0 -0
- {argus_alm-0.15.11 → argus_alm-0.15.12}/frontend/TestRun/SCT/SctEvent.svelte +0 -0
- {argus_alm-0.15.11 → argus_alm-0.15.12}/frontend/TestRun/SCT/SctEvents.svelte +0 -0
- {argus_alm-0.15.11 → argus_alm-0.15.12}/frontend/TestRun/SCT/SctNemesis.svelte +0 -0
- {argus_alm-0.15.11 → argus_alm-0.15.12}/frontend/TestRun/SCT/SctSetup.svelte +0 -0
- {argus_alm-0.15.11 → argus_alm-0.15.12}/frontend/TestRun/SCT/SctSimilarEvents.svelte +0 -0
- {argus_alm-0.15.11 → argus_alm-0.15.12}/frontend/TestRun/SCTSubTests/Gemini/GeminiTabBodyComponent.svelte +0 -0
- {argus_alm-0.15.11 → argus_alm-0.15.12}/frontend/TestRun/SCTSubTests/Gemini/GeminiTabComponent.svelte +0 -0
- {argus_alm-0.15.11 → argus_alm-0.15.12}/frontend/TestRun/SCTSubTests/Performance/PerformanceTabBodyComponent.svelte +0 -0
- {argus_alm-0.15.11 → argus_alm-0.15.12}/frontend/TestRun/SCTSubTests/Performance/PerformanceTabComponent.svelte +0 -0
- {argus_alm-0.15.11 → argus_alm-0.15.12}/frontend/TestRun/SCTSubTests/Subtest.js +0 -0
- {argus_alm-0.15.11 → argus_alm-0.15.12}/frontend/TestRun/Screenshots.svelte +0 -0
- {argus_alm-0.15.11 → argus_alm-0.15.12}/frontend/TestRun/Sirenada/SirenadaIssueTemplate.svelte +0 -0
- {argus_alm-0.15.11 → argus_alm-0.15.12}/frontend/TestRun/Sirenada/SirenadaRunInfo.svelte +0 -0
- {argus_alm-0.15.11 → argus_alm-0.15.12}/frontend/TestRun/Sirenada/SirenadaTestBreakdown.svelte +0 -0
- {argus_alm-0.15.11 → argus_alm-0.15.12}/frontend/TestRun/Sirenada/SirenadaTestRun.svelte +0 -0
- {argus_alm-0.15.11 → argus_alm-0.15.12}/frontend/TestRun/StructuredEvent.svelte +0 -0
- {argus_alm-0.15.11 → argus_alm-0.15.12}/frontend/TestRun/TestRunComments.svelte +0 -0
- {argus_alm-0.15.11 → argus_alm-0.15.12}/frontend/TestRun/TestRunInfo.svelte +0 -0
- {argus_alm-0.15.11 → argus_alm-0.15.12}/frontend/TestRun/jUnitChart.svelte +0 -0
- {argus_alm-0.15.11 → argus_alm-0.15.12}/frontend/TestRun/jUnitResults.svelte +0 -0
- {argus_alm-0.15.11 → argus_alm-0.15.12}/frontend/Utils/IntersectionObserver.svelte +0 -0
- {argus_alm-0.15.11 → argus_alm-0.15.12}/frontend/Views/ViewDashboard.svelte +0 -0
- {argus_alm-0.15.11 → argus_alm-0.15.12}/frontend/Views/ViewSelect.svelte +0 -0
- {argus_alm-0.15.11 → argus_alm-0.15.12}/frontend/Views/WidgetSettingTypes/CheckValue.svelte +0 -0
- {argus_alm-0.15.11 → argus_alm-0.15.12}/frontend/Views/WidgetSettingTypes/IntegerValue.svelte +0 -0
- {argus_alm-0.15.11 → argus_alm-0.15.12}/frontend/Views/WidgetSettingTypes/MultiSelectValue.svelte +0 -0
- {argus_alm-0.15.11 → argus_alm-0.15.12}/frontend/Views/WidgetSettingTypes/MultiStringValue.svelte +0 -0
- {argus_alm-0.15.11 → argus_alm-0.15.12}/frontend/Views/WidgetSettingTypes/StringValue.svelte +0 -0
- {argus_alm-0.15.11 → argus_alm-0.15.12}/frontend/Views/Widgets/GraphsWidget/GraphsWidget.svelte +0 -0
- {argus_alm-0.15.11 → argus_alm-0.15.12}/frontend/Views/Widgets/PytestWidget/PytestCalendarSelector.svelte +0 -0
- {argus_alm-0.15.11 → argus_alm-0.15.12}/frontend/Views/Widgets/PytestWidget/PytestCollapseHelper.svelte +0 -0
- {argus_alm-0.15.11 → argus_alm-0.15.12}/frontend/Views/Widgets/PytestWidget/PytestFlatHelper.svelte +0 -0
- {argus_alm-0.15.11 → argus_alm-0.15.12}/frontend/Views/Widgets/PytestWidget/PytestOverviewWidget.svelte +0 -0
- {argus_alm-0.15.11 → argus_alm-0.15.12}/frontend/Views/Widgets/PytestWidget/PytestResultRow.svelte +0 -0
- {argus_alm-0.15.11 → argus_alm-0.15.12}/frontend/Views/Widgets/PytestWidget/PytestTableWidget.svelte +0 -0
- {argus_alm-0.15.11 → argus_alm-0.15.12}/frontend/Views/Widgets/PytestWidget/ViewPytestOverview.svelte +0 -0
- {argus_alm-0.15.11 → argus_alm-0.15.12}/frontend/Views/Widgets/SummaryWidget/RunIssues.svelte +0 -0
- {argus_alm-0.15.11 → argus_alm-0.15.12}/frontend/Views/Widgets/SummaryWidget/SummaryWidget.svelte +0 -0
- {argus_alm-0.15.11 → argus_alm-0.15.12}/frontend/Views/Widgets/ViewGithubIssues.svelte +0 -0
- {argus_alm-0.15.11 → argus_alm-0.15.12}/frontend/Views/Widgets/ViewGraphedStats/AssigneeCell.svelte +0 -0
- {argus_alm-0.15.11 → argus_alm-0.15.12}/frontend/Views/Widgets/ViewGraphedStats/Filters.svelte +0 -0
- {argus_alm-0.15.11 → argus_alm-0.15.12}/frontend/Views/Widgets/ViewGraphedStats/Interfaces.ts +0 -0
- {argus_alm-0.15.11 → argus_alm-0.15.12}/frontend/Views/Widgets/ViewGraphedStats/InvestigationStatusCell.svelte +0 -0
- {argus_alm-0.15.11 → argus_alm-0.15.12}/frontend/Views/Widgets/ViewGraphedStats/IssuesCell.svelte +0 -0
- {argus_alm-0.15.11 → argus_alm-0.15.12}/frontend/Views/Widgets/ViewGraphedStats/NemesisTable.svelte +0 -0
- {argus_alm-0.15.11 → argus_alm-0.15.12}/frontend/Views/Widgets/ViewGraphedStats/PaginatedTable.svelte +0 -0
- {argus_alm-0.15.11 → argus_alm-0.15.12}/frontend/Views/Widgets/ViewGraphedStats/StackTracePreview.svelte +0 -0
- {argus_alm-0.15.11 → argus_alm-0.15.12}/frontend/Views/Widgets/ViewGraphedStats/StatusBadge.svelte +0 -0
- {argus_alm-0.15.11 → argus_alm-0.15.12}/frontend/Views/Widgets/ViewGraphedStats/StatusCell.svelte +0 -0
- {argus_alm-0.15.11 → argus_alm-0.15.12}/frontend/Views/Widgets/ViewGraphedStats/TestRunTable.svelte +0 -0
- {argus_alm-0.15.11 → argus_alm-0.15.12}/frontend/Views/Widgets/ViewGraphedStats.svelte +0 -0
- {argus_alm-0.15.11 → argus_alm-0.15.12}/frontend/Views/Widgets/ViewHighlights/ActionItem.svelte +0 -0
- {argus_alm-0.15.11 → argus_alm-0.15.12}/frontend/Views/Widgets/ViewHighlights/Comment.svelte +0 -0
- {argus_alm-0.15.11 → argus_alm-0.15.12}/frontend/Views/Widgets/ViewHighlights/HighlightItem.svelte +0 -0
- {argus_alm-0.15.11 → argus_alm-0.15.12}/frontend/Views/Widgets/ViewHighlights/ViewHighlights.svelte +0 -0
- {argus_alm-0.15.11 → argus_alm-0.15.12}/frontend/Views/Widgets/ViewNemesisStats.svelte +0 -0
- {argus_alm-0.15.11 → argus_alm-0.15.12}/frontend/Views/Widgets/ViewReleaseStats.svelte +0 -0
- {argus_alm-0.15.11 → argus_alm-0.15.12}/frontend/Views/Widgets/ViewTestDashboard.svelte +0 -0
- {argus_alm-0.15.11 → argus_alm-0.15.12}/frontend/Views/Widgets/ViewUnsupportedPlaceholder.svelte +0 -0
- {argus_alm-0.15.11 → argus_alm-0.15.12}/frontend/WorkArea/AssigneeList.svelte +0 -0
- {argus_alm-0.15.11 → argus_alm-0.15.12}/frontend/WorkArea/JobConfigureModal.svelte +0 -0
- {argus_alm-0.15.11 → argus_alm-0.15.12}/frontend/WorkArea/RunGroup.svelte +0 -0
- {argus_alm-0.15.11 → argus_alm-0.15.12}/frontend/WorkArea/RunRelease.svelte +0 -0
- {argus_alm-0.15.11 → argus_alm-0.15.12}/frontend/WorkArea/Test.svelte +0 -0
- {argus_alm-0.15.11 → argus_alm-0.15.12}/frontend/WorkArea/TestRunDispatcher.svelte +0 -0
- {argus_alm-0.15.11 → argus_alm-0.15.12}/frontend/WorkArea/TestRuns.svelte +0 -0
- {argus_alm-0.15.11 → argus_alm-0.15.12}/frontend/WorkArea/TestRunsMessage.svelte +0 -0
- {argus_alm-0.15.11 → argus_alm-0.15.12}/frontend/WorkArea/TestRunsPanel.svelte +0 -0
- {argus_alm-0.15.11 → argus_alm-0.15.12}/frontend/WorkArea/TestRunsSelector.svelte +0 -0
- {argus_alm-0.15.11 → argus_alm-0.15.12}/frontend/WorkArea/UnknownTest.svelte +0 -0
- {argus_alm-0.15.11 → argus_alm-0.15.12}/frontend/WorkArea/WorkArea.svelte +0 -0
- {argus_alm-0.15.11 → argus_alm-0.15.12}/frontend/admin-panel.js +0 -0
- {argus_alm-0.15.11 → argus_alm-0.15.12}/frontend/argus.css +0 -0
- {argus_alm-0.15.11 → argus_alm-0.15.12}/frontend/argus.js +0 -0
- {argus_alm-0.15.11 → argus_alm-0.15.12}/frontend/duty-planner.js +0 -0
- {argus_alm-0.15.11 → argus_alm-0.15.12}/frontend/flashDebug.js +0 -0
- {argus_alm-0.15.11 → argus_alm-0.15.12}/frontend/font-awesome.css +0 -0
- {argus_alm-0.15.11 → argus_alm-0.15.12}/frontend/font-awesome.js +0 -0
- {argus_alm-0.15.11 → argus_alm-0.15.12}/frontend/fonts/NotoSans-Bold.ttf +0 -0
- {argus_alm-0.15.11 → argus_alm-0.15.12}/frontend/fonts/NotoSans-BoldItalic.ttf +0 -0
- {argus_alm-0.15.11 → argus_alm-0.15.12}/frontend/fonts/NotoSans-Italic.ttf +0 -0
- {argus_alm-0.15.11 → argus_alm-0.15.12}/frontend/fonts/NotoSans-Regular.ttf +0 -0
- {argus_alm-0.15.11 → argus_alm-0.15.12}/frontend/fonts/OFL.txt +0 -0
- {argus_alm-0.15.11 → argus_alm-0.15.12}/frontend/fonts/noto.css +0 -0
- {argus_alm-0.15.11 → argus_alm-0.15.12}/frontend/login.js +0 -0
- {argus_alm-0.15.11 → argus_alm-0.15.12}/frontend/markdownOptions.js +0 -0
- {argus_alm-0.15.11 → argus_alm-0.15.12}/frontend/notification-counter.js +0 -0
- {argus_alm-0.15.11 → argus_alm-0.15.12}/frontend/plan.js +0 -0
- {argus_alm-0.15.11 → argus_alm-0.15.12}/frontend/profile-jobs.js +0 -0
- {argus_alm-0.15.11 → argus_alm-0.15.12}/frontend/profile-notifications.js +0 -0
- {argus_alm-0.15.11 → argus_alm-0.15.12}/frontend/profile-schedules.js +0 -0
- {argus_alm-0.15.11 → argus_alm-0.15.12}/frontend/release-dashboard.js +0 -0
- {argus_alm-0.15.11 → argus_alm-0.15.12}/frontend/release-page.js +0 -0
- {argus_alm-0.15.11 → argus_alm-0.15.12}/frontend/release-planner.js +0 -0
- {argus_alm-0.15.11 → argus_alm-0.15.12}/frontend/release-scheduler.js +0 -0
- {argus_alm-0.15.11 → argus_alm-0.15.12}/frontend/run-by-plugin.js +0 -0
- {argus_alm-0.15.11 → argus_alm-0.15.12}/frontend/teams.js +0 -0
- {argus_alm-0.15.11 → argus_alm-0.15.12}/frontend/test-run-details.js +0 -0
- {argus_alm-0.15.11 → argus_alm-0.15.12}/frontend/test-runs-breakout.js +0 -0
- {argus_alm-0.15.11 → argus_alm-0.15.12}/frontend/test-runs-standalone.js +0 -0
- {argus_alm-0.15.11 → argus_alm-0.15.12}/frontend/view-dashboard.js +0 -0
- {argus_alm-0.15.11 → argus_alm-0.15.12}/frontend/view-user-resolver.js +0 -0
- {argus_alm-0.15.11 → argus_alm-0.15.12}/frontend/work-area.js +0 -0
- {argus_alm-0.15.11 → argus_alm-0.15.12}/package.json +0 -0
- {argus_alm-0.15.11 → argus_alm-0.15.12}/profile/.gitkeep +0 -0
- {argus_alm-0.15.11 → argus_alm-0.15.12}/public/argus.png +0 -0
- {argus_alm-0.15.11 → argus_alm-0.15.12}/public/no-user-picture.png +0 -0
- {argus_alm-0.15.11 → argus_alm-0.15.12}/pyproject.toml +0 -0
- {argus_alm-0.15.11 → argus_alm-0.15.12}/pytest-argus-reporter/.envrc +0 -0
- {argus_alm-0.15.11 → argus_alm-0.15.12}/pytest-argus-reporter/LICENSE +0 -0
- {argus_alm-0.15.11 → argus_alm-0.15.12}/pytest-argus-reporter/MANIFEST.in +0 -0
- {argus_alm-0.15.11 → argus_alm-0.15.12}/pytest-argus-reporter/README.md +0 -0
- {argus_alm-0.15.11 → argus_alm-0.15.12}/pytest-argus-reporter/noxfile.py +0 -0
- {argus_alm-0.15.11 → argus_alm-0.15.12}/pytest-argus-reporter/pyproject.toml +0 -0
- {argus_alm-0.15.11 → argus_alm-0.15.12}/pytest-argus-reporter/pytest_argus_reporter.py +0 -0
- {argus_alm-0.15.11 → argus_alm-0.15.12}/rollup.config.js +0 -0
- {argus_alm-0.15.11 → argus_alm-0.15.12}/run_with_profiler.py +0 -0
- {argus_alm-0.15.11 → argus_alm-0.15.12}/scripts/argus-status-page/index.html +0 -0
- {argus_alm-0.15.11 → argus_alm-0.15.12}/scripts/argus-status-page/js/status.js +0 -0
- {argus_alm-0.15.11 → argus_alm-0.15.12}/scripts/argus-status-page/static/app.css +0 -0
- {argus_alm-0.15.11 → argus_alm-0.15.12}/scripts/argus-status-page/static/argus.png +0 -0
- {argus_alm-0.15.11 → argus_alm-0.15.12}/scripts/argus-status-page/static/scylla.png +0 -0
- {argus_alm-0.15.11 → argus_alm-0.15.12}/scripts/argus-status-page/status.json +0 -0
- {argus_alm-0.15.11 → argus_alm-0.15.12}/scripts/migration/migration_2023-04-07.py +0 -0
- {argus_alm-0.15.11 → argus_alm-0.15.12}/scripts/migration/migration_2024-04-14.py +0 -0
- {argus_alm-0.15.11 → argus_alm-0.15.12}/scripts/migration/migration_2025-07-18.py +0 -0
- {argus_alm-0.15.11 → argus_alm-0.15.12}/scripts/migration/migration_2026-01-20-1.py +0 -0
- {argus_alm-0.15.11 → argus_alm-0.15.12}/scripts/migration/migration_2026-01-20.py +0 -0
- {argus_alm-0.15.11 → argus_alm-0.15.12}/setup.cfg +0 -0
- {argus_alm-0.15.11 → argus_alm-0.15.12}/start_argus.sh +0 -0
- {argus_alm-0.15.11 → argus_alm-0.15.12}/storage/profile_pictures/.gitignore +0 -0
- {argus_alm-0.15.11 → argus_alm-0.15.12}/templates/admin/base.html.j2 +0 -0
- {argus_alm-0.15.11 → argus_alm-0.15.12}/templates/admin/index.html.j2 +0 -0
- {argus_alm-0.15.11 → argus_alm-0.15.12}/templates/auth/login.html.j2 +0 -0
- {argus_alm-0.15.11 → argus_alm-0.15.12}/templates/auth/register.html.j2 +0 -0
- {argus_alm-0.15.11 → argus_alm-0.15.12}/templates/auth/user_switch.html.j2 +0 -0
- {argus_alm-0.15.11 → argus_alm-0.15.12}/templates/base.html.j2 +0 -0
- {argus_alm-0.15.11 → argus_alm-0.15.12}/templates/create_user.html.j2 +0 -0
- {argus_alm-0.15.11 → argus_alm-0.15.12}/templates/dashboard.html.j2 +0 -0
- {argus_alm-0.15.11 → argus_alm-0.15.12}/templates/duty_planner.html.j2 +0 -0
- {argus_alm-0.15.11 → argus_alm-0.15.12}/templates/email/base.html.j2 +0 -0
- {argus_alm-0.15.11 → argus_alm-0.15.12}/templates/email/css/styles.css +0 -0
- {argus_alm-0.15.11 → argus_alm-0.15.12}/templates/email/partials/cloud.html.j2 +0 -0
- {argus_alm-0.15.11 → argus_alm-0.15.12}/templates/email/partials/custom_html.html.j2 +0 -0
- {argus_alm-0.15.11 → argus_alm-0.15.12}/templates/email/partials/custom_table.html.j2 +0 -0
- {argus_alm-0.15.11 → argus_alm-0.15.12}/templates/email/partials/events.html.j2 +0 -0
- {argus_alm-0.15.11 → argus_alm-0.15.12}/templates/email/partials/generic_results.html.j2 +0 -0
- {argus_alm-0.15.11 → argus_alm-0.15.12}/templates/email/partials/header.html.j2 +0 -0
- {argus_alm-0.15.11 → argus_alm-0.15.12}/templates/email/partials/logs.html.j2 +0 -0
- {argus_alm-0.15.11 → argus_alm-0.15.12}/templates/email/partials/main.html.j2 +0 -0
- {argus_alm-0.15.11 → argus_alm-0.15.12}/templates/email/partials/nemesis.html.j2 +0 -0
- {argus_alm-0.15.11 → argus_alm-0.15.12}/templates/email/partials/packages.html.j2 +0 -0
- {argus_alm-0.15.11 → argus_alm-0.15.12}/templates/email/partials/screenshots.html.j2 +0 -0
- {argus_alm-0.15.11 → argus_alm-0.15.12}/templates/email/partials/unsupported.html.j2 +0 -0
- {argus_alm-0.15.11 → argus_alm-0.15.12}/templates/error.html.j2 +0 -0
- {argus_alm-0.15.11 → argus_alm-0.15.12}/templates/flash_debug.html.j2 +0 -0
- {argus_alm-0.15.11 → argus_alm-0.15.12}/templates/groups.html.j2 +0 -0
- {argus_alm-0.15.11 → argus_alm-0.15.12}/templates/home.html.j2 +0 -0
- {argus_alm-0.15.11 → argus_alm-0.15.12}/templates/notifications/assigned.html.j2 +0 -0
- {argus_alm-0.15.11 → argus_alm-0.15.12}/templates/notifications/assigned_email.html.j2 +0 -0
- {argus_alm-0.15.11 → argus_alm-0.15.12}/templates/notifications/email_mention.html.j2 +0 -0
- {argus_alm-0.15.11 → argus_alm-0.15.12}/templates/notifications/mention.html.j2 +0 -0
- {argus_alm-0.15.11 → argus_alm-0.15.12}/templates/notifications/view_action_item_assigned.html.j2 +0 -0
- {argus_alm-0.15.11 → argus_alm-0.15.12}/templates/notifications/view_action_item_assigned_email.html.j2 +0 -0
- {argus_alm-0.15.11 → argus_alm-0.15.12}/templates/notifications/view_highlight_mention.html.j2 +0 -0
- {argus_alm-0.15.11 → argus_alm-0.15.12}/templates/notifications/view_highlight_mention_email.html.j2 +0 -0
- {argus_alm-0.15.11 → argus_alm-0.15.12}/templates/partials/nav_bar.html.j2 +0 -0
- {argus_alm-0.15.11 → argus_alm-0.15.12}/templates/plan_dashboard.html.j2 +0 -0
- {argus_alm-0.15.11 → argus_alm-0.15.12}/templates/profile.html.j2 +0 -0
- {argus_alm-0.15.11 → argus_alm-0.15.12}/templates/profile_jobs.html.j2 +0 -0
- {argus_alm-0.15.11 → argus_alm-0.15.12}/templates/profile_notifications.html.j2 +0 -0
- {argus_alm-0.15.11 → argus_alm-0.15.12}/templates/profile_schedules.html.j2 +0 -0
- {argus_alm-0.15.11 → argus_alm-0.15.12}/templates/release_dashboard.html.j2 +0 -0
- {argus_alm-0.15.11 → argus_alm-0.15.12}/templates/release_planner.html.j2 +0 -0
- {argus_alm-0.15.11 → argus_alm-0.15.12}/templates/release_schedule.html.j2 +0 -0
- {argus_alm-0.15.11 → argus_alm-0.15.12}/templates/releases.html.j2 +0 -0
- {argus_alm-0.15.11 → argus_alm-0.15.12}/templates/run_view_by_plugin.html.j2 +0 -0
- {argus_alm-0.15.11 → argus_alm-0.15.12}/templates/runs.html.j2 +0 -0
- {argus_alm-0.15.11 → argus_alm-0.15.12}/templates/standalone_test_with_runs.html.j2 +0 -0
- {argus_alm-0.15.11 → argus_alm-0.15.12}/templates/teams.html.j2 +0 -0
- {argus_alm-0.15.11 → argus_alm-0.15.12}/templates/test_run.html.j2 +0 -0
- {argus_alm-0.15.11 → argus_alm-0.15.12}/templates/test_runs.html.j2 +0 -0
- {argus_alm-0.15.11 → argus_alm-0.15.12}/templates/tests.html.j2 +0 -0
- {argus_alm-0.15.11 → argus_alm-0.15.12}/templates/view_dashboard.html.j2 +0 -0
- {argus_alm-0.15.11 → argus_alm-0.15.12}/templates/views.html.j2 +0 -0
- {argus_alm-0.15.11 → argus_alm-0.15.12}/tsconfig.json +0 -0
- {argus_alm-0.15.11 → argus_alm-0.15.12}/uv.lock +0 -0
- {argus_alm-0.15.11 → argus_alm-0.15.12}/uwsgi.ini +0 -0
- {argus_alm-0.15.11 → argus_alm-0.15.12}/yarn.lock +0 -0
|
@@ -28,7 +28,7 @@ version_tuple: VERSION_TUPLE
|
|
|
28
28
|
commit_id: COMMIT_ID
|
|
29
29
|
__commit_id__: COMMIT_ID
|
|
30
30
|
|
|
31
|
-
__version__ = version = '0.15.
|
|
32
|
-
__version_tuple__ = version_tuple = (0, 15,
|
|
31
|
+
__version__ = version = '0.15.12'
|
|
32
|
+
__version_tuple__ = version_tuple = (0, 15, 12)
|
|
33
33
|
|
|
34
|
-
__commit_id__ = commit_id = '
|
|
34
|
+
__commit_id__ = commit_id = 'g11df55d0a'
|
|
@@ -30,6 +30,7 @@ class ArgusSCTClient(ArgusClient):
|
|
|
30
30
|
SUBMIT_JUNIT_REPORT = "/sct/$id/junit/submit"
|
|
31
31
|
SUBMIT_STRESS_CMD = "/sct/$id//stress_cmd/submit"
|
|
32
32
|
SUBMIT_EMAIL = "/testrun/report/email"
|
|
33
|
+
SUBMIT_CONFIG = "/$id/config/submit"
|
|
33
34
|
|
|
34
35
|
def __init__(self, run_id: UUID, auth_token: str, base_url: str, api_version="v1", extra_headers: dict | None = None,
|
|
35
36
|
timeout: int = 60, max_retries: int = 3) -> None:
|
|
@@ -353,3 +354,19 @@ class ArgusSCTClient(ArgusClient):
|
|
|
353
354
|
"content": str(base64.encodebytes(bytes(raw_content, encoding="utf-8")), encoding="utf-8")
|
|
354
355
|
}
|
|
355
356
|
)
|
|
357
|
+
self.check_response(response)
|
|
358
|
+
|
|
359
|
+
def sct_submit_config(self, name: str, content: str) -> None:
|
|
360
|
+
"""
|
|
361
|
+
Submit a config file.
|
|
362
|
+
"""
|
|
363
|
+
response = self.post(
|
|
364
|
+
endpoint=self.Routes.SUBMIT_CONFIG,
|
|
365
|
+
location_params={"id": str(self.run_id)},
|
|
366
|
+
body={
|
|
367
|
+
**self.generic_body,
|
|
368
|
+
"name": name,
|
|
369
|
+
"content": str(base64.encodebytes(bytes(content, encoding="utf-8")), encoding="utf-8")
|
|
370
|
+
}
|
|
371
|
+
)
|
|
372
|
+
self.check_response(response)
|
|
@@ -225,6 +225,7 @@ frontend/TestRun/EventsTab.svelte
|
|
|
225
225
|
frontend/TestRun/HeartbeatIndicator.svelte
|
|
226
226
|
frontend/TestRun/IssueTab.svelte
|
|
227
227
|
frontend/TestRun/IssueTemplate.svelte
|
|
228
|
+
frontend/TestRun/MiscConfig.svelte
|
|
228
229
|
frontend/TestRun/NemesisData.svelte
|
|
229
230
|
frontend/TestRun/NemesisReason.svelte
|
|
230
231
|
frontend/TestRun/NemesisTable.svelte
|
|
@@ -237,6 +238,7 @@ frontend/TestRun/ResultsTab.svelte
|
|
|
237
238
|
frontend/TestRun/RunAssigneeSelector.svelte
|
|
238
239
|
frontend/TestRun/RunInvestigationStatusButton.svelte
|
|
239
240
|
frontend/TestRun/RunStatusButton.svelte
|
|
241
|
+
frontend/TestRun/RuntimeConfig.svelte
|
|
240
242
|
frontend/TestRun/Screenshots.svelte
|
|
241
243
|
frontend/TestRun/StructuredEvent.svelte
|
|
242
244
|
frontend/TestRun/TestRun.svelte
|
|
@@ -279,6 +281,7 @@ frontend/TestRun/Pytest/PytestRun.svelte
|
|
|
279
281
|
frontend/TestRun/Pytest/PytestTab.svelte
|
|
280
282
|
frontend/TestRun/Pytest/index.js
|
|
281
283
|
frontend/TestRun/Pytest/types.ts
|
|
284
|
+
frontend/TestRun/SCT/SctConfig.svelte
|
|
282
285
|
frontend/TestRun/SCT/SctEvent.svelte
|
|
283
286
|
frontend/TestRun/SCT/SctEvents.svelte
|
|
284
287
|
frontend/TestRun/SCT/SctNemesis.svelte
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
<script lang="ts">
|
|
2
|
+
let {
|
|
3
|
+
name,
|
|
4
|
+
content,
|
|
5
|
+
}: {
|
|
6
|
+
name: string,
|
|
7
|
+
content: string,
|
|
8
|
+
} = $props();
|
|
9
|
+
|
|
10
|
+
</script>
|
|
11
|
+
|
|
12
|
+
<div>
|
|
13
|
+
<h4>{name}</h4>
|
|
14
|
+
<pre class="code border p-2 rounded bg-light-one" style="white-space: pre-wrap;">{content}</pre>
|
|
15
|
+
</div>
|
|
@@ -0,0 +1,126 @@
|
|
|
1
|
+
<script lang="ts">
|
|
2
|
+
import { faCopy, faLink } from "@fortawesome/free-solid-svg-icons";
|
|
3
|
+
import queryString from "query-string";
|
|
4
|
+
import { onMount } from "svelte";
|
|
5
|
+
import Fa from "svelte-fa";
|
|
6
|
+
import { quadIn } from "svelte/easing";
|
|
7
|
+
|
|
8
|
+
let {
|
|
9
|
+
name,
|
|
10
|
+
content,
|
|
11
|
+
}: {
|
|
12
|
+
name: string,
|
|
13
|
+
content: string,
|
|
14
|
+
} = $props();
|
|
15
|
+
|
|
16
|
+
let filterString = $state("");
|
|
17
|
+
|
|
18
|
+
const checkFilter = function (key: string, value: string): boolean {
|
|
19
|
+
if (!filterString) return false;
|
|
20
|
+
try {
|
|
21
|
+
return !(new RegExp(filterString, "i")).test(`${key}${value}`);
|
|
22
|
+
} catch(e) {
|
|
23
|
+
return false;
|
|
24
|
+
}
|
|
25
|
+
}
|
|
26
|
+
|
|
27
|
+
const isScalar = function (value: string | number | any[] | Object | null | undefined) {
|
|
28
|
+
if (!value) return true;
|
|
29
|
+
switch (typeof value) {
|
|
30
|
+
case "object":
|
|
31
|
+
case "function": {
|
|
32
|
+
return false;
|
|
33
|
+
}
|
|
34
|
+
case "string":
|
|
35
|
+
case "number":
|
|
36
|
+
case "bigint":
|
|
37
|
+
case "boolean":
|
|
38
|
+
case "undefined":
|
|
39
|
+
case "symbol":
|
|
40
|
+
default: {
|
|
41
|
+
return true;
|
|
42
|
+
}
|
|
43
|
+
}
|
|
44
|
+
};
|
|
45
|
+
|
|
46
|
+
const isArrayLike = function (value: { length?: number }) {
|
|
47
|
+
return !!(value.length);
|
|
48
|
+
};
|
|
49
|
+
|
|
50
|
+
const walkConfig = function(name: string, config: string) {
|
|
51
|
+
const parsed = JSON.parse(config);
|
|
52
|
+
if (typeof parsed === "object" && parsed.length) throw new Error("Top-level config object is not a mapping!");
|
|
53
|
+
type Param = {
|
|
54
|
+
name: string,
|
|
55
|
+
value: any,
|
|
56
|
+
};
|
|
57
|
+
let entries = Array.from(Object.entries(parsed).map(([key, value]) => [`${name}`, key, value]));
|
|
58
|
+
let params: Param[] = [];
|
|
59
|
+
for (let [level, key, value] of entries) {
|
|
60
|
+
if (isScalar(value as any)) {
|
|
61
|
+
params.push({ name: `${level}${key}`, value: value });
|
|
62
|
+
} else {
|
|
63
|
+
if (isArrayLike(value as any)) {
|
|
64
|
+
entries.push(...(value as any[]).map((v, idx) => [`${level}${key}.`, idx.toString(), v]));
|
|
65
|
+
} else {
|
|
66
|
+
entries.push(...Object.entries(value as object).map(([inner_key, value]) => [`${level}${key}.`, inner_key, value]));
|
|
67
|
+
}
|
|
68
|
+
}
|
|
69
|
+
}
|
|
70
|
+
params.sort((a: Param, b: Param) => a.name > b.name ? 1 : b.name > a.name ? -1 : 0);
|
|
71
|
+
return params;
|
|
72
|
+
}
|
|
73
|
+
|
|
74
|
+
|
|
75
|
+
onMount(() => {
|
|
76
|
+
const hs = queryString.parse(document.location.hash.slice(1));
|
|
77
|
+
if (hs.configKey) filterString = hs.configKey as string;
|
|
78
|
+
})
|
|
79
|
+
</script>
|
|
80
|
+
|
|
81
|
+
<div class="mb-2">
|
|
82
|
+
<h4>{name}</h4>
|
|
83
|
+
<div class="mb-1">
|
|
84
|
+
<input type="text" class="form-control w-100" bind:value={filterString} placeholder="Filter configuration...">
|
|
85
|
+
</div>
|
|
86
|
+
<div class="overflow-x-clip rounded" style="max-height: 768px; overflow-y: scroll">
|
|
87
|
+
<table class="table table-responsive table-striped table-bordered table-hover">
|
|
88
|
+
<thead>
|
|
89
|
+
<tr>
|
|
90
|
+
<th>Key</th>
|
|
91
|
+
<th>Value</th>
|
|
92
|
+
</tr>
|
|
93
|
+
</thead>
|
|
94
|
+
<tbody>
|
|
95
|
+
{#each walkConfig("", content) as param}
|
|
96
|
+
<tr class:d-none={checkFilter(param.name, JSON.stringify(param.value))} style="vertical-align: center;">
|
|
97
|
+
<td class="fw-bold">{param.name}</td>
|
|
98
|
+
<td>
|
|
99
|
+
<div class="input-group">
|
|
100
|
+
<input class="form-control" type="text" disabled value={param.value}>
|
|
101
|
+
<button class="d-none btn btn-primary" onclick={() => {
|
|
102
|
+
let newHash = `configKey=${param.name}`;
|
|
103
|
+
let oldUrl = document.location.href;
|
|
104
|
+
let target = "";
|
|
105
|
+
if (oldUrl.includes("#")) {
|
|
106
|
+
target = oldUrl.replace(/#.+/, `#${newHash}`);
|
|
107
|
+
} else {
|
|
108
|
+
target = `${oldUrl}#${newHash}`;
|
|
109
|
+
}
|
|
110
|
+
navigator.clipboard.writeText(target);
|
|
111
|
+
}}><Fa icon={faLink}/></button>
|
|
112
|
+
<button class="d-none btn btn-success" onclick={() => navigator.clipboard.writeText(`${param.name}: ${param.value}`)}><Fa icon={faCopy}/></button>
|
|
113
|
+
</div>
|
|
114
|
+
</td>
|
|
115
|
+
</tr>
|
|
116
|
+
{/each}
|
|
117
|
+
</tbody>
|
|
118
|
+
</table>
|
|
119
|
+
</div>
|
|
120
|
+
</div>
|
|
121
|
+
|
|
122
|
+
<style>
|
|
123
|
+
.input-group:hover button {
|
|
124
|
+
display: inline !important;
|
|
125
|
+
}
|
|
126
|
+
</style>
|
|
@@ -0,0 +1,79 @@
|
|
|
1
|
+
<script module>
|
|
2
|
+
|
|
3
|
+
export interface SctConfiguration {
|
|
4
|
+
run_id: string,
|
|
5
|
+
name: string,
|
|
6
|
+
content: string,
|
|
7
|
+
}
|
|
8
|
+
|
|
9
|
+
</script>
|
|
10
|
+
|
|
11
|
+
<script lang="ts">
|
|
12
|
+
import { onMount } from "svelte";
|
|
13
|
+
import { sendMessage } from "../../Stores/AlertStore";
|
|
14
|
+
import type { SCTTestRun } from "../TestRun.svelte";
|
|
15
|
+
import RuntimeConfig from "../RuntimeConfig.svelte";
|
|
16
|
+
import MiscConfig from "../MiscConfig.svelte";
|
|
17
|
+
|
|
18
|
+
|
|
19
|
+
let {
|
|
20
|
+
testRun
|
|
21
|
+
}: {
|
|
22
|
+
testRun: SCTTestRun
|
|
23
|
+
} = $props();
|
|
24
|
+
|
|
25
|
+
let configs: SctConfiguration[] = $state([]);
|
|
26
|
+
|
|
27
|
+
const tryParseConfig = function (config: string) {
|
|
28
|
+
try {
|
|
29
|
+
JSON.parse(config);
|
|
30
|
+
return true;
|
|
31
|
+
} catch (e) {
|
|
32
|
+
return true;
|
|
33
|
+
}
|
|
34
|
+
}
|
|
35
|
+
|
|
36
|
+
const fetchConfigs = async function () {
|
|
37
|
+
|
|
38
|
+
try {
|
|
39
|
+
const res = await fetch(`/api/v1/client/${testRun.id}/config/all`);
|
|
40
|
+
const json = await res.json();
|
|
41
|
+
if (json.status !== "ok") {
|
|
42
|
+
throw new Error(json.response.arguments[0]);
|
|
43
|
+
}
|
|
44
|
+
|
|
45
|
+
configs = json.response;
|
|
46
|
+
} catch (e) {
|
|
47
|
+
if (e instanceof Error) {
|
|
48
|
+
sendMessage("error", e.message, "SctConfig::fetchConfigs");
|
|
49
|
+
} else {
|
|
50
|
+
sendMessage("error", "Backend error during config fetch.");
|
|
51
|
+
console.trace();
|
|
52
|
+
}
|
|
53
|
+
} finally {
|
|
54
|
+
|
|
55
|
+
}
|
|
56
|
+
}
|
|
57
|
+
|
|
58
|
+
onMount(async () => {
|
|
59
|
+
await fetchConfigs();
|
|
60
|
+
})
|
|
61
|
+
|
|
62
|
+
</script>
|
|
63
|
+
|
|
64
|
+
<div class="mb-2">
|
|
65
|
+
<div class="p-2">
|
|
66
|
+
{#each configs as config}
|
|
67
|
+
{@const Component = tryParseConfig(config.content) ? RuntimeConfig : MiscConfig}
|
|
68
|
+
<Component name={config.name} content={config.content}/>
|
|
69
|
+
{:else}
|
|
70
|
+
<div class="text-center text-muted p-2">
|
|
71
|
+
No configs were submitted to this run.
|
|
72
|
+
</div>
|
|
73
|
+
{/each}
|
|
74
|
+
</div>
|
|
75
|
+
</div>
|
|
76
|
+
|
|
77
|
+
<style>
|
|
78
|
+
|
|
79
|
+
</style>
|
|
@@ -151,6 +151,7 @@
|
|
|
151
151
|
import ResultsTab from "./ResultsTab.svelte";
|
|
152
152
|
import SctEvents from "./SCT/SctEvents.svelte";
|
|
153
153
|
import SctSetup from "./SCT/SctSetup.svelte";
|
|
154
|
+
import SctConfig from "./SCT/SctConfig.svelte";
|
|
154
155
|
|
|
155
156
|
interface Props {
|
|
156
157
|
runId?: string;
|
|
@@ -539,6 +540,9 @@
|
|
|
539
540
|
role="tabpanel"
|
|
540
541
|
>
|
|
541
542
|
<SctSetup {testRun} />
|
|
543
|
+
{#if visitedTabs["setup"]}
|
|
544
|
+
<SctConfig {testRun} />
|
|
545
|
+
{/if}
|
|
542
546
|
</div>
|
|
543
547
|
{#if testRun.subtest_name && Object.values(Subtests).includes(testRun.subtest_name)}
|
|
544
548
|
{@const SubtestComponent = SubtestTabBodyComponents[testRun.subtest_name]}
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{argus_alm-0.15.11 → argus_alm-0.15.12}/.github/workflows/close_issue_for_scylla_employee.yml
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{argus_alm-0.15.11 → argus_alm-0.15.12}/frontend/AdminPanel/ReleaseDeletionConfirmationPopup.svelte
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|