[PR] upgrade lucene to 9.11.0 [couchdb]

2024-06-08 Thread via GitHub
rnewson opened a new pull request, #5083: URL: https://github.com/apache/couchdb/pull/5083 (no comment) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe,

Re: [PR] Ensure index is up to date when querying [couchdb]

2024-06-08 Thread via GitHub
rnewson merged PR #5081: URL: https://github.com/apache/couchdb/pull/5081 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail:

Re: [PR] Update Erlang to 25 [couchdb-glazier]

2024-06-07 Thread via GitHub
nickva merged PR #34: URL: https://github.com/apache/couchdb-glazier/pull/34 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail:

[PR] Update Erlang to 25 [couchdb-glazier]

2024-06-07 Thread via GitHub
nickva opened a new pull request, #34: URL: https://github.com/apache/couchdb-glazier/pull/34 (no comment) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe,

Re: [PR] Bump jiffy to 1.1.2 [couchdb]

2024-06-07 Thread via GitHub
nickva merged PR #5082: URL: https://github.com/apache/couchdb/pull/5082 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail:

[PR] Bump jiffy to 1.1.2 [couchdb]

2024-06-07 Thread via GitHub
nickva opened a new pull request, #5082: URL: https://github.com/apache/couchdb/pull/5082 https://github.com/davisp/jiffy/releases/tag/1.1.2 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to

Re: [PR] IndexManager keep at least one index open [couchdb]

2024-06-07 Thread via GitHub
rnewson commented on PR #5081: URL: https://github.com/apache/couchdb/pull/5081#issuecomment-2154274544 @nickva good catch, that was also because idleseconds defaults to zero. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to

Re: [PR] IndexManager keep at least one index open [couchdb]

2024-06-06 Thread via GitHub
nickva commented on PR #5081: URL: https://github.com/apache/couchdb/pull/5081#issuecomment-2153506510 Interestingly, the failure is not always the same. In a previous run on main the reason for closure was `SIZE` while in the case above it's `EXPIRED` ```

Re: [PR] IndexManager keep at least one index open [couchdb]

2024-06-06 Thread via GitHub
nickva commented on PR #5081: URL: https://github.com/apache/couchdb/pull/5081#issuecomment-2153487854 It did show one failure: ``` 024-06-06T22:09:44.508Z] Caching disabled for task ':test' because: [2024-06-06T22:09:44.508Z] Build cache is disabled

Re: [PR] Move to Erlang 25 minimum [couchdb]

2024-06-06 Thread via GitHub
nickva merged PR #5079: URL: https://github.com/apache/couchdb/pull/5079 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail:

Re: [PR] Add Almalinux 8.10 target to makefile [couchdb-pkg]

2024-06-06 Thread via GitHub
nickva merged PR #137: URL: https://github.com/apache/couchdb-pkg/pull/137 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail:

Re: [I] CouchDB 3.3.3 service not starting and going to Pause status [couchdb]

2024-06-06 Thread via GitHub
big-r81 commented on issue #5072: URL: https://github.com/apache/couchdb/issues/5072#issuecomment-2153224222 Looking at your screenshots, there where different CouchDB version installed. Please remove them all and delete all existing CouchDB dirs and reinstall it. For testing purpose,

[PR] Add Almalinux 8.10 target to makefile [couchdb-pkg]

2024-06-06 Thread via GitHub
nickva opened a new pull request, #137: URL: https://github.com/apache/couchdb-pkg/pull/137 To fix full CI error ``` [2024-06-06T17:36:45.310Z] + make [2024-06-06T17:36:45.310Z] make `bin/detect-target.sh` [2024-06-06T17:36:45.372Z] make[1]: Entering directory

Re: [PR] Remove accidental inserted accent sign [couchdb]

2024-06-06 Thread via GitHub
big-r81 merged PR #5080: URL: https://github.com/apache/couchdb/pull/5080 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail:

Re: [PR] Remove accidental inserted accent sign [couchdb]

2024-06-06 Thread via GitHub
big-r81 commented on PR #5080: URL: https://github.com/apache/couchdb/pull/5080#issuecomment-2153061688 Hopefully fixes the failing rtd pdf build ... -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go

[PR] Remove accidental inserted accent sign [couchdb]

