There seems to be a problem with using one large quickstart repo #44859
starksm64
started this conversation in
Design Discussions
Replies: 3 comments 3 replies
-
That repo was not designed to be used a one big thing. |
Beta Was this translation helpful? Give feedback.
0 replies
-
This is how the current guides and whatever the devspaces button is doing
are using the quickstart repo. I'm just pointing out that if cloud
environments that integrate with a github repo expect that it represents
the application, it is not going to work well with the quickstarts repo,
and guides should be specifying how to build a single sample application.
…On Mon, Dec 2, 2024 at 4:36 AM Clement Escoffier ***@***.***> wrote:
That repo was not designed to be used a one big thing.
Can't you set the "context path" in these cloud environment to only select
the directory you need?
—
Reply to this email directly, view it on GitHub
<#44859 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AACRDMTK4W7O7V62BCV6R7D2DQZ2BAVCNFSM6AAAAABSZ777Q6VHI2DSMVQWIX3LMV43URDJONRXK43TNFXW4Q3PNVWWK3TUHMYTCNBTGUZDKMI>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.
3 replies
-
There are several issues with the current heroku guide which I have
captured in this issue:
#44857
I'll create a PR for that
…On Wed, Dec 4, 2024 at 12:46 AM Clement Escoffier ***@***.***> wrote:
Thanks for the report on the Heroku guide. I will log an issue to fix it.
I was not aware of the Dev Spaces "template" (they are not managed by us).
We can definitely improve (and no, I've no idea what Java Lombok is, and as
I really dislike Lonbok, I'm a bit concerned). @maxandersen
<https://github.com/maxandersen>, are you aware of these templates?
—
Reply to this email directly, view it on GitHub
<#44859 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AACRDMRFWUBT7UOFEDT2B7D2D2QMDAVCNFSM6AAAAABSZ777Q6VHI2DSMVQWIX3LMV43URDJONRXK43TNFXW4Q3PNVWWK3TUHMYTCNBVG42TOMI>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Today I tried running a quick start in two cloud environments:
I have to know that the REST Api sample corresponds to the rest-client-quickstarts folder, and then when I navigate to that folder and select the ExtensionsResourceTest and select run, the devspace env is again building the entire quarkus-quickstarts. It is taking several minutes so far, and I'm doubtful the build will succeed at this point.
We are wasting a ton of resources and time by pulling in the entire quarkus-quickstarts repo as the source development repo for these environments. What I had to do for heroku was to copy out the getting-started submodule directory and reinitialize a new git repo and push that. We need to be doing the same for these devspaces samples.
Beta Was this translation helpful? Give feedback.
All reactions