[GitHub] [couchdb-rebar] jaydoane opened a new pull request, #6: Relax ANNO limitation in test coverage utils

2023-01-07 Thread GitBox
jaydoane opened a new pull request, #6: URL: https://github.com/apache/couchdb-rebar/pull/6 Currently the code to determine whether a particular file attribute ("header") exists assumes an ANNO format of a single line number, but versions of OTP > 23 return a tuple, so that pattern will

[GitHub] [couchdb] big-r81 merged pull request #4358: [BP/3.2.2-docs] Escape special (html) chars in section names (#4350)

2023-01-07 Thread GitBox
big-r81 merged PR #4358: URL: https://github.com/apache/couchdb/pull/4358 -- 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:

[GitHub] [couchdb-helm] rileyai-dev commented on pull request #104: Simplify secrets to avoid dependencies on a file and keep only the se…

2023-01-07 Thread GitBox
rileyai-dev commented on PR #104: URL: https://github.com/apache/couchdb-helm/pull/104#issuecomment-1374618836 @willholley Would highly appreciate if you could have a look at this. I added a new autoSetup feature to automatically finalize the cluster (set to false by default). It's very

[GitHub] [couchdb-rebar] jaydoane commented on a diff in pull request #4: Copy rebar.app before bootstrapping

2023-01-07 Thread GitBox
jaydoane commented on code in PR #4: URL: https://github.com/apache/couchdb-rebar/pull/4#discussion_r1064044623 ## bootstrap: ## @@ -49,6 +49,12 @@ main(Args) -> false -> undefined end, +%% Ensure, that the ebin folder

[GitHub] [couchdb] big-r81 commented on pull request #4355: chore: protect 3.3.x and 3.2.x branches

2023-01-07 Thread GitBox
big-r81 commented on PR #4355: URL: https://github.com/apache/couchdb/pull/4355#issuecomment-1374594793 @nickva @janl We have 3.2.2 and 3.2.2-docs. Should we integrate 3.2.2-docs into 3.2.x to clean up and change RTD to 3.2.x? -- This is an automated message from the Apache Git Service.

[GitHub] [couchdb] big-r81 opened a new pull request, #4359: [BP/3.3.x/] Escape special (html) chars in section names (#4350)

2023-01-07 Thread GitBox
big-r81 opened a new pull request, #4359: URL: https://github.com/apache/couchdb/pull/4359 To correctly generate the configuration reference html output, escape special html characters like '<' and '>' in section names. -- This is an automated message from the Apache Git Service. To

[GitHub] [couchdb] big-r81 opened a new pull request, #4358: [BP/3.2.2-docs] Escape special (html) chars in section names (#4350)

2023-01-07 Thread GitBox
big-r81 opened a new pull request, #4358: URL: https://github.com/apache/couchdb/pull/4358 To correctly generate the configuration reference html output, escape special html characters like '<' and '>' in section names. -- This is an automated message from the Apache Git Service. To

[GitHub] [couchdb] big-r81 merged pull request #4350: Escape special (html) chars in section names

2023-01-07 Thread GitBox
big-r81 merged PR #4350: URL: https://github.com/apache/couchdb/pull/4350 -- 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:

[GitHub] [couchdb] big-r81 commented on a diff in pull request #4340: Use the bootstrap script to build local rebar

2023-01-07 Thread GitBox
big-r81 commented on code in PR #4340: URL: https://github.com/apache/couchdb/pull/4340#discussion_r1064039944 ## configure: ## @@ -296,9 +296,10 @@ install_local_rebar() { if [ ! -d "${rootdir}/src/rebar" ]; then git clone --depth 1

[GitHub] [couchdb] big-r81 closed pull request #4340: Use the bootstrap script to build local rebar

2023-01-07 Thread GitBox
big-r81 closed pull request #4340: Use the bootstrap script to build local rebar URL: https://github.com/apache/couchdb/pull/4340 -- 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

[GitHub] [couchdb-rebar] big-r81 commented on pull request #4: Copy rebar.app before bootstrapping

2023-01-07 Thread GitBox
big-r81 commented on PR #4: URL: https://github.com/apache/couchdb-rebar/pull/4#issuecomment-1374573919 Oh yes, it's a leftover of the changes. Since we now always copy rebar.app when building, it is of course sufficient to leave it in the top-level directory. -- This is an automated

[GitHub] [couchdb] big-r81 commented on a diff in pull request #4340: Use the bootstrap script to build local rebar

2023-01-07 Thread GitBox
big-r81 commented on code in PR #4340: URL: https://github.com/apache/couchdb/pull/4340#discussion_r1064035063 ## configure: ## @@ -296,9 +296,10 @@ install_local_rebar() { if [ ! -d "${rootdir}/src/rebar" ]; then git clone --depth 1

[GitHub] [couchdb-rebar] jaydoane commented on pull request #4: Copy rebar.app before bootstrapping

2023-01-07 Thread GitBox
jaydoane commented on PR #4: URL: https://github.com/apache/couchdb-rebar/pull/4#issuecomment-1374570472 It appears that you've added a new copy of ebin/rebar.app in the top level while leaving the original in place. Did you mean to do e.g. `git mv ebin/rebar.app .` instead? --

[GitHub] [couchdb] jaydoane commented on a diff in pull request #4340: Use the bootstrap script to build local rebar

2023-01-07 Thread GitBox
jaydoane commented on code in PR #4340: URL: https://github.com/apache/couchdb/pull/4340#discussion_r1064033192 ## configure: ## @@ -296,9 +296,10 @@ install_local_rebar() { if [ ! -d "${rootdir}/src/rebar" ]; then git clone --depth 1

[GitHub] [couchdb] big-r81 merged pull request #4357: [DOC] Update required Erlang OTP versions

2023-01-07 Thread GitBox
big-r81 merged PR #4357: URL: https://github.com/apache/couchdb/pull/4357 -- 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:

[GitHub] [couchdb] big-r81 merged pull request #4356: Add Prometheus port to Windows couchdb.config

2023-01-06 Thread GitBox
big-r81 merged PR #4356: URL: https://github.com/apache/couchdb/pull/4356 -- 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:

[GitHub] [couchdb-fauxton] dependabot[bot] opened a new pull request, #1383: Bump json5 from 2.2.0 to 2.2.3

2023-01-06 Thread GitBox
dependabot[bot] opened a new pull request, #1383: URL: https://github.com/apache/couchdb-fauxton/pull/1383 Bumps [json5](https://github.com/json5/json5) from 2.2.0 to 2.2.3. Release notes Sourced from https://github.com/json5/json5/releases;>json5's releases. v2.2.3

[GitHub] [couchdb] big-r81 commented on pull request #4342: Set Spidermonkey 91 as default

2023-01-06 Thread GitBox
big-r81 commented on PR #4342: URL: https://github.com/apache/couchdb/pull/4342#issuecomment-1374050147 @janl separated all non sm91-default changes to standalone PRs -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use

[GitHub] [couchdb] big-r81 opened a new pull request, #4356: Add Prometheus port to Windows couchdb.config

2023-01-06 Thread GitBox
big-r81 opened a new pull request, #4356: URL: https://github.com/apache/couchdb/pull/4356 ## Overview Add Prometheus port to ./configure.ps1 to catch up with ./configure -- This is an automated message from the Apache Git Service. To respond to the message,

[GitHub] [couchdb] nickva commented on pull request #4355: chore: protect 3.3.x and 3.2.x branches

2023-01-06 Thread GitBox
nickva commented on PR #4355: URL: https://github.com/apache/couchdb/pull/4355#issuecomment-1373978465 Good idea to encourage using rebases if possible, especially for small or medium PR. But it could just be an admonishment rather than an enforcement. I can see in cases when large

[GitHub] [couchdb-rebar] big-r81 commented on pull request #4: Copy rebar.app before bootstrapping

2023-01-06 Thread GitBox
big-r81 commented on PR #4: URL: https://github.com/apache/couchdb-rebar/pull/4#issuecomment-1373977970 I think the PR is ready. On bootstrapping it checks if beim exists (create it if not) and copy the rebar.app into it. In combination with https://github.com/apache/couchdb/pull/4340 it’s

[GitHub] [couchdb-rebar] jaydoane commented on pull request #4: Copy rebar.app before bootstrapping

2023-01-06 Thread GitBox
jaydoane commented on PR #4: URL: https://github.com/apache/couchdb-rebar/pull/4#issuecomment-1373951639 > I think about that too, but then the ebin dirs are not removed, but empty. I thought more about this as well. They would not quite be empty, but still contain the .app files

[GitHub] [couchdb-helm] willholley commented on a diff in pull request #105: Support existing persistent volume

2023-01-06 Thread GitBox
willholley commented on code in PR #105: URL: https://github.com/apache/couchdb-helm/pull/105#discussion_r1063630994 ## docs/index.yaml: ## @@ -1,6 +1,30 @@ apiVersion: v1 entries: couchdb: + - apiVersion: v1 +appVersion: 3.2.1 +created:

[GitHub] [couchdb-helm] willholley commented on pull request #100: Default value for ingress.annotations is now {}

2023-01-06 Thread GitBox
willholley commented on PR #100: URL: https://github.com/apache/couchdb-helm/pull/100#issuecomment-1373913100 @emcellsoft can you bump the chart version? -- 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

[GitHub] [couchdb-helm] willholley commented on pull request #70: Fix "Annotations is a table" error

2023-01-06 Thread GitBox
willholley commented on PR #70: URL: https://github.com/apache/couchdb-helm/pull/70#issuecomment-1373912744 duplicated by https://github.com/apache/couchdb-helm/pull/100 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use

[GitHub] [couchdb-helm] willholley commented on pull request #70: Fix "Annotations is a table" error

2023-01-06 Thread GitBox
willholley commented on PR #70: URL: https://github.com/apache/couchdb-helm/pull/70#issuecomment-1373912607 This was auto-closed because the `master` branch was replaced with `main` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to

[GitHub] [couchdb-helm] willholley closed pull request #70: Fix "Annotations is a table" error

2023-01-06 Thread GitBox
willholley closed pull request #70: Fix "Annotations is a table" error URL: https://github.com/apache/couchdb-helm/pull/70 -- 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

[GitHub] [couchdb-helm] willholley closed issue #94: Ingress should point to the "not headless" service

2023-01-06 Thread GitBox
willholley closed issue #94: Ingress should point to the "not headless" service URL: https://github.com/apache/couchdb-helm/issues/94 -- 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

[GitHub] [couchdb-helm] willholley merged pull request #95: add service.labels and fix ingress service reference

2023-01-06 Thread GitBox
willholley merged PR #95: URL: https://github.com/apache/couchdb-helm/pull/95 -- 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:

[GitHub] [couchdb-nano] glynnbird opened a new pull request, #318: first attempt at removing Travis and replacing with GitHub workflows

2023-01-06 Thread GitBox
glynnbird opened a new pull request, #318: URL: https://github.com/apache/couchdb-nano/pull/318 ## Overview ASF has requested that Travis not be used. This PR attempts to replace the running of automated tests with GitHub workflows. ## Testing recommendations See if

[GitHub] [couchdb-rebar] big-r81 commented on pull request #4: Move rebar.app out of ebin

2023-01-06 Thread GitBox
big-r81 commented on PR #4: URL: https://github.com/apache/couchdb-rebar/pull/4#issuecomment-1373612899 > According to [the docs](https://www.erlang.org/doc/man/app.html#file-syntax): > > > The file is to be located in directory ebin for the application Okay, then let's follow

[GitHub] [couchdb] janl commented on pull request #4355: chore: protect 3.3.x and 3.2.x branches

2023-01-06 Thread GitBox
janl commented on PR #4355: URL: https://github.com/apache/couchdb/pull/4355#issuecomment-1373483172 > Can we also prevent „merge“ commits for a cleaner git history? We’d have to discuss this on dev@ -- This is an automated message from the Apache Git Service. To respond to the

[GitHub] [couchdb] janl merged pull request #4354: Fix/debug

2023-01-06 Thread GitBox
janl merged PR #4354: URL: https://github.com/apache/couchdb/pull/4354 -- 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:

[GitHub] [couchdb] big-r81 commented on pull request #4355: chore: protect 3.3.x and 3.2.x branches

2023-01-06 Thread GitBox
big-r81 commented on PR #4355: URL: https://github.com/apache/couchdb/pull/4355#issuecomment-1373462751 Can we also prevent „merge“ commits for a cleaner git history? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use

[GitHub] [couchdb] janl opened a new pull request, #4354: Fix/debug

2023-01-06 Thread GitBox
janl opened a new pull request, #4354: URL: https://github.com/apache/couchdb/pull/4354 leftover, speeds up local rebar builds -- 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

[GitHub] [couchdb] janl merged pull request #4353: Fix replication job start_link.

2023-01-06 Thread GitBox
janl merged PR #4353: URL: https://github.com/apache/couchdb/pull/4353 -- 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:

[GitHub] [couchdb] nickva opened a new pull request, #4353: Fix replication job start_link.

2023-01-05 Thread GitBox
nickva opened a new pull request, #4353: URL: https://github.com/apache/couchdb/pull/4353 We don't want to register replication jobs with the module name as that prevents us from running more than one job at a time. This was introduced when we removed the dependence on global

[GitHub] [couchdb-rebar] jaydoane commented on pull request #4: Move rebar.app out of ebin