2024-06-06 Thread via GitHub
big-r81 opened a new pull request, #5080: URL: https://github.com/apache/couchdb/pull/5080 (no comment) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe,

[PR] Move to Erlang 25 minimum [couchdb]

2024-06-06 Thread via GitHub
nickva opened a new pull request, #5079: URL: https://github.com/apache/couchdb/pull/5079 This lets us remove a few ifdefs and a compat module. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go

Re: [PR] Update Erlang 25 and bookworm for pull request CI [couchdb-ci]

2024-06-06 Thread via GitHub
nickva merged PR #68: URL: https://github.com/apache/couchdb-ci/pull/68 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail:

[PR] Update Erlang 25 and bookworm for pull request CI [couchdb-ci]

2024-06-06 Thread via GitHub
nickva opened a new pull request, #68: URL: https://github.com/apache/couchdb-ci/pull/68 (no comment) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe,

Re: [I] Add option to pass secrets as files [couchdb-docker]

2024-06-06 Thread via GitHub
MichaelBrunn3r commented on issue #256: URL: https://github.com/apache/couchdb-docker/issues/256#issuecomment-2152622121 An alternative could be a URI-like format like authentik uses (https://docs.goauthentik.io/docs/installation/configuration#about-authentik-configurations). ```yaml

Re: [PR] Make app and release versions uniform [couchdb]

2024-06-05 Thread via GitHub
nickva merged PR #5078: URL: https://github.com/apache/couchdb/pull/5078 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail:

[PR] Make app and release versions uniform [couchdb]

2024-06-05 Thread via GitHub
nickva opened a new pull request, #5078: URL: https://github.com/apache/couchdb/pull/5078 Previously, some apps/release used `git` version others had a fixed version number. Each approach has it's benefits and downsides but since we're using git in most cases, let's be uniform and use that

Re: [PR] Add missing Windows templates [couchdb-rebar]

2024-06-05 Thread via GitHub
big-r81 merged PR #10: URL: https://github.com/apache/couchdb-rebar/pull/10 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail:

Re: [PR] Library ei is detected by the port compiler [couchdb-jiffy]

2024-06-05 Thread via GitHub
big-r81 closed pull request #7: Library ei is detected by the port compiler URL: https://github.com/apache/couchdb-jiffy/pull/7 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment.

Re: [PR] Library ei is detected by the port compiler [couchdb-jiffy]

2024-06-05 Thread via GitHub
big-r81 commented on PR #7: URL: https://github.com/apache/couchdb-jiffy/pull/7#issuecomment-2151097480 Superseeded by https://github.com/davisp/jiffy/pull/236 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL

Re: [I] CouchDB 3.2.0 service not starting and going to Pause status [couchdb]

2024-06-05 Thread via GitHub
Drayton007 commented on issue #5072: URL: https://github.com/apache/couchdb/issues/5072#issuecomment-2150975146 we did many times but did not help , we are already using 3.3.3 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to

[PR] Library ei is detected by the port compiler [couchdb-jiffy]

2024-06-05 Thread via GitHub
big-r81 opened a new pull request, #7: URL: https://github.com/apache/couchdb-jiffy/pull/7 After merging https://github.com/apache/couchdb-rebar/pull/10, there is no need of these explicit settings. -- This is an automated message from the Apache Git Service. To respond to the message,

[PR] Add missing Windows templates [couchdb-rebar]

2024-06-05 Thread via GitHub
big-r81 opened a new pull request, #10: URL: https://github.com/apache/couchdb-rebar/pull/10 Compiling jiffy on Windows doesn't work because of two missing templates for the default environment. Ported these settings from the rebar3 port compiler [1]. [1]

Re: [I] No Release file for Ubuntu 24.04 LTS [couchdb]

2024-06-05 Thread via GitHub
big-r81 commented on issue #5077: URL: https://github.com/apache/couchdb/issues/5077#issuecomment-2150238057 Hi, Ubuntu 24.04 LTS isn't listed under the [convenience binary

Re: [I] CouchDB 3.2.0 service not starting and going to Pause status [couchdb]

2024-06-05 Thread via GitHub
Drayton007 commented on issue #5072: URL: https://github.com/apache/couchdb/issues/5072#issuecomment-2149975723 @wohali any idea on this issue ? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go

