Budh Ram Gurung (BRG)

Results 35 issues of Budh Ram Gurung (BRG)

Hi, It would be good to have a template for Pull request too. IMO it will mostly include ``` Fix # Describes what it contains Pre-requisite to test(if any) ```...

There seems to be issues with message in Windows command prompt which shows cygwin like messages and show export instead of setx. Investigate all the messaging issues.

kind/bug
os/windows

Hi, It seems that if you don't want to use [recommended Vagrantfiles from ADB](), then you need to specify minimum memory for VM to start openshift properly during `vagrant up`...

Currently, we are storing plugin's customized capabilities under `plugins` directory. The other way it could be done is to store inside `lib/cap` directory. Find what is the Vagrant's best practice...

Hi, Most of the unit tests are using test data which are repeated quite often. Mostly there are repeated per test file. One approach would be to use locale based...

component/test

**Steps to Reproduce**: - `vagrant init debian/jessie64` Logs: ``` Bringing machine 'default' up with 'virtualbox' provider... ==> default: Importing base box 'debian/jessie64'... ==> default: Matching MAC address for NAT networking......

kind/bug

Hi, I found that `vagrant suspend` doesn't perform unregistration process while `vagrant halt` and `vagrant destroy` does. I am still wondering why unregistration is not taken care for `vagrant suspend`....

Hi, I had sent the PR for implementation of "3 attempts registration" during vagrant up here https://github.com/projectatomic/adb-vagrant-registration/pull/102. However, I am finding that adding acceptance test for such feature is not...

[`Rubocop`](https://github.com/bbatsov/rubocop)is a great gem in Ruby for static code ananlyzer. Adding it as part of tests would insure that code follow language code standards.

enhancement
build

In reference to this issue #79 , the user should able to choose whether he should continue without subscription or not after entering invalid `username/password` pair 3 times. Expected behavior:...

enhancement