Antoine
Antoine
Hi, Here is the situation I'd like : - project - subProjectA - subProjectB subProjectA is a golang project and must be compiled into a docker image (until here no...
* **Platform**: Windows 10 64-bit * **Database**: Mysql * **Lux Version**: 1.2.2 * **Node Version**: 8.9.3 Considering the following situation: `lux new testApp --database mysql` `lux g resource user email:string...
* **Platform**: Windows 10 64-bit * **Database**: Mysql * **Lux Version**: 1.2.2 * **Node Version**: 8.9.3 Considering this situation: `lux new testApp --database mysql` `lux g resource user email:string password:string`...
* **Platform**: Windows 10 64-bit * **Database**: Mysql * **Lux Version**: 1.2.2 * **Node Version**: 8.9.3 Hi, I created a new app ``` $ lux new myapp --database mysql $...
Hi, As is, the operator can't create CRDs if not given some permissions. Applying this makes it work (assuming you deploy on the default namespace) : Maybe some extra documentation...
Hi, When deleting a parent model instance, the children (hasMany) are updated. When flushing the session, epf does a PUT for each child because they are dirty. Actually, the server...
Hi, Could you provide an example of usage with minikube?