[I] No Release file for Ubuntu 24.04 LTS [couchdb]

2024-06-05 Thread via GitHub
aklehm opened a new issue, #5077: URL: https://github.com/apache/couchdb/issues/5077 [NOTE]: # ( ^^ Provide a general summary of the issue in the title above. ^^ ) ## Description I want to install CouchDB on a Ubuntu Server 24.04 LTS and followed the offical docs here: [CouchDB

Re: [PR] feat(doc): What’s new in 3.4.0? [couchdb]

2024-06-05 Thread via GitHub
janl merged PR #4888: URL: https://github.com/apache/couchdb/pull/4888 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail:

Re: [I] Nouveau trial run observations [couchdb]

2024-06-05 Thread via GitHub
janl closed issue #5051: Nouveau trial run observations URL: https://github.com/apache/couchdb/issues/5051 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe,

Re: [I] Nouveau trial run observations [couchdb]

2024-06-05 Thread via GitHub
janl commented on issue #5051: URL: https://github.com/apache/couchdb/issues/5051#issuecomment-2149328339 fixed in https://github.com/apache/couchdb-pkg/pull/125 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL

Re: [PR] feat(doc): What’s new in 3.4.0? [couchdb]

2024-06-05 Thread via GitHub
pgj commented on code in PR #4888: URL: https://github.com/apache/couchdb/pull/4888#discussion_r1627290891 ## src/docs/src/whatsnew/3.4.rst: ## @@ -0,0 +1,360 @@ +.. Licensed under the Apache License, Version 2.0 (the "License"); you may not +.. use this file except in

Re: [I] CouchDB 3.2.0 service not starting and going to Pause status [couchdb]

2024-06-05 Thread via GitHub
Drayton007 commented on issue #5072: URL: https://github.com/apache/couchdb/issues/5072#issuecomment-2149171640 windows event log showing this issue : ![image](https://github.com/apache/couchdb/assets/171241376/46b82079-7efd-42ef-bdc3-feea04bd33dd) getting dump file created when

Re: [PR] feat(doc): What’s new in 3.4.0? [couchdb]

2024-06-05 Thread via GitHub
janl commented on code in PR #4888: URL: https://github.com/apache/couchdb/pull/4888#discussion_r1627136071 ## src/docs/src/whatsnew/3.4.rst: ## @@ -0,0 +1,360 @@ +.. Licensed under the Apache License, Version 2.0 (the "License"); you may not +.. use this file except in

[I] helm chart is not picking security context value passed in values.yml [couchdb-helm]

2024-06-04 Thread via GitHub
AnishaM7 opened a new issue, #159: URL: https://github.com/apache/couchdb-helm/issues/159 **Describe the bug** A clear and concise description of what the bug is. we are deploying couchdb using helm chart. In ```values yaml``` we are defining security context as follows

Re: [PR] build(deps-dev): (deps): Bump .github/actions/create-pull-request from `15410bd` to `b5ed4c3` [couchdb-helm]

2024-06-04 Thread via GitHub
dependabot[bot] closed pull request #153: build(deps-dev): (deps): Bump .github/actions/create-pull-request from `15410bd` to `b5ed4c3` URL: https://github.com/apache/couchdb-helm/pull/153 -- This is an automated message from the Apache Git Service. To respond to the message, please log on

Re: [PR] build(deps-dev): (deps): Bump .github/actions/create-pull-request from `15410bd` to `b5ed4c3` [couchdb-helm]

2024-06-04 Thread via GitHub
dependabot[bot] commented on PR #153: URL: https://github.com/apache/couchdb-helm/pull/153#issuecomment-2148780044 Superseded by #158. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the

[PR] build(deps-dev): (deps): Bump .github/actions/create-pull-request from `15410bd` to `e30bbbb` [couchdb-helm]

2024-06-04 Thread via GitHub
dependabot[bot] opened a new pull request, #158: URL: https://github.com/apache/couchdb-helm/pull/158 Bumps [.github/actions/create-pull-request](https://github.com/peter-evans/create-pull-request) from `15410bd` to `e30`. Commits

Re: [PR] Add extraPorts to the network policy when it is enabled. [couchdb-helm]

2024-06-04 Thread via GitHub
willholley merged PR #157: URL: https://github.com/apache/couchdb-helm/pull/157 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail:

[PR] Add extraPorts to the network policy when it is enabled. [couchdb-helm]

2024-06-04 Thread via GitHub
samwho opened a new pull request, #157: URL: https://github.com/apache/couchdb-helm/pull/157 What this PR does / why we need it: I'm really sorry, I am about 99.9% sure this will be the last PR from us @willholley  I completely missed the `NetworkPolicy` resource and

Re: [PR] Fix errors running Nightwatch's execute() [couchdb-fauxton]

2024-06-04 Thread via GitHub
Antonio-Maranhao closed pull request #1451: Fix errors running Nightwatch's execute() URL: https://github.com/apache/couchdb-fauxton/pull/1451 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the

Re: [PR] Fix errors in Nightwatch tests [couchdb-fauxton]

2024-06-04 Thread via GitHub
Antonio-Maranhao merged PR #1450: URL: https://github.com/apache/couchdb-fauxton/pull/1450 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail:

Re: [PR] Fix errors running Nightwatch's execute() [couchdb-fauxton]

2024-06-04 Thread via GitHub
Antonio-Maranhao commented on PR #1451: URL: https://github.com/apache/couchdb-fauxton/pull/1451#issuecomment-2147325435 Closed in favor of https://github.com/apache/couchdb-fauxton/pull/1450 -- This is an automated message from the Apache Git Service. To respond to the message, please

Re: [PR] Give the `Service` default port (5984) a name so that it is not ambiguous if `service.extraPorts` is used. [couchdb-helm]

2024-06-04 Thread via GitHub
willholley merged PR #156: URL: https://github.com/apache/couchdb-helm/pull/156 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail:

Re: [PR] Give the `Service` default port (5984) a name so that it is not ambiguous if `service.extraPorts` is used. [couchdb-helm]

2024-06-04 Thread via GitHub
samwho commented on PR #156: URL: https://github.com/apache/couchdb-helm/pull/156#issuecomment-2147056360 Thank you so much for reviewing these PRs so quickly, we really appreciate it  -- This is an automated message from the Apache Git Service. To respond to the message, please log on

[PR] Give the `Service` default port (5984) a name so that it is not ambiguous if `service.extraPorts` is used. [couchdb-helm]

2024-06-04 Thread via GitHub
samwho opened a new pull request, #156: URL: https://github.com/apache/couchdb-helm/pull/156 What this PR does / why we need it: Sorry about this @willholley, but I noticed when trying to update to 4.5.4 and use my new `extraPorts` values that if you try to have multiple ports

Re: [PR] Support extraPorts in the service template. [couchdb-helm]

2024-06-04 Thread via GitHub
willholley merged PR #154: URL: https://github.com/apache/couchdb-helm/pull/154 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail:

Re: [PR] Move priv direcotry gitignore from quickjs app to main gitignore [couchdb]

2024-06-03 Thread via GitHub
nickva merged PR #5076: URL: https://github.com/apache/couchdb/pull/5076 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail:

[PR] Move priv direcotry gitignore from quickjs app to main gitignore [couchdb]

2024-06-03 Thread via GitHub
nickva opened a new pull request, #5076: URL: https://github.com/apache/couchdb/pull/5076 Previously, the `.gitignore` file in priv was mainly there to keep the directory around in git. But that's a bit dirty as the debian packager will complain if we package the `.gitignore`, as it

Re: [PR] Fix errors in Nightwatch tests [couchdb-fauxton]

2024-06-03 Thread via GitHub
big-r81 commented on PR #1450: URL: https://github.com/apache/couchdb-fauxton/pull/1450#issuecomment-2146247635 @Antonio-Maranhao Checks are working now and are run when opening a PR against main. Now you can choose wheter to merge this PR or #1451. -- This is an automated message from

Re: [PR] Fix errors in Nightwatch tests [couchdb-fauxton]

2024-06-03 Thread via GitHub
Antonio-Maranhao commented on PR #1450: URL: https://github.com/apache/couchdb-fauxton/pull/1450#issuecomment-2146246502 Thanks for the quick action on this @big-r81. Much appreciated. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to