2023-01-05 Thread GitBox
jaydoane commented on PR #4: URL: https://github.com/apache/couchdb-rebar/pull/4#issuecomment-1373163533 According to [the docs](https://www.erlang.org/doc/man/app.html#file-syntax): > The file is to be located in directory ebin for the application Maybe a better solution would

[GitHub] [couchdb-rebar] big-r81 commented on pull request #4: Move rebar.app out of ebin

2023-01-05 Thread GitBox
big-r81 commented on PR #4: URL: https://github.com/apache/couchdb-rebar/pull/4#issuecomment-1372901586 I have an open PR on the main repo too. Can you test this PR with the combination of https://github.com/apache/couchdb/pull/4340 -- This is an automated message from the Apache Git

[GitHub] [couchdb-rebar] jaydoane commented on pull request #4: Move rebar.app out of ebin

2023-01-05 Thread GitBox
jaydoane commented on PR #4: URL: https://github.com/apache/couchdb-rebar/pull/4#issuecomment-1372893555 I ran into this issue today, so appreciate that it could be improved! However, moving rebar.app file to the top level looks weird, even though it seems to build that way.

[GitHub] [couchdb] nickva merged pull request #4352: Fix Ubuntu Jammy CI image reference

2023-01-05 Thread GitBox
nickva merged PR #4352: URL: https://github.com/apache/couchdb/pull/4352 -- 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:

[GitHub] [couchdb-rebar] jaydoane merged pull request #5: Relax xref ANNO limitation

2023-01-05 Thread GitBox
jaydoane merged PR #5: URL: https://github.com/apache/couchdb-rebar/pull/5 -- 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:

[GitHub] [couchdb] nickva opened a new pull request, #4352: Fix Ubuntu Jammy CI image reference

2023-01-05 Thread GitBox
nickva opened a new pull request, #4352: URL: https://github.com/apache/couchdb/pull/4352 Just make it use the Erlang 24 version like all the other images -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL

[GitHub] [couchdb-rebar] jaydoane opened a new pull request, #5: Relax xref ANNO limitation

2023-01-05 Thread GitBox
jaydoane opened a new pull request, #5: URL: https://github.com/apache/couchdb-rebar/pull/5 Currently this xref interface assumes an ANNO format of a single line number, but versions of OTP > 23 return a tuple, resulting in a an error like: ``` ERROR: xref failed while processing

[GitHub] [couchdb] janl merged pull request #4351: Feat/main 3.3.x

2023-01-05 Thread GitBox
janl merged PR #4351: URL: https://github.com/apache/couchdb/pull/4351 -- 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:

[GitHub] [couchdb] rnewson commented on a diff in pull request #4349: feat(build): fail build if xref complains

2023-01-05 Thread GitBox
rnewson commented on code in PR #4349: URL: https://github.com/apache/couchdb/pull/4349#discussion_r1062532302 ## build-aux/xref-helper.sh: ## @@ -0,0 +1,23 @@ +#!/bin/sh -x +REBAR=$1 +DIALYZE_OPTS=$2 + +# run rebar xref, grep out rebar meta output (==> and WARN) +# pipe the

[GitHub] [couchdb] big-r81 commented on a diff in pull request #4342: Set Spidermonkey 91 as default

2023-01-05 Thread GitBox
big-r81 commented on code in PR #4342: URL: https://github.com/apache/couchdb/pull/4342#discussion_r1062506843 ## configure.ps1: ## @@ -138,6 +138,7 @@ $CouchDBConfig = @" {node_name, "-name couchdb@localhost"}. {cluster_port, 5984}. {backend_port, 5986}. +{prometheus_port,

[GitHub] [couchdb] janl commented on a diff in pull request #4342: Set Spidermonkey 91 as default

2023-01-05 Thread GitBox
janl commented on code in PR #4342: URL: https://github.com/apache/couchdb/pull/4342#discussion_r1062486124 ## configure.ps1: ## @@ -138,6 +138,7 @@ $CouchDBConfig = @" {node_name, "-name couchdb@localhost"}. {cluster_port, 5984}. {backend_port, 5986}. +{prometheus_port,

[GitHub] [couchdb] big-r81 opened a new pull request, #4350: Escape special (html) chars in section names

2023-01-05 Thread GitBox
big-r81 opened a new pull request, #4350: URL: https://github.com/apache/couchdb/pull/4350 ## Overview To correctly generate the configuration reference html output, escape special html characters like '<' and '>' in section names. Before PR:

[GitHub] [couchdb] janl merged pull request #4348: fix: undefined function warning

2023-01-05 Thread GitBox
janl merged PR #4348: URL: https://github.com/apache/couchdb/pull/4348 -- 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:

[GitHub] [couchdb] janl merged pull request #4347: feat: remove failed couch_plugins experiment

2023-01-05 Thread GitBox
janl merged PR #4347: URL: https://github.com/apache/couchdb/pull/4347 -- 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:

[GitHub] [couchdb] janl opened a new pull request, #4349: feat(build): fail build if xref complains

2023-01-05 Thread GitBox
janl opened a new pull request, #4349: URL: https://github.com/apache/couchdb/pull/4349 only works on Erlang 23. 24 and 25 fail, 24 e.g. with: ```==> mem3 (xref) Warning: hastings_index:await/2 is undefined function (Xref) Warning: hastings_index:design_doc_to_indexes/1

[GitHub] [couchdb] big-r81 commented on a diff in pull request #4342: Set Spidermonkey 91 as default

2023-01-05 Thread GitBox
big-r81 commented on code in PR #4342: URL: https://github.com/apache/couchdb/pull/4342#discussion_r1062370470 ## configure.ps1: ## @@ -138,6 +138,7 @@ $CouchDBConfig = @" {node_name, "-name couchdb@localhost"}. {cluster_port, 5984}. {backend_port, 5986}. +{prometheus_port,

[GitHub] [couchdb] janl commented on a diff in pull request #4342: Set Spidermonkey 91 as default

2023-01-05 Thread GitBox
janl commented on code in PR #4342: URL: https://github.com/apache/couchdb/pull/4342#discussion_r1062353502 ## configure.ps1: ## @@ -138,6 +138,7 @@ $CouchDBConfig = @" {node_name, "-name couchdb@localhost"}. {cluster_port, 5984}. {backend_port, 5986}. +{prometheus_port,

[GitHub] [couchdb] rnewson merged pull request #4346: add find_bugs makefile target for undefined functions

2023-01-04 Thread GitBox
rnewson merged PR #4346: URL: https://github.com/apache/couchdb/pull/4346 -- 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:

[GitHub] [couchdb] rnewson commented on pull request #4346: add find_bugs makefile target for undefined functions

2023-01-04 Thread GitBox
rnewson commented on PR #4346: URL: https://github.com/apache/couchdb/pull/4346#issuecomment-1371484238 the smoosh_persist one is because it uses a function only present in OTP 24 and I tested on OTP 23 which is the lowest OTP couchdb officially supports (and thus it needs fixing). --

[GitHub] [couchdb] rnewson commented on pull request #4346: add find_bugs makefile target for undefined functions

2023-01-04 Thread GitBox
rnewson commented on PR #4346: URL: https://github.com/apache/couchdb/pull/4346#issuecomment-1371483584 current output on main ``` make find_bugs | grep Warn | grep -v hastin Warning: couch_config:delete/2 is undefined function (Xref) Warning: couch_config:get/2 is

[GitHub] [couchdb] rnewson opened a new pull request, #4346: add find_bugs makefile target for undefined functions

2023-01-04 Thread GitBox
rnewson opened a new pull request, #4346: URL: https://github.com/apache/couchdb/pull/4346 some false positives for hastings (part of geo feature not present in couchdb core) but the rest need fixin' -- This is an automated message from the Apache Git Service. To respond to the message,

[GitHub] [couchdb] rnewson closed issue #4315: Auto Shard Management

2023-01-04 Thread GitBox
rnewson closed issue #4315: Auto Shard Management URL: https://github.com/apache/couchdb/issues/4315 -- 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:

[GitHub] [couchdb] rnewson commented on issue #4315: Auto Shard Management

2023-01-04 Thread GitBox
rnewson commented on issue #4315: URL: https://github.com/apache/couchdb/issues/4315#issuecomment-1371470067 Thank you for the ticket. We're aware that couchdb could improve its sharding system, and particularly we see value in higher level tools to allow resharding in place, and so on.

[GitHub] [couchdb] rnewson commented on issue #4315: Auto Shard Management

2023-01-04 Thread GitBox
rnewson commented on issue #4315: URL: https://github.com/apache/couchdb/issues/4315#issuecomment-1371463209 Are you planning to work on this? -- 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

[GitHub] [couchdb] jaydoane merged pull request #4345: Add test coverage for replicator user_ctx parser

2023-01-04 Thread GitBox
jaydoane merged PR #4345: URL: https://github.com/apache/couchdb/pull/4345 -- 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:

[GitHub] [couchdb] big-r81 commented on pull request #4342: Set Spidermonkey 91 as default

