Aravind SV
Aravind SV
Yes, in wrapper-properties.conf. Something like: `-Ddb.warning.size.limit=2048M`. https://docs.gocd.org/current/advanced_usage/other_config_options.html Closing this.
> I'm not 100% sure of the reason to restrict the suggestions to not include config repository pipelines I believe that is by design. The expectation is that a config...
That's right. The direct ones are special, because of the blocking nature.
If we can remove the stage details page, I think it'll be a big win. Would reduce complexity a lot. We need to ensure that the user experience is not...
Yes, this needs to change. Currently, it's too dependent on the filesystem and the order the directories are considered. How about we use these principles? 1. (ID + version) becomes...
@ariefrahmansyah If it's an auto polled material, it should retry in around a minute. If not, there's currently no mechanism to retry (a forced trigger or timer, for instance).
This was discussed at https://github.com/gocd/gocd/issues/3704 and https://github.com/gocd/gocd/issues/7687. No one is working on that area, currently.
Fair. Yes. That is mentioned in https://github.com/gocd/gocd/pull/4508 (likely the PR is unusable now, since it's too old). If it's easier to keep this open because of the duplicates, that's fine.
Yes, seems strange. Will need more info. I checked on both the new pipeline wizard and the config repos page (before reading that Chad did the same) and it seems...
> I'm guessing the check connection is using the main servers thread to check the URL instead of launching a child thread to check it Not really. It just spawns...