Re: [PR] Update Github workflow trigger [couchdb-fauxton]

2024-06-03 Thread via GitHub
big-r81 merged PR #1453: URL: https://github.com/apache/couchdb-fauxton/pull/1453 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail:

Re: [I] [BUG]: GH actions context not working [couchdb-fauxton]

2024-06-03 Thread via GitHub
big-r81 commented on issue #1449: URL: https://github.com/apache/couchdb-fauxton/issues/1449#issuecomment-2146220169 For the records to skip a required status check via GH API: Adjust `GH_SHA` and `NAME_OF_REQUIRED_CHECK`! ``` gh api --method POST -H "Accept:

[PR] Update Github workflow trigger [couchdb-fauxton]

2024-06-03 Thread via GitHub
big-r81 opened a new pull request, #1453: URL: https://github.com/apache/couchdb-fauxton/pull/1453 Run workflow when pushing to the main branch and when opening a PR against the main branch. -- This is an automated message from the Apache Git Service. To respond to the message, please

Re: [PR] Fix errors in Nightwatch tests [couchdb-fauxton]

2024-06-03 Thread via GitHub
big-r81 commented on PR #1450: URL: https://github.com/apache/couchdb-fauxton/pull/1450#issuecomment-2146147730 @Antonio-Maranhao Should be fixed now, but it seems you need to re-run your "personal" gh action ... -- This is an automated message from the Apache Git Service. To respond to

Re: [PR] Revert "Test if workflow job.ids work as context names (#1446)" [couchdb-fauxton]

2024-06-03 Thread via GitHub
big-r81 merged PR #1452: URL: https://github.com/apache/couchdb-fauxton/pull/1452 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail:

Re: [PR] Fix errors in Nightwatch tests [couchdb-fauxton]

2024-06-03 Thread via GitHub
big-r81 commented on PR #1450: URL: https://github.com/apache/couchdb-fauxton/pull/1450#issuecomment-2146132052 @Antonio-Maranhao I am currently trying to solve the problem... -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub

Re: [I] [BUG]: GH actions context not working [couchdb-fauxton]

2024-06-03 Thread via GitHub
big-r81 commented on issue #1449: URL: https://github.com/apache/couchdb-fauxton/issues/1449#issuecomment-2146125527 Until fixed, revert #1446 via #1452. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above

[PR] Revert "Test if workflow job.ids work as context names (#1446)" [couchdb-fauxton]

2024-06-03 Thread via GitHub
big-r81 opened a new pull request, #1452: URL: https://github.com/apache/couchdb-fauxton/pull/1452 This reverts commit ffd9dc1c390844151ab6663a6e9f439f43f49aad. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the

Re: [PR] Fix errors in Nightwatch tests [couchdb-fauxton]

2024-06-03 Thread via GitHub
Antonio-Maranhao commented on PR #1450: URL: https://github.com/apache/couchdb-fauxton/pull/1450#issuecomment-2146053307 Hi @big-r81, looks like your recent changes to `.asf.yaml` are preventing PRs from being merged. There are two issues: 1) checks are not getting triggered for PRs

[PR] Fix errors running Nightwatch's execute() [couchdb-fauxton]

2024-06-03 Thread via GitHub
Antonio-Maranhao opened a new pull request, #1451: URL: https://github.com/apache/couchdb-fauxton/pull/1451 ## Overview Fix syntax errors when calling Nightwatch `execute()` function. ## Testing recommendations Verify that errors like the one below are no longer printed:

[PR] Fix errors in Nightwatch tests [couchdb-fauxton]

2024-06-03 Thread via GitHub
Antonio-Maranhao opened a new pull request, #1450: URL: https://github.com/apache/couchdb-fauxton/pull/1450 ## Overview Fix syntax errors when calling Nightwatch `execute()` function. ## Testing recommendations Verify that errors like the one below are no longer printed:

Re: [PR] Make sure to unload mecked modules in fabric_view [couchdb]

2024-06-03 Thread via GitHub
nickva merged PR #5075: URL: https://github.com/apache/couchdb/pull/5075 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail:

[PR] Make sure to unload mecked modules in fabric_view [couchdb]

