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
Changes from 1 commit
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
Next Next commit
update module names
rpappalax committed Mar 6, 2025
commit 1c2fba6ab934c2a33287a5397272f00d5a0838e4
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

File renamed without changes.
4 changes: 2 additions & 2 deletions api_confluence.py
Original file line number Diff line number Diff line change
@@ -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():
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes