
Rajesh Chopra
- Total activity 74
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 45
Activity overview
Latest activity by Rajesh Chopra-
Rajesh Chopra created an article,
Leap second leading to high CPU on Debian
Mingle running on Debian could take very high CPU due to a leap second at 23:59:60 UTC This problem is discussed in detail in articles below. http://bit.ly/O1QvfF Equivalent article in Linux ...
-
Rajesh Chopra created an article,
How to have the same Product Backlog for two projects
There are three ways to achieve this: 1. With separate projects. An extra project is then set up for the backlog. This project can also provide any cross-project reporting that is required. As a s...
-
Rajesh Chopra created an article,
Javascript tool to update Mingle card description but also other properties.
Javascript tool to update Mingle card description but also other properties. Can be downloaded from github link below: https://github.com/ThoughtWorksStudios/mingle-api-js-demo
-
Rajesh Chopra created an article,
Error importing project - Undefined method 'ancestors' for nil.NilClass'
Problem: Project import fails when imported project contains a user with a different login but identical email to an existing user on the instance. Error message: 'Error while processing impo...
-
Rajesh Chopra commented,
Mansi, It will would first check if they used \t as a the tab character. Do they just want to insert a tab or do they want to tab out of the field. Some more details on the use case will help. An...
-
Rajesh Chopra created a post,
When Twist does not pull updates from update-site
The essential process to upgrade Twist is to create an update site (http://twist.thoughtworks.com/update-site) and run the update site to retrieve the updates from our server. Sometimes the up...
-
Rajesh Chopra created a post,
Mingle API calls with curl and Net:Ruby examples [On-site]
Pre-requisite to making API calls Set 'basic_authentication_enabled: true' in MINGLE_DATA_DIR/config/auth_config.yml and the Mingle server restarted for this setting to become effective. Ways i...
-
Rajesh Chopra created a post,
Certificates and related issues with Twist
A simple use case for the certificate problem is where one goes to a secure site (say https://login.yahoo.com) and it gives an error message. The message on IE would read "Internet Explorer block...
-
Rajesh Chopra created an article,
Building and releasing a simple java app using GO
1. Create repository (using git) and have sample java code. a. Create a git repository C:\>mkdir git_repoC:\>cd git_repoC:\git_repo>git init b. Create java code and check-in:-java code (hw.ja...
-
Rajesh Chopra commented,
If the requirment is to pull only the active users then a XSL transform like the following could be used: <?xml version="1.0" encoding="UTF-8"?><xsl:stylesheet version="1.0" xmlns:xsl="http://www.w...