2024-06-03 Thread via GitHub
nickva opened a new pull request, #5075: URL: https://github.com/apache/couchdb/pull/5075 Since we use meck:expect(...) in a few places in the test suite, we should run `meck:unload()` in teardown. To make it more obvious we're mocking things, explicitly use meck:new() in setup as well.

Re: [PR] Support extraPorts in the service template. [couchdb-helm]

2024-06-03 Thread via GitHub
samwho commented on PR #154: URL: https://github.com/apache/couchdb-helm/pull/154#issuecomment-2145708029 Hey @willholley, I hope you don't mind me tagging you. I know it's lame to ping open-source maintainers directly, sorry about that. Keen to get this merged as soon as is

Re: [PR] Increase timeout for replicator test [couchdb]

2024-06-03 Thread via GitHub
jaydoane merged PR #5074: URL: https://github.com/apache/couchdb/pull/5074 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail:

[I] Add option to pass secrets as files [couchdb-docker]

2024-06-02 Thread via GitHub
bryopsida opened a new issue, #256: URL: https://github.com/apache/couchdb-docker/issues/256 ## Expected Behavior I'd like an option to pass secret values as files when appending `_FILE` after the current environment variable used for the value. This

[PR] Increase timeout for replicator test [couchdb]

2024-06-01 Thread via GitHub
jaydoane opened a new pull request, #5074: URL: https://github.com/apache/couchdb/pull/5074 ## Overview The function `t_scheduler_docs_total_rows` contains a `test_util:wait/3` function with a timeout of 14 seconds, so increase these timeouts to match, and try to avoid

[PR] 140 - Project Secrets as Files [couchdb-helm]

2024-06-01 Thread via GitHub
bryopsida opened a new pull request, #155: URL: https://github.com/apache/couchdb-helm/pull/155 What this PR does / why we need it: This PR adds a value option `enableSecretsAsFiles` which is disabled by default, but when enabled toggles the rendered manifests to not use

Re: [I] CouchDB 3.2.0 service not starting and going to Pause status [couchdb]

2024-06-01 Thread via GitHub
Drayton007 commented on issue #5072: URL: https://github.com/apache/couchdb/issues/5072#issuecomment-2143345124 Never worked before , seems that erl.exe crash ing and not able to start , the C++ seems to be okay -- This is an automated message from the Apache Git Service. To respond to

[PR] Support extraPorts in the service template. [couchdb-helm]

2024-05-31 Thread via GitHub
samwho opened a new pull request, #154: URL: https://github.com/apache/couchdb-helm/pull/154 What this PR does / why we need it: At [Budibase](https://budibase.com) we're making use of the CouchDB [structured query

Re: [PR] Prevent release from generating ez archives [couchdb]

2024-05-31 Thread via GitHub
nickva merged PR #5073: URL: https://github.com/apache/couchdb/pull/5073 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail:

Re: [PR] Prevent release from generating ez archives [couchdb]

2024-05-31 Thread via GitHub
nickva commented on code in PR #5073: URL: https://github.com/apache/couchdb/pull/5073#discussion_r1621784118 ## rel/reltool.config.script: ## @@ -0,0 +1,24 @@ +% Licensed under the Apache License, Version 2.0 (the "License"); you may not +% use this file except in compliance

Re: [PR] Prevent release from generating ez archives [couchdb]

2024-05-31 Thread via GitHub
nickva commented on code in PR #5073: URL: https://github.com/apache/couchdb/pull/5073#discussion_r1621777636 ## rel/reltool.config.script: ## @@ -0,0 +1,24 @@ +% Licensed under the Apache License, Version 2.0 (the "License"); you may not +% use this file except in compliance

Re: [PR] Prevent release from generating ez archives [couchdb]

2024-05-30 Thread via GitHub
jaydoane commented on code in PR #5073: URL: https://github.com/apache/couchdb/pull/5073#discussion_r1621768611 ## rel/reltool.config.script: ## @@ -0,0 +1,24 @@ +% Licensed under the Apache License, Version 2.0 (the "License"); you may not +% use this file except in compliance

Re: [PR] Prevent release from generating ez archives [couchdb]

2024-05-30 Thread via GitHub
nickva commented on PR #5073: URL: https://github.com/apache/couchdb/pull/5073#issuecomment-2141238837 To test, make two copies of the src directory, one with asdf shell erlang 26 the other with 25. `./configure && make && make release` in both and check that `re/couchdb/lib/*` doesn't

