Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update module names #65

Closed
wants to merge 3 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions __main__.py
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
import argparse
import sys

from bugz import BugzillaClient
from github import GithubClient
from jira import JiraClient
from testrail import TestRailClient
from api_bugzilla import BugzillaClient
from api_github import GithubClient
from api_jira import JiraClient
from api_testrail import TestRailClient
import api_confluence
from utils.constants import PROJECTS_MOBILE, PROJECTS_ECOSYSTEM, PROJECTS_DESKTOP, PLATFORMS, REPORT_TYPES # noqa

Expand Down
File renamed without changes.
4 changes: 2 additions & 2 deletions api_confluence.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@
# PAGE_ID = "419954941"
PAGE_ID = "1346961433"
page_url = f"{BASE_URL}/content/{PAGE_ID}"
YAML_FILE_PATH = "confluence-reports.yaml"
IMAGE_PATH = "images"
YAML_FILE_PATH = "confluence/confluence-reports.yaml"
IMAGE_PATH = "confluence/images"


def image_attachments_delete():
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
85 changes: 0 additions & 85 deletions confluence-reports.yaml

This file was deleted.

124 changes: 124 additions & 0 deletions confluence/confluence-reports.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,124 @@
wiki_page:
page_id: "1346961433"
sections:
- name: "Mobile Feature Request Workload"
reports:
- report-title: "Workload per Platform 2025"
report-description: "Number of Feature Requests per platform in 2025"
attachment-filename: "workload-per-platform-2025.png"
looker-graph-url: "https://mozilla.cloud.looker.com/embed/looks/2707"

- report-title: "Workload per Platform 2024"
report-description: "Number of Feature Requests per platform in 2024"
attachment-filename: "workload-per-platform-2024.png"
looker-graph-url: "https://mozilla.cloud.looker.com/embed/looks/2710"

- report-title: "YoY Feature Requests"
report-description: "Number of Feature Requests YoY per Platform"
attachment-filename: "yoy-feature-requests.png"
looker-graph-url: "https://mozilla.cloud.looker.com/embed/looks/2711"

- report-title: "Feature Requests per half year cycle"
report-description: "Number of Feature Requests each half of the year and per Platform"
attachment-filename: "feature-requests-half-year.png"
looker-graph-url: "https://mozilla.cloud.looker.com/embed/looks/2730"

- report-title: "Feature Requests per Release Train"
report-description: "Number of Feature Requests for each release train"
attachment-filename: "feature-requests-release-train.png"
looker-graph-url: "https://mozilla.cloud.looker.com/embed/looks/2711"

- name: "Sofvision Workload"
reports:
- report-title: "Android Workload per Release Cycle"
report-description: "Workload per Release Cycle.\n\n Tasks for each requests are sized with Story Points \n\n Team is at capacity when they reach 22 SP (margin 5)"
attachment-filename: "android-workload-per-release-cycle.png"
looker-graph-url: "https://mozilla.cloud.looker.com/embed/looks/2712"

- report-title: "iOS Workload per Release Cycle"
report-description: "Workload per Release Cycle.\n\n Tasks for each requests are sized with Story Points \n\n Team is at capacity when they reach 22 SP (margin 5)"
attachment-filename: "ios-workload-per-release-cycle.png"
looker-graph-url: "https://mozilla.cloud.looker.com/embed/looks/2735"

- report-title: "Android Workload per Release Cycle per Person"
report-description: "TBD"
attachment-filename: "android-workload-per-person-per-release-cycle.png"
looker-graph-url: "https://mozilla.cloud.looker.com/embed/looks/2736"

- report-title: "iOS Workload per Release Cycle per Person"
report-description: "TBD"
attachment-filename: "ios-workload-per-person-per-release-cycle.png"
looker-graph-url: "https://mozilla.cloud.looker.com/embed/looks/2737"

- report-title: "Fenix Releases Tested"
report-description: "TBD"
attachment-filename: "fenix-verified-builds-pie-chart.png"
looker-graph-url: "https://mozilla.cloud.looker.com/embed/looks/2718"

- report-title: "Firefox-iOS Releases Tested"
report-description: "TBD"
attachment-filename: "firefox-ios-verified-builds-pie-chart.png"
looker-graph-url: "https://mozilla.cloud.looker.com/embed/looks/2719"

- report-title: "Focus-android Releases Tested"
report-description: "TBD"
attachment-filename: "focus-android-verified-builds-pie-chart.png"
looker-graph-url: "https://mozilla.cloud.looker.com/embed/looks/2731"

- report-title: "Focus-iOS Releases Tested"
report-description: "TBD"
attachment-filename: "focus-ios-verified-builds-pie-chart.png"
looker-graph-url: "https://mozilla.cloud.looker.com/embed/looks/2734"


- name: "Mobile Test Automation Coverage"
reports:
- report-title: "Firefox-iOS"
report-description: "Test Automation Coverage for Firefox-iOS Full Functional"
attachment-filename: "test-automation-coverage-full-functional-pie-chart-firefox-ios.png"
looker-graph-url: "https://mozilla.cloud.looker.com/embed/looks/2713"

- report-title: "Firefox-iOS"
report-description: "Test Automation Coverage for Firefox-iOS Smoke"
attachment-filename: "test-automation-coverage-smoke-pie-chart-firefox-ios.png"
looker-graph-url: "https://mozilla.cloud.looker.com/embed/looks/2714"

- report-title: "Fenix"
report-description: "Test Automation Coverage for Fenix Full Functional"
attachment-filename: "fenix-test-automation-coverage-full-functional-pie-chart.png"
looker-graph-url: "https://mozilla.cloud.looker.com/embed/looks/2738"

- report-title: "Fenix"
report-description: "Test Automation Coverage for Fenix Smoke"
attachment-filename: "fenix-test-automation-coverage-smoke-pie-chart.png"
looker-graph-url: "https://mozilla.cloud.looker.com/dembed/looks/2740"

- name: "Mobile Feature Requests Dashboards"
reports:
- report-title: "Mobile Feature Requests"
report-description: "All graphs in Dashboard"
attachment-filename: "dashboard-mobile-feature-testing-requests.png"
looker-graph-url: "https://mozilla.cloud.looker.com/dashboards/1854"

- report-title: "iOS Feature Requests"
report-description: "TBD"
attachment-filename: "404.png"
looker-graph-url: "https://mozilla.cloud.looker.com/dashboards/1846"

- report-title: "Android Feature Requests"
report-description: "TBD"
attachment-filename: "404.png"
looker-graph-url: "https://mozilla.cloud.looker.com/dashboards/1864"

- name: "Test Automation Coverage Dashboards"
reports:
- report-title: "Fenix Test Automation Coverage"
report-description: "All graphs in Dashboard"
attachment-filename: "dashboard-test-automation-coverage-fenix.png"
looker-graph-url: "https://mozilla.cloud.looker.com/dashboards/562"

- report-title: "iOS Test Automation Coverage"
report-description: "TBD"
attachment-filename: "404.png"
looker-graph-url: "https://mozilla.cloud.looker.com/dashboards/601"

File renamed without changes
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.