bugzilla

What tools provide burndown charts to Bugzilla or Mylyn? [closed]

这一生的挚爱 提交于 2019-12-03 06:31:56
My team and I need to work on a project whose bugs are filed in Bugzilla, using Mylyn. Do you know of any tool or plug-in that provides scrum-inspired burndown charts to Bugzilla or Mylyn? Hopefully, this tool would be free for commercial usage, but we're not closed to commercial tools. Update: 4 hours of research allowed me to find very few free tools. Looks like bugzilla isn't popular in agile teams! And obviously, it's not the best fit. Daniel Jomphe The Songbird project made a really good job of documenting how they customized their Bugzilla instance and developed tools to automatically

Bugzilla rest api activation

匿名 (未验证) 提交于 2019-12-03 01:39:01
可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试): 问题: I install Bugzilla on my fedora server. I want to use Rest Api, but can't find how to activate it. Can someone help me? 回答1: This issue can be fixed by installing some Perl modules that were listed as optional. What worked for me was enabling mod_rewrite and also installing optional modules pertaining to the Bugzilla API. Make sure that all of the modules you have installed are up to date. You will also want to make sure you enable mod_rewrite so that you can contact /rest/ in your URL instead of /rest.cgi/ Example of enabling mod_rewrite

bugzilla安装

匿名 (未验证) 提交于 2019-12-03 00:38:01
最近需要安装bugzilla进行项目测试管理,安装环境: OS:windows10 bugzilla:5.0.4 perl:Perl64-5.16.3 mysql:5.6.10 https://www.bugzilla.org/download/ mysql -u root -p create database bugs; create user bugs@localhost IDENTIFIED BY ‘myPassword’; grant all on bugs.* to bugs@’localhost’; flush privileges; 在perl官网下载安装包,建议版本Perl-5.16,或 Perl-5.18,如果版本高于Perl-5.20,某些perl依赖包安装不上。 默认资源库访问缓慢,需要添加其他镜像: 打开目录:D:\dev\Perl64-5.16.3\bin 打开ppm.bat,添加镜像地址 http://www.bribes.org/perl/ppm64 1、安装检查 D:\bugzilla-5.0.4>checksetup.pl 如下模块需要安装 COMMANDS TO INSTALL OPTIONAL MODULES: Chart: ppm install Chart Template-GD: ppm install Template-GD MIME

Bugzilla or Mantis? [closed]

北慕城南 提交于 2019-12-03 00:35:39
问题 As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance. Closed 6 years ago . As the title says, I'm starting one project right now, and trying to layout the infrastructure for the project (SVN, Email, Bug

Bugzilla or Mantis? [closed]

泄露秘密 提交于 2019-12-02 14:09:31
As the title says, I'm starting one project right now, and trying to layout the infrastructure for the project (SVN, Email, Bug tracking, Online Forums, etc...) So, Bugzilla or Mantis? Corey Trager I think you'll find that your team will like either Trac or Redmine more than Bugzilla or Mantis. Both integrate nicely with Subversion. Both include wiki, forums, project management features... Quick overview: Trac : Very widely used and loved, written in python, huge community, lots of "plugins". A common complaint is that it doesn't support multiple projects out-of-the-box, but you can add a

在 CentOS 或 RHEL 系统上检查可用的安全更新的方法

旧巷老猫 提交于 2019-12-02 02:14:50
当你更新系统时,根据你所在公司的安全策略,有时候可能只需要打上与安全相关的补丁。大多数情况下,这应该是出于程序兼容性方面的考量。那该怎样实践呢?有没有办法让 yum 只安装安全补丁呢? 答案是肯定的,可以用 yum 包管理器轻松实现。 在这篇文章中,我们不但会提供所需的信息。而且,我们会介绍一些额外的 命令 ,可以帮你获取指定安全更新的详实信息。 希望这样可以启发你去了解并修复你列表上的那些漏洞。一旦有安全漏洞被公布,就必须更新受影响的软件,这样可以降低系统中的安全风险。 对于 RHEL 或 CentOS 6 系统,运行下面的 Yum 命令 来安装 yum 安全插件。 # yum -y install yum-plugin-security 在 RHEL 7&8 或是 CentOS 7&8 上面,这个插件已经是 yum 的一部分了,不用单独安装。 要列出全部可用的补丁(包括安全、Bug 修复以及产品改进),但不安装它们: # yum updateinfo list available Loaded plugins: changelog, package_upload, product-id, search-disabled-repos, : subscription-manager, verify, versionlock RHSA-2014:1031 Important/Sec.

How can I authenticate when using the Bugzilla Perl API in a script?

随声附和 提交于 2019-12-01 06:49:01
Working from the Bugzilla API , I've written a quick Perl script to clone a Bugzilla Product (recreating all the Components under their new Product). The Bugzilla Perl API is quite easy to use from the command line. I could have just worked on the database directly, but I wanted a longer-term solution. Another option was the webservice, but I thought I'd try using the API directly this time. The one problem I'm running into is authenticating as my Bz admin user so I can create the new components. Looking at Bugzilla's Bugzilla.pm file, I see that they just run login() from a Bugzilla::Auth

常见面试题

…衆ロ難τιáo~ 提交于 2019-11-30 23:39:46
#主流的Linux发行版 Ubuntu, Debian ,Fedora, CentOS,Red Hat,Red-flag Linux ************************************************************************************************* #常用命令 rmdir 命令删除目录 mkdir命令创建目录 tar命令,用于压缩解压 pwd命令,作用为查看”当前工作目录“的完整路径 mv命令作用为移动文件 cp 命令,作用复制 tree命令,显示树形的层级目录结构,非原生命令,需要安装tree cd 命令 ls ps 命令显示运行的进程,还会显示进程的一些信息如pid, cpu和内存使用情况等 kill 命令用于终止进程 crontab命令是启动linux定时任务的服务 top 命令是Linux下常用的性能分析工具,能够实时显示系统中各个进程的资源占用状况 chmod 更改权限命令 useradd 命令建立用户账号 userdel 删除用户 groupadd 命令用于将新组加入系统 groupdel 命令删除组 passwd 设置用户的密码 cat 用途是连接文件或标准输入并打印 *************************************************************

Is there a trick to show Arial Black in Firefox?

拜拜、爱过 提交于 2019-11-30 11:33:05
Since Arial black is buggy in firefox, is there a way to show it without embedding it with @font-face? https://bugzilla.mozilla.org/show_bug.cgi?id=644385 I've seen a couple of work arounds like using font-weight: 900; font-family:'Arial Black', Gadget, sans-serif; However that method does not work for me. Suggestions? reece The problem (according to the bug) is that the Windows DirectWrite API that Firefox uses treats Arial Black as font-family: Arial; font-weight: bold; ( comment #8 ), so according to comment #10 you need to use: font-family: "Arial Black", Arial; font-weight: 900; Seems

Is there a trick to show Arial Black in Firefox?

£可爱£侵袭症+ 提交于 2019-11-29 17:47:33
问题 Since Arial black is buggy in firefox, is there a way to show it without embedding it with @font-face? https://bugzilla.mozilla.org/show_bug.cgi?id=644385 I've seen a couple of work arounds like using font-weight: 900; font-family:'Arial Black', Gadget, sans-serif; However that method does not work for me. Suggestions? 回答1: The problem (according to the bug) is that the Windows DirectWrite API that Firefox uses treats Arial Black as font-family: Arial; font-weight: bold; (comment #8), so