2023-01-04 Thread GitBox
big-r81 commented on PR #4342: URL: https://github.com/apache/couchdb/pull/4342#issuecomment-1371360376 Okay, setting only the default sm version to 91 and reverted the remove of 1.8.5. -- This is an automated message from the Apache Git Service. To respond to the message, please log on

[GitHub] [couchdb] jaydoane commented on a diff in pull request #4343: fix undef when parsing replication doc body

2023-01-04 Thread GitBox
jaydoane commented on code in PR #4343: URL: https://github.com/apache/couchdb/pull/4343#discussion_r1061797024 ## src/couch_replicator/src/couch_replicator_parse.erl: ## @@ -490,7 +490,7 @@ get_json_value(Key, Obj) -> couch_replicator_utils:get_json_value(Key, Obj).

[GitHub] [couchdb] jaydoane opened a new pull request, #4345: Add test coverage for replicator user_ctx parser

2023-01-04 Thread GitBox
jaydoane opened a new pull request, #4345: URL: https://github.com/apache/couchdb/pull/4345 See: https://github.com/apache/couchdb/pull/4343 ## Overview This adds a test to cover the case when a replication doc contains a user_ctx, and subsequently executes

[GitHub] [couchdb] rnewson merged pull request #4343: fix undef when parsing replication doc body

2023-01-04 Thread GitBox
rnewson merged PR #4343: URL: https://github.com/apache/couchdb/pull/4343 -- 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:

[GitHub] [couchdb] rnewson closed issue #4344: Replicator {error, undef} after update to 3.3.0

2023-01-04 Thread GitBox
rnewson closed issue #4344: Replicator {error, undef} after update to 3.3.0 URL: https://github.com/apache/couchdb/issues/4344 -- 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.

[GitHub] [couchdb] rnewson commented on a diff in pull request #4343: fix undef when parsing replication doc body

2023-01-04 Thread GitBox
rnewson commented on code in PR #4343: URL: https://github.com/apache/couchdb/pull/4343#discussion_r1061706584 ## src/couch_replicator/src/couch_replicator_parse.erl: ## @@ -490,7 +490,7 @@ get_json_value(Key, Obj) -> couch_replicator_utils:get_json_value(Key, Obj).

[GitHub] [couchdb] jaydoane commented on a diff in pull request #4343: fix undef when parsing replication doc body

2023-01-04 Thread GitBox
jaydoane commented on code in PR #4343: URL: https://github.com/apache/couchdb/pull/4343#discussion_r1061704641 ## src/couch_replicator/src/couch_replicator_parse.erl: ## @@ -490,7 +490,7 @@ get_json_value(Key, Obj) -> couch_replicator_utils:get_json_value(Key, Obj).

[GitHub] [couchdb] burotica49 opened a new issue, #4344: Replicator {error, undef} after update to 3.3.0

2023-01-04 Thread GitBox
burotica49 opened a new issue, #4344: URL: https://github.com/apache/couchdb/issues/4344 Hello, I updated my two couchDB servers from v3.2.2 to v3.3.0. After the update, the replications no longer work When I want to modify or redo them with Fauxton, I get an {error, undef}

[GitHub] [couchdb-fauxton] rnewson commented on issue #1382: Replicator {error, undef} after update to 3.3.0

2023-01-04 Thread GitBox
rnewson commented on issue #1382: URL: https://github.com/apache/couchdb-fauxton/issues/1382#issuecomment-1371187341 fixed by https://github.com/apache/couchdb/pull/4343 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and

[GitHub] [couchdb] rnewson opened a new pull request, #4343: fix undef when parsing replication doc body

2023-01-04 Thread GitBox
rnewson opened a new pull request, #4343: URL: https://github.com/apache/couchdb/pull/4343 Closes https://github.com/apache/couchdb-fauxton/issues/1382 -- 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

[GitHub] [couchdb-fauxton] rnewson commented on issue #1382: Replicator {error, undef} after update to 3.3.0

2023-01-04 Thread GitBox
rnewson commented on issue #1382: URL: https://github.com/apache/couchdb-fauxton/issues/1382#issuecomment-1371186668 Not a fauxton 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 to the

[GitHub] [couchdb-fauxton] glynnbird commented on issue #1382: Replicator {error, undef} after update to 3.3.0

2023-01-04 Thread GitBox
glynnbird commented on issue #1382: URL: https://github.com/apache/couchdb-fauxton/issues/1382#issuecomment-1371180369 I attempted to reproduce and creating a document using Fauxton in the `_replicator` database, with a valid `source` and `target` worked just fine. But using form (e.g.

[GitHub] [couchdb] janl commented on pull request #4342: Remove Spidermonkey 1.8.5