[PR] Prevent release from generating ez archives [couchdb]

2024-05-30 Thread via GitHub
nickva opened a new pull request, #5073: URL: https://github.com/apache/couchdb/pull/5073 Erlang 26 removed the ability to create ez archive files in releases. We had to remove the `excl_archive_filters` option from our reltool.config file [1], as otherwise we couldn't make releases on 26

Re: [I] How do I customize port and service name for couchdb during silent installation in Windows [couchdb]

2024-05-30 Thread via GitHub
big-r81 commented on issue #5023: URL: https://github.com/apache/couchdb/issues/5023#issuecomment-2140700113 No response from the user, closing for now. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to

Re: [I] How do I customize port and service name for couchdb during silent installation in Windows [couchdb]

2024-05-30 Thread via GitHub
big-r81 closed issue #5023: How do I customize port and service name for couchdb during silent installation in Windows URL: https://github.com/apache/couchdb/issues/5023 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use

Re: [I] CouchDB 3.2.0 service not starting and going to Pause status [couchdb]

2024-05-30 Thread via GitHub
big-r81 commented on issue #5072: URL: https://github.com/apache/couchdb/issues/5072#issuecomment-2140695807 Does it worked before? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific

Re: [PR] Build nouveau package [couchdb-pkg]

2024-05-30 Thread via GitHub
rnewson commented on PR #125: URL: https://github.com/apache/couchdb-pkg/pull/125#issuecomment-2139317338 I can't repro the java cert issue but https://bugs.launchpad.net/ubuntu/+source/ca-certificates-java/+bug/1998065 sounds related. it's not a bug in the nouveau package, at least.

Re: [PR] fix(imagePullSecrets): restore ability to set image pull secrets [couchdb-helm]

2024-05-30 Thread via GitHub
willholley merged PR #139: URL: https://github.com/apache/couchdb-helm/pull/139 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail:

[I] CouchDB 3.2.0 service not starting and going to Pause status [couchdb]

2024-05-30 Thread via GitHub
Drayton007 opened a new issue, #5072: URL: https://github.com/apache/couchdb/issues/5072 [NOTE]: # ( ^^ Provide a general summary of the issue in the title above. ^^ ) ## Description service not starting and going to paused status

[I] [BUG]: GH actions context not working [couchdb-fauxton]

2024-05-29 Thread via GitHub
big-r81 opened a new issue, #1449: URL: https://github.com/apache/couchdb-fauxton/issues/1449 Only a reminder: Required GH actions - especially to context names - doesn't work as expected. Trying to fix this with INFRA. https://issues.apache.org/jira/browse/INFRA-25815 -- This

Re: [PR] Docs: Update `couchdb/README.md` - change `cookeAuthSecret` to `erlangCookie` and make code blocks easier to copy via copy button on github [couchdb-helm]

2024-05-29 Thread via GitHub
jessebot commented on code in PR #132: URL: https://github.com/apache/couchdb-helm/pull/132#discussion_r1618699878 ## couchdb/README.md: ## @@ -170,7 +170,7 @@ A variety of other parameters are also configurable. See the comments in the | `adminUsername`

Re: [PR] Docs: Update `couchdb/README.md` - change `cookeAuthSecret` to `erlangCookie` and make code blocks easier to copy via copy button on github [couchdb-helm]

2024-05-29 Thread via GitHub
jessebot commented on code in PR #132: URL: https://github.com/apache/couchdb-helm/pull/132#discussion_r1618698216 ## couchdb/README.md: ## @@ -143,10 +143,10 @@ CouchDB chart and their default values: | Key | Type | Default | Description |

Re: [PR] Docs: Update `couchdb/README.md` - change `cookeAuthSecret` to `erlangCookie` and make code blocks easier to copy via copy button on github [couchdb-helm]

2024-05-29 Thread via GitHub
jessebot commented on code in PR #132: URL: https://github.com/apache/couchdb-helm/pull/132#discussion_r1618697688 ## couchdb/README.md: ## @@ -143,10 +143,10 @@ CouchDB chart and their default values: | Key | Type | Default | Description |

