Uh oh!
There was an error while loading. Please reload this page.
Add api arg validator for create project api (#3097) - #3107
Conversation
anuragaw
commented
Dec 20, 2018
@blueorangutan package |
blueorangutan
commented
Dec 20, 2018
@anuragaw a Jenkins job has been kicked to build packages. I'll keep you posted as I make progress. |
blueorangutan
commented
Dec 20, 2018
Packaging result: ✔centos6 ✔centos7 ✔debian. JID-2499 |
yadvr
commented
Dec 20, 2018
@blueorangutan test |
blueorangutan
commented
Dec 20, 2018
@rhtyd a Trillian-Jenkins test job (centos7 mgmt + kvm-centos7) has been kicked to run smoke tests |
anuragaw
commented
Dec 20, 2018
@rhtyd - does this also need to go into 4.11? The current PR is against master. |
yadvr
commented
Dec 20, 2018
You call @anuragaw, I did not stress as it is not a major bug. Generally it's good to send bugfix PRs towards the on-going LTS branch. |
blueorangutan
commented
Dec 20, 2018
Trillian test result (tid-3267)
|
borisstoyanov
commented
Dec 21, 2018
@blueorangutan test |
blueorangutan
commented
Dec 21, 2018
@borisstoyanov a Trillian-Jenkins test job (centos7 mgmt + kvm-centos7) has been kicked to run smoke tests |
anuragaw
commented
Dec 21, 2018
Sounds good. I think it's not as critical and reasonable to push only to master |
blueorangutan
commented
Dec 21, 2018
Trillian test result (tid-3271)
|
yadvr
commented
Dec 24, 2018
@blueorangutan package |
blueorangutan
commented
Dec 24, 2018
@rhtyd a Jenkins job has been kicked to build packages. I'll keep you posted as I make progress. |
yadvr
commented
Dec 28, 2018
@blueorangutan package |
blueorangutan
commented
Dec 28, 2018
@rhtyd a Jenkins job has been kicked to build packages. I'll keep you posted as I make progress. |
blueorangutan
commented
Dec 28, 2018
Packaging result: ✖centos6 ✖centos7 ✖debian. JID-2508 |
yadvr
commented
Dec 31, 2018
@blueorangutan package |
blueorangutan
commented
Dec 31, 2018
@rhtyd a Jenkins job has been kicked to build packages. I'll keep you posted as I make progress. |
blueorangutan
commented
Dec 31, 2018
Packaging result: ✔centos6 ✔centos7 ✔debian. JID-2510 |
yadvr
commented
Dec 31, 2018
@blueorangutan test |
blueorangutan
commented
Dec 31, 2018
@rhtyd a Trillian-Jenkins test job (centos7 mgmt + kvm-centos7) has been kicked to run smoke tests |
blueorangutan
commented
Dec 31, 2018
Trillian test result (tid-3277)
|
Description
Create project command should have an Apiarg validator.
Fixes: #3097
Types of changes
Screenshots (if appropriate):
How Has This Been Tested?
When create project is called with empty name or displaytext or both the call fails as it should.