[jira] [Created] (KAFKA-14354) Add delete callback method to Connector API

2022-11-03 Thread Hector Geraldino (Jira)
Hector Geraldino created KAFKA-14354: Summary: Add delete callback method to Connector API Key: KAFKA-14354 URL: https://issues.apache.org/jira/browse/KAFKA-14354 Project: Kafka Issue

[jira] [Resolved] (KAFKA-13434) Add a public API for AbstractCoordinator

2022-11-03 Thread Hector Geraldino (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-13434?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hector Geraldino resolved KAFKA-13434. -- Resolution: Won't Do KIP has been discarded > Add a public

[jira] [Resolved] (KAFKA-13434) Add a public API for AbstractCoordinator

2022-11-03 Thread Hector Geraldino (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-13434?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hector Geraldino resolved KAFKA-13434. -- Resolution: Won't Do KIP has been discarded > Add a public

Re: [PATCH v3] i2c/pasemi: PASemi I2C controller IRQ enablement

2022-11-01 Thread Hector Martin
t/error detection/recovery much more robust, but I can submit it after this goes in :) - Hector

Re: [PATCH v2] drm/format-helper: Only advertise supported formats for conversion

2022-10-31 Thread Hector Martin
On 01/11/2022 01.15, Justin Forbes wrote: > On Thu, Oct 27, 2022 at 8:57 AM Hector Martin wrote: >> >> drm_fb_build_fourcc_list() currently returns all emulated formats >> unconditionally as long as the native format is among them, even though >> not all combinati

[yakuake] [Bug 363333] Processes started in yakuake terminals block indefinitely some time after switching to a different VT

2022-10-31 Thread Hector Martin
https://bugs.kde.org/show_bug.cgi?id=36 Hector Martin changed: What|Removed |Added CC||hec...@marcansoft.com --- Comment #8 from

[jira] [Commented] (FLINK-29609) Clean up jobmanager deployment on suspend after recording savepoint info

2022-10-30 Thread Hector Miuler Malpica Gallegos (Jira)
[ https://issues.apache.org/jira/browse/FLINK-29609?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17626372#comment-17626372 ] Hector Miuler Malpica Gallegos commented on FLINK-29609: [~sriramgr] In my

Re: [PATCH v2] drm/format-helper: Only advertise supported formats for conversion

2022-10-29 Thread Hector Martin
ers and nothing else" rule while actually supporting it for argb backend framebuffers correctly. Any platforms actually wanting to use argb framebuffers with meaningful alpha should be configuring their userspace to preferentially render directly to argb to avoid the perf hit anyway. - Hector

[PATCH v2] drm/format-helper: Only advertise supported formats for conversion

2022-10-27 Thread Hector Martin
3b ("drm: Add simpledrm driver") Cc: sta...@vger.kernel.org Signed-off-by: Hector Martin --- I'm proposing this alternative approach after a heated discussion on IRC. I'm out of ideas, if y'all don't like this one you can figure it out for yourseves :-) Changes since v1: This v2 moves all th

Re: [PATCH] drm/simpledrm: Only advertise formats that are supported

2022-10-27 Thread Hector Martin
patch, which means the merge will go through painlessly, and then we can just refactor everything once everything is in the same tree. - Hector

Re: [PATCH] drm/simpledrm: Only advertise formats that are supported

2022-10-27 Thread Hector Martin
On 27/10/2022 19.13, Hector Martin wrote: > Until now, simpledrm unconditionally advertised all formats that can be > supported natively as conversions. However, we don't actually have a > full conversion matrix of helpers. Although the list is arguably > provided to userspace in prec

[PATCH] drm/simpledrm: Only advertise formats that are supported

2022-10-27 Thread Hector Martin
Acked-by: Pekka Paalanen Fixes: 6ea966fca084 ("drm/simpledrm: Add [AX]RGB2101010 formats") Fixes: 11e8f5fd223b ("drm: Add simpledrm driver") Cc: sta...@vger.kernel.org Signed-off-by: Hector Martin --- drivers/gpu/drm/drm_format_helper.c | 15 --- drivers/gpu/dr

[jira] [Commented] (FLINK-29609) Clean up jobmanager deployment on suspend after recording savepoint info

2022-10-26 Thread Hector Miuler Malpica Gallegos (Jira)
[ https://issues.apache.org/jira/browse/FLINK-29609?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17624585#comment-17624585 ] Hector Miuler Malpica Gallegos commented on FLINK-29609: Please, take

Re: bindfs for web docroot - is this sane?

2022-10-11 Thread Richard Hector
On 12/10/22 00:26, Dan Ritter wrote: Richard Hector wrote: Hi all, I host a few websites, mostly Wordpress. I prefer to have the site files (mostly) owned by an owner user, and php-fpm runs as a different user, so that it can't write its own code. For uploads, those directories are group

Re: bindfs for web docroot - is this sane?

2022-10-11 Thread Richard Hector
On 11/10/22 22:40, hede wrote: On 11.10.2022 10:03 Richard Hector wrote: [...] Then for site developers (who might be contractors to my client) to be able to update teh site, they need read/write access to the docroot, but I don't want them all logging in using the same account/credentials

bindfs for web docroot - is this sane?

2022-10-11 Thread Richard Hector
Hi all, I host a few websites, mostly Wordpress. I prefer to have the site files (mostly) owned by an owner user, and php-fpm runs as a different user, so that it can't write its own code. For uploads, those directories are group-writeable. Then for site developers (who might be contractors

Re: nginx.conf woes

2022-10-10 Thread Richard Hector
On 3/10/22 02:07, Patrick Kirk wrote: Hi all, I have 2 sites to run from one server.  Both are based on ASP.Net Core. Both have SSL certs from letsencrypt.  One works perfectly.  The other sort of works. Firstly, I notice that cleardragon.com and kirks.net resolve to different addresses,

Re:[DISCUSS] KIP-874: TopicRoundRobinAssignor

2022-10-07 Thread Hector Geraldino (BLOOMBERG/ 919 3RD A)
Hi Mathieu. I took a look at your KIP and have a couple questions. If the goal is to do the partition assignments at a topic level, wouldn't having single-partition topics solve this problem? You also mentioned that your goal is to minimize the potential of a poison pill message breaking all

[Warzone2100-commits] [Warzone2100/warzone2100] c1cb49: Added difficulty selector to debug menu

2022-10-06 Thread Hector Lucero via Warzone2100-commits
Branch: refs/heads/master Home: https://github.com/Warzone2100/warzone2100 Commit: c1cb494d171add05d98feab5df664092affac4c7 https://github.com/Warzone2100/warzone2100/commit/c1cb494d171add05d98feab5df664092affac4c7 Author: kammy Date: 2022-10-07 (Fri, 07 Oct 2022) Changed

Connector API callbacks for create/delete events

2022-10-05 Thread Hector Geraldino (BLOOMBERG/ 919 3RD A)
Hi, We've some custom connectors that require provisioning external resources (think of creating queues, S3 buckets, or activating accounts) when the connector instance is created, but also need to cleanup these resources (delete, deactivate) when the connector instance is deleted. The

[jenkinsci/nexus-platform-plugin]

2022-10-05 Thread 'Hector Danilo Hurtado Olaya' via Jenkins Commits
Branch: refs/heads/INT-7295-solving-antlr-version-mismatch Home: https://github.com/jenkinsci/nexus-platform-plugin -- You received this message because you are subscribed to the Google Groups "Jenkins Commits" group. To unsubscribe from this group and stop receiving emails from it, send

[jenkinsci/nexus-platform-plugin] 7da0a8: INT-7295 Solving ANTLR version mismatch (#227)

2022-10-05 Thread 'Hector Danilo Hurtado Olaya' via Jenkins Commits
Branch: refs/heads/main Home: https://github.com/jenkinsci/nexus-platform-plugin Commit: 7da0a8ed0e1121973df72051ad93ac299bdc3963 https://github.com/jenkinsci/nexus-platform-plugin/commit/7da0a8ed0e1121973df72051ad93ac299bdc3963 Author: Hector Danilo Hurtado Olaya Date: 2022

[jenkinsci/nexus-platform-plugin] fea48a: INT-7295 Solving ANTLR version mismatch

2022-10-04 Thread 'Hector Danilo Hurtado Olaya' via Jenkins Commits
Branch: refs/heads/INT-7295-solving-antlr-version-mismatch Home: https://github.com/jenkinsci/nexus-platform-plugin Commit: fea48a3c615dddc78e83b1bdc9ccc3f516dde5a2 https://github.com/jenkinsci/nexus-platform-plugin/commit/fea48a3c615dddc78e83b1bdc9ccc3f516dde5a2 Author: Hector

[jenkinsci/nexus-platform-plugin] 869515: INT-7293 Making stage unstable for Jenkins and Blu...

2022-10-04 Thread 'Hector Danilo Hurtado Olaya' via Jenkins Commits
Branch: refs/heads/main Home: https://github.com/jenkinsci/nexus-platform-plugin Commit: 8695153b5c4c2891b1fb88cd959b5303b67f3373 https://github.com/jenkinsci/nexus-platform-plugin/commit/8695153b5c4c2891b1fb88cd959b5303b67f3373 Author: Hector Danilo Hurtado Olaya Date: 2022

[jenkinsci/nexus-platform-plugin]

2022-10-04 Thread 'Hector Danilo Hurtado Olaya' via Jenkins Commits
Branch: refs/heads/INT-7293-making-stage-unstable Home: https://github.com/jenkinsci/nexus-platform-plugin -- You received this message because you are subscribed to the Google Groups "Jenkins Commits" group. To unsubscribe from this group and stop receiving emails from it, send an email

[jenkinsci/nexus-platform-plugin] f4f795: INT-7293 Making stage unstable for Jenkins and Blu...

2022-10-03 Thread 'Hector Danilo Hurtado Olaya' via Jenkins Commits
Branch: refs/heads/INT-7293-making-stage-unstable Home: https://github.com/jenkinsci/nexus-platform-plugin Commit: f4f7958ab2a8d2b7c7c38d3395400c9ba8316668 https://github.com/jenkinsci/nexus-platform-plugin/commit/f4f7958ab2a8d2b7c7c38d3395400c9ba8316668 Author: Hector Hurtado

[jenkinsci/nexus-platform-plugin]

2022-09-27 Thread 'Hector Danilo Hurtado Olaya' via Jenkins Commits
Branch: refs/heads/INT-7283-updating-integrations-links Home: https://github.com/jenkinsci/nexus-platform-plugin -- You received this message because you are subscribed to the Google Groups "Jenkins Commits" group. To unsubscribe from this group and stop receiving emails from it, send an

[jenkinsci/nexus-platform-plugin] 0be6cc: INT-7283 Updating integrations help pages links (#...

2022-09-27 Thread 'Hector Danilo Hurtado Olaya' via Jenkins Commits
Branch: refs/heads/main Home: https://github.com/jenkinsci/nexus-platform-plugin Commit: 0be6ccc80c3ee91a8bc3f241fb3cb0229903c108 https://github.com/jenkinsci/nexus-platform-plugin/commit/0be6ccc80c3ee91a8bc3f241fb3cb0229903c108 Author: Hector Danilo Hurtado Olaya Date: 2022

[jenkinsci/nexus-platform-plugin] 0d3d78: INT-7283 Updating integrations help pages links

2022-09-26 Thread 'Hector Danilo Hurtado Olaya' via Jenkins Commits
Branch: refs/heads/INT-7283-updating-integrations-links Home: https://github.com/jenkinsci/nexus-platform-plugin Commit: 0d3d781914e770229407349f7767df966694641d https://github.com/jenkinsci/nexus-platform-plugin/commit/0d3d781914e770229407349f7767df966694641d Author: Hector

[jenkinsci/nexus-platform-plugin]

2022-09-22 Thread 'Hector Danilo Hurtado Olaya' via Jenkins Commits
Branch: refs/heads/bump-innersource-dependencies-55f298 Home: https://github.com/jenkinsci/nexus-platform-plugin -- You received this message because you are subscribed to the Google Groups "Jenkins Commits" group. To unsubscribe from this group and stop receiving emails from it, send an

[jenkinsci/nexus-platform-plugin]

2022-09-20 Thread 'Hector Danilo Hurtado Olaya' via Jenkins Commits
Branch: refs/heads/INT-7228-fixing-build-report-for-notify-actions Home: https://github.com/jenkinsci/nexus-platform-plugin -- You received this message because you are subscribed to the Google Groups "Jenkins Commits" group. To unsubscribe from this group and stop receiving emails from

[jenkinsci/nexus-platform-plugin] 510954: INT-7228 Fixing build report for notify actions (#...

2022-09-20 Thread 'Hector Danilo Hurtado Olaya' via Jenkins Commits
Branch: refs/heads/main Home: https://github.com/jenkinsci/nexus-platform-plugin Commit: 51095484ba67207ffbd9077fb551c5c9d48aa305 https://github.com/jenkinsci/nexus-platform-plugin/commit/51095484ba67207ffbd9077fb551c5c9d48aa305 Author: Hector Danilo Hurtado Olaya Date: 2022

[jenkinsci/nexus-platform-plugin] 79e1fb: INT-7228 Fixing build report for notify actions

2022-09-16 Thread 'Hector Danilo Hurtado Olaya' via Jenkins Commits
: Hector Hurtado Date: 2022-09-16 (Fri, 16 Sep 2022) Changed paths: M src/main/java/org/sonatype/nexus/ci/iq/PolicyEvaluationReportUtil.groovy M src/main/resources/org/sonatype/nexus/ci/iq/PolicyEvaluationReportAction/index.jelly M src/test/java/org/sonatype/nexus/ci/iq

Re: [DNG] Chimaera CPU stuck

2022-09-14 Thread Hector Gonzalez Jaime via Dng
On 9/14/22 14:54, Luciano Mannucci wrote: On Wed, 14 Sep 2022 12:37:41 -0500 Hector Gonzalez Jaime via Dng wrote: kernel:[ 7336.007287] watchdog: BUG: soft lockup - CPU#0 stuck for 22s! [swapper/0:0] if I write to the disk via dd nothing wrong happens... Luciano. Check which

[jenkinsci/nexus-platform-plugin]

2022-09-14 Thread 'Hector Danilo Hurtado Olaya' via Jenkins Commits
Branch: refs/heads/INT-7235-credentials-policy-violation Home: https://github.com/jenkinsci/nexus-platform-plugin -- You received this message because you are subscribed to the Google Groups "Jenkins Commits" group. To unsubscribe from this group and stop receiving emails from it, send an

Re: [DNG] Chimaera CPU stuck

2022-09-14 Thread Hector Gonzalez Jaime via Dng
o deadline. cat /sys/block/sda/queue/scheduler echo "deadline" >/sys/block/sda/queue/scheduler -- Hector Gonzalez ca...@genac.org ___ Dng mailing list Dng@lists.dyne.org https://mailinglists.dyne.org/cgi-bin/mailman/listinfo/dng

[jenkinsci/nexus-platform-plugin] de1b4c: Adjusting Jenkins patch version

2022-09-14 Thread 'Hector Danilo Hurtado Olaya' via Jenkins Commits
Branch: refs/heads/INT-7235-credentials-policy-violation Home: https://github.com/jenkinsci/nexus-platform-plugin Commit: de1b4cfa44f37a0313be3fe98d17c5c3f25aba27 https://github.com/jenkinsci/nexus-platform-plugin/commit/de1b4cfa44f37a0313be3fe98d17c5c3f25aba27 Author: Hector

[jenkinsci/nexus-platform-plugin] bd86d6: Updating Jenkins minimum supported version to 2.289

2022-09-14 Thread 'Hector Danilo Hurtado Olaya' via Jenkins Commits
Branch: refs/heads/INT-7235-credentials-policy-violation Home: https://github.com/jenkinsci/nexus-platform-plugin Commit: bd86d6352eccaa66c47cf7553ff929cc412762a6 https://github.com/jenkinsci/nexus-platform-plugin/commit/bd86d6352eccaa66c47cf7553ff929cc412762a6 Author: Hector

[jenkinsci/nexus-platform-plugin] b12954: INT-7235 Adding proper scope to provided Jenkins d...

2022-09-14 Thread 'Hector Danilo Hurtado Olaya' via Jenkins Commits
Branch: refs/heads/INT-7235-credentials-policy-violation Home: https://github.com/jenkinsci/nexus-platform-plugin Commit: b12954a50b939f2939cbaa4adb5e2c5fc7476591 https://github.com/jenkinsci/nexus-platform-plugin/commit/b12954a50b939f2939cbaa4adb5e2c5fc7476591 Author: Hector

[jenkinsci/nexus-platform-plugin] 5f64dd: INT-7158 Adding Organizations select on UI (#221)

2022-09-13 Thread 'Hector Danilo Hurtado Olaya' via Jenkins Commits
Branch: refs/heads/main Home: https://github.com/jenkinsci/nexus-platform-plugin Commit: 5f64dd21ca0ace488ecc53d123681c6c3a51332a https://github.com/jenkinsci/nexus-platform-plugin/commit/5f64dd21ca0ace488ecc53d123681c6c3a51332a Author: Hector Danilo Hurtado Olaya Date: 2022

[jenkinsci/nexus-platform-plugin]

2022-09-13 Thread 'Hector Danilo Hurtado Olaya' via Jenkins Commits
Branch: refs/heads/INT-7158-receiving-orgId-using-a-select-on-ui Home: https://github.com/jenkinsci/nexus-platform-plugin -- You received this message because you are subscribed to the Google Groups "Jenkins Commits" group. To unsubscribe from this group and stop receiving emails from it,

[jenkinsci/nexus-platform-plugin] 40780f: Fixing tests docs

2022-09-13 Thread 'Hector Danilo Hurtado Olaya' via Jenkins Commits
: Hector Hurtado Date: 2022-09-13 (Tue, 13 Sep 2022) Changed paths: M src/test/java/org/sonatype/nexus/ci/util/IqUtilTest.groovy Log Message: --- Fixing tests docs -- You received this message because you are subscribed to the Google Groups "Jenkins Commits&q

[jenkinsci/nexus-platform-plugin] cccba8: Applying feedback changes

2022-09-13 Thread 'Hector Danilo Hurtado Olaya' via Jenkins Commits
: Hector Hurtado Date: 2022-09-13 (Tue, 13 Sep 2022) Changed paths: M src/test/java/org/sonatype/nexus/ci/iq/IqPolicyEvaluatorTest.groovy M src/test/java/org/sonatype/nexus/ci/util/IqUtilTest.groovy Log Message: --- Applying feedback changes -- You received this message

[jenkinsci/nexus-platform-plugin] 8f743e: Applying feedback changes

2022-09-12 Thread 'Hector Danilo Hurtado Olaya' via Jenkins Commits
: Hector Hurtado Date: 2022-09-12 (Mon, 12 Sep 2022) Changed paths: M src/main/java/org/sonatype/nexus/ci/util/IqUtil.groovy M src/test/java/org/sonatype/nexus/ci/util/IqUtilTest.groovy Log Message: --- Applying feedback changes -- You received this message because you

Re: [DISCUSS] KIP-848: The Next Generation of the Consumer Rebalance Protocol

2022-09-12 Thread Hector Geraldino (BLOOMBERG/ 919 3RD A)
: Re: [DISCUSS] KIP-848: The Next Generation of the Consumer Rebalance Protocol Hi Hector, We definitely need to share internals with Connect APIs. That model would not scale otherwise. Regarding the schema registry, I wonder if we could just use the new protocol. At the end of the day

[jenkinsci/nexus-platform-plugin] d9d0ec: Adding some descriptions to new tests

2022-09-12 Thread 'Hector Danilo Hurtado Olaya' via Jenkins Commits
: Hector Hurtado Date: 2022-09-12 (Mon, 12 Sep 2022) Changed paths: M src/test/java/org/sonatype/nexus/ci/util/IqUtilTest.groovy Log Message: --- Adding some descriptions to new tests -- You received this message because you are subscribed to the Google Groups "Je

[jenkinsci/nexus-platform-plugin] 20fac0: Updating tests descriptions

2022-09-12 Thread 'Hector Danilo Hurtado Olaya' via Jenkins Commits
: Hector Hurtado Date: 2022-09-12 (Mon, 12 Sep 2022) Changed paths: M src/test/java/org/sonatype/nexus/ci/util/IqUtilTest.groovy Log Message: --- Updating tests descriptions -- You received this message because you are subscribed to the Google Groups "Jenkins Commits&q

[jenkinsci/nexus-platform-plugin] d7778f: Fixing tests

2022-09-09 Thread 'Hector Danilo Hurtado Olaya' via Jenkins Commits
: Hector Hurtado Date: 2022-09-09 (Fri, 09 Sep 2022) Changed paths: M src/test/java/org/sonatype/nexus/ci/iq/IqPolicyEvaluatorTest.groovy Log Message: --- Fixing tests -- You received this message because you are subscribed to the Google Groups "Jenkins Commits&q

[jenkinsci/nexus-platform-plugin] ec8aa8: Adding Organizations select on UI

2022-09-09 Thread 'Hector Danilo Hurtado Olaya' via Jenkins Commits
: Hector Hurtado Date: 2022-09-09 (Fri, 09 Sep 2022) Changed paths: M pom.xml M src/main/java/org/sonatype/nexus/ci/iq/IqPolicyEvaluatorBuildStep.groovy M src/main/java/org/sonatype/nexus/ci/iq/IqPolicyEvaluatorDescriptor.groovy M src/main/java/org/sonatype/nexus/ci/iq

Re:[VOTE] KIP-848: The Next Generation of the Consumer Rebalance Protocol

2022-09-09 Thread Hector Geraldino (BLOOMBERG/ 919 3RD A)
+1 (non-binding) Really looking forward for the discussion on how other group types (especially connect) will support this new protocol. From: dev@kafka.apache.org At: 09/09/22 04:32:46 UTC-4:00To: dev@kafka.apache.org Subject: [VOTE] KIP-848: The Next Generation of the Consumer Rebalance

Re: [DISCUSS] KIP-848: The Next Generation of the Consumer Rebalance Protocol

2022-09-09 Thread Hector Geraldino (BLOOMBERG/ 919 3RD A)
KIP. I just had minor observations: > > > > >> > > > > > > > >> > > > 1) In the Assignment Error section in Client Side mode > Assignment > > > > >> > > process, > > > > >> > > &g

[jenkinsci/nexus-platform-plugin]

2022-09-08 Thread 'Hector Danilo Hurtado Olaya' via Jenkins Commits
Branch: refs/heads/INT-7157-add-org-id-param-to-pipeline-syntax Home: https://github.com/jenkinsci/nexus-platform-plugin -- You received this message because you are subscribed to the Google Groups "Jenkins Commits" group. To unsubscribe from this group and stop receiving emails from it,

[jenkinsci/nexus-platform-plugin] 3d30f5: INT-7157 add org id parameter to nexus IQ policy e...

2022-09-08 Thread 'Hector Danilo Hurtado Olaya' via Jenkins Commits
Branch: refs/heads/main Home: https://github.com/jenkinsci/nexus-platform-plugin Commit: 3d30f5be329a0185caa8edb423fd9d4ddc688a7c https://github.com/jenkinsci/nexus-platform-plugin/commit/3d30f5be329a0185caa8edb423fd9d4ddc688a7c Author: Hector Danilo Hurtado Olaya Date: 2022

[jenkinsci/nexus-platform-plugin] fdaeb7: Updating ChangeLog

2022-09-07 Thread 'Hector Danilo Hurtado Olaya' via Jenkins Commits
Branch: refs/heads/main Home: https://github.com/jenkinsci/nexus-platform-plugin Commit: fdaeb7d17b1b9e64e6c7d62bb1d45c960ab43132 https://github.com/jenkinsci/nexus-platform-plugin/commit/fdaeb7d17b1b9e64e6c7d62bb1d45c960ab43132 Author: Hector Hurtado Date: 2022-09-07 (Wed

[jenkinsci/nexus-platform-plugin]

2022-09-07 Thread 'Hector Danilo Hurtado Olaya' via Jenkins Commits
Branch: refs/heads/bump-innersource-dependencies-e566d7 Home: https://github.com/jenkinsci/nexus-platform-plugin -- You received this message because you are subscribed to the Google Groups "Jenkins Commits" group. To unsubscribe from this group and stop receiving emails from it, send an

[jenkinsci/nexus-platform-plugin] 7a1ebb: Applying feedback changes

2022-09-07 Thread 'Hector Danilo Hurtado Olaya' via Jenkins Commits
: Hector Hurtado Date: 2022-09-07 (Wed, 07 Sep 2022) Changed paths: M src/main/resources/org/sonatype/nexus/ci/iq/IqPolicyEvaluatorBuildStep/help-iqOrganization.html M src/main/resources/org/sonatype/nexus/ci/iq/IqPolicyEvaluatorWorkflowStep/help-iqOrganization.html Log Message

[jenkinsci/nexus-platform-plugin] 0de4b5: Adjusting UI for organization id

2022-09-06 Thread 'Hector Danilo Hurtado Olaya' via Jenkins Commits
: Hector Hurtado Date: 2022-09-06 (Tue, 06 Sep 2022) Changed paths: M pom.xml M src/main/resources/org/sonatype/nexus/ci/iq/IqPolicyEvaluatorBuildStep/config.groovy M src/main/resources/org/sonatype/nexus/ci/iq/IqPolicyEvaluatorWorkflowStep/config.groovy Log Message

[jenkinsci/nexus-platform-plugin] 06b64d: Adding some tests to excersie the new org id param...

2022-09-06 Thread 'Hector Danilo Hurtado Olaya' via Jenkins Commits
: Hector Hurtado Date: 2022-09-06 (Tue, 06 Sep 2022) Changed paths: M src/main/java/org/sonatype/nexus/ci/iq/IqPolicyEvaluatorBuildStep.groovy M src/main/java/org/sonatype/nexus/ci/iq/IqPolicyEvaluatorDescriptor.groovy M src/main/java/org/sonatype/nexus/ci/iq

[jenkinsci/nexus-platform-plugin] 0c2ac5: Adding setter for the organization id

2022-09-05 Thread 'Hector Danilo Hurtado Olaya' via Jenkins Commits
: Hector Hurtado Date: 2022-09-05 (Mon, 05 Sep 2022) Changed paths: M src/main/java/org/sonatype/nexus/ci/iq/IqPolicyEvaluatorWorkflowStep.groovy Log Message: --- Adding setter for the organization id -- You received this message because you are subscribed to the Google

[jenkinsci/nexus-platform-plugin] e27a87: Fixing tests

2022-09-05 Thread 'Hector Danilo Hurtado Olaya' via Jenkins Commits
: Hector Hurtado Date: 2022-09-05 (Mon, 05 Sep 2022) Changed paths: M src/test/java/org/sonatype/nexus/ci/iq/IqPolicyEvaluatorIntegrationTest.groovy Log Message: --- Fixing tests -- You received this message because you are subscribed to the Google Groups "Jenkins Co

[jenkinsci/nexus-platform-plugin] fe6a1a: INT-7157 Add OrgId parameter to IQ Policy Evaluati...

2022-09-05 Thread 'Hector Danilo Hurtado Olaya' via Jenkins Commits
: Hector Hurtado Date: 2022-09-05 (Mon, 05 Sep 2022) Changed paths: M src/main/java/org/sonatype/nexus/ci/iq/IqPolicyEvaluator.groovy M src/main/java/org/sonatype/nexus/ci/iq/IqPolicyEvaluatorBuildStep.groovy M src/main/java/org/sonatype/nexus/ci/iq/IqPolicyEvaluatorUtil.groovy M

[kdenlive] [Bug 458557] New: Composition overlays do not extend to the length of the video when dragged and dropped.

2022-08-31 Thread Hector
https://bugs.kde.org/show_bug.cgi?id=458557 Bug ID: 458557 Summary: Composition overlays do not extend to the length of the video when dragged and dropped. Product: kdenlive Version: 22.08.0 Platform: Microsoft Windows

Re: [PATCH] kern/efi/mm: Double the default heap size

2022-08-21 Thread Hector Martin via Grub-devel
On 21/08/2022 21.35, Daniel Axtens wrote: > Hi Hector, > > Thanks for your patch and for taking the trouble to put it together. > >> GRUB is already running out of memory on Apple M1 systems, causing >> graphics init to fail, as of the latest Git changes. Since dynami

[PATCH] kern/efi/mm: Double the default heap size

2022-08-20 Thread Hector Martin via Grub-devel
GRUB is already running out of memory on Apple M1 systems, causing graphics init to fail, as of the latest Git changes. Since dynamic growing of the heap isn't done yet, double the default heap size for now. Signed-off-by: Hector Martin --- grub-core/kern/efi/mm.c | 2 +- 1 file changed, 1

[bug #62925] Out of memory error initializing graphics on some Apple M1 systems

2022-08-20 Thread Hector Martin
Sat 20 Aug 2022 11:32:41 AM UTC By: Hector Martin As of grub-2:2.06.r297.g0c6c1aff2-1-aarch64 as packaged by Arch Linux ARM (which is vanilla grub as of that git revision, other than grub.d patches and trivial packaging-related changes), initializing graphics fails on Apple M1 Pro MacBook 14&qu

Re: Consumer Lag-Apache_kafka_JMX metrics

2022-08-16 Thread Hector Geraldino (BLOOMBERG/ 919 3RD A)
As far as I know, such metric does not exist. Strictly speaking, consumer lag can be defined as the difference between the last produced offset (high watermark) and the last committed offset by the group, but such metric has very little value without considering the time dimension. It'd be

[konsole] [Bug 453545] Konsole resets font size after disconnecting from SSH session

2022-08-14 Thread Hector Martin
https://bugs.kde.org/show_bug.cgi?id=453545 --- Comment #9 from Hector Martin --- Another workaround is to make the actual command running not be ssh, so konsole can't see it. For example, you could alias ssh to be `/usr/bin/time ssh`, that should stop konsole from picking it up. -- You

[konsole] [Bug 453545] Konsole resets font size after disconnecting from SSH session

2022-08-14 Thread Hector Martin
https://bugs.kde.org/show_bug.cgi?id=453545 Hector Martin changed: What|Removed |Added CC||hec...@marcansoft.com --- Comment #8 from

Re: Migrating PostgreSQL Stored Procedures to MSSQL 2019 for example

2022-08-14 Thread hector vass
like databases Aurora and MySQL ... Not to say someone somewhere hasn’t but a claimed strength of Postgresql is probably a hindrance in this instance. Hector Vass Data Engineer 07773 352559 On Fri, 12 Aug 2022, 11:24 Scott Simpson, wrote: > Hi, > > I need to migrate many PostgreSQL Stor

Re: [RFR] po-debconf://lyskom-server

2022-08-03 Thread Hector Colina
Hola, sólo una pequeña sugerencia que puede ser incorporada o no. Saludos. El mar, 2 ago 2022 a la(s) 10:16, Camaleón (noela...@gmail.com) escribió: > > Hola, > Adjunto la traducción. > Saludos, > -- > Camaleón -- ****** Hector Colina

Re: [RFR] po-debconf://smb2www

2022-08-03 Thread Hector Colina
; -- > Camaleón -- ****** Hector Colina. Debian user, aka e1th0r Santiago de Chile Key fingerprint = E81B 8228 8919 EE27 85B7 A59B 357F 81F5 5CFC B481 Long live and prosperity! es.po.diff Description: Binary data

Re: [RFR] po-debconf://watchdog

2022-08-03 Thread Hector Colina
Hola, un pequeño aporte, anexo diff con la palabra corregida Saludos. El mar, 2 ago 2022 a la(s) 10:17, Camaleón (noela...@gmail.com) escribió: > > Hola, > Adjunto la traducción. > Saludos, > -- > Camaleón -- ****** Hector Colina

Re: usbhidaction(1) is unvel(2)ed too strictly to run programs.

2022-08-01 Thread Hector Velasco
Hi Ricardo: I tested the patch and it's working great. The solution seems obvious now that I see it :). suzaku@burningdawn:~ $ > doas rcctl stop usbhidaction suzaku@burningdawn:~ $ > doas usbhidaction -v -c /etc/usbhidaction.conf -f /dev/uhid2 PARSE:1 Consumer:Volume_Increment, 1, 'sndioctl

[PATCH] nvme: Do a clean NVMe shutdown

2022-07-31 Thread Hector Martin
-by: Hector Martin --- drivers/nvme/nvme.c | 25 - 1 file changed, 20 insertions(+), 5 deletions(-) diff --git a/drivers/nvme/nvme.c b/drivers/nvme/nvme.c index a305305885ec..5fd2fb9ed6a6 100644 --- a/drivers/nvme/nvme.c +++ b/drivers/nvme/nvme.c @@ -27,9 +27,8 @@ #define

usbhidaction(1) is unvel(2)ed too strictly to run programs.

2022-07-30 Thread Hector Velasco
Hello Misc. TL;DR: usbhidaction(1) is unveil(2)ed too strictly to run programs. I'm running: kern.version=OpenBSD 7.1 (GENERIC.MP) #3: Sun May 15 10:27:01 MDT 2022 r...@syspatch-71-amd64.openbsd.org:/usr/src/sys/arch/amd64/compile/GENERIC.MP Complete dmesg at the bottom. I use usbhidaction to

Re: Thoughts on logcheck?

2022-07-30 Thread Richard Hector
On 30/07/22 10:20, Andy Smith wrote: Hello, On Fri, Jul 29, 2022 at 04:30:19PM +1200, Richard Hector wrote: My thought is to configure rsyslog to create extra logfiles, equivalent to syslog and auth.log (the two files that logcheck monitors by default), which only log messages at priority

Thoughts on logcheck?

2022-07-28 Thread Richard Hector
Hi all, I've used logcheck for ages, to email me about potential problems from my log files. I end up spending a lot of time scanning the emails, and then occasionally a bunch of time updating the filter rules to stop most of those messages coming through. My thought is to configure

[jenkinsci/nexus-platform-plugin]

2022-07-28 Thread 'Hector Danilo Hurtado Olaya' via Jenkins Commits
Branch: refs/heads/bump-innersource-dependencies-2e24e1 Home: https://github.com/jenkinsci/nexus-platform-plugin -- You received this message because you are subscribed to the Google Groups "Jenkins Commits" group. To unsubscribe from this group and stop receiving emails from it, send an

[jenkinsci/nexus-platform-plugin]

2022-07-27 Thread 'Hector Danilo Hurtado Olaya' via Jenkins Commits
Branch: refs/heads/INT-6954-improve-policy-evaluation-summary-message Home: https://github.com/jenkinsci/nexus-platform-plugin -- You received this message because you are subscribed to the Google Groups "Jenkins Commits" group. To unsubscribe from this group and stop receiving emails

[jenkinsci/nexus-platform-plugin] e34f33: INT-6954 Improving summary message for policy eval...

2022-07-27 Thread 'Hector Danilo Hurtado Olaya' via Jenkins Commits
Branch: refs/heads/main Home: https://github.com/jenkinsci/nexus-platform-plugin Commit: e34f3389728ba103f1ecfbeb9c80cf5394d72cd4 https://github.com/jenkinsci/nexus-platform-plugin/commit/e34f3389728ba103f1ecfbeb9c80cf5394d72cd4 Author: Hector Danilo Hurtado Olaya Date: 2022

[jenkinsci/nexus-platform-plugin] 8dbfa3: INT-6954 Improving summary message for policy eval...

2022-07-26 Thread 'Hector Danilo Hurtado Olaya' via Jenkins Commits
: Hector Hurtado Date: 2022-07-26 (Tue, 26 Jul 2022) Changed paths: M src/main/java/org/sonatype/nexus/ci/iq/PolicyEvaluationHealthAction.groovy M src/main/resources/org/sonatype/nexus/ci/iq/Messages.properties M src/main/resources/org/sonatype/nexus/ci/iq

Re: [DNG] OpenVPN 2.5.1-3+devuan1 packaging vs best practices

2022-07-26 Thread Hector Gonzalez Jaime via Dng
.org https://mailinglists.dyne.org/cgi-bin/mailman/listinfo/dng -- Hector Gonzalez ca...@genac.org ___ Dng mailing list Dng@lists.dyne.org https://mailinglists.dyne.org/cgi-bin/mailman/listinfo/dng

[jenkinsci/nexus-platform-plugin]

2022-07-25 Thread 'Hector Danilo Hurtado Olaya' via Jenkins Commits
Branch: refs/heads/INT-7002-check-compatibility-with-jenkins-2.346.2 Home: https://github.com/jenkinsci/nexus-platform-plugin -- You received this message because you are subscribed to the Google Groups "Jenkins Commits" group. To unsubscribe from this group and stop receiving emails from

[jenkinsci/nexus-platform-plugin] 2bc0bc: Adding tests for Jenkins 2.346.2 (#213)

2022-07-25 Thread 'Hector Danilo Hurtado Olaya' via Jenkins Commits
Branch: refs/heads/main Home: https://github.com/jenkinsci/nexus-platform-plugin Commit: 2bc0bc7c72e99dba8f24234fa972db680babf113 https://github.com/jenkinsci/nexus-platform-plugin/commit/2bc0bc7c72e99dba8f24234fa972db680babf113 Author: Hector Danilo Hurtado Olaya Date: 2022

Bug#1015887: debian-installer: Adding https repo doesn't work without manually installing ca-certificates

2022-07-23 Thread Richard Hector
On 23/07/22 23:01, Cyril Brulebois wrote: As mentioned by Julien, getting the installer's syslog (compressed, to make sure it reaches the mailing list) would help understand what's going on. Oh - uncompressed, it made it into the BTS, but not to the list. Here's a compressed version.

Bug#1015887: debian-installer: Adding https repo doesn't work without manually installing ca-certificates

2022-07-23 Thread Richard Hector
On 23/07/22 23:01, Cyril Brulebois wrote: As mentioned by Julien, getting the installer's syslog (compressed, to make sure it reaches the mailing list) would help understand what's going on. Oh - uncompressed, it made it into the BTS, but not to the list. Here's a compressed version.

Bug#1015887: debian-installer: Adding https repo doesn't work without manually installing ca-certificates

2022-07-23 Thread Richard Hector
On 23/07/22 18:07, Geert Stappers wrote: Control: severity -1 wishlist Why? Because there's a workaround? Is everyone expected to be able to find that workaround? https is an option provided in the installer, that apparently doesn't work (at least with the netinst installer), and it's not

Bug#1015887: debian-installer: Adding https repo doesn't work without manually installing ca-certificates

2022-07-23 Thread Richard Hector
On 23/07/22 18:07, Geert Stappers wrote: Control: severity -1 wishlist Why? Because there's a workaround? Is everyone expected to be able to find that workaround? https is an option provided in the installer, that apparently doesn't work (at least with the netinst installer), and it's not

Bug#1015887: debian-installer: Adding https repo doesn't work without manually installing ca-certificates

2022-07-22 Thread Richard Hector
Package: debian-installer Severity: important Dear Maintainer, Using netinst bullseye 11.4 installer: https://cdimage.debian.org/debian-cd/current/amd64/iso-cd/debian-11.4.0-amd64-netinst.iso I chose to add a network mirror, using https, and the default 'deb.debian.org'. I used

Bug#1015887: debian-installer: Adding https repo doesn't work without manually installing ca-certificates

2022-07-22 Thread Richard Hector
Package: debian-installer Severity: important Dear Maintainer, Using netinst bullseye 11.4 installer: https://cdimage.debian.org/debian-cd/current/amd64/iso-cd/debian-11.4.0-amd64-netinst.iso I chose to add a network mirror, using https, and the default 'deb.debian.org'. I used

Bug#873852: reporting bug in debian-installer

2022-07-22 Thread Richard Hector
Hi, not sure if this is strictly the same bug ... I assume the link above was the old version of https://www.debian.org/releases/bullseye/amd64/release-notes/ch-moreinfo.en.html#bugs? If so, it doesn't help me decide what (pseudo-)package to report a bug against for the installer. And when

[jenkinsci/nexus-platform-plugin] 226b91: Adding tests for Jenkins 2.346.2

2022-07-22 Thread 'Hector Danilo Hurtado Olaya' via Jenkins Commits
: Hector Hurtado Date: 2022-07-22 (Fri, 22 Jul 2022) Changed paths: M Jenkinsfile.sonatype.extra-tests Log Message: --- Adding tests for Jenkins 2.346.2 -- You received this message because you are subscribed to the Google Groups "Jenkins Commits" group. To u

Re:[DISCUSS] KIP-848: The Next Generation of the Consumer Rebalance Protocol

2022-07-14 Thread Hector Geraldino (BLOOMBERG/ 919 3RD A)
Kudos David, Guozhang, and Jason for putting together such a great proposal. I don't want to hijack the discussion, just wanted to mention that it would be great if the final design is made extensible enough, so other use cases (like Kafka Connect, Schema Registry, etc.) can be added later on.

[nznog] IPv6 status?

2022-07-13 Thread Richard Hector
Hi all, We've passed the 10th anniversary of World IPv6 Launch Day, but it doesn't seem like we've got very far? What happened to the Task Force? The site says it's archived, or is there a new one? Cheers, Richard ___ NZNOG mailing list --

[jenkinsci/nexus-platform-plugin] 5aab1d: Adjusting post-release job notifications to slack

2022-07-07 Thread 'Hector Danilo Hurtado Olaya' via Jenkins Commits
Branch: refs/heads/main Home: https://github.com/jenkinsci/nexus-platform-plugin Commit: 5aab1d2f36ec2c408b0073c54346a1d1590b3c50 https://github.com/jenkinsci/nexus-platform-plugin/commit/5aab1d2f36ec2c408b0073c54346a1d1590b3c50 Author: Hector Hurtado Date: 2022-07-07 (Thu

[jenkinsci/nexus-platform-plugin]

2022-07-07 Thread 'Hector Danilo Hurtado Olaya' via Jenkins Commits
Branch: refs/heads/test-post-release-policy-evaluation Home: https://github.com/jenkinsci/nexus-platform-plugin -- You received this message because you are subscribed to the Google Groups "Jenkins Commits" group. To unsubscribe from this group and stop receiving emails from it, send an

[jenkinsci/nexus-platform-plugin] c5c178: Adjusting Evaluate polices step on post-release job

2022-07-07 Thread 'Hector Danilo Hurtado Olaya' via Jenkins Commits
Branch: refs/heads/main Home: https://github.com/jenkinsci/nexus-platform-plugin Commit: c5c1780e627ac9ff919961a4d626400210dfb549 https://github.com/jenkinsci/nexus-platform-plugin/commit/c5c1780e627ac9ff919961a4d626400210dfb549 Author: Hector Hurtado Date: 2022-07-07 (Thu

[jenkinsci/nexus-platform-plugin] 545d55: Test

2022-07-07 Thread 'Hector Danilo Hurtado Olaya' via Jenkins Commits
Branch: refs/heads/test-post-release-policy-evaluation Home: https://github.com/jenkinsci/nexus-platform-plugin Commit: 545d55f4c94a514a9db78c1b1b3fa65710d42547 https://github.com/jenkinsci/nexus-platform-plugin/commit/545d55f4c94a514a9db78c1b1b3fa65710d42547 Author: Hector

[jenkinsci/nexus-platform-plugin] 3b2041: Removing git commands

2022-07-07 Thread 'Hector Danilo Hurtado Olaya' via Jenkins Commits
Branch: refs/heads/test-post-release-policy-evaluation Home: https://github.com/jenkinsci/nexus-platform-plugin Commit: 3b2041dd3d3060d6503ac8a77c3b93a5332aae53 https://github.com/jenkinsci/nexus-platform-plugin/commit/3b2041dd3d3060d6503ac8a77c3b93a5332aae53 Author: Hector

[jenkinsci/nexus-platform-plugin] 270b8e: Tests post release policy evaluation

2022-07-07 Thread 'Hector Danilo Hurtado Olaya' via Jenkins Commits
Branch: refs/heads/test-post-release-policy-evaluation Home: https://github.com/jenkinsci/nexus-platform-plugin Commit: 270b8e9d24022ee9135a733e6a43c61411effebb https://github.com/jenkinsci/nexus-platform-plugin/commit/270b8e9d24022ee9135a733e6a43c61411effebb Author: Hector

<    2   3   4   5   6   7   8   9   10   11   >