问题标签 [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.

0 投票
3 回答
2753 浏览

vagrant - Pip stuck on "Running command python setup.py egg_info" - no errors.

I run Vagrant on Windows 10 with VirtualBox,Xenial64 ubuntu to load TaigaIO via manual setup.

At pip install -vvv -r requirements-devel.txt part , pip hangs forever when it tries to install django-sampledatahelper.

When i try to install just this package, it shows same effect: no errors, not going back to bash, just hanging on:

I tried fresh VM install, in virtualenv or without it, pip mirrors, removing cache and --no-cache option, xenial64 and bento/ubuntu-16.04 distros, with vagrant ssh and with Putty. Efect is the same.

0 投票
0 回答
195 浏览

python - json-API 问题 (Taiga-python)

我正在使用 Taiga (taiga.io) 来处理我的项目。我发现有一个我正在尝试使用的基于 python 的 API。我可以在我的项目中创建项目,但我无法提取任何内容。当我尝试提取数据时,我不断收到此错误:

我检查了访问权限,项目 slug(在那里,我可以使用 API 创建项目/用户故事没有任何问题!)。每次我尝试从 Taiga 提取信息时,仍然会出现此错误。

有任何想法吗?提前谢谢大家。

最好的,

子墨117

0 投票
1 回答
86 浏览

github - Taiga webhook 在 Github 中返回了无效的 Json,但它似乎有效?

我正在尝试在 Taiga 和 Github 之间建立一个 webhook,payload 在下面,但我得到的响应是:

这是有效载荷:

(我不认为那里有什么秘密)

为什么 Taiga 报告这是无效的(我已经检查过 - 它不是)?

0 投票
1 回答
462 浏览

notifications - 显示来自传入 webhook 的数据的问题 | 针叶林 --> Rocketchat

我正在尝试根据来自 Taiga 项目管理软件的通知生成警报(例如,当用户创建项目时)。这些警报将到达特定的 Rocket.chat 频道。

为此,我正在使用传入的 Rocketchat 网络钩子:https ://docs.rocket.chat/administrator-guides/integrations/

所以我创建了传入的 webhook 并将数据输入到 Taiga:

在 Taiga 中配置 webhook

完成所有这些后,我会检查消息是否正确到达目的地:

通知消息示例

确实,收到了消息,但没有显示任何信息。当创建用户历史记录、问题或任何导致警报的修改时,它会在 Rocketchat 中收到,但不会显示任何信息(空消息)。

Taiga 向 Rocketchat 发送的有效载荷

有谁知道他为什么不告诉我任何信息?

非常感谢您提前

问候。

0 投票
1 回答
373 浏览

python - 无法在自托管的 taiga.io docker 实例中注册;redis连接错误99

我正在尝试从https://github.com/taigaio/docker-taiga-5启动一个taiga.io实例,但是每当我尝试注册时,我的服务器上都会出现此错误:

文件中只有这一行关于芹菜settings.py

奇怪的是,撰写文件中没有redis服务。

此外,该站点正在运行....详细说明:每当我单击一个项目进行操作时,它似乎一直在等待,但是如果我手动刷新页面,就好像该操作是在后台完成的。如果redis处于活动状态,也许这是对redis应该做的事情的rtypoelated?

我真的不知道要朝哪个方向搜索……关于 Docker 设置的README似乎与 docker 设置本身并不完全匹配……非常感谢任何提示。

0 投票
1 回答
806 浏览

django - Using Taiga6 with Docker and an SMTP Server that does not require authentication

I've recently used the docker images provided for Taiga6 to run an instance using docker-compose on Ubuntu 20.04.

Everything seems to work fine, except that I can't seem to get email working quite right. I use Gmail for my company's email, foamfactory.io, but the gmail smtp relay seems to be... finicky at best.

I decided to try using https://github.com/bokysan/docker-postfix to have a simple SMTP relay set up as part of the docker-compose.yml file. I can get the email server to start fine, and it will send emails as expected when I connect to the taiga-back container, install cURL, and run the following command:

However, when I attempt to send an email from Taiga (for example, inviting a user), I get the following exception:

The configuration looks like the following inside of docker-compose.yml:

I previously had Taiga v5 set up on a host that provided its own email service. We'll call this server email.foamfactory.io. I augmented it so that it would accept connections from the new host server (on which I'm running the docker image for taiga6) and receive email. It does not use TLS, and does not require authentication (the only server that can forward email through it is the one on which the taiga6 docker container is running).

Even with this solution, I'm still getting the error smtplib.SMTPNotSupportedError: SMTP AUTH extension not supported. I'm a bit at my wits end, because I want to use Taiga6, but the conversion to this newer version requires me to send an email invitation so that I can verify the user account for which I want to use.

I guess what I'm wondering is how I can disable SMTP authentication in Django... I want to be able to use unauthenticated SMTP over non-TLS connections, from a specific server to another specific SMTP server.

0 投票
0 回答
29 浏览

linux - Taigaio 当我创建项目时页面不会自动刷新

您好,我尝试配置一个 linux 服务器以使用 Taigaio 项目,当我尝试创建、删除或保存修改时,页面不会自动刷新(他转为 void)但是当我自己这样做时(CTRL + Maj + R 或F5) 我可以看到数据。我忘了配置什么吗?我已经安装了 rabbitMq 并像文档一样配置。

例子:

例子

这是我的 docker-compose.yml :

0 投票
0 回答
36 浏览

postgresql - 用于 postgres 容器的 Docker compose 未创建 unix 套接字文件

docker-compose. _ postgres容器运行没有任何问题,但taiga-back应该在 5432 访问 postgres 连接的容器显示错误。

当我检查时端口已暴露,ss但未创建套接字路径。有什么办法可以解决吗?这导致taiga-back退出并出现以下错误:

0 投票
1 回答
21 浏览

docker - 身份验证泊坞窗图像的 URL 错误

希望有人对此应用程序有经验。我正在关注这里的文档https://resources.taiga.io/30min-setup/

发生的一件奇怪的事情是,当我尝试登录此应用程序并检查请求发送到的 URL 时……我看到了这一点。

双网址

这可能是因为我的错误吗?

我已经在 Azure Windows VM 上部署了这个 docker 容器

我没有尖叫,docker-compose因为我不知道我是否应该这样做。这看起来像是前端代码中的错误。docker-compose如果需要,我可以分享。