Skip to content

Commit

Permalink
Revert "Replace footer with help menu (#257)" (#266)
Browse files Browse the repository at this point in the history
This reverts commit cce3c57.
  • Loading branch information
omar-selo authored Feb 14, 2025
1 parent cce3c57 commit 0cf5f49
Show file tree
Hide file tree
Showing 375 changed files with 4,857 additions and 1,578 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test_frontend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- uses: actions/checkout@v3
- uses: subosito/flutter-action@v2
with:
flutter-version: '3.27.4'
flutter-version: '3.22.3'
channel: 'stable'
- run: flutter pub get
- run: flutter pub run build_runner build
Expand Down
8 changes: 4 additions & 4 deletions .licenserc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ header:
license:
spdx-id: AGPL-3.0-only
copyright-owner: Canonical Ltd.
copyright-year: 2023-2025
copyright-year: 2023
software-name: Test Observer Backend
content: |
Copyright (C) [year] [owner]
Expand All @@ -29,7 +29,7 @@ header:
license:
spdx-id: GPL-3.0-only
copyright-owner: Canonical Ltd.
copyright-year: 2023-2025
copyright-year: 2023
software-name: Test Observer Frontend
content: |
Copyright (C) [year] [owner]
Expand Down Expand Up @@ -58,13 +58,13 @@ header:
license:
spdx-id: Apache-2.0
copyright-owner: Canonical Ltd.
copyright-year: 2023-2025
copyright-year: 2023
software-name: Test Observer Backend Charm
- paths:
- "frontend/charm/src/**/*.py"
- "frontend/charm/tests/**/*.py"
license:
spdx-id: Apache-2.0
copyright-owner: Canonical Ltd.
copyright-year: 2023-2025
copyright-year: 2023
software-name: Test Observer Frontend Charm
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Test Observer (TO) is a dashboard for viewing the results of tests run on different environments for a particular artefact. A user interested in testing an artefact (a deb, snap, charm or image) under different environments (particular machines or cloud setups) can use TO as means for storing, viewing and comparing results with previous runs or versions of an artefact. The last use case is particularly useful for catching regressions. Additionally, TO provides a mechanism to assign reviewers that can look at results and mark artefacts as approved or failed to gate updates. It is important to note that TO does not run the tests itself, but provides an API with which users can report the results to.

Certification currently deploys an instance of TO that they used for reviewing Stable Release Updates (SRUs). Other teams also use this instance for their tests. You can visit the [frontend](https://test-observer.canonical.com/) and view the [API docs](https://test-observer-api.canonical.com/docs), although this currently requires Canonical VPN access. There's also a staging deployment of [frontend](https://test-observer-staging.canonical.com/) and [API] (<https://test-observer-api-staging.canonical.com/docs>) that teams can use to test their integration.
Certification currently deploys an instance of TO that they used for reviewing Stable Release Updates (SRUs). Other teams also use this instance for their tests. You can visit the `frontend <https://test-observer.canonical.com/>`_and view the `API docs <https://test-observer-api.canonical.com/docs>`_, although this currently requires Canonical VPN access. There's also a staging deployment of `frontend <https://test-observer-staging.canonical.com/>`_and `API <https://test-observer-api-staging.canonical.com/docs>`_ that teams can use to test their integration.

## Run Locally

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 2023-2025 Canonical Ltd.
# Copyright 2023 Canonical Ltd.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 2023-2025 Canonical Ltd.
# Copyright 2023 Canonical Ltd.
# Licensed under the Apache2.0, see LICENCE file in charm source for details.
"""Library for the nginx-route relation.
Expand Down
2 changes: 1 addition & 1 deletion backend/charm/src/charm.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/usr/bin/env python3
# Copyright 2023-2025 Canonical Ltd.
# Copyright 2023 Canonical Ltd.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion backend/migrations/env.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (C) 2023-2025 Canonical Ltd.
# Copyright (C) 2023 Canonical Ltd.
#
# This file is part of Test Observer Backend.
#
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (C) 2023-2025 Canonical Ltd.
# Copyright (C) 2023 Canonical Ltd.
#
# This file is part of Test Observer Backend.
#
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (C) 2023-2025 Canonical Ltd.
# Copyright (C) 2023 Canonical Ltd.
#
# This file is part of Test Observer Backend.
#
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (C) 2023-2025 Canonical Ltd.
# Copyright (C) 2023 Canonical Ltd.
#
# This file is part of Test Observer Backend.
#
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (C) 2023-2025 Canonical Ltd.
# Copyright (C) 2023 Canonical Ltd.
#
# This file is part of Test Observer Backend.
#
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (C) 2023-2025 Canonical Ltd.
# Copyright (C) 2023 Canonical Ltd.
#
# This file is part of Test Observer Backend.
#
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (C) 2023-2025 Canonical Ltd.
# Copyright (C) 2023 Canonical Ltd.
#
# This file is part of Test Observer Backend.
#
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (C) 2023-2025 Canonical Ltd.
# Copyright (C) 2023 Canonical Ltd.
#
# This file is part of Test Observer Backend.
#
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (C) 2023-2025 Canonical Ltd.
# Copyright (C) 2023 Canonical Ltd.
#
# This file is part of Test Observer Backend.
#
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (C) 2023-2025 Canonical Ltd.
# Copyright (C) 2023 Canonical Ltd.
#
# This file is part of Test Observer Backend.
#
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (C) 2023-2025 Canonical Ltd.
# Copyright (C) 2023 Canonical Ltd.
#
# This file is part of Test Observer Backend.
#
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (C) 2023-2025 Canonical Ltd.
# Copyright (C) 2023 Canonical Ltd.
#
# This file is part of Test Observer Backend.
#
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (C) 2023-2025 Canonical Ltd.
# Copyright (C) 2023 Canonical Ltd.
#
# This file is part of Test Observer Backend.
#
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (C) 2023-2025 Canonical Ltd.
# Copyright (C) 2023 Canonical Ltd.
#
# This file is part of Test Observer Backend.
#
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (C) 2023-2025 Canonical Ltd.
# Copyright (C) 2023 Canonical Ltd.
#
# This file is part of Test Observer Backend.
#
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (C) 2023-2025 Canonical Ltd.
# Copyright (C) 2023 Canonical Ltd.
#
# This file is part of Test Observer Backend.
#
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (C) 2023-2025 Canonical Ltd.
# Copyright (C) 2023 Canonical Ltd.
#
# This file is part of Test Observer Backend.
#
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (C) 2023-2025 Canonical Ltd.
# Copyright (C) 2023 Canonical Ltd.
#
# This file is part of Test Observer Backend.
#
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (C) 2023-2025 Canonical Ltd.
# Copyright (C) 2023 Canonical Ltd.
#
# This file is part of Test Observer Backend.
#
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (C) 2023-2025 Canonical Ltd.
# Copyright (C) 2023 Canonical Ltd.
#
# This file is part of Test Observer Backend.
#
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (C) 2023-2025 Canonical Ltd.
# Copyright (C) 2023 Canonical Ltd.
#
# This file is part of Test Observer Backend.
#
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (C) 2023-2025 Canonical Ltd.
# Copyright (C) 2023 Canonical Ltd.
#
# This file is part of Test Observer Backend.
#
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (C) 2023-2025 Canonical Ltd.
# Copyright (C) 2023 Canonical Ltd.
#
# This file is part of Test Observer Backend.
#
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (C) 2023-2025 Canonical Ltd.
# Copyright (C) 2023 Canonical Ltd.
#
# This file is part of Test Observer Backend.
#
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (C) 2023-2025 Canonical Ltd.
# Copyright (C) 2023 Canonical Ltd.
#
# This file is part of Test Observer Backend.
#
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (C) 2023-2025 Canonical Ltd.
# Copyright (C) 2023 Canonical Ltd.
#
# This file is part of Test Observer Backend.
#
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (C) 2023-2025 Canonical Ltd.
# Copyright (C) 2023 Canonical Ltd.
#
# This file is part of Test Observer Backend.
#
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (C) 2023-2025 Canonical Ltd.
# Copyright (C) 2023 Canonical Ltd.
#
# This file is part of Test Observer Backend.
#
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (C) 2023-2025 Canonical Ltd.
# Copyright (C) 2023 Canonical Ltd.
#
# This file is part of Test Observer Backend.
#
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (C) 2023-2025 Canonical Ltd.
# Copyright (C) 2023 Canonical Ltd.
#
# This file is part of Test Observer Backend.
#
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (C) 2023-2025 Canonical Ltd.
# Copyright (C) 2023 Canonical Ltd.
#
# This file is part of Test Observer Backend.
#
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (C) 2023-2025 Canonical Ltd.
# Copyright (C) 2023 Canonical Ltd.
#
# This file is part of Test Observer Backend.
#
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (C) 2023-2025 Canonical Ltd.
# Copyright (C) 2023 Canonical Ltd.
#
# This file is part of Test Observer Backend.
#
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (C) 2023-2025 Canonical Ltd.
# Copyright (C) 2023 Canonical Ltd.
#
# This file is part of Test Observer Backend.
#
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (C) 2023-2025 Canonical Ltd.
# Copyright (C) 2023 Canonical Ltd.
#
# This file is part of Test Observer Backend.
#
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (C) 2023-2025 Canonical Ltd.
# Copyright (C) 2023 Canonical Ltd.
#
# This file is part of Test Observer Backend.
#
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (C) 2023-2025 Canonical Ltd.
# Copyright (C) 2023 Canonical Ltd.
#
# This file is part of Test Observer Backend.
#
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (C) 2023-2025 Canonical Ltd.
# Copyright (C) 2023 Canonical Ltd.
#
# This file is part of Test Observer Backend.
#
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (C) 2023-2025 Canonical Ltd.
# Copyright (C) 2023 Canonical Ltd.
#
# This file is part of Test Observer Backend.
#
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (C) 2023-2025 Canonical Ltd.
# Copyright (C) 2023 Canonical Ltd.
#
# This file is part of Test Observer Backend.
#
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (C) 2023-2025 Canonical Ltd.
# Copyright (C) 2023 Canonical Ltd.
#
# This file is part of Test Observer Backend.
#
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (C) 2023-2025 Canonical Ltd.
# Copyright (C) 2023 Canonical Ltd.
#
# This file is part of Test Observer Backend.
#
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (C) 2023-2025 Canonical Ltd.
# Copyright (C) 2023 Canonical Ltd.
#
# This file is part of Test Observer Backend.
#
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (C) 2023-2025 Canonical Ltd.
# Copyright (C) 2023 Canonical Ltd.
#
# This file is part of Test Observer Backend.
#
Expand Down
2 changes: 1 addition & 1 deletion backend/migrations/versions/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (C) 2023-2025 Canonical Ltd.
# Copyright (C) 2023 Canonical Ltd.
#
# This file is part of Test Observer Backend.
#
Expand Down
2 changes: 1 addition & 1 deletion backend/scripts/add_user.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/usr/bin/env python
# Copyright (C) 2023-2025 Canonical Ltd.
# Copyright (C) 2023 Canonical Ltd.
#
# This file is part of Test Observer Backend.
#
Expand Down
2 changes: 1 addition & 1 deletion backend/scripts/change_assignee.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/usr/bin/env python
# Copyright (C) 2023-2025 Canonical Ltd.
# Copyright (C) 2023 Canonical Ltd.
#
# This file is part of Test Observer Backend.
#
Expand Down
2 changes: 1 addition & 1 deletion backend/scripts/compare_submissions.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (C) 2023-2025 Canonical Ltd.
# Copyright (C) 2023 Canonical Ltd.
#
# This file is part of Test Observer Backend.
#
Expand Down
2 changes: 1 addition & 1 deletion backend/scripts/delete_artefact.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/usr/bin/env python
# Copyright (C) 2023-2025 Canonical Ltd.
# Copyright (C) 2023 Canonical Ltd.
#
# This file is part of Test Observer Backend.
#
Expand Down
2 changes: 1 addition & 1 deletion backend/scripts/rerun_failing_test_executions.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (C) 2023-2025 Canonical Ltd.
# Copyright (C) 2023 Canonical Ltd.
#
# This file is part of Test Observer Backend.
#
Expand Down
2 changes: 1 addition & 1 deletion backend/scripts/seed_data.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/usr/bin/env python
# Copyright (C) 2023-2025 Canonical Ltd.
# Copyright (C) 2023 Canonical Ltd.
#
# This file is part of Test Observer Backend.
#
Expand Down
2 changes: 1 addition & 1 deletion backend/scripts/show_common_failures.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (C) 2023-2025 Canonical Ltd.
# Copyright (C) 2023 Canonical Ltd.
#
# This file is part of Test Observer Backend.
#
Expand Down
2 changes: 1 addition & 1 deletion backend/scripts/show_testcase_history.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (C) 2023-2025 Canonical Ltd.
# Copyright (C) 2023 Canonical Ltd.
#
# This file is part of Test Observer Backend.
#
Expand Down
2 changes: 1 addition & 1 deletion backend/tasks/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (C) 2023-2025 Canonical Ltd.
# Copyright (C) 2023 Canonical Ltd.
#
# This file is part of Test Observer Backend.
#
Expand Down
Loading

0 comments on commit 0cf5f49

Please sign in to comment.