-
-
Notifications
You must be signed in to change notification settings - Fork 215
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Allow the cloud instance to create project and submit PR #10599
Comments
This ticket is a really big feature. |
@pascalgrimaud : I agree 100% that it is indeed a big feature. I haven't created any pull requests because I took a step back and I am deeply studying OAuth2 while developing a prototype to demonstrate the possible workflow I am considering implementing. This way, we can talk about whether it's worth pursuing or not.
This discussion Code coverage 100% for front-end generated apps is pending resolution and it is blocking other issues, for example: I can work both in backend and frontend now at jhipster-lite project. Can you suggest which issue do you like me to work on? |
I tested the current JHipster Online feature, and it only provides the creation of new repositories, not cloning existing ones or applying changes. Even though, when I inspected it with devtools, I found the endpoint that retrieves the list of repositories, but it is not used in the interface. I am finishing the prototype, and this feature will impact a lot of existing functionalities. As a consequence, it will result in a significant change to the codebase and lead to increased code complexity and maintenance costs. I loved the challenge of this issue. I don’t use JHipster Lite daily for coding. This feature, I think, is useful for showoff moments like presentations and so on, but for daily work, I believe I would prefer using JHipster Lite running locally. I really want to know if this feature is truly useful and if it’s worth implementing. Please let me know what you (@pascalgrimaud , @murdos , @DamnClin , @qmonmert ) think about it. |
It was a simple idea. It is NOT a must have. |
It's a global ticket here, which must be splitted into smaller ones
The idea is:
It's similar to what JHipster Online provides, we should keep the idea, but not the code
The text was updated successfully, but these errors were encountered: