问题标签 [taiga]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
python - Taiga 'i586-linux-gnu-gcc':没有这样的文件或目录
我正在尝试在我们的项目服务器(debian 6.0)上安装 taiga(scrum 工具)
安装指南:
http://taigaio.github.io/taiga-doc/dist/setup-production.html
到目前为止,我来到了这一点:
安装依赖项
pip install -r requirements.txt
我收到以下错误:
i586-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -g -fstack-protector-strong -Wformat -Werror=format-security - fPIC -DPSYCOPG_DEFAULT_PYDATETIME=1 -DPSYCOPG_VERSION="2.5.4 (dt dec pq3 ext)" -DPSYCOPG_EXTENSIONS=1 -DPSYCOPG_NEW_BOOLEAN=1 -DHAVE_PQFREEMEM=1 -DPG_VERSION_HEX=0x090401 -DPSYCOPG_EXTENSIONS=1 -DPSYCOPG_EXTENSIONS=111-DPSYCOPG_NEWQFROOLEAN=11 usr/include/python2.7 -I。-I/usr/include/postgresql -I/usr/include/postgresql/9.4/server -c psycopg/psycopgmodule.c -o build/temp.linux-i686-2.7/psycopg/psycopgmodule.o -Wdeclaration-after-statement
无法执行“i586-linux-gnu-gcc”:没有这样的文件或目录
错误:命令“i586-linux-gnu-gcc”失败,退出状态为 1
---------------------------------------- 清理... 命令 /usr/bin /python -c "导入 setuptools,tokenize;file ='/tmp/pip-build-mEfjyg/psycopg2/setup.py';exec(compile(getattr(tokenize, 'open', open)( file ).read() .replace('\r\n', '\n'), file , 'exec'))" install --record /tmp/pip-BX4WIW-record/install-record.txt --single-version-externally- managed --compile failed with error code 1 in /tmp/pip-build-mEfjyg/psycopg2 在 /root/.pip/pip.log 中存储失败的调试日志
有没有办法来解决这个问题?
PS:
python-dev 已安装
注释了 requirements.txt 中的最后一行 (enum34==1.0)
agile - User Stories written as tasks possible?
I'm just about to get to know Taiga.io which is a project management platform and provides a scrum task-board as well as a kanban user story board.
However: Since it seems to be very common to track the "tasks" of an sprint on the task board if using scrum. If using kanban, you can track the userstories on the board and tasks are nested within the US and not pinned at a board as well - so there is no visual "movement" of the concrete working tasks as i understand.
Im now wondering if it is okay to just write user stories like tasks as the example of taiga.io shows: Kanban us-board example
(the user story ist not in the format like "As a , I want so that " but in a task description like "develop filereader" or "implement the db-sheme")
taiga - 如何在 Taiga.IO 中从看板更改为 Scrum?
我刚刚开始使用taiga管理一些个人项目,并创建了我的第一个 scrum 项目,但后来我意识到我处理这个项目的方式更适合看板。
如何在项目类型之间进行更改?我在任何地方都找不到“切换项目类型”的设置。
python - Taiga 前端区域
我的情况: 我已经安装taiga 2 天了。最后我安装了后端。当我做
它可以正确回答,但是当我对我的公共 IP 执行相同操作时,它会回答连接错误。
以其他方式,我想访问前端。官方指南说你必须在静态文件web服务器下暴露dist目录
我将它安装在我的Centos 6.5 Vps上,使用 apache 作为 http 服务器。
我尝试将/etc/httpd/conf.d/taiga.conf创建为
但是当我访问 miip:9000 它不显示 index.html 或任何东西。
所以,我的问题是我如何为这个端口的前端提供服务? 任何帮助将不胜感激。
问候
javascript - Taiga 前端即使无效也提交自定义属性更改
我目前正在研究 taiga 的自定义实现,我注意到,即使我们为自定义输入字段放置了一个模式,app/partials/custom-attributes/custom-attribute-value-edit.jade
如果输入不遵循指定的模式,则 ping 一个错误,像这样
表单仍然提交到后端。尽管我确实看到一条快速消息说模式不匹配,但仍提交了表单。我追踪过程最远的是这个文件
app/coffee/modules/common/custom-field-values.coffee
有一个部分用于处理提交
但这就是我所得到的。我的目标是如果存在输入验证问题(例如输入未遵循指定模式),则不允许提交。我正在使用当前版本的 taiga 3.0.0
git - Taiga+GitLab 集成:仅启用主分支?
在工作中,我们使用 GitLab 和 Taiga。
所以我们启用了它们之间的集成,现在当开发人员推送包含文本的提交时,TG-XYZ #closed
编号为 XYZ 的 taiga 问题将被关闭,并自动在其中放置评论。
这绝对很棒。但是,它不适用于 MergeRequests(或一般的功能分支):因为我们不想在 MergeRequest 合并到 master 之前关闭 taiga 问题。
如何将此集成限制为仅与主分支一起使用?
json - 如何正确配置 Taiga 生产环境?
我面临与#415和#367 类似的问题。我刚刚在 Ubuntu 16.04、DigitalOcean 上完成了安装。我还遵循了有关部署生产 Taiga 的文档指南。
当我尝试从外部系统连接时,我收到 oompa loompas 错误消息,其中 Js 控制台显示:
如果我从 ~/taiga-front-dist/dist/conf.json 中删除 :8000 我会得到一个不同的错误:
在问题#415 和#367 中,他们设法修复了它,但没有人描述需要更改哪些文件的哪些端口。
/etc/nginx/sites-available/taiga
/etc/circus/conf.d/taiga.ini
~/taiga-front-dist/dist/conf.json
~/taiga-back/settings/local.py
json - Tiaga to JIRA migration options
Purpose
My company is looking at migrating to JIRA from our current story tracker Taiga.
Minimal Goal
At a minimum we are looking to migrate the following items:
- Issues
- User Stories
- Epics
- Sub Tasks
We are not interested in migrating the project name, settings user's etc, all of this is easy to set up in JIRA.
Looking For
We have looked for hours trying to find a migration tool or plugin to no avail. We ideally are looking for something, even a script that would make moving all of the above easy as there is a large data set.
Looking over the JIRA documentation around importing, they do not have native support for Taiga and the data that is export is difficult to get into the format (CSV or JSON) that they require.
Hoping to find a hidden gem that this community is aware of for the migration.
connection-refused - 重复使用 Taiga-back 连接
我重新安装了 taiga-back(还有 taiga-front,但我想,没关系)。我正在关注官方文档(生产模式)的每一步。但!当我尝试运行“测试”后端(使用 python manage.py runserver 命令)以查看一切正常时(192.168.1.241:8000/api/v1,它在 ubuntu 服务器上运行,我在 shell 中工作联系)。我无法访问该站点。我的连接被拒绝。
我的本地.py
感谢大家的帮助!