1. 4aabda8 CI: add missing .asf.yml for automatic deployment by Alex Feyerke · 12 hours ago master
  2. 56bd27a CI: use checkout action’s token handling by Alex Feyerke · 14 hours ago
  3. ebdf655 CI: use PAT instead of SSH key by Alex Feyerke · 14 hours ago
  4. 694853a CI: Another attempt at deploying to a remote repo by Alex Feyerke · 15 hours ago
  5. d287197 CI: more explicit SSH key handling for website deploy workflow by Alex Feyerke · 32 hours ago
  6. b0acbbd CI: different attempt at pushing to pouchdb-site, omit ssh key for checkout by Alex Feyerke · 33 hours ago
  7. cd6f947 CI: only trigger website deployment on push to master by Alex Feyerke · 34 hours ago
  8. d6dcc14 CI: attempt deployment without unauthorized ssh-agent action by Alex Feyerke · 35 hours ago
  9. e51dad5 CI: update website deployment action with actual secret, repo and branch names for Apache deployment by Alex Feyerke · 2 days ago
  10. acf21d2 ci: commit built docs to pouchdb-www repo, asf-site branch by Alex Feyerke · 5 weeks ago
  11. e69a50a eslint: update env to es2017 (#9229) by Alex Anderson · 7 days ago
  12. a9c9509 chore: rename node sqlite adapter export by Julia Krüger · 2 weeks ago
  13. a5bcbc9 docs: add nodesqlite and deprecation notice by Alba Herrerias · 7 days ago
  14. 731953a chore: introduce warning notice when using leveldb adapter by Alba Herrerias · 3 weeks ago
  15. 9637d8b docs: add nosqlite post by Alba Herrerias · 3 weeks ago
  16. f3ee481 chore(deps): upgrade websql by Alba Herrerias · 3 weeks ago
  17. f825b1c chore: remove deprecated file by Alba Herrerias · 3 weeks ago
  18. c3d0c5d feat: add node-sqlite-adapter by Alba Herrerias · 3 weeks ago
  19. 3f1964e chore: add type check to PR template by hulkoba · 3 weeks ago
  20. 1714901 refactor/test find suite2 (#9219) by Mariano · 8 days ago
  21. 0712326 refactor/test find suite1 (#9218) by Mariano · 8 days ago
  22. bb80a77 eslint: remove unnecessary global declarations (#9228) by Alex Anderson · 2 weeks ago
  23. a840fc2 deps: remove fruitdown package by Alba Herrerias · 2 weeks ago
  24. b354c6c chore: remove fruitdown references by Alba Herrerias · 2 weeks ago
  25. 25a5bb4 ci: avoid azure mirrors if possible by Alex Feyerke · 2 weeks ago
  26. fb063f4 chore(deps-dev): bump follow-redirects from 1.15.6 to 1.16.0 (#9230) by dependabot[bot] · 2 weeks ago
  27. 94d95a0 chore(deps): bump picomatch (#9203) by dependabot[bot] · 3 weeks ago
  28. 495c81b chore(deps-dev): bump liquidjs from 10.25.0 to 10.25.5 (#9224) by dependabot[bot] · 3 weeks ago
  29. 19dd0b2 Revert "ci: only run tests for non-docs changes" by Jan Lehnardt · 5 weeks ago
  30. 39fe402 Revert "ci: update paths to ignore for tests" by Jan Lehnardt · 5 weeks ago
  31. 527b464 Revert "ci: update paths of doc changes" by Jan Lehnardt · 5 weeks ago
  32. 45609f6 chore(deps-dev): bump lodash from 4.17.23 to 4.18.1 (#9216) by dependabot[bot] · 3 weeks ago
  33. f8a2f10 chore(deps-dev): bump handlebars from 4.7.8 to 4.7.9 (#9208) by dependabot[bot] · 3 weeks ago
  34. 39b9f96 ci: speed up CI by installing fewer playwright deps by Alex Feyerke · 5 weeks ago
  35. 5105b26 ci: update paths of doc changes by Julia Krüger · 5 weeks ago
  36. 1c42db3 ci: update paths to ignore for tests by Julia Krüger · 5 weeks ago
  37. c68f02f ci: only run tests for non-docs changes by Julia Krüger · 8 weeks ago
  38. 16e02ae tests: update testing docs by Alex Feyerke · 5 weeks ago
  39. 2a27f22 ci: avoid using pouchdb-server in testing by Alex Feyerke · 5 weeks ago
  40. bec973e chore(deps-dev): bump liquidjs from 10.24.0 to 10.25.0 (#9195) by dependabot[bot] · 6 weeks ago
  41. e530163 chore(deps-dev): bump flatted from 3.2.7 to 3.4.2 (#9201) by dependabot[bot] · 6 weeks ago
  42. b36628f fix(replication): Propagate errors on 'paused' from underlying replication to sync event by maralorn · 7 weeks ago
  43. b2c3e58 docs/users: standardise hospitalrun logo reference (#9188) by Alex Anderson · 8 weeks ago
  44. f6d6735 docs/users: update pokedox.org URL (#9192) by Alex Anderson · 8 weeks ago
  45. 088cadb docs/users: update NPM Browser URL (#9191) by Alex Anderson · 8 weeks ago
  46. 6f41f20 docs/users: fix Delta link (#9189) by Alex Anderson · 8 weeks ago
  47. e924fa8 docs/users: update medicmoible URL (#9190) by Alex Anderson · 8 weeks ago
  48. 4a15bfd docs/users: ad dmissing titles (#9187) by Alex Anderson · 8 weeks ago
  49. c4e1944 Update .github/PULL_REQUEST_TEMPLATE.md by Jan Lehnardt · 8 weeks ago
  50. ac9166f chore: add LLM policy to contributing and (new) PR template by Jan Lehnardt · 9 weeks ago
  51. f9910ec docs: build with eleventy instead of jekyll (#9146) by Alex Anderson · 8 weeks ago
  52. c337978 checkpointer: fix indentation (#9179) by Alex Anderson · 10 weeks ago
  53. 50cb0ba docs: remove docs for 3rd-party GQL plugin (#9181) by Alex Anderson · 10 weeks ago
  54. 1d7c935 fix getCheckpoint 404 handling on iinitial replication by ems · 3 months ago
  55. a8cb8b6 revert 0b4e70a78974637fcfe0d874c695251d5b851948 by Steven · 3 months ago
  56. 904c563 refactor: change methods to private by adding '#' prefix by Steven · 3 months ago
  57. a22960a rewrite methods using async/await and extract initCheckpointDoc helper fn by ems · 3 months ago
  58. 392475e make updateCheckpoint class method and class methods private by ems · 3 months ago
  59. 326d582 modernize checkpointer with some ES6 syntax by ems · 3 months ago
  60. 7695fac Modernize query planner: use Object.values instead of manual mapping by MOHITKOURAV01 · 2 months ago
  61. 5e0c6f2 remove dev dependency: derequire (#9143) by Alex Anderson · 2 months ago
  62. d90868a Fix active event handler does not expect parameters in replication guide by Armin Becher · 3 months ago
  63. b9e105c chore(deps-dev): bump js-yaml from 3.14.1 to 3.14.2 (#9136) by dependabot[bot] · 3 months ago
  64. 256b10e chore(deps-dev): bump express from 4.20.0 to 4.22.0 (#9170) by dependabot[bot] · 3 months ago
  65. 04fa182 chore(deps-dev): bump lodash from 4.17.21 to 4.17.23 (#9168) by dependabot[bot] · 3 months ago
  66. ed47758 Add unit tests for checkpointer module by ems · 4 months ago
  67. 6156a40 repo settings: enable updating PRs from master (#9164) by Alex Anderson · 4 months ago
  68. 7995c68 appcache: add missing mastodon logo (#9162) by Alex Anderson · 4 months ago
  69. 3de9164 ci: remove redundant install-playwright step (#9144) by Alex Anderson · 4 months ago
  70. f2b3bf7 docs: remove unused template: social.html (#9145) by Alex Anderson · 4 months ago
  71. 1d24cad remove unused dev dependency: change-case (#9142) by Alex Anderson · 4 months ago
  72. 22807f5 fix: docs/copy-code: exclude button text from clipboard (#9138) by Alex Anderson · 4 months ago
  73. d475bad feat: support Couchbase Sync Gateway _cv field, closes #9159 by Jan Lehnardt · 5 months ago
  74. caa0c7b docs: update repo URL to apache/pouchdb (#9155) by Alex Anderson · 5 months ago
  75. 4946b43 docs: replace Twitter logo with Bluesky & Mastodon (#9139) by Alex Anderson · 5 months ago
  76. 58ea490 Correct typescript import recommendations by Philip Peitsch · 12 months ago
  77. f13527e github: move issue template to modern path by alxndrsn · 5 months ago
  78. bd2e41a package.json: update repo URL to apache by alxndrsn · 5 months ago
  79. c9a6556 docs/Contributing: add dev mailing list by alxndrsn · 5 months ago
  80. 07f7657 docs: updated Discuss links by alxndrsn · 5 months ago
  81. 88ff5dc README: fix slack invite link (#9151) by Stefan du Fresne · 5 months ago
  82. 368214e ci/playwright: remove man-db hack by alxndrsn · 5 months ago
  83. 00f8406 adapter-idb: count docs with attachments in total_rows by alxndrsn · 5 months ago
  84. e4ea51c Delete CODE_OF_CONDUCT.md by PJ Fanning · 5 months ago
  85. 69752d5 add NOTICE and DISCLAIMER by PJ Fanning · 5 months ago
  86. e04bbb8 fix: dev-site-with-docker failing due to missing Dockerfile reference (#9137) by Alex Anderson · 5 months ago
  87. fe0f290 ci: fix couchdb actions by alxndrsn · 5 months ago
  88. c135c4c ci: playwright: avoid stalling on man-db updates (#9128) by Alex Anderson · 6 months ago
  89. e7eba24 chore(deps): bump rexml from 3.3.9 to 3.4.2 in /docs (#9116) by dependabot[bot] · 7 months ago
  90. fd16c1c omit normalization of _design by Steven-John Lange · 8 months ago
  91. b468369 improve test case description string by Steven-John Lange · 8 months ago
  92. 83469bb chore: add reference link in source by Steven-John Lange · 8 months ago
  93. e2e2011 test(pouchdb-changes-filter): add test for _design/_design filter by Steven-John Lange · 8 months ago
  94. 59e01cc feat(pouchdb-server): add filter `_design/_design` by Alba Herrerias · 9 months ago
  95. 4e89dc8 fix(docs): correct 'tapPanes' typo (#9109) by akhilgusain · 8 months ago
  96. 1c92b08 chore(deps): bump sha.js from 2.4.11 to 2.4.12 (#9113) by dependabot[bot] · 8 months ago
  97. 580469e chore(deps): bump cipher-base from 1.0.4 to 1.0.6 (#9112) by dependabot[bot] · 8 months ago
  98. bc4f941 feat(pouchdb-mapreduce): enable _stats reducer to digest arrays of numbers (#9108) by rednil · 9 months ago
  99. e2fb072 chore(deps): bump on-headers and compression (#9101) by dependabot[bot] · 10 months ago
  100. 2b92015 test: IPv6 connection (#9098) by Steven · 10 months ago