.git_archival.txt
.gitattributes
.gitchangelog.rc
.packit.yaml
.pre-commit-config.yaml
CHANGELOG.md
CONTRIBUTING.md
Jenkinsfile
LICENSE
Makefile
README.md
markdown.tpl
python-ogr.spec
recipe.yaml
release-conf.yaml
setup.cfg
setup.py
tox.ini
ogr/__init__.py
ogr/abstract.py
ogr/constant.py
ogr/exceptions.py
ogr/mock_core.py
ogr/utils.py
ogr.egg-info/PKG-INFO
ogr.egg-info/SOURCES.txt
ogr.egg-info/dependency_links.txt
ogr.egg-info/requires.txt
ogr.egg-info/top_level.txt
ogr/services/__init__.py
ogr/services/base.py
ogr/services/github.py
ogr/services/gitlab.py
ogr/services/pagure.py
ogr/services/mock/__init__.py
ogr/services/mock/github_mock.py
ogr/services/mock/pagure_mock.py
tests/__init__.py
tests/integration/__init__.py
tests/integration/conftest.py
tests/integration/test_github.py
tests/integration/test_github_readonly.py
tests/integration/test_pagure.py
tests/integration/test_data/test_github_data_tests.integration.test_github.Comments.test_pr_comments.yaml
tests/integration/test_data/test_github_data_tests.integration.test_github.Comments.test_pr_comments_filter.yaml
tests/integration/test_data/test_github_data_tests.integration.test_github.Comments.test_pr_comments_reversed.yaml
tests/integration/test_data/test_github_data_tests.integration.test_github.Comments.test_pr_comments_search.yaml
tests/integration/test_data/test_github_data_tests.integration.test_github.Forks.test_create_fork.yaml
tests/integration/test_data/test_github_data_tests.integration.test_github.Forks.test_fork.yaml
tests/integration/test_data/test_github_data_tests.integration.test_github.Forks.test_get_fork.yaml
tests/integration/test_data/test_github_data_tests.integration.test_github.Forks.test_is_fork.yaml
tests/integration/test_data/test_github_data_tests.integration.test_github.GenericCommands.test_branches.yaml
tests/integration/test_data/test_github_data_tests.integration.test_github.GenericCommands.test_commit_flags.yaml
tests/integration/test_data/test_github_data_tests.integration.test_github.GenericCommands.test_description.yaml
tests/integration/test_data/test_github_data_tests.integration.test_github.GenericCommands.test_get_file.yaml
tests/integration/test_data/test_github_data_tests.integration.test_github.GenericCommands.test_get_releases.yaml
tests/integration/test_data/test_github_data_tests.integration.test_github.GenericCommands.test_get_sha_from_tag.yaml
tests/integration/test_data/test_github_data_tests.integration.test_github.GenericCommands.test_git_urls.yaml
tests/integration/test_data/test_github_data_tests.integration.test_github.GenericCommands.test_nonexisting_file.yaml
tests/integration/test_data/test_github_data_tests.integration.test_github.GenericCommands.test_parent_project.yaml
tests/integration/test_data/test_github_data_tests.integration.test_github.GenericCommands.test_username.yaml
tests/integration/test_data/test_github_data_tests.integration.test_github.PullRequests.test_pr_info.yaml
tests/integration/test_data/test_github_data_tests.integration.test_github.PullRequests.test_pr_list.yaml
tests/integration/test_data/test_github_data_tests.integration.test_github_readonly.ReadOnly.test_create_fork.yaml
tests/integration/test_data/test_github_data_tests.integration.test_github_readonly.ReadOnly.test_create_pr.yaml
tests/integration/test_data/test_github_data_tests.integration.test_github_readonly.ReadOnly.test_pr_comments.yaml
tests/integration/test_data/test_pagure_data_tests.integration.test_pagure.Comments.test_pr_comments.yaml
tests/integration/test_data/test_pagure_data_tests.integration.test_pagure.Comments.test_pr_comments_filter.yaml
tests/integration/test_data/test_pagure_data_tests.integration.test_pagure.Comments.test_pr_comments_reversed.yaml
tests/integration/test_data/test_pagure_data_tests.integration.test_pagure.Comments.test_pr_comments_search.yaml
tests/integration/test_data/test_pagure_data_tests.integration.test_pagure.Forks.test_fork.yaml
tests/integration/test_data/test_pagure_data_tests.integration.test_pagure.Forks.test_fork_property.yaml
tests/integration/test_data/test_pagure_data_tests.integration.test_pagure.GenericCommands.test_branches.yaml
tests/integration/test_data/test_pagure_data_tests.integration.test_pagure.GenericCommands.test_commit_statuses.yaml
tests/integration/test_data/test_pagure_data_tests.integration.test_pagure.GenericCommands.test_description.yaml
tests/integration/test_data/test_pagure_data_tests.integration.test_pagure.GenericCommands.test_get_file.yaml
tests/integration/test_data/test_pagure_data_tests.integration.test_pagure.GenericCommands.test_git_urls.yaml
tests/integration/test_data/test_pagure_data_tests.integration.test_pagure.GenericCommands.test_nonexisting_file.yaml
tests/integration/test_data/test_pagure_data_tests.integration.test_pagure.GenericCommands.test_parent_project.yaml
tests/integration/test_data/test_pagure_data_tests.integration.test_pagure.GenericCommands.test_username.yaml
tests/integration/test_data/test_pagure_data_tests.integration.test_pagure.PullRequests.test_pr_info.yaml
tests/integration/test_data/test_pagure_data_tests.integration.test_pagure.PullRequests.test_pr_list.yaml
tests/unit/__init__.py
tests/unit/test_utils.py