Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9,567 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This repo is exclusively used for testing bugbite against a local Bugzilla instance.

How to run a local container instance:

  • install docker-compose (podman-compose can work as well)
  • clone this repo
  • run in the repo directory: docker compose up -d

If that completes successfully, the local Bugzilla instance is available with the following settings:

For use with bugbite either export the required settings in the shell:

export BUGBITE_CONNECTION="http://127.0.0.1:8080/"
export BUGBITE_USER="bugbite@bugbite.test"
export BUGBITE_PASS="bugbite"

# search for bugs created in the past day
bite bugzilla search -c 1d

or pass the values to the related options:

bite bugzilla -c "http://127.0.0.1:8080/" -u bugbite@bugbite.test -p bugbite search -c 1d

About

Bugzilla used to create containers for testing bugbite

Resources

Security policy

Stars

0 stars

Watchers

0 watching

Forks

Releases

Sponsor this project

Packages

Used by

Contributors

Languages