2023-01-04 Thread GitBox
janl commented on PR #4342: URL: https://github.com/apache/couchdb/pull/4342#issuecomment-1371172172 let’s not remove support just yet. +1 for moving the default foward tho -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and

[GitHub] [couchdb-fauxton] rnewson commented on issue #1381: Replicator {error, undef} after update to 3.3.0

2023-01-04 Thread GitBox
rnewson commented on issue #1381: URL: https://github.com/apache/couchdb-fauxton/issues/1381#issuecomment-1371141001 can you please grep your couch.log for 'undef' and report the full line with stacktrace if you find it? -- This is an automated message from the Apache Git Service. To

[GitHub] [couchdb-fauxton] rnewson commented on issue #1382: Replicator {error, undef} after update to 3.3.0

2023-01-04 Thread GitBox
rnewson commented on issue #1382: URL: https://github.com/apache/couchdb-fauxton/issues/1382#issuecomment-1371140930 can you please grep your couch.log for 'undef' and report the full line with stacktrace if you find it? -- This is an automated message from the Apache Git Service. To

[GitHub] [couchdb-fauxton] big-r81 commented on issue #1382: Replicator {error, undef} after update to 3.3.0

2023-01-04 Thread GitBox
big-r81 commented on issue #1382: URL: https://github.com/apache/couchdb-fauxton/issues/1382#issuecomment-1371114168 Moved the issue to the Fauxton repo. -- 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

[GitHub] [couchdb-fauxton] big-r81 commented on issue #1381: Replicator {error, undef} after update to 3.3.0

2023-01-04 Thread GitBox
big-r81 commented on issue #1381: URL: https://github.com/apache/couchdb-fauxton/issues/1381#issuecomment-1371113392 Superseeded by #1382. -- 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

[GitHub] [couchdb-fauxton] big-r81 closed issue #1381: Replicator {error, undef} after update to 3.3.0

2023-01-04 Thread GitBox
big-r81 closed issue #1381: Replicator {error, undef} after update to 3.3.0 URL: https://github.com/apache/couchdb-fauxton/issues/1381 -- 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

[GitHub] [couchdb-fauxton] burotica49 opened a new issue, #1382: Replicator {error, undef} after update to 3.3.0

2023-01-04 Thread GitBox
burotica49 opened a new issue, #1382: URL: https://github.com/apache/couchdb-fauxton/issues/1382 Hello, I updated my two couchDB servers from v3.2.2 to v3.3.0. After the update, the replications no longer work When I want to modify or redo them with Fauxton, I get an {error,

[GitHub] [couchdb] jcheger commented on issue #4341: Replicator {error, undef} after update to 3.3.0

2023-01-04 Thread GitBox
jcheger commented on issue #4341: URL: https://github.com/apache/couchdb/issues/4341#issuecomment-1371004493 N.B. I did start on CouchDB few hours ago - I'm a total newbie Using Fauxton 3.3.0, here is how to reproduce the error (local sync): - create a brand new "test1" database

[GitHub] [couchdb] burotica49 commented on issue #4341: Replicator {error, undef} after update to 3.3.0

2023-01-04 Thread GitBox
burotica49 commented on issue #4341: URL: https://github.com/apache/couchdb/issues/4341#issuecomment-1370980250 If I create the replication not curl, it spins If I try to create it with Fauxton in the replication part, I get the error message {error, undef} If I modify the document

[GitHub] [couchdb] big-r81 commented on issue #4341: Replicator {error, undef} after update to 3.3.0

2023-01-04 Thread GitBox
big-r81 commented on issue #4341: URL: https://github.com/apache/couchdb/issues/4341#issuecomment-1370954158 Thanks to both of you. To narrow down the problem: 1. If you create the same replication via `curl` or Postman, the replication works? 2. If you create a replication

[GitHub] [couchdb] burotica49 commented on issue #4341: Replicator {error, undef} after update to 3.3.0

2023-01-04 Thread GitBox
burotica49 commented on issue #4341: URL: https://github.com/apache/couchdb/issues/4341#issuecomment-1370941041 By creating the rule by API with Postman it works with this format: ``` { "_id": "my_rep", "source": "http://myserver.com/foo;, "target": {

[GitHub] [couchdb] jcheger commented on issue #4341: Replicator {error, undef} after update to 3.3.0

2023-01-04 Thread GitBox
jcheger commented on issue #4341: URL: https://github.com/apache/couchdb/issues/4341#issuecomment-1370934523 Same issue for me. No problem on 3.2.2, stuck on 3.3.0. Using Fauxton, creating a replication (any kind) fails with error message "{error, undef}". On the browser, the

[GitHub] [couchdb] big-r81 opened a new pull request, #4342: Remove Spidermonkey 1.8.5

2023-01-04 Thread GitBox
big-r81 opened a new pull request, #4342: URL: https://github.com/apache/couchdb/pull/4342 Removes the old Spidermonkey 1.8.5 source code. Spidermonkey 91 is set as the new default version. -- This is an automated message from the Apache Git Service. To respond to the message,

[GitHub] [couchdb] big-r81 commented on issue #4341: Replicator {error, undef} after update to 3.3.0

2023-01-04 Thread GitBox
big-r81 commented on issue #4341: URL: https://github.com/apache/couchdb/issues/4341#issuecomment-1370797477 Please provide some logs! -- 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

[GitHub] [couchdb] burotica49 opened a new issue, #4341: Replicator {error, undef} after update to 3.3.0

2023-01-04 Thread GitBox
burotica49 opened a new issue, #4341: URL: https://github.com/apache/couchdb/issues/4341 Hello, I updated my two couchDB servers from v3.2.2 to v3.3.0. After the update, the replications no longer work When I want to modify or redo them with Fauxton, I get an {error, undef}

[GitHub] [couchdb-fauxton] burotica49 opened a new issue, #1381: Replicator {error, undef} after update to 3.3.0

2023-01-04 Thread GitBox
burotica49 opened a new issue, #1381: URL: https://github.com/apache/couchdb-fauxton/issues/1381 Hello, I updated my two couchDB servers from v3.2.2 to v3.3.0. After the update, the replications no longer work When I want to modify or redo them, I get an {error, undef} message

[GitHub] [couchdb-nano] divyanshshekhar commented on pull request #317: Changed datatype of update_seq and pure_seq to be `number | string`

2023-01-03 Thread GitBox
divyanshshekhar commented on PR #317: URL: https://github.com/apache/couchdb-nano/pull/317#issuecomment-1370060341 Thank you @glynnbird. I can't tell you how happy I am that my first ever OSS PR got merged without issues! :) -- This is an automated message from the Apache Git Service. To

[GitHub] [couchdb-rebar] big-r81 opened a new pull request, #4: Move rebar.app out of ebin

2023-01-03 Thread GitBox
big-r81 opened a new pull request, #4: URL: https://github.com/apache/couchdb-rebar/pull/4 Calling 'make clean' from CouchDB wipes all ebin-directories in the source tree. Afterwards it is not possible to build rebar again. Modifying the bootstrap script and moving 'rebar.app'

[GitHub] [couchdb-docker] janl merged pull request #230: fix missing files

2023-01-03 Thread GitBox
janl merged PR #230: URL: https://github.com/apache/couchdb-docker/pull/230 -- 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:

[GitHub] [couchdb-docker] janl opened a new pull request, #230: fix missing files

2023-01-03 Thread GitBox
janl opened a new pull request, #230: URL: https://github.com/apache/couchdb-docker/pull/230 ## Overview ## Testing recommendations ## GitHub issue number ## Related Pull Requests ## Checklist - [ ] Code is written

[GitHub] [couchdb-docker] janl merged pull request #229: release 3.3.0

2023-01-03 Thread GitBox
janl merged PR #229: URL: https://github.com/apache/couchdb-docker/pull/229 -- 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:

[GitHub] [couchdb-www] janl merged pull request #54: HNY

2023-01-03 Thread GitBox
janl merged PR #54: URL: https://github.com/apache/couchdb-www/pull/54 -- 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:

[GitHub] [couchdb-www] janl merged pull request #53: Draft 3.3.0 release

2023-01-03 Thread GitBox
janl merged PR #53: URL: https://github.com/apache/couchdb-www/pull/53 -- 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:

[GitHub] [couchdb-nano] glynnbird closed issue #316: `update_seq` and `purge_seq` are defined as number but in actual response they are string

2022-12-31 Thread GitBox
glynnbird closed issue #316: `update_seq` and `purge_seq` are defined as number but in actual response they are string URL: https://github.com/apache/couchdb-nano/issues/316 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and

[GitHub] [couchdb-nano] glynnbird merged pull request #317: Changed datatype of update_seq and pure_seq to be `number | string`

2022-12-31 Thread GitBox
glynnbird merged PR #317: URL: https://github.com/apache/couchdb-nano/pull/317 -- 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:

[GitHub] [couchdb] big-r81 merged pull request #4338: Update PR template

2022-12-30 Thread GitBox
big-r81 merged PR #4338: URL: https://github.com/apache/couchdb/pull/4338 -- 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:

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