argus-alm 0.15.5__tar.gz → 0.15.6__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.5 → argus_alm-0.15.6}/Dockerfile +2 -2
- {argus_alm-0.15.5 → argus_alm-0.15.6}/PKG-INFO +2 -2
- {argus_alm-0.15.5 → argus_alm-0.15.6}/README.md +1 -1
- {argus_alm-0.15.5 → argus_alm-0.15.6}/argus/_version.py +16 -3
- {argus_alm-0.15.5 → argus_alm-0.15.6}/argus/client/sct/client.py +13 -1
- {argus_alm-0.15.5 → argus_alm-0.15.6}/argus/common/sct_types.py +15 -0
- {argus_alm-0.15.5 → argus_alm-0.15.6}/argus_alm.egg-info/PKG-INFO +2 -2
- {argus_alm-0.15.5 → argus_alm-0.15.6}/argus_alm.egg-info/SOURCES.txt +1 -1
- {argus_alm-0.15.5 → argus_alm-0.15.6}/docs/dev-setup.md +1 -1
- {argus_alm-0.15.5 → argus_alm-0.15.6}/frontend/AdminPanel/AdminPanel.svelte +8 -6
- {argus_alm-0.15.5 → argus_alm-0.15.6}/frontend/AdminPanel/BatchTestMover.svelte +5 -6
- {argus_alm-0.15.5 → argus_alm-0.15.6}/frontend/AdminPanel/GroupCreator.svelte +16 -6
- {argus_alm-0.15.5 → argus_alm-0.15.6}/frontend/AdminPanel/ReleaseCreator.svelte +9 -5
- {argus_alm-0.15.5 → argus_alm-0.15.6}/frontend/AdminPanel/ReleaseDeletionConfirmationPopup.svelte +5 -5
- {argus_alm-0.15.5 → argus_alm-0.15.6}/frontend/AdminPanel/ReleaseEditor.svelte +6 -6
- {argus_alm-0.15.5 → argus_alm-0.15.6}/frontend/AdminPanel/ReleaseManager.svelte +23 -23
- {argus_alm-0.15.5 → argus_alm-0.15.6}/frontend/AdminPanel/ReleaseManagerGroup.svelte +20 -19
- {argus_alm-0.15.5 → argus_alm-0.15.6}/frontend/AdminPanel/ReleaseManagerTest.svelte +14 -13
- {argus_alm-0.15.5 → argus_alm-0.15.6}/frontend/AdminPanel/TestCreator.svelte +17 -9
- {argus_alm-0.15.5 → argus_alm-0.15.6}/frontend/AdminPanel/UserManager.svelte +81 -67
- {argus_alm-0.15.5 → argus_alm-0.15.6}/frontend/AdminPanel/ViewListItem.svelte +8 -8
- {argus_alm-0.15.5 → argus_alm-0.15.6}/frontend/AdminPanel/ViewSelectItem.svelte +14 -5
- {argus_alm-0.15.5 → argus_alm-0.15.6}/frontend/AdminPanel/ViewWidget.svelte +21 -13
- {argus_alm-0.15.5 → argus_alm-0.15.6}/frontend/AdminPanel/ViewsManager.svelte +47 -34
- argus_alm-0.15.6/frontend/Alert.js +11 -0
- {argus_alm-0.15.5 → argus_alm-0.15.6}/frontend/Alerts/AlertMessage.svelte +4 -4
- {argus_alm-0.15.5 → argus_alm-0.15.6}/frontend/Alerts/AlertWidget.svelte +8 -8
- {argus_alm-0.15.5 → argus_alm-0.15.6}/frontend/Common/AssigneeSelector.svelte +13 -5
- {argus_alm-0.15.5 → argus_alm-0.15.6}/frontend/Common/ModalWindow.svelte +12 -6
- argus_alm-0.15.6/frontend/Common/SelectUtils.js +14 -0
- {argus_alm-0.15.5 → argus_alm-0.15.6}/frontend/Debug/FlashDebugComponent.svelte +2 -2
- {argus_alm-0.15.5 → argus_alm-0.15.6}/frontend/Discussion/Comment.svelte +24 -15
- {argus_alm-0.15.5 → argus_alm-0.15.6}/frontend/Discussion/CommentEditor.svelte +40 -27
- {argus_alm-0.15.5 → argus_alm-0.15.6}/frontend/Discussion/MentionSelector.svelte +14 -7
- {argus_alm-0.15.5 → argus_alm-0.15.6}/frontend/Discussion/UserProfile.svelte +3 -3
- {argus_alm-0.15.5 → argus_alm-0.15.6}/frontend/Github/GithubIssue.svelte +30 -17
- {argus_alm-0.15.5 → argus_alm-0.15.6}/frontend/Github/GithubIssues.svelte +45 -29
- argus_alm-0.15.6/frontend/Github/GithubIssuesCopyModal.svelte +126 -0
- {argus_alm-0.15.5 → argus_alm-0.15.6}/frontend/Profile/JobsList.svelte +10 -10
- {argus_alm-0.15.5 → argus_alm-0.15.6}/frontend/Profile/Login.svelte +8 -6
- {argus_alm-0.15.5 → argus_alm-0.15.6}/frontend/Profile/Notification.svelte +10 -5
- {argus_alm-0.15.5 → argus_alm-0.15.6}/frontend/Profile/NotificationCommentWrapper.svelte +7 -7
- {argus_alm-0.15.5 → argus_alm-0.15.6}/frontend/Profile/NotificationCounter.svelte +1 -1
- {argus_alm-0.15.5 → argus_alm-0.15.6}/frontend/Profile/NotificationSender.svelte +2 -2
- argus_alm-0.15.6/frontend/Profile/NotificationTestRunWrapper.svelte +7 -0
- {argus_alm-0.15.5 → argus_alm-0.15.6}/frontend/Profile/NotificationsReader.svelte +9 -9
- {argus_alm-0.15.5 → argus_alm-0.15.6}/frontend/Profile/PlannedJob.svelte +7 -3
- {argus_alm-0.15.5 → argus_alm-0.15.6}/frontend/Profile/PlannedJobs.svelte +12 -8
- {argus_alm-0.15.5 → argus_alm-0.15.6}/frontend/Profile/ProfileJob.svelte +11 -7
- {argus_alm-0.15.5 → argus_alm-0.15.6}/frontend/Profile/ProfileJobs.svelte +14 -13
- {argus_alm-0.15.5 → argus_alm-0.15.6}/frontend/Profile/ProfileJobsTab.svelte +26 -19
- {argus_alm-0.15.5 → argus_alm-0.15.6}/frontend/Profile/ProfileSchedules.svelte +2 -2
- argus_alm-0.15.6/frontend/Profile/User.svelte +41 -0
- {argus_alm-0.15.5 → argus_alm-0.15.6}/frontend/Profile/UserSelection.svelte +2 -2
- {argus_alm-0.15.5 → argus_alm-0.15.6}/frontend/Profile/ViewUserResolver.svelte +6 -2
- {argus_alm-0.15.5 → argus_alm-0.15.6}/frontend/ReleaseDashboard/AssigneeFilter.svelte +19 -10
- argus_alm-0.15.6/frontend/ReleaseDashboard/FlatViewHelper.svelte +13 -0
- argus_alm-0.15.6/frontend/ReleaseDashboard/GroupedViewHelper.svelte +11 -0
- {argus_alm-0.15.5 → argus_alm-0.15.6}/frontend/ReleaseDashboard/ReleaseActivity.svelte +17 -13
- {argus_alm-0.15.5 → argus_alm-0.15.6}/frontend/ReleaseDashboard/ReleaseDashboard.svelte +7 -7
- {argus_alm-0.15.5 → argus_alm-0.15.6}/frontend/ReleaseDashboard/ReleaseGithubIssues.svelte +11 -7
- {argus_alm-0.15.5 → argus_alm-0.15.6}/frontend/ReleaseDashboard/TestDashboard.svelte +63 -42
- {argus_alm-0.15.5 → argus_alm-0.15.6}/frontend/ReleaseDashboard/TestDashboardFlatView.svelte +7 -5
- {argus_alm-0.15.5 → argus_alm-0.15.6}/frontend/ReleaseDashboard/TestDashboardGroup.svelte +25 -11
- {argus_alm-0.15.5 → argus_alm-0.15.6}/frontend/ReleaseDashboard/TestDashboardTest.svelte +31 -14
- {argus_alm-0.15.5 → argus_alm-0.15.6}/frontend/ReleaseDashboard/TestPopoutSelector.svelte +23 -13
- {argus_alm-0.15.5 → argus_alm-0.15.6}/frontend/ReleaseDashboard/TestWithIssuesCard.svelte +3 -4
- {argus_alm-0.15.5 → argus_alm-0.15.6}/frontend/ReleasePlanner/CommentTableRow.svelte +20 -10
- {argus_alm-0.15.5 → argus_alm-0.15.6}/frontend/ReleasePlanner/DutyPlanner.svelte +23 -15
- {argus_alm-0.15.5 → argus_alm-0.15.6}/frontend/ReleasePlanner/EntityReplacer.svelte +23 -15
- {argus_alm-0.15.5 → argus_alm-0.15.6}/frontend/ReleasePlanner/ReleasePlan.svelte +22 -14
- {argus_alm-0.15.5 → argus_alm-0.15.6}/frontend/ReleasePlanner/ReleasePlanCopyForm.svelte +23 -19
- {argus_alm-0.15.5 → argus_alm-0.15.6}/frontend/ReleasePlanner/ReleasePlanCreator.svelte +81 -45
- {argus_alm-0.15.5 → argus_alm-0.15.6}/frontend/ReleasePlanner/ReleasePlanEditor.svelte +46 -35
- {argus_alm-0.15.5 → argus_alm-0.15.6}/frontend/ReleasePlanner/ReleasePlanTable.svelte +21 -15
- {argus_alm-0.15.5 → argus_alm-0.15.6}/frontend/ReleasePlanner/ReleasePlanner.svelte +105 -78
- {argus_alm-0.15.5 → argus_alm-0.15.6}/frontend/ReleasePlanner/ReleasePlannerGridView.svelte +36 -25
- {argus_alm-0.15.5 → argus_alm-0.15.6}/frontend/ReleasePlanner/ReleaseScheduler.svelte +13 -10
- {argus_alm-0.15.5 → argus_alm-0.15.6}/frontend/ReleasePlanner/Schedule.svelte +10 -3
- {argus_alm-0.15.5 → argus_alm-0.15.6}/frontend/ReleasePlanner/ScheduleTable.svelte +20 -14
- {argus_alm-0.15.5 → argus_alm-0.15.6}/frontend/ReleasePlanner/SearchBar.svelte +23 -10
- argus_alm-0.15.6/frontend/Stats/ChartStats.svelte +51 -0
- {argus_alm-0.15.5 → argus_alm-0.15.6}/frontend/Stats/NumberStats.svelte +22 -12
- {argus_alm-0.15.5 → argus_alm-0.15.6}/frontend/Stats/ProgressBarStats.svelte +6 -6
- argus_alm-0.15.6/frontend/Stats/ReleaseStats.svelte +52 -0
- {argus_alm-0.15.5 → argus_alm-0.15.6}/frontend/Stats/StatsFetcher.svelte +3 -4
- {argus_alm-0.15.5 → argus_alm-0.15.6}/frontend/Teams/TeamCreateForm.svelte +17 -8
- {argus_alm-0.15.5 → argus_alm-0.15.6}/frontend/Teams/TeamDetail.svelte +29 -18
- {argus_alm-0.15.5 → argus_alm-0.15.6}/frontend/Teams/TeamList.svelte +7 -3
- {argus_alm-0.15.5 → argus_alm-0.15.6}/frontend/Teams/TeamManager.svelte +8 -4
- {argus_alm-0.15.5 → argus_alm-0.15.6}/frontend/Teams/TeamMember.svelte +13 -9
- {argus_alm-0.15.5 → argus_alm-0.15.6}/frontend/Teams/TeamShort.svelte +12 -8
- {argus_alm-0.15.5 → argus_alm-0.15.6}/frontend/TestRun/ActivityTab.svelte +16 -8
- {argus_alm-0.15.5 → argus_alm-0.15.6}/frontend/TestRun/ArtifactRow.svelte +3 -5
- {argus_alm-0.15.5 → argus_alm-0.15.6}/frontend/TestRun/ArtifactTab.svelte +9 -8
- {argus_alm-0.15.5 → argus_alm-0.15.6}/frontend/TestRun/Components/Cell.svelte +9 -5
- {argus_alm-0.15.5 → argus_alm-0.15.6}/frontend/TestRun/Components/Filters.svelte +14 -10
- {argus_alm-0.15.5 → argus_alm-0.15.6}/frontend/TestRun/Components/GraphFilters.svelte +24 -16
- {argus_alm-0.15.5 → argus_alm-0.15.6}/frontend/TestRun/Components/ResultTable.svelte +50 -44
- {argus_alm-0.15.5 → argus_alm-0.15.6}/frontend/TestRun/Components/ScreenshotModal.svelte +7 -3
- {argus_alm-0.15.5 → argus_alm-0.15.6}/frontend/TestRun/DriverMatrixBreakdown.svelte +13 -9
- {argus_alm-0.15.5 → argus_alm-0.15.6}/frontend/TestRun/DriverMatrixRunInfo.svelte +6 -7
- {argus_alm-0.15.5 → argus_alm-0.15.6}/frontend/TestRun/DriverMatrixTestCollection.svelte +6 -2
- {argus_alm-0.15.5 → argus_alm-0.15.6}/frontend/TestRun/DriverMatrixTestRun.svelte +31 -22
- {argus_alm-0.15.5 → argus_alm-0.15.6}/frontend/TestRun/DriverMatrixTestSuites.svelte +2 -0
- {argus_alm-0.15.5 → argus_alm-0.15.6}/frontend/TestRun/EventsTab.svelte +14 -14
- {argus_alm-0.15.5 → argus_alm-0.15.6}/frontend/TestRun/Generic/GenericTestRun.svelte +38 -28
- {argus_alm-0.15.5 → argus_alm-0.15.6}/frontend/TestRun/Generic/GenericTestRunInfo.svelte +7 -5
- {argus_alm-0.15.5 → argus_alm-0.15.6}/frontend/TestRun/HeartbeatIndicator.svelte +14 -10
- {argus_alm-0.15.5 → argus_alm-0.15.6}/frontend/TestRun/IssueTab.svelte +5 -6
- {argus_alm-0.15.5 → argus_alm-0.15.6}/frontend/TestRun/IssueTemplate.svelte +42 -27
- {argus_alm-0.15.5 → argus_alm-0.15.6}/frontend/TestRun/Jenkins/BuildConfirmationDialog.svelte +8 -4
- {argus_alm-0.15.5 → argus_alm-0.15.6}/frontend/TestRun/Jenkins/BuildStartPlaceholder.svelte +6 -2
- {argus_alm-0.15.5 → argus_alm-0.15.6}/frontend/TestRun/Jenkins/BuildSuccessPlaceholder.svelte +10 -10
- argus_alm-0.15.6/frontend/TestRun/Jenkins/CheckParam.svelte +8 -0
- argus_alm-0.15.6/frontend/TestRun/Jenkins/CloneCreatePlaceholder.svelte +15 -0
- {argus_alm-0.15.5 → argus_alm-0.15.6}/frontend/TestRun/Jenkins/CloneSuccess.svelte +7 -5
- {argus_alm-0.15.5 → argus_alm-0.15.6}/frontend/TestRun/Jenkins/CloneTargetSelector.svelte +19 -25
- argus_alm-0.15.6/frontend/TestRun/Jenkins/DummyCheckParam.svelte +11 -0
- argus_alm-0.15.6/frontend/TestRun/Jenkins/DummySelectParam.svelte +11 -0
- {argus_alm-0.15.5 → argus_alm-0.15.6}/frontend/TestRun/Jenkins/JenkinsBuildModal.svelte +9 -9
- {argus_alm-0.15.5 → argus_alm-0.15.6}/frontend/TestRun/Jenkins/JenkinsCloneModal.svelte +17 -13
- argus_alm-0.15.6/frontend/TestRun/Jenkins/LoadTargetsPlaceholder.svelte +14 -0
- {argus_alm-0.15.5 → argus_alm-0.15.6}/frontend/TestRun/Jenkins/ModalError.svelte +6 -4
- {argus_alm-0.15.5 → argus_alm-0.15.6}/frontend/TestRun/Jenkins/ParamFetchPlaceholder.svelte +6 -2
- {argus_alm-0.15.5 → argus_alm-0.15.6}/frontend/TestRun/Jenkins/ParameterEditor.svelte +16 -11
- {argus_alm-0.15.5 → argus_alm-0.15.6}/frontend/TestRun/Jenkins/SCTParameterWizard.svelte +15 -8
- {argus_alm-0.15.5 → argus_alm-0.15.6}/frontend/TestRun/Jenkins/SelectParam.svelte +3 -5
- argus_alm-0.15.6/frontend/TestRun/Jenkins/StringParam.svelte +5 -0
- argus_alm-0.15.6/frontend/TestRun/Jenkins/TextParam.svelte +5 -0
- {argus_alm-0.15.5 → argus_alm-0.15.6}/frontend/TestRun/NemesisData.svelte +3 -3
- {argus_alm-0.15.5 → argus_alm-0.15.6}/frontend/TestRun/NemesisReason.svelte +2 -2
- {argus_alm-0.15.5 → argus_alm-0.15.6}/frontend/TestRun/NemesisTable.svelte +88 -87
- argus_alm-0.15.6/frontend/TestRun/PackagesInfo.svelte +196 -0
- {argus_alm-0.15.5 → argus_alm-0.15.6}/frontend/TestRun/Pytest/DtestTab.svelte +3 -3
- {argus_alm-0.15.5 → argus_alm-0.15.6}/frontend/TestRun/Pytest/PytestItem.svelte +14 -8
- {argus_alm-0.15.5 → argus_alm-0.15.6}/frontend/TestRun/Pytest/PytestRun.svelte +24 -18
- {argus_alm-0.15.5 → argus_alm-0.15.6}/frontend/TestRun/Pytest/PytestTab.svelte +3 -3
- {argus_alm-0.15.5 → argus_alm-0.15.6}/frontend/TestRun/RawEvent.svelte +2 -3
- argus_alm-0.15.6/frontend/TestRun/ResourcesInfo.svelte +416 -0
- {argus_alm-0.15.5 → argus_alm-0.15.6}/frontend/TestRun/ResultsGraph.svelte +61 -40
- {argus_alm-0.15.5 → argus_alm-0.15.6}/frontend/TestRun/ResultsGraphs.svelte +41 -34
- {argus_alm-0.15.5 → argus_alm-0.15.6}/frontend/TestRun/ResultsTab.svelte +18 -14
- {argus_alm-0.15.5 → argus_alm-0.15.6}/frontend/TestRun/RunAssigneeSelector.svelte +29 -14
- {argus_alm-0.15.5 → argus_alm-0.15.6}/frontend/TestRun/RunInvestigationStatusButton.svelte +4 -4
- {argus_alm-0.15.5 → argus_alm-0.15.6}/frontend/TestRun/RunStatusButton.svelte +5 -5
- {argus_alm-0.15.5 → argus_alm-0.15.6}/frontend/TestRun/SCTSubTests/Gemini/GeminiTabBodyComponent.svelte +3 -3
- {argus_alm-0.15.5 → argus_alm-0.15.6}/frontend/TestRun/SCTSubTests/Gemini/GeminiTabComponent.svelte +2 -2
- {argus_alm-0.15.5 → argus_alm-0.15.6}/frontend/TestRun/SCTSubTests/Performance/PerformanceTabBodyComponent.svelte +13 -11
- {argus_alm-0.15.5 → argus_alm-0.15.6}/frontend/TestRun/SCTSubTests/Performance/PerformanceTabComponent.svelte +2 -2
- {argus_alm-0.15.5 → argus_alm-0.15.6}/frontend/TestRun/Screenshots.svelte +6 -8
- {argus_alm-0.15.5 → argus_alm-0.15.6}/frontend/TestRun/Sirenada/SirenadaIssueTemplate.svelte +7 -7
- {argus_alm-0.15.5 → argus_alm-0.15.6}/frontend/TestRun/Sirenada/SirenadaRunInfo.svelte +11 -7
- {argus_alm-0.15.5 → argus_alm-0.15.6}/frontend/TestRun/Sirenada/SirenadaTestBreakdown.svelte +15 -12
- {argus_alm-0.15.5 → argus_alm-0.15.6}/frontend/TestRun/Sirenada/SirenadaTestRun.svelte +31 -22
- {argus_alm-0.15.5 → argus_alm-0.15.6}/frontend/TestRun/StructuredEvent.svelte +111 -95
- {argus_alm-0.15.5 → argus_alm-0.15.6}/frontend/TestRun/TestRun.svelte +2 -0
- {argus_alm-0.15.5 → argus_alm-0.15.6}/frontend/TestRun/TestRunComments.svelte +14 -11
- {argus_alm-0.15.5 → argus_alm-0.15.6}/frontend/TestRun/TestRunInfo.svelte +40 -24
- {argus_alm-0.15.5 → argus_alm-0.15.6}/frontend/TestRun/jUnitChart.svelte +4 -4
- {argus_alm-0.15.5 → argus_alm-0.15.6}/frontend/TestRun/jUnitResults.svelte +2 -2
- {argus_alm-0.15.5 → argus_alm-0.15.6}/frontend/Utils/IntersectionObserver.svelte +21 -9
- {argus_alm-0.15.5 → argus_alm-0.15.6}/frontend/Views/ViewDashboard.svelte +19 -10
- {argus_alm-0.15.5 → argus_alm-0.15.6}/frontend/Views/ViewSelect.svelte +14 -5
- {argus_alm-0.15.5 → argus_alm-0.15.6}/frontend/Views/WidgetSettingTypes/CheckValue.svelte +8 -9
- {argus_alm-0.15.5 → argus_alm-0.15.6}/frontend/Views/WidgetSettingTypes/IntegerValue.svelte +8 -9
- {argus_alm-0.15.5 → argus_alm-0.15.6}/frontend/Views/WidgetSettingTypes/MultiSelectValue.svelte +8 -11
- {argus_alm-0.15.5 → argus_alm-0.15.6}/frontend/Views/WidgetSettingTypes/MultiStringValue.svelte +10 -11
- {argus_alm-0.15.5 → argus_alm-0.15.6}/frontend/Views/WidgetSettingTypes/StringValue.svelte +8 -9
- {argus_alm-0.15.5 → argus_alm-0.15.6}/frontend/Views/Widgets/GraphsWidget/GraphsWidget.svelte +18 -14
- {argus_alm-0.15.5 → argus_alm-0.15.6}/frontend/Views/Widgets/PytestWidget/PytestCalendarSelector.svelte +15 -9
- {argus_alm-0.15.5 → argus_alm-0.15.6}/frontend/Views/Widgets/PytestWidget/PytestCollapseHelper.svelte +8 -3
- argus_alm-0.15.6/frontend/Views/Widgets/PytestWidget/PytestFlatHelper.svelte +17 -0
- argus_alm-0.15.6/frontend/Views/Widgets/PytestWidget/PytestOverviewWidget.svelte +29 -0
- {argus_alm-0.15.5 → argus_alm-0.15.6}/frontend/Views/Widgets/PytestWidget/PytestResultRow.svelte +17 -11
- {argus_alm-0.15.5 → argus_alm-0.15.6}/frontend/Views/Widgets/PytestWidget/PytestTableWidget.svelte +22 -14
- {argus_alm-0.15.5 → argus_alm-0.15.6}/frontend/Views/Widgets/PytestWidget/ViewPytestOverview.svelte +36 -22
- {argus_alm-0.15.5 → argus_alm-0.15.6}/frontend/Views/Widgets/SummaryWidget/RunIssues.svelte +5 -6
- {argus_alm-0.15.5 → argus_alm-0.15.6}/frontend/Views/Widgets/SummaryWidget/SummaryWidget.svelte +28 -22
- {argus_alm-0.15.5 → argus_alm-0.15.6}/frontend/Views/Widgets/ViewGithubIssues.svelte +11 -9
- {argus_alm-0.15.5 → argus_alm-0.15.6}/frontend/Views/Widgets/ViewGraphedStats/AssigneeCell.svelte +13 -5
- {argus_alm-0.15.5 → argus_alm-0.15.6}/frontend/Views/Widgets/ViewGraphedStats/Filters.svelte +11 -7
- {argus_alm-0.15.5 → argus_alm-0.15.6}/frontend/Views/Widgets/ViewGraphedStats/InvestigationStatusCell.svelte +5 -1
- {argus_alm-0.15.5 → argus_alm-0.15.6}/frontend/Views/Widgets/ViewGraphedStats/IssuesCell.svelte +5 -1
- {argus_alm-0.15.5 → argus_alm-0.15.6}/frontend/Views/Widgets/ViewGraphedStats/NemesisTable.svelte +8 -4
- {argus_alm-0.15.5 → argus_alm-0.15.6}/frontend/Views/Widgets/ViewGraphedStats/PaginatedTable.svelte +45 -39
- {argus_alm-0.15.5 → argus_alm-0.15.6}/frontend/Views/Widgets/ViewGraphedStats/StackTracePreview.svelte +7 -3
- {argus_alm-0.15.5 → argus_alm-0.15.6}/frontend/Views/Widgets/ViewGraphedStats/StatusBadge.svelte +5 -1
- {argus_alm-0.15.5 → argus_alm-0.15.6}/frontend/Views/Widgets/ViewGraphedStats/StatusCell.svelte +5 -1
- {argus_alm-0.15.5 → argus_alm-0.15.6}/frontend/Views/Widgets/ViewGraphedStats/TestRunTable.svelte +16 -8
- {argus_alm-0.15.5 → argus_alm-0.15.6}/frontend/Views/Widgets/ViewGraphedStats.svelte +106 -124
- {argus_alm-0.15.5 → argus_alm-0.15.6}/frontend/Views/Widgets/ViewHighlights/ActionItem.svelte +19 -15
- {argus_alm-0.15.5 → argus_alm-0.15.6}/frontend/Views/Widgets/ViewHighlights/Comment.svelte +19 -9
- {argus_alm-0.15.5 → argus_alm-0.15.6}/frontend/Views/Widgets/ViewHighlights/HighlightItem.svelte +12 -14
- {argus_alm-0.15.5 → argus_alm-0.15.6}/frontend/Views/Widgets/ViewHighlights/ViewHighlights.svelte +27 -22
- {argus_alm-0.15.5 → argus_alm-0.15.6}/frontend/Views/Widgets/ViewNemesisStats.svelte +54 -53
- {argus_alm-0.15.5 → argus_alm-0.15.6}/frontend/Views/Widgets/ViewReleaseStats.svelte +2 -3
- {argus_alm-0.15.5 → argus_alm-0.15.6}/frontend/Views/Widgets/ViewTestDashboard.svelte +10 -8
- {argus_alm-0.15.5 → argus_alm-0.15.6}/frontend/WorkArea/AssigneeList.svelte +14 -6
- {argus_alm-0.15.5 → argus_alm-0.15.6}/frontend/WorkArea/JobConfigureModal.svelte +10 -11
- {argus_alm-0.15.5 → argus_alm-0.15.6}/frontend/WorkArea/RunGroup.svelte +32 -20
- {argus_alm-0.15.5 → argus_alm-0.15.6}/frontend/WorkArea/RunRelease.svelte +22 -18
- {argus_alm-0.15.5 → argus_alm-0.15.6}/frontend/WorkArea/Test.svelte +20 -10
- argus_alm-0.15.6/frontend/WorkArea/TestRunDispatcher.svelte +15 -0
- {argus_alm-0.15.5 → argus_alm-0.15.6}/frontend/WorkArea/TestRuns.svelte +48 -28
- {argus_alm-0.15.5 → argus_alm-0.15.6}/frontend/WorkArea/TestRunsMessage.svelte +3 -3
- {argus_alm-0.15.5 → argus_alm-0.15.6}/frontend/WorkArea/TestRunsPanel.svelte +24 -12
- {argus_alm-0.15.5 → argus_alm-0.15.6}/frontend/WorkArea/TestRunsSelector.svelte +20 -18
- {argus_alm-0.15.5 → argus_alm-0.15.6}/frontend/WorkArea/UnknownTest.svelte +4 -6
- {argus_alm-0.15.5 → argus_alm-0.15.6}/frontend/WorkArea/WorkArea.svelte +5 -5
- {argus_alm-0.15.5 → argus_alm-0.15.6}/frontend/admin-panel.js +2 -1
- {argus_alm-0.15.5 → argus_alm-0.15.6}/frontend/argus.css +2 -2
- {argus_alm-0.15.5 → argus_alm-0.15.6}/frontend/argus.js +1 -0
- {argus_alm-0.15.5 → argus_alm-0.15.6}/frontend/duty-planner.js +2 -1
- argus_alm-0.15.6/frontend/flashDebug.js +9 -0
- argus_alm-0.15.6/frontend/font-awesome.css +1 -0
- {argus_alm-0.15.5 → argus_alm-0.15.6}/frontend/login.js +2 -2
- {argus_alm-0.15.5 → argus_alm-0.15.6}/frontend/notification-counter.js +5 -4
- {argus_alm-0.15.5 → argus_alm-0.15.6}/frontend/plan.js +2 -1
- {argus_alm-0.15.5 → argus_alm-0.15.6}/frontend/profile-jobs.js +2 -1
- {argus_alm-0.15.5 → argus_alm-0.15.6}/frontend/profile-notifications.js +2 -1
- {argus_alm-0.15.5 → argus_alm-0.15.6}/frontend/profile-schedules.js +2 -1
- {argus_alm-0.15.5 → argus_alm-0.15.6}/frontend/release-dashboard.js +2 -1
- argus_alm-0.15.6/frontend/release-page.js +16 -0
- {argus_alm-0.15.5 → argus_alm-0.15.6}/frontend/release-planner.js +2 -1
- {argus_alm-0.15.5 → argus_alm-0.15.6}/frontend/release-scheduler.js +2 -1
- {argus_alm-0.15.5 → argus_alm-0.15.6}/frontend/run-by-plugin.js +2 -1
- {argus_alm-0.15.5 → argus_alm-0.15.6}/frontend/teams.js +2 -1
- {argus_alm-0.15.5 → argus_alm-0.15.6}/frontend/test-run-details.js +2 -1
- {argus_alm-0.15.5 → argus_alm-0.15.6}/frontend/test-runs-breakout.js +2 -1
- {argus_alm-0.15.5 → argus_alm-0.15.6}/frontend/test-runs-standalone.js +2 -1
- {argus_alm-0.15.5 → argus_alm-0.15.6}/frontend/view-dashboard.js +2 -1
- {argus_alm-0.15.5 → argus_alm-0.15.6}/frontend/view-user-resolver.js +7 -6
- {argus_alm-0.15.5 → argus_alm-0.15.6}/frontend/work-area.js +2 -1
- argus_alm-0.15.6/package.json +66 -0
- argus_alm-0.15.6/rollup.config.js +67 -0
- {argus_alm-0.15.5 → argus_alm-0.15.6}/templates/admin/index.html.j2 +1 -1
- {argus_alm-0.15.5 → argus_alm-0.15.6}/templates/auth/login.html.j2 +1 -1
- {argus_alm-0.15.5 → argus_alm-0.15.6}/templates/base.html.j2 +4 -6
- {argus_alm-0.15.5 → argus_alm-0.15.6}/templates/dashboard.html.j2 +1 -1
- {argus_alm-0.15.5 → argus_alm-0.15.6}/templates/duty_planner.html.j2 +1 -1
- {argus_alm-0.15.5 → argus_alm-0.15.6}/templates/plan_dashboard.html.j2 +1 -1
- {argus_alm-0.15.5 → argus_alm-0.15.6}/templates/profile_jobs.html.j2 +1 -1
- {argus_alm-0.15.5 → argus_alm-0.15.6}/templates/profile_notifications.html.j2 +1 -1
- {argus_alm-0.15.5 → argus_alm-0.15.6}/templates/profile_schedules.html.j2 +1 -1
- {argus_alm-0.15.5 → argus_alm-0.15.6}/templates/release_dashboard.html.j2 +1 -1
- {argus_alm-0.15.5 → argus_alm-0.15.6}/templates/release_planner.html.j2 +1 -1
- {argus_alm-0.15.5 → argus_alm-0.15.6}/templates/release_schedule.html.j2 +1 -1
- {argus_alm-0.15.5 → argus_alm-0.15.6}/templates/releases.html.j2 +1 -1
- {argus_alm-0.15.5 → argus_alm-0.15.6}/templates/run_view_by_plugin.html.j2 +1 -1
- {argus_alm-0.15.5 → argus_alm-0.15.6}/templates/standalone_test_with_runs.html.j2 +1 -1
- {argus_alm-0.15.5 → argus_alm-0.15.6}/templates/teams.html.j2 +1 -1
- {argus_alm-0.15.5 → argus_alm-0.15.6}/templates/test_run.html.j2 +1 -1
- {argus_alm-0.15.5 → argus_alm-0.15.6}/templates/test_runs.html.j2 +1 -1
- {argus_alm-0.15.5 → argus_alm-0.15.6}/templates/view_dashboard.html.j2 +1 -1
- {argus_alm-0.15.5 → argus_alm-0.15.6}/templates/views.html.j2 +1 -1
- argus_alm-0.15.6/yarn.lock +2493 -0
- argus_alm-0.15.5/frontend/Alert.js +0 -10
- argus_alm-0.15.5/frontend/Common/SelectUtils.js +0 -3
- argus_alm-0.15.5/frontend/Github/GithubIssuesCopyModal.svelte +0 -109
- argus_alm-0.15.5/frontend/Profile/NotificationTestRunWrapper.svelte +0 -7
- argus_alm-0.15.5/frontend/Profile/User.svelte +0 -61
- argus_alm-0.15.5/frontend/ReleaseDashboard/FlatViewHelper.svelte +0 -5
- argus_alm-0.15.5/frontend/ReleaseDashboard/GroupedViewHelper.svelte +0 -3
- argus_alm-0.15.5/frontend/Stats/ChartStats.svelte +0 -43
- argus_alm-0.15.5/frontend/Stats/ReleaseStats.svelte +0 -39
- argus_alm-0.15.5/frontend/TestRun/Jenkins/CheckParam.svelte +0 -9
- argus_alm-0.15.5/frontend/TestRun/Jenkins/CloneCreatePlaceholder.svelte +0 -17
- argus_alm-0.15.5/frontend/TestRun/Jenkins/DummyCheckParam.svelte +0 -13
- argus_alm-0.15.5/frontend/TestRun/Jenkins/DummySelectParam.svelte +0 -13
- argus_alm-0.15.5/frontend/TestRun/Jenkins/LoadTargetsPlaceholder.svelte +0 -10
- argus_alm-0.15.5/frontend/TestRun/Jenkins/StringParam.svelte +0 -7
- argus_alm-0.15.5/frontend/TestRun/Jenkins/TextParam.svelte +0 -7
- argus_alm-0.15.5/frontend/TestRun/PackagesInfo.svelte +0 -194
- argus_alm-0.15.5/frontend/TestRun/ResourcesInfo.svelte +0 -416
- argus_alm-0.15.5/frontend/Views/Widgets/PytestWidget/PytestFlatHelper.svelte +0 -12
- argus_alm-0.15.5/frontend/Views/Widgets/PytestWidget/PytestOverviewWidget.svelte +0 -22
- argus_alm-0.15.5/frontend/WorkArea/TestRunDispatcher.svelte +0 -11
- argus_alm-0.15.5/frontend/flashDebug.js +0 -8
- argus_alm-0.15.5/frontend/font-awesome.css +0 -1
- argus_alm-0.15.5/frontend/release-page.js +0 -15
- argus_alm-0.15.5/package.json +0 -60
- argus_alm-0.15.5/webpack.config.js +0 -148
- argus_alm-0.15.5/yarn.lock +0 -2218
- {argus_alm-0.15.5 → argus_alm-0.15.6}/.dockerignore +0 -0
- {argus_alm-0.15.5 → argus_alm-0.15.6}/.envrc +0 -0
- {argus_alm-0.15.5 → argus_alm-0.15.6}/.eslintrc.js +0 -0
- {argus_alm-0.15.5 → argus_alm-0.15.6}/.github/workflows/.gitkeep +0 -0
- {argus_alm-0.15.5 → argus_alm-0.15.6}/.github/workflows/lint.yml +0 -0
- {argus_alm-0.15.5 → argus_alm-0.15.6}/.github/workflows/release.yml +0 -0
- {argus_alm-0.15.5 → argus_alm-0.15.6}/.github/workflows/test.yml +0 -0
- {argus_alm-0.15.5 → argus_alm-0.15.6}/.gitignore +0 -0
- {argus_alm-0.15.5 → argus_alm-0.15.6}/.pre-commit-config.yaml +0 -0
- {argus_alm-0.15.5 → argus_alm-0.15.6}/.prettierrc.js +0 -0
- {argus_alm-0.15.5 → argus_alm-0.15.6}/LICENSE +0 -0
- {argus_alm-0.15.5 → argus_alm-0.15.6}/MANIFEST.in +0 -0
- {argus_alm-0.15.5 → argus_alm-0.15.6}/argus/__init__.py +0 -0
- {argus_alm-0.15.5 → argus_alm-0.15.6}/argus/client/__init__.py +0 -0
- {argus_alm-0.15.5 → argus_alm-0.15.6}/argus/client/base.py +0 -0
- {argus_alm-0.15.5 → argus_alm-0.15.6}/argus/client/driver_matrix_tests/cli.py +0 -0
- {argus_alm-0.15.5 → argus_alm-0.15.6}/argus/client/driver_matrix_tests/client.py +0 -0
- {argus_alm-0.15.5 → argus_alm-0.15.6}/argus/client/generic/cli.py +0 -0
- {argus_alm-0.15.5 → argus_alm-0.15.6}/argus/client/generic/client.py +0 -0
- {argus_alm-0.15.5 → argus_alm-0.15.6}/argus/client/generic_result.py +0 -0
- {argus_alm-0.15.5 → argus_alm-0.15.6}/argus/client/sct/types.py +0 -0
- {argus_alm-0.15.5 → argus_alm-0.15.6}/argus/client/sirenada/client.py +0 -0
- {argus_alm-0.15.5 → argus_alm-0.15.6}/argus/common/__init__.py +0 -0
- {argus_alm-0.15.5 → argus_alm-0.15.6}/argus/common/enums.py +0 -0
- {argus_alm-0.15.5 → argus_alm-0.15.6}/argus/common/sirenada_types.py +0 -0
- {argus_alm-0.15.5 → argus_alm-0.15.6}/argus.yaml +0 -0
- {argus_alm-0.15.5 → argus_alm-0.15.6}/argusAI/README.md +0 -0
- {argus_alm-0.15.5 → argus_alm-0.15.6}/argusAI/deployment/argusai_event_similarity_processor.service +0 -0
- {argus_alm-0.15.5 → argus_alm-0.15.6}/argusAI/event_similarity_processor.py +0 -0
- {argus_alm-0.15.5 → argus_alm-0.15.6}/argusAI/logs/.gitignore +0 -0
- {argus_alm-0.15.5 → argus_alm-0.15.6}/argusAI/pyproject.toml +0 -0
- {argus_alm-0.15.5 → argus_alm-0.15.6}/argusAI/utils/__init__.py +0 -0
- {argus_alm-0.15.5 → argus_alm-0.15.6}/argusAI/utils/event_message_sanitizer.py +0 -0
- {argus_alm-0.15.5 → argus_alm-0.15.6}/argusAI/utils/scylla_connection.py +0 -0
- {argus_alm-0.15.5 → argus_alm-0.15.6}/argusAI/uv.lock +0 -0
- {argus_alm-0.15.5 → argus_alm-0.15.6}/argus_alm.egg-info/dependency_links.txt +0 -0
- {argus_alm-0.15.5 → argus_alm-0.15.6}/argus_alm.egg-info/entry_points.txt +0 -0
- {argus_alm-0.15.5 → argus_alm-0.15.6}/argus_alm.egg-info/requires.txt +0 -0
- {argus_alm-0.15.5 → argus_alm-0.15.6}/argus_alm.egg-info/top_level.txt +0 -0
- {argus_alm-0.15.5 → argus_alm-0.15.6}/argus_backend.py +0 -0
- {argus_alm-0.15.5 → argus_alm-0.15.6}/argus_web.example.yaml +0 -0
- {argus_alm-0.15.5 → argus_alm-0.15.6}/commitlint.config.js +0 -0
- {argus_alm-0.15.5 → argus_alm-0.15.6}/dev-db/.gitignore +0 -0
- {argus_alm-0.15.5 → argus_alm-0.15.6}/dev-db/alpha-config/cassandra-rackdc.properties +0 -0
- {argus_alm-0.15.5 → argus_alm-0.15.6}/dev-db/alpha-config/machine_image_configured +0 -0
- {argus_alm-0.15.5 → argus_alm-0.15.6}/dev-db/alpha-config/scylla.yaml +0 -0
- {argus_alm-0.15.5 → argus_alm-0.15.6}/dev-db/alpha-data/.gitignore +0 -0
- {argus_alm-0.15.5 → argus_alm-0.15.6}/dev-db/docker-compose.yaml +0 -0
- {argus_alm-0.15.5 → argus_alm-0.15.6}/dev-db/export_data.py +0 -0
- {argus_alm-0.15.5 → argus_alm-0.15.6}/dev-db/import_data.py +0 -0
- {argus_alm-0.15.5 → argus_alm-0.15.6}/docker/config/nginx-docker.conf +0 -0
- {argus_alm-0.15.5 → argus_alm-0.15.6}/docker/config/supervisord.conf +0 -0
- {argus_alm-0.15.5 → argus_alm-0.15.6}/docker-entrypoint.sh +0 -0
- {argus_alm-0.15.5 → argus_alm-0.15.6}/docs/api_usage.md +0 -0
- {argus_alm-0.15.5 → argus_alm-0.15.6}/docs/argus_status_page.md +0 -0
- {argus_alm-0.15.5 → argus_alm-0.15.6}/docs/argus_status_page_diagram.jpg +0 -0
- {argus_alm-0.15.5 → argus_alm-0.15.6}/docs/config/argus.nginx.conf +0 -0
- {argus_alm-0.15.5 → argus_alm-0.15.6}/docs/config/argus.service +0 -0
- {argus_alm-0.15.5 → argus_alm-0.15.6}/docs/generic_results.md +0 -0
- {argus_alm-0.15.5 → argus_alm-0.15.6}/docs/pypi-guide.md +0 -0
- {argus_alm-0.15.5 → argus_alm-0.15.6}/frontend/AdminPanel/AdminPanelWelcome.svelte +0 -0
- {argus_alm-0.15.5 → argus_alm-0.15.6}/frontend/Common/ApiUtils.js +0 -0
- {argus_alm-0.15.5 → argus_alm-0.15.6}/frontend/Common/ArgusNotification.ts +0 -0
- {argus_alm-0.15.5 → argus_alm-0.15.6}/frontend/Common/AssigneeUtils.js +0 -0
- {argus_alm-0.15.5 → argus_alm-0.15.6}/frontend/Common/DateUtils.js +0 -0
- {argus_alm-0.15.5 → argus_alm-0.15.6}/frontend/Common/DriverMatrixTypes.ts +0 -0
- {argus_alm-0.15.5 → argus_alm-0.15.6}/frontend/Common/IssueDestinations.js +0 -0
- {argus_alm-0.15.5 → argus_alm-0.15.6}/frontend/Common/JenkinsSettingsHelp.js +0 -0
- {argus_alm-0.15.5 → argus_alm-0.15.6}/frontend/Common/PluginDispatch.js +0 -0
- {argus_alm-0.15.5 → argus_alm-0.15.6}/frontend/Common/PluginNames.js +0 -0
- {argus_alm-0.15.5 → argus_alm-0.15.6}/frontend/Common/RunUtils.js +0 -0
- {argus_alm-0.15.5 → argus_alm-0.15.6}/frontend/Common/StateManagement.js +0 -0
- {argus_alm-0.15.5 → argus_alm-0.15.6}/frontend/Common/TestStatus.js +0 -0
- {argus_alm-0.15.5 → argus_alm-0.15.6}/frontend/Common/TextUtils.js +0 -0
- {argus_alm-0.15.5 → argus_alm-0.15.6}/frontend/Common/UserTypes.ts +0 -0
- {argus_alm-0.15.5 → argus_alm-0.15.6}/frontend/Common/UserUtils.js +0 -0
- {argus_alm-0.15.5 → argus_alm-0.15.6}/frontend/Common/ViewTypes.js +0 -0
- {argus_alm-0.15.5 → argus_alm-0.15.6}/frontend/Discussion/MarkedMentionExtension.js +0 -0
- {argus_alm-0.15.5 → argus_alm-0.15.6}/frontend/Stores/AlertStore.js +0 -0
- {argus_alm-0.15.5 → argus_alm-0.15.6}/frontend/Stores/AssigneeSubscriber.js +0 -0
- {argus_alm-0.15.5 → argus_alm-0.15.6}/frontend/Stores/SingleTestRunSubscriber.js +0 -0
- {argus_alm-0.15.5 → argus_alm-0.15.6}/frontend/Stores/TestRunsSubscriber.js +0 -0
- {argus_alm-0.15.5 → argus_alm-0.15.6}/frontend/Stores/UserlistSubscriber.js +0 -0
- {argus_alm-0.15.5 → argus_alm-0.15.6}/frontend/Stores/WorkspaceStore.js +0 -0
- {argus_alm-0.15.5 → argus_alm-0.15.6}/frontend/Teams/TeamUtils.ts +0 -0
- {argus_alm-0.15.5 → argus_alm-0.15.6}/frontend/TestRun/Generic/Subtest.js +0 -0
- {argus_alm-0.15.5 → argus_alm-0.15.6}/frontend/TestRun/Jenkins/Build.js +0 -0
- {argus_alm-0.15.5 → argus_alm-0.15.6}/frontend/TestRun/Jenkins/WizardUnavailable.svelte +0 -0
- {argus_alm-0.15.5 → argus_alm-0.15.6}/frontend/TestRun/Pytest/index.js +0 -0
- {argus_alm-0.15.5 → argus_alm-0.15.6}/frontend/TestRun/Pytest/types.ts +0 -0
- {argus_alm-0.15.5 → argus_alm-0.15.6}/frontend/TestRun/SCTSubTests/Subtest.js +0 -0
- {argus_alm-0.15.5 → argus_alm-0.15.6}/frontend/Views/Widgets/ViewGraphedStats/Interfaces.ts +0 -0
- {argus_alm-0.15.5 → argus_alm-0.15.6}/frontend/Views/Widgets/ViewUnsupportedPlaceholder.svelte +0 -0
- {argus_alm-0.15.5 → argus_alm-0.15.6}/frontend/font-awesome.js +0 -0
- {argus_alm-0.15.5 → argus_alm-0.15.6}/frontend/fonts/NotoSans-Bold.ttf +0 -0
- {argus_alm-0.15.5 → argus_alm-0.15.6}/frontend/fonts/NotoSans-BoldItalic.ttf +0 -0
- {argus_alm-0.15.5 → argus_alm-0.15.6}/frontend/fonts/NotoSans-Italic.ttf +0 -0
- {argus_alm-0.15.5 → argus_alm-0.15.6}/frontend/fonts/NotoSans-Regular.ttf +0 -0
- {argus_alm-0.15.5 → argus_alm-0.15.6}/frontend/fonts/OFL.txt +0 -0
- {argus_alm-0.15.5 → argus_alm-0.15.6}/frontend/fonts/noto.css +0 -0
- {argus_alm-0.15.5 → argus_alm-0.15.6}/frontend/markdownOptions.js +0 -0
- {argus_alm-0.15.5 → argus_alm-0.15.6}/profile/.gitkeep +0 -0
- {argus_alm-0.15.5 → argus_alm-0.15.6}/public/argus.png +0 -0
- {argus_alm-0.15.5 → argus_alm-0.15.6}/public/no-user-picture.png +0 -0
- {argus_alm-0.15.5 → argus_alm-0.15.6}/pyproject.toml +0 -0
- {argus_alm-0.15.5 → argus_alm-0.15.6}/pytest-argus-reporter/.envrc +0 -0
- {argus_alm-0.15.5 → argus_alm-0.15.6}/pytest-argus-reporter/LICENSE +0 -0
- {argus_alm-0.15.5 → argus_alm-0.15.6}/pytest-argus-reporter/MANIFEST.in +0 -0
- {argus_alm-0.15.5 → argus_alm-0.15.6}/pytest-argus-reporter/README.md +0 -0
- {argus_alm-0.15.5 → argus_alm-0.15.6}/pytest-argus-reporter/noxfile.py +0 -0
- {argus_alm-0.15.5 → argus_alm-0.15.6}/pytest-argus-reporter/pyproject.toml +0 -0
- {argus_alm-0.15.5 → argus_alm-0.15.6}/pytest-argus-reporter/pytest_argus_reporter.py +0 -0
- {argus_alm-0.15.5 → argus_alm-0.15.6}/run_with_profiler.py +0 -0
- {argus_alm-0.15.5 → argus_alm-0.15.6}/scripts/argus-status-page/index.html +0 -0
- {argus_alm-0.15.5 → argus_alm-0.15.6}/scripts/argus-status-page/js/status.js +0 -0
- {argus_alm-0.15.5 → argus_alm-0.15.6}/scripts/argus-status-page/static/app.css +0 -0
- {argus_alm-0.15.5 → argus_alm-0.15.6}/scripts/argus-status-page/static/argus.png +0 -0
- {argus_alm-0.15.5 → argus_alm-0.15.6}/scripts/argus-status-page/static/scylla.png +0 -0
- {argus_alm-0.15.5 → argus_alm-0.15.6}/scripts/argus-status-page/status.json +0 -0
- {argus_alm-0.15.5 → argus_alm-0.15.6}/scripts/migration/migration_2023-04-07.py +0 -0
- {argus_alm-0.15.5 → argus_alm-0.15.6}/scripts/migration/migration_2024-04-14.py +0 -0
- {argus_alm-0.15.5 → argus_alm-0.15.6}/scripts/migration/migration_2025-07-18.py +0 -0
- {argus_alm-0.15.5 → argus_alm-0.15.6}/setup.cfg +0 -0
- {argus_alm-0.15.5 → argus_alm-0.15.6}/start_argus.sh +0 -0
- {argus_alm-0.15.5 → argus_alm-0.15.6}/storage/profile_pictures/.gitignore +0 -0
- {argus_alm-0.15.5 → argus_alm-0.15.6}/templates/admin/base.html.j2 +0 -0
- {argus_alm-0.15.5 → argus_alm-0.15.6}/templates/auth/register.html.j2 +0 -0
- {argus_alm-0.15.5 → argus_alm-0.15.6}/templates/error.html.j2 +0 -0
- {argus_alm-0.15.5 → argus_alm-0.15.6}/templates/flash_debug.html.j2 +0 -0
- {argus_alm-0.15.5 → argus_alm-0.15.6}/templates/groups.html.j2 +0 -0
- {argus_alm-0.15.5 → argus_alm-0.15.6}/templates/home.html.j2 +0 -0
- {argus_alm-0.15.5 → argus_alm-0.15.6}/templates/notifications/assigned.html.j2 +0 -0
- {argus_alm-0.15.5 → argus_alm-0.15.6}/templates/notifications/assigned_email.html.j2 +0 -0
- {argus_alm-0.15.5 → argus_alm-0.15.6}/templates/notifications/email_mention.html.j2 +0 -0
- {argus_alm-0.15.5 → argus_alm-0.15.6}/templates/notifications/mention.html.j2 +0 -0
- {argus_alm-0.15.5 → argus_alm-0.15.6}/templates/notifications/view_action_item_assigned.html.j2 +0 -0
- {argus_alm-0.15.5 → argus_alm-0.15.6}/templates/notifications/view_action_item_assigned_email.html.j2 +0 -0
- {argus_alm-0.15.5 → argus_alm-0.15.6}/templates/notifications/view_highlight_mention.html.j2 +0 -0
- {argus_alm-0.15.5 → argus_alm-0.15.6}/templates/notifications/view_highlight_mention_email.html.j2 +0 -0
- {argus_alm-0.15.5 → argus_alm-0.15.6}/templates/partials/nav_bar.html.j2 +0 -0
- {argus_alm-0.15.5 → argus_alm-0.15.6}/templates/profile.html.j2 +0 -0
- {argus_alm-0.15.5 → argus_alm-0.15.6}/templates/runs.html.j2 +0 -0
- {argus_alm-0.15.5 → argus_alm-0.15.6}/templates/tests.html.j2 +0 -0
- {argus_alm-0.15.5 → argus_alm-0.15.6}/tsconfig.json +0 -0
- {argus_alm-0.15.5 → argus_alm-0.15.6}/uv.lock +0 -0
- {argus_alm-0.15.5 → argus_alm-0.15.6}/uwsgi.ini +0 -0
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
ARG PYTHON_VERSION=3.10.4-bullseye
|
|
2
2
|
|
|
3
3
|
FROM python:${PYTHON_VERSION}
|
|
4
|
-
ENV
|
|
4
|
+
ENV ROLLUP_ENV=production
|
|
5
5
|
ENV FLASK_ENV=production
|
|
6
6
|
ENV CQLENG_ALLOW_SCHEMA_MANAGEMENT=1
|
|
7
7
|
ENV ARGUS_USER=argus
|
|
@@ -29,7 +29,7 @@ WORKDIR /app
|
|
|
29
29
|
# Build project
|
|
30
30
|
RUN uv sync --extra web-backend --extra docker-image \
|
|
31
31
|
&& yarn \
|
|
32
|
-
&&
|
|
32
|
+
&& ROLLUP_ENV=${ROLLUP_ENV} yarn rollup -c \
|
|
33
33
|
&& mkdir /app/nginx
|
|
34
34
|
VOLUME [ "/app/storage", "/app/config" ]
|
|
35
35
|
EXPOSE 8000/tcp
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: argus-alm
|
|
3
|
-
Version: 0.15.
|
|
3
|
+
Version: 0.15.6
|
|
4
4
|
Summary: Argus
|
|
5
5
|
Author-email: Alexey Kartashov <alexey.kartashov@scylladb.com>, Łukasz Sójka <lukasz.sojka@scylladb.com>
|
|
6
6
|
License-Expression: Apache-2.0
|
|
@@ -106,7 +106,7 @@ yarn install
|
|
|
106
106
|
Compile frontend files from `/frontend` into `/public/dist`
|
|
107
107
|
|
|
108
108
|
```bash
|
|
109
|
-
yarn
|
|
109
|
+
yarn rollup -c
|
|
110
110
|
```
|
|
111
111
|
|
|
112
112
|
Create a `argus.local.yaml` configuration file (used to configure database connection) and a `argus_web.yaml` (used for webapp secrets) in your application install directory.
|
|
@@ -61,7 +61,7 @@ yarn install
|
|
|
61
61
|
Compile frontend files from `/frontend` into `/public/dist`
|
|
62
62
|
|
|
63
63
|
```bash
|
|
64
|
-
yarn
|
|
64
|
+
yarn rollup -c
|
|
65
65
|
```
|
|
66
66
|
|
|
67
67
|
Create a `argus.local.yaml` configuration file (used to configure database connection) and a `argus_web.yaml` (used for webapp secrets) in your application install directory.
|
|
@@ -1,7 +1,14 @@
|
|
|
1
1
|
# file generated by setuptools-scm
|
|
2
2
|
# don't change, don't track in version control
|
|
3
3
|
|
|
4
|
-
__all__ = [
|
|
4
|
+
__all__ = [
|
|
5
|
+
"__version__",
|
|
6
|
+
"__version_tuple__",
|
|
7
|
+
"version",
|
|
8
|
+
"version_tuple",
|
|
9
|
+
"__commit_id__",
|
|
10
|
+
"commit_id",
|
|
11
|
+
]
|
|
5
12
|
|
|
6
13
|
TYPE_CHECKING = False
|
|
7
14
|
if TYPE_CHECKING:
|
|
@@ -9,13 +16,19 @@ if TYPE_CHECKING:
|
|
|
9
16
|
from typing import Union
|
|
10
17
|
|
|
11
18
|
VERSION_TUPLE = Tuple[Union[int, str], ...]
|
|
19
|
+
COMMIT_ID = Union[str, None]
|
|
12
20
|
else:
|
|
13
21
|
VERSION_TUPLE = object
|
|
22
|
+
COMMIT_ID = object
|
|
14
23
|
|
|
15
24
|
version: str
|
|
16
25
|
__version__: str
|
|
17
26
|
__version_tuple__: VERSION_TUPLE
|
|
18
27
|
version_tuple: VERSION_TUPLE
|
|
28
|
+
commit_id: COMMIT_ID
|
|
29
|
+
__commit_id__: COMMIT_ID
|
|
19
30
|
|
|
20
|
-
__version__ = version = '0.15.
|
|
21
|
-
__version_tuple__ = version_tuple = (0, 15,
|
|
31
|
+
__version__ = version = '0.15.6'
|
|
32
|
+
__version_tuple__ = version_tuple = (0, 15, 6)
|
|
33
|
+
|
|
34
|
+
__commit_id__ = commit_id = 'g46c898c68'
|
|
@@ -2,7 +2,7 @@ import base64
|
|
|
2
2
|
from typing import Any
|
|
3
3
|
from uuid import UUID
|
|
4
4
|
from dataclasses import asdict
|
|
5
|
-
from argus.common.sct_types import GeminiResultsRequest, PerformanceResultsRequest
|
|
5
|
+
from argus.common.sct_types import GeminiResultsRequest, PerformanceResultsRequest, RawEventPayload
|
|
6
6
|
from argus.common.enums import ResourceState, TestStatus
|
|
7
7
|
from argus.client.base import ArgusClient
|
|
8
8
|
from argus.client.sct.types import EventsInfo, LogLink, Package
|
|
@@ -25,6 +25,7 @@ class ArgusSCTClient(ArgusClient):
|
|
|
25
25
|
SUBMIT_PERFORMANCE_RESULTS = "/sct/$id/performance/submit"
|
|
26
26
|
FINALIZE_NEMESIS = "/sct/$id/nemesis/finalize"
|
|
27
27
|
SUBMIT_EVENTS = "/sct/$id/events/submit"
|
|
28
|
+
SUBMIT_EVENT = "/sct/$id/event/submit"
|
|
28
29
|
SUBMIT_JUNIT_REPORT = "/sct/$id/junit/submit"
|
|
29
30
|
|
|
30
31
|
def __init__(self, run_id: UUID, auth_token: str, base_url: str, api_version="v1", extra_headers: dict | None = None) -> None:
|
|
@@ -81,6 +82,17 @@ class ArgusSCTClient(ArgusClient):
|
|
|
81
82
|
response = super().update_product_version(run_type=self.test_type, run_id=self.run_id, product_version=version)
|
|
82
83
|
self.check_response(response)
|
|
83
84
|
|
|
85
|
+
def submit_event(self, event_data: RawEventPayload | list[RawEventPayload]):
|
|
86
|
+
response = self.post(
|
|
87
|
+
endpoint=self.Routes.SUBMIT_EVENT,
|
|
88
|
+
location_params={"id": str(self.run_id)},
|
|
89
|
+
body={
|
|
90
|
+
**self.generic_body,
|
|
91
|
+
"data": event_data,
|
|
92
|
+
}
|
|
93
|
+
)
|
|
94
|
+
self.check_response(response)
|
|
95
|
+
|
|
84
96
|
def submit_sct_logs(self, logs: list[LogLink]) -> None:
|
|
85
97
|
"""
|
|
86
98
|
Submits links to logs collected from nodes by SCT
|
|
@@ -1,6 +1,21 @@
|
|
|
1
1
|
from typing import TypedDict
|
|
2
2
|
|
|
3
3
|
|
|
4
|
+
class RawEventPayload(TypedDict):
|
|
5
|
+
run_id: str
|
|
6
|
+
severity: str
|
|
7
|
+
ts: float
|
|
8
|
+
message: str
|
|
9
|
+
event_type: str
|
|
10
|
+
received_timestamp: str | None
|
|
11
|
+
nemesis_name: str | None
|
|
12
|
+
duration: float | None
|
|
13
|
+
node: str | None
|
|
14
|
+
target_node: str | None
|
|
15
|
+
known_issue: str | None
|
|
16
|
+
nemesis_status: str | None
|
|
17
|
+
|
|
18
|
+
|
|
4
19
|
class RawHDRHistogram(TypedDict):
|
|
5
20
|
start_time: int
|
|
6
21
|
percentile_90: float
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: argus-alm
|
|
3
|
-
Version: 0.15.
|
|
3
|
+
Version: 0.15.6
|
|
4
4
|
Summary: Argus
|
|
5
5
|
Author-email: Alexey Kartashov <alexey.kartashov@scylladb.com>, Łukasz Sójka <lukasz.sojka@scylladb.com>
|
|
6
6
|
License-Expression: Apache-2.0
|
|
@@ -106,7 +106,7 @@ yarn install
|
|
|
106
106
|
Compile frontend files from `/frontend` into `/public/dist`
|
|
107
107
|
|
|
108
108
|
```bash
|
|
109
|
-
yarn
|
|
109
|
+
yarn rollup -c
|
|
110
110
|
```
|
|
111
111
|
|
|
112
112
|
Create a `argus.local.yaml` configuration file (used to configure database connection) and a `argus_web.yaml` (used for webapp secrets) in your application install directory.
|
|
@@ -15,12 +15,12 @@ commitlint.config.js
|
|
|
15
15
|
docker-entrypoint.sh
|
|
16
16
|
package.json
|
|
17
17
|
pyproject.toml
|
|
18
|
+
rollup.config.js
|
|
18
19
|
run_with_profiler.py
|
|
19
20
|
start_argus.sh
|
|
20
21
|
tsconfig.json
|
|
21
22
|
uv.lock
|
|
22
23
|
uwsgi.ini
|
|
23
|
-
webpack.config.js
|
|
24
24
|
yarn.lock
|
|
25
25
|
.github/workflows/.gitkeep
|
|
26
26
|
.github/workflows/lint.yml
|
|
@@ -135,7 +135,7 @@ can be ignored.
|
|
|
135
135
|
## Run the application
|
|
136
136
|
Compile frontend files from `/frontend` into `/public/dist`. Add --watch to recompile files on change.
|
|
137
137
|
```bash
|
|
138
|
-
|
|
138
|
+
ROLLUP_ENV=development yarn rollup -c --watch
|
|
139
139
|
```
|
|
140
140
|
|
|
141
141
|
```bash
|
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
import ReleaseManager from "./ReleaseManager.svelte";
|
|
7
7
|
import ViewsManager from "./ViewsManager.svelte";
|
|
8
8
|
|
|
9
|
-
|
|
9
|
+
let { currentRoute = $bindable() } = $props();
|
|
10
10
|
|
|
11
11
|
const routes = {
|
|
12
12
|
index: AdminPanelWelcome,
|
|
@@ -25,6 +25,8 @@
|
|
|
25
25
|
onMount(() => {
|
|
26
26
|
document.title = document.title.replace("%ROUTE", titleCase(currentRoute));
|
|
27
27
|
});
|
|
28
|
+
|
|
29
|
+
const SvelteComponent = $derived(routes[currentRoute] ?? routes["index"]);
|
|
28
30
|
</script>
|
|
29
31
|
|
|
30
32
|
<div class="container-fluid">
|
|
@@ -36,7 +38,7 @@
|
|
|
36
38
|
class:btn-primary={currentRoute == "index"}
|
|
37
39
|
class:btn-outline-primary={currentRoute != "index"}
|
|
38
40
|
class="btn h-100 w-100"
|
|
39
|
-
|
|
41
|
+
onclick={(e) => handleRouteClick("index", e)}
|
|
40
42
|
>
|
|
41
43
|
Home
|
|
42
44
|
</button>
|
|
@@ -46,7 +48,7 @@
|
|
|
46
48
|
class:btn-primary={currentRoute == "users"}
|
|
47
49
|
class:btn-outline-primary={currentRoute != "users"}
|
|
48
50
|
class="btn h-100 w-100"
|
|
49
|
-
|
|
51
|
+
onclick={(e) => handleRouteClick("users", e)}
|
|
50
52
|
>
|
|
51
53
|
Users
|
|
52
54
|
</button>
|
|
@@ -56,7 +58,7 @@
|
|
|
56
58
|
class:btn-primary={currentRoute == "releases"}
|
|
57
59
|
class:btn-outline-primary={currentRoute != "releases"}
|
|
58
60
|
class="btn h-100 w-100"
|
|
59
|
-
|
|
61
|
+
onclick={(e) => handleRouteClick("releases", e)}
|
|
60
62
|
>
|
|
61
63
|
Releases
|
|
62
64
|
</button>
|
|
@@ -66,7 +68,7 @@
|
|
|
66
68
|
class:btn-primary={currentRoute == "views"}
|
|
67
69
|
class:btn-outline-primary={currentRoute != "views"}
|
|
68
70
|
class="btn h-100 w-100"
|
|
69
|
-
|
|
71
|
+
onclick={(e) => handleRouteClick("views", e)}
|
|
70
72
|
>
|
|
71
73
|
Views
|
|
72
74
|
</button>
|
|
@@ -74,7 +76,7 @@
|
|
|
74
76
|
</ul>
|
|
75
77
|
</div>
|
|
76
78
|
<div class="col-9 min-vh-100 ">
|
|
77
|
-
<
|
|
79
|
+
<SvelteComponent />
|
|
78
80
|
</div>
|
|
79
81
|
</div>
|
|
80
82
|
</div>
|
|
@@ -1,11 +1,10 @@
|
|
|
1
1
|
<script>
|
|
2
2
|
import { createEventDispatcher } from "svelte";
|
|
3
|
-
export let tests;
|
|
4
|
-
export let groups;
|
|
5
3
|
const dispatch = createEventDispatcher();
|
|
4
|
+
let { tests, groups } = $props();
|
|
6
5
|
|
|
7
|
-
let selectedGroup = tests.length > 0 ? tests[0].group_id : undefined;
|
|
8
|
-
let selectedTests = [];
|
|
6
|
+
let selectedGroup = $state(tests.length > 0 ? tests[0].group_id : undefined);
|
|
7
|
+
let selectedTests = $state([]);
|
|
9
8
|
|
|
10
9
|
const handleTestsMove = function () {
|
|
11
10
|
dispatch("testsMove", {
|
|
@@ -49,10 +48,10 @@
|
|
|
49
48
|
</select>
|
|
50
49
|
</div>
|
|
51
50
|
<div class="form-group text-end">
|
|
52
|
-
<button class="btn btn-secondary"
|
|
51
|
+
<button class="btn btn-secondary" onclick={handleCancel}>
|
|
53
52
|
Cancel
|
|
54
53
|
</button>
|
|
55
|
-
<button class="btn btn-success"
|
|
54
|
+
<button class="btn btn-success" onclick={handleTestsMove}>
|
|
56
55
|
Move
|
|
57
56
|
</button>
|
|
58
57
|
</div>
|
|
@@ -1,15 +1,25 @@
|
|
|
1
1
|
<script>
|
|
2
|
+
import { run } from 'svelte/legacy';
|
|
3
|
+
|
|
2
4
|
import { createEventDispatcher } from "svelte";
|
|
3
5
|
import * as urlSlug from "url-slug";
|
|
4
6
|
const dispatch = createEventDispatcher();
|
|
5
|
-
|
|
6
|
-
|
|
7
|
+
/**
|
|
8
|
+
* @typedef {Object} Props
|
|
9
|
+
* @property {string} [releaseId]
|
|
10
|
+
*/
|
|
11
|
+
|
|
12
|
+
/** @type {Props} */
|
|
13
|
+
let { releaseId = "" } = $props();
|
|
14
|
+
let newGroup = $state({
|
|
7
15
|
group_name: "",
|
|
8
16
|
pretty_name: "",
|
|
9
17
|
build_system_id: "",
|
|
10
|
-
};
|
|
18
|
+
});
|
|
11
19
|
|
|
12
|
-
|
|
20
|
+
run(() => {
|
|
21
|
+
newGroup.group_name = urlSlug.convert(newGroup.pretty_name);
|
|
22
|
+
});
|
|
13
23
|
|
|
14
24
|
const handleGroupCreate = function() {
|
|
15
25
|
dispatch("groupCreate", Object.assign({
|
|
@@ -53,11 +63,11 @@
|
|
|
53
63
|
<div class="mt-2 text-end">
|
|
54
64
|
<button
|
|
55
65
|
class="btn btn-secondary"
|
|
56
|
-
|
|
66
|
+
onclick={handleGroupCreationCancel}
|
|
57
67
|
>
|
|
58
68
|
Cancel
|
|
59
69
|
</button>
|
|
60
|
-
<button class="btn btn-success"
|
|
70
|
+
<button class="btn btn-success" onclick={handleGroupCreate}>
|
|
61
71
|
Create
|
|
62
72
|
</button>
|
|
63
73
|
</div>
|
|
@@ -1,13 +1,17 @@
|
|
|
1
1
|
<script>
|
|
2
|
+
import { run } from 'svelte/legacy';
|
|
3
|
+
|
|
2
4
|
import { createEventDispatcher } from "svelte";
|
|
3
5
|
import * as urlSlug from "url-slug";
|
|
4
6
|
const dispatch = createEventDispatcher();
|
|
5
|
-
let newRelease = {
|
|
7
|
+
let newRelease = $state({
|
|
6
8
|
release_name: "",
|
|
7
9
|
pretty_name: "",
|
|
8
10
|
perpetual: false,
|
|
9
|
-
};
|
|
10
|
-
|
|
11
|
+
});
|
|
12
|
+
run(() => {
|
|
13
|
+
newRelease.release_name = urlSlug.convert(newRelease.pretty_name);
|
|
14
|
+
});
|
|
11
15
|
|
|
12
16
|
const handleReleaseCreate = function() {
|
|
13
17
|
dispatch("releaseCreate", newRelease);
|
|
@@ -49,11 +53,11 @@
|
|
|
49
53
|
<div class="mt-2 text-end">
|
|
50
54
|
<button
|
|
51
55
|
class="btn btn-secondary"
|
|
52
|
-
|
|
56
|
+
onclick={handleReleaseCreationCancel}
|
|
53
57
|
>
|
|
54
58
|
Cancel
|
|
55
59
|
</button>
|
|
56
|
-
<button class="btn btn-success"
|
|
60
|
+
<button class="btn btn-success" onclick={handleReleaseCreate}>
|
|
57
61
|
Create
|
|
58
62
|
</button>
|
|
59
63
|
</div>
|
{argus_alm-0.15.5 → argus_alm-0.15.6}/frontend/AdminPanel/ReleaseDeletionConfirmationPopup.svelte
RENAMED
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
<script>
|
|
1
|
+
<script lang="ts">
|
|
2
2
|
import { createEventDispatcher } from "svelte";
|
|
3
3
|
import { sendMessage } from "../Stores/AlertStore";
|
|
4
4
|
const dispatch = createEventDispatcher();
|
|
5
|
-
|
|
6
|
-
let releaseNameForConfirmation = "";
|
|
5
|
+
let { releaseData } = $props();
|
|
6
|
+
let releaseNameForConfirmation = $state("");
|
|
7
7
|
|
|
8
8
|
const confirm = function() {
|
|
9
9
|
if (releaseNameForConfirmation != releaseData.name) {
|
|
@@ -39,12 +39,12 @@
|
|
|
39
39
|
</div>
|
|
40
40
|
</div>
|
|
41
41
|
<div class="mt-2 mb-1">
|
|
42
|
-
<button class="btn btn-danger w-100"
|
|
42
|
+
<button class="btn btn-danger w-100" onclick={() => confirm()}>
|
|
43
43
|
I understand. Delete the release.
|
|
44
44
|
</button>
|
|
45
45
|
</div>
|
|
46
46
|
<div>
|
|
47
|
-
<button class="btn btn-secondary w-100"
|
|
47
|
+
<button class="btn btn-secondary w-100" onclick={() => cancel()}>
|
|
48
48
|
Cancel
|
|
49
49
|
</button>
|
|
50
50
|
</div>
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
<script>
|
|
1
|
+
<script lang="ts">
|
|
2
2
|
import { createEventDispatcher } from "svelte";
|
|
3
3
|
import ReleaseDeletionConfirmationPopup from "./ReleaseDeletionConfirmationPopup.svelte";
|
|
4
4
|
const dispatch = createEventDispatcher();
|
|
5
|
-
|
|
5
|
+
let { releaseData = $bindable() } = $props();
|
|
6
6
|
|
|
7
|
-
let awaitingConfirmation = false;
|
|
7
|
+
let awaitingConfirmation = $state(false);
|
|
8
8
|
|
|
9
9
|
const handleReleaseEdit = function() {
|
|
10
10
|
dispatch("releaseEdit", releaseData);
|
|
@@ -70,7 +70,7 @@
|
|
|
70
70
|
<div class="mt-2 text-end">
|
|
71
71
|
<button
|
|
72
72
|
class="btn btn-danger"
|
|
73
|
-
|
|
73
|
+
onclick={() => (awaitingConfirmation = true)}
|
|
74
74
|
>
|
|
75
75
|
Delete Release
|
|
76
76
|
</button>
|
|
@@ -79,11 +79,11 @@
|
|
|
79
79
|
{/if}
|
|
80
80
|
<button
|
|
81
81
|
class="btn btn-secondary"
|
|
82
|
-
|
|
82
|
+
onclick={handleReleaseEditCancel}
|
|
83
83
|
>
|
|
84
84
|
Cancel
|
|
85
85
|
</button>
|
|
86
|
-
<button class="btn btn-success"
|
|
86
|
+
<button class="btn btn-success" onclick={handleReleaseEdit}>
|
|
87
87
|
Update
|
|
88
88
|
</button>
|
|
89
89
|
</div>
|
|
@@ -14,17 +14,17 @@
|
|
|
14
14
|
import GroupCreator from "./GroupCreator.svelte";
|
|
15
15
|
import TestCreator from "./TestCreator.svelte";
|
|
16
16
|
import ReleaseEditor from "./ReleaseEditor.svelte";
|
|
17
|
-
let releases = [];
|
|
18
|
-
let currentRelease;
|
|
19
|
-
let currentReleaseId;
|
|
17
|
+
let releases = $state([]);
|
|
18
|
+
let currentRelease = $state();
|
|
19
|
+
let currentReleaseId = $state();
|
|
20
20
|
let currentReleaseData;
|
|
21
|
-
let currentGroup;
|
|
22
|
-
let creatingRelease = false;
|
|
23
|
-
let editingRelease = false;
|
|
24
|
-
let creatingGroup = false;
|
|
25
|
-
let creatingTest = false;
|
|
26
|
-
let moving = false;
|
|
27
|
-
let fetching = false;
|
|
21
|
+
let currentGroup = $state();
|
|
22
|
+
let creatingRelease = $state(false);
|
|
23
|
+
let editingRelease = $state(false);
|
|
24
|
+
let creatingGroup = $state(false);
|
|
25
|
+
let creatingTest = $state(false);
|
|
26
|
+
let moving = $state(false);
|
|
27
|
+
let fetching = $state(false);
|
|
28
28
|
|
|
29
29
|
let groups = [];
|
|
30
30
|
let tests = [];
|
|
@@ -337,7 +337,7 @@
|
|
|
337
337
|
<select
|
|
338
338
|
class="form-select"
|
|
339
339
|
bind:value={currentReleaseId}
|
|
340
|
-
|
|
340
|
+
onchange={handleReleaseSelection}
|
|
341
341
|
>
|
|
342
342
|
{#each releases as release (release.id)}
|
|
343
343
|
<option value={release.id}
|
|
@@ -355,7 +355,7 @@
|
|
|
355
355
|
role="switch"
|
|
356
356
|
title="Whether this is a trunk branch, e.g. master"
|
|
357
357
|
bind:checked={currentRelease.perpetual}
|
|
358
|
-
|
|
358
|
+
onchange={handleReleasePerpetualityChange}
|
|
359
359
|
id="releaseManagerSwitchPerpetual"
|
|
360
360
|
/>
|
|
361
361
|
<label
|
|
@@ -370,7 +370,7 @@
|
|
|
370
370
|
role="switch"
|
|
371
371
|
title="Whether or not fetch stats for this release in some cases"
|
|
372
372
|
bind:checked={currentRelease.dormant}
|
|
373
|
-
|
|
373
|
+
onchange={handleReleaseDormancyChange}
|
|
374
374
|
id="releaseManagerSwitchDormant"
|
|
375
375
|
/>
|
|
376
376
|
<label
|
|
@@ -385,7 +385,7 @@
|
|
|
385
385
|
role="switch"
|
|
386
386
|
title="Hide this release from Workspace and Releases page"
|
|
387
387
|
bind:checked={currentRelease.enabled}
|
|
388
|
-
|
|
388
|
+
onchange={handleReleaseStateChange}
|
|
389
389
|
id="releaseManagerSwitchEnabled"
|
|
390
390
|
/>
|
|
391
391
|
<label
|
|
@@ -400,7 +400,7 @@
|
|
|
400
400
|
<div class="mx-2">
|
|
401
401
|
<button
|
|
402
402
|
class="btn btn-primary"
|
|
403
|
-
|
|
403
|
+
onclick={() => (editingRelease = true)}
|
|
404
404
|
>
|
|
405
405
|
Edit
|
|
406
406
|
</button>
|
|
@@ -416,7 +416,7 @@
|
|
|
416
416
|
{/if}
|
|
417
417
|
<button
|
|
418
418
|
class="btn btn-success"
|
|
419
|
-
|
|
419
|
+
onclick={() => (creatingRelease = true)}
|
|
420
420
|
>
|
|
421
421
|
New Release
|
|
422
422
|
</button>
|
|
@@ -432,7 +432,7 @@
|
|
|
432
432
|
<div class="row border-top mt-2">
|
|
433
433
|
<div class="col">
|
|
434
434
|
<div class="d-flex align-items-center justify-content-center bg-white py-4">
|
|
435
|
-
<span class="spinner-border spinner-border-sm"
|
|
435
|
+
<span class="spinner-border spinner-border-sm"></span> <span class="ms-2">Working...</span>
|
|
436
436
|
</div>
|
|
437
437
|
</div>
|
|
438
438
|
</div>
|
|
@@ -442,7 +442,7 @@
|
|
|
442
442
|
<row class="border-top mt-2">
|
|
443
443
|
<div class="col">
|
|
444
444
|
<div class="text-muted text-center mt-4">
|
|
445
|
-
<span class="spinner-border spinner-border-sm"
|
|
445
|
+
<span class="spinner-border spinner-border-sm"></span> Loading...
|
|
446
446
|
</div>
|
|
447
447
|
</div>
|
|
448
448
|
</row>
|
|
@@ -455,7 +455,7 @@
|
|
|
455
455
|
<button
|
|
456
456
|
class="ms-2 btn btn-sm btn-success"
|
|
457
457
|
title="Create new"
|
|
458
|
-
|
|
458
|
+
onclick={() => (creatingGroup = true)}
|
|
459
459
|
>
|
|
460
460
|
New Group
|
|
461
461
|
</button>
|
|
@@ -474,7 +474,7 @@
|
|
|
474
474
|
class="list-group-item d-flex"
|
|
475
475
|
role="button"
|
|
476
476
|
class:selected={currentGroup?.id == group.id}
|
|
477
|
-
|
|
477
|
+
onclick={() => handleGroupChange(group)}
|
|
478
478
|
>
|
|
479
479
|
<ReleaseManagerGroup
|
|
480
480
|
{group}
|
|
@@ -493,7 +493,7 @@
|
|
|
493
493
|
<div class="col-6">
|
|
494
494
|
{#await fetchGroupTests(currentGroup)}
|
|
495
495
|
<div class="text-center text-muted mt-4">
|
|
496
|
-
<span class="spinner-border spinner-border-sm"
|
|
496
|
+
<span class="spinner-border spinner-border-sm"></span> Loading...
|
|
497
497
|
</div>
|
|
498
498
|
{:then groupTests}
|
|
499
499
|
<div class="d-flex align-items-center mb-2 my-2">
|
|
@@ -501,7 +501,7 @@
|
|
|
501
501
|
<button
|
|
502
502
|
class="ms-2 btn btn-sm btn-success"
|
|
503
503
|
title="Batch move"
|
|
504
|
-
|
|
504
|
+
onclick={() => (moving = true)}
|
|
505
505
|
><Fa icon={faDolly} /></button
|
|
506
506
|
>
|
|
507
507
|
{#if moving}
|
|
@@ -516,7 +516,7 @@
|
|
|
516
516
|
<button
|
|
517
517
|
class="ms-2 btn btn-sm btn-success"
|
|
518
518
|
title="Create new"
|
|
519
|
-
|
|
519
|
+
onclick={() => (creatingTest = true)}
|
|
520
520
|
>New Test</button
|
|
521
521
|
>
|
|
522
522
|
{#if creatingTest}
|