but then we have to tell users that they cannot create lp with the name 'no-languagepack'
vijendar
yes
to be honest, I don't think any one names their languagepack as no-languagepack
other option is, let's keep the current code for now and file an improvement bug
devkulkarni
agree that why would anyone name their lp as 'no-languagepack'
or, let me see if I can introduce a separate flag
if it turns out that that is too much of effort/change then we can keep the current approach
thoughts?
vijendar
probably it may not be big thing in terms of code change perspective, but it seems introducing another flag makes the app file size to increase
in my view, more fields in app file means more complexity
as much possible, let's keep the app file small
devkulkarni
in that case lets go with the current approach, I can add a check in lp create to not allow lps with names 'true' and 'false'
what say?
vijendar
that's fine
when I was reviewing the code, I was confused because of false
after reviewing the client code, I realized that we are passing false as a languagepack name
so I thought, people just reading the server code may run into same confusion
since we have cli patch and service patch linked together here, quickly I was able to realize what is going on
devkulkarni
ah I see
vijendar
but if you are just looking at the server side code, languagepack name as 'false' would most likely confuse.. may be it may not be that big of an issue
devkulkarni: quick question. is this documentation located in the same repo as code or in different repo
devkulkarni
btw, looking at the documentation, the section on 'App configuration and environment variables' also need to be updated with the correct structure/format of the parameter files
its in our solum repo
in docs
vijendar
devkulkarni: ok. thanks. will do that as well
devkulkarni
may be you want to update the documentation to change READY to DEPLOYMENT_COMPLETE in same patch as above
and a separate patch to update the structure of the parameter file in the 'App configuration and environment variables' section