Re: [PR] Docs: Update `couchdb/README.md` - change `cookeAuthSecret` to `erlangCookie` and make code blocks easier to copy via copy button on github [couchdb-helm]

2024-05-29 Thread via GitHub
jessebot commented on code in PR #132: URL: https://github.com/apache/couchdb-helm/pull/132#discussion_r1618695588 ## couchdb/README.md: ## @@ -53,30 +53,30 @@ This will create a Secret containing the admin credentials for the cluster. Those credentials can be retrieved as

Re: [PR] Docs: Update `couchdb/README.md` - change `cookeAuthSecret` to `erlangCookie` and make code blocks easier to copy via copy button on github [couchdb-helm]

2024-05-29 Thread via GitHub
jessebot commented on code in PR #132: URL: https://github.com/apache/couchdb-helm/pull/132#discussion_r1618694949 ## couchdb/README.md: ## @@ -53,30 +53,30 @@ This will create a Secret containing the admin credentials for the cluster. Those credentials can be retrieved as

Re: [PR] Docs: Update `couchdb/README.md` - change `cookeAuthSecret` to `erlangCookie` and make code blocks easier to copy via copy button on github [couchdb-helm]

2024-05-29 Thread via GitHub
jessebot commented on code in PR #132: URL: https://github.com/apache/couchdb-helm/pull/132#discussion_r1618694031 ## couchdb/README.md: ## @@ -53,30 +53,30 @@ This will create a Secret containing the admin credentials for the cluster. Those credentials can be retrieved as

Re: [PR] build(deps-dev): (deps): Bump .github/actions/create-pull-request from `15410bd` to `bdffaf9` [couchdb-helm]

2024-05-28 Thread via GitHub
dependabot[bot] closed pull request #152: build(deps-dev): (deps): Bump .github/actions/create-pull-request from `15410bd` to `bdffaf9` URL: https://github.com/apache/couchdb-helm/pull/152 -- This is an automated message from the Apache Git Service. To respond to the message, please log on

Re: [PR] build(deps-dev): (deps): Bump .github/actions/create-pull-request from `15410bd` to `bdffaf9` [couchdb-helm]

2024-05-28 Thread via GitHub
dependabot[bot] commented on PR #152: URL: https://github.com/apache/couchdb-helm/pull/152#issuecomment-2136464426 Superseded by #153. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the

[PR] build(deps-dev): (deps): Bump .github/actions/create-pull-request from `15410bd` to `b5ed4c3` [couchdb-helm]

2024-05-28 Thread via GitHub
dependabot[bot] opened a new pull request, #153: URL: https://github.com/apache/couchdb-helm/pull/153 Bumps [.github/actions/create-pull-request](https://github.com/peter-evans/create-pull-request) from `15410bd` to `b5ed4c3`. Commits

[I] Bug: `_rev` field overridden when `rev` field is present [couchdb-fauxton]

2024-05-28 Thread via GitHub
feliixx opened a new issue, #1448: URL: https://github.com/apache/couchdb-fauxton/issues/1448 Hi, thanks for maintaining this great project ! While trying to update an old document with Fauxton recently I noticed a weird behavior: ## Expected Behavior - the `_rev`

Re: [PR] feat(doc): What’s new in 3.4.0? [couchdb]

2024-05-25 Thread via GitHub
jaydoane commented on code in PR #4888: URL: https://github.com/apache/couchdb/pull/4888#discussion_r1614723074 ## src/docs/src/whatsnew/3.4.rst: ## @@ -0,0 +1,360 @@ +.. Licensed under the Apache License, Version 2.0 (the "License"); you may not +.. use this file except in

[I] Compactor case clause error [couchdb]

2024-05-24 Thread via GitHub
nickva opened a new issue, #5070: URL: https://github.com/apache/couchdb/issues/5070 Noticed a shard that could not be compacted. The compaction would start then would crash. ``` {function_clause,[ {couch_bt_engine_compactor,'-copy_docs/4-inlined-2-',[

Re: [I] Create new Fauxton release and update couch [couchdb]

2024-05-24 Thread via GitHub
big-r81 closed issue #5065: Create new Fauxton release and update couch URL: https://github.com/apache/couchdb/issues/5065 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To

  1   2   3   4   5   6   7   8   9   10   >