Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

3rd party plugin to integrate pagure with a taiga instance (MIRROR)

License

NotificationsYou must be signed in to change notification settings

Pagure/pagure-taiga

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pagure-taiga

Pagure is a git-centered forge, python based using pygit2.

With pagure you can host your project with its documentation, let your usersreport issues or request enhancements using the ticketing system and build yourcommunity of contributors by allowing them to fork your projects and contributeto it via the now-popular pull-request mechanism.

pagure-taiga is a plugin for pagure allowing to integratepagure withtaiga.

It currently supports:

  • syncing new tickets from pagure to issue (scrum projects) or user-stories(kanban projects) in taiga and from taiga to pagure
  • syncing new comments made on a ticket in pagure to taiga and from taigato pagure
  • syncing issue/user-stories status update to pagure as tags and syncingtag update in pagure as status change in taiga if the tag correspond toone of the status in taiga

Get it running

Run a taiga instance:

We advice to run taiga usingdockerusing the projectbenhutchins/docker-taiga-example.

  • Clone the docker-taiga-example repo:

    git clone https://github.com/benhutchins/docker-taiga-example.git
  • Adjust thedocker-compose.yml file a little

    • Un-comment theevents,rabbit andredis pods around line 12
    • Un-comment the lines about the following pods around line 54:rabbit,redis,celery andevents
  • If you are already running a process on port 80 on your host you may wantto change in thedocker-compose.yml file``- 80:80`` to- 8080:80underports around line 7

  • Adjust taiga-conf/local.py by adding the following two lines:

    WEBHOOKS_ENABLED = TrueDEBUG = True  # Not necessary per say but can be useful
  • Build the containers:

    sudo docker-compose build
  • Run the containers:

    sudo docker-compose up

Get pagure-taiga running

Documentation to come

About

3rd party plugin to integrate pagure with a taiga instance (MIRROR)

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

[8]ページ先頭

©2009-2025 Movatter.jp