bug-tracking

Best way to link Redmine issue to SVN revision

家住魔仙堡 提交于 2019-12-20 08:40:27
问题 We are using Redmine for issue and bug tracking. We added SVN integration but, by doing this, it just shows SVN revisions in activity. It would be great to see all SVN changes caused by a bug or issue. But it does not seem to be possible. Is there a way to do that? If not Redmine, which is the best alternative tracking system to achieve this? 回答1: We add the issue number in svn commit message and it's recognized automatically. svn ci -m "incorrect encoding fixed (refs #2345)" Later you'll be

Where is the Oracle Bug Database?

白昼怎懂夜的黑 提交于 2019-12-18 13:54:45
问题 They must have hidden the bug database somewhere. I could not find it with Google. Is the bug database public? 回答1: Try metalink.oracle.com Oracle also has public forums. 回答2: No, the Oracle bug database is not public. It is available to Support customers through My Oracle Support (the website formerly known as Metalink). If your organisation pays for support you can register on MOS. You will need to know your CSI number. Then you'll have to wait while your organisation's account

Windows 7 Batch Script 'For' Command Error/Bug

懵懂的女人 提交于 2019-12-18 08:45:28
问题 There seems to be a bug with the Windows 7 batch file 'for' command. This command can walk through a source directory and return one filename at a time. But I found that if my command modify the files in that source directory e.g. for /R %1 %%s in (*.*) do call :do1file %%s @goto :EOF :do1file @echo es > tmp_x2932.tmp move /y tmp_x2932.tmp %1 @goto :EOF the 'for' command could invoke the do command with the same file name more than 1 times. (Note that, for the purpose of illustrating the

Windows 7 Batch Script 'For' Command Error/Bug

久未见 提交于 2019-12-18 08:45:27
问题 There seems to be a bug with the Windows 7 batch file 'for' command. This command can walk through a source directory and return one filename at a time. But I found that if my command modify the files in that source directory e.g. for /R %1 %%s in (*.*) do call :do1file %%s @goto :EOF :do1file @echo es > tmp_x2932.tmp move /y tmp_x2932.tmp %1 @goto :EOF the 'for' command could invoke the do command with the same file name more than 1 times. (Note that, for the purpose of illustrating the

How to have a private repository with public issue tracker on GitHub?

浪尽此生 提交于 2019-12-13 11:39:39
问题 I am going to release some beta version of my application to the community. Project is stored on GitHub in the private repository. I would like to allow this community to report bugs and place them directly on GitHub Issues tab - it's not provided by GitHub right now. Do you have any idea, how to cover this flow ? 回答1: Bitbucket provides this. You can keep the code private but make tracker public (anyone can view, create, and comment on issues). 回答2: Not possible as of 2019-09 as documented

Why my strange results rendering the user object?

喜你入骨 提交于 2019-12-13 07:11:35
问题 For some reason, my variable {{current_user.name}} doesn't display anything and the variable {{username}} displays instead of Niklas R it displays `(u'Niklas R',) on the page that I render with django. Here is the method from the basehandler that I hope you can tell me what's wrong with: def render(self, name, **data): """Render a template""" if not data: data = {} data[u'js_conf'] = json.dumps({ u'appId': facebookconf.FACEBOOK_APP_ID, u'canvasName': facebookconf.FACEBOOK_CANVAS_NAME, u

How can I accept bug reports and other user feedback from within my app?

ⅰ亾dé卋堺 提交于 2019-12-11 23:09:11
问题 How can I accept feedback like bug reports, suggestions, and comments from my users in-app? From what I can tell, the Android platform and Play offer no solutions for issue tracking or forums. To clarify, I'm not looking for a way to submit crash reports exclusively, and I'm not looking to track user behavior. I'm looking for a way for users to report unexpected behavior, ideas for enhancements, etc. 回答1: You could make use of Instabug’s SDK. It includes several features which are all

Any opensource tool like snagit for TFS2010

二次信任 提交于 2019-12-11 18:04:15
问题 I have explored snagit for capturing images and then it has a feature to attach it automatically to TFS2010 new item/bug. Any one know any free tool like this for doing same task. 回答1: Try the capture control included in the WIT Custom Controls. 回答2: If you use the MS Test Manager tool, when running tests there is a built-in tool to take snapshots (whole screen, or rectangular area, or window). It automatically attaches them to the resulting test run and bug. I also know of a free WP7 app

Is it possible to generate a changelog automatically from Trac?

我的未来我决定 提交于 2019-12-11 04:04:26
问题 Does Trac provide a way to automate generation of change logs from a group of tickets? I'm interesting in giving a list of completed tickets to someone with access to Trac, preferably in a human readable format, something like a word doc or plaintext. If Trac doesn't provide this functionality directly is there an external tool I can use? Note that I am aware of the question How to generate changelog from Trac and it doesn't help me. 回答1: As you must have already noticed by now is, there's no

Eclipse as IDE + Mercurial for version control + ? Bug tracking = Good idea? [closed]

允我心安 提交于 2019-12-11 01:43:36
问题 Closed . This question is opinion-based. It is not currently accepting answers. Want to improve this question? Update the question so it can be answered with facts and citations by editing this post. Closed 3 months ago . For a new Java web project I thought about using: Eclipse as IDE Mercurial for version control Some kind of bug tracking software I have heard of bug tracking software where you can tie a change to an unresolved bug when you check it in. I haven't used any such solution