Ecosyste.ms: Timeline

Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.

neondatabase/neon

erikgrinaker pushed 1 commit to erik/wal-generator neondatabase/neon
  • Add methods to generate arbitrary records d1a4e1c

View on GitHub

erikgrinaker pushed 9 commits to erik/safekeeper-wal-benchmarks neondatabase/neon
  • postgres_ffi: add WAL generator for tests/benchmarks 378f032
  • xlog_utils:: make `WalGenerator::lsn` and `prev_lsn` public c18b625
  • safekeeper: fix version in `TimelinePersistentState::empty()` (#9521) ## Problem The Postgres version in `Timelin... 9909551
  • safekeeper: don't pass conf into storage constructors (#9523) ## Problem The storage components take an entire `S... b54b632
  • Fix unoffload_timeline races with creation (#9525) This PR does two things: 1. Obtain a `TimelineCreateGuard` obj... 76328ad
  • pageserver: add tokio-epoll-uring slots waiters queue depth metrics (#9482) In complement to https://github.com/neo... 85b954f
  • build(deps): bump werkzeug from 3.0.3 to 3.0.6 (#9527) 80262e7
  • Merge branch 'main' into erik/wal-generator b85b401
  • safekeeper: add basic WAL ingestion benchmarks 62d1702

View on GitHub

erikgrinaker pushed 1 commit to erik/safekeeper-wal-benchmarks neondatabase/neon
  • safekeeper: add basic WAL ingestion benchmarks f2aa69e

View on GitHub

erikgrinaker pushed 20 commits to erik/wal-generator neondatabase/neon
  • pageserver: refactor ingest inplace to decouple decoding and handling (#9472) ## Problem WAL ingest couples decod... 5069123
  • refactor(timeline creation): represent bootstrap vs branch using enum (#9366) # Problem Timeline creation can eit... b782b11
  • pageserver/walingest: log on gappy rel extend (#9502) ## Problem https://github.com/neondatabase/neon/pull/9492 a... b3bedda
  • Support offloaded timelines during shard split (#9489) Before, we didn't copy over the `index-part.json` of offloade... 4d9036b
  • fix(test): remove too strict layers_removed==0 check in test_readonly_node_gc (#9506) Fixes #9098 ## Problem ... db900ae
  • proxy: don't follow redirects for user provided JWKS urls + set custom user agent (#9514) partially fixes https://gi... 9768f09
  • pageserver: add testing API to scan layers for disposable keys (#9393) This PR adds a pageserver mgmt API to scan a ... 6f5c262
  • remote_storage(local_fs): return correct file sizes (#9511) ## Problem `local_fs` doesn't return file sizes, whic... e0c7f1c
  • Make test_pageserver_lsn_wait_error_safekeeper_stop less aggressive. (#9517) Previously it inserted ~150MiB of WAL w... c6cf5e7
  • Move logical replication slot monitor neon.c is getting crowded and the logical replication slot monitor is a good ... 05eff3a
  • refactor(timeline creation): idempotency checking (#9501) # Context In the PGDATA import code (https://github.co... 2090e92
  • pageserver: fix N^2 I/O when processing relation drops in transaction abort (#9507) ## Problem We have some known... 8297f7a
  • proxy: propagate session IDs (#9509) fixes #9367 by sending session IDs to local_proxy, and also returns session ID... dbadb0f
  • safekeeper: retry eviction. (#9485) Without this manager may sleep forever after eviction failure without retries. 700b102
  • safekeeper: fix version in `TimelinePersistentState::empty()` (#9521) ## Problem The Postgres version in `Timelin... 9909551
  • safekeeper: don't pass conf into storage constructors (#9523) ## Problem The storage components take an entire `S... b54b632
  • Fix unoffload_timeline races with creation (#9525) This PR does two things: 1. Obtain a `TimelineCreateGuard` obj... 76328ad
  • pageserver: add tokio-epoll-uring slots waiters queue depth metrics (#9482) In complement to https://github.com/neo... 85b954f
  • build(deps): bump werkzeug from 3.0.3 to 3.0.6 (#9527) 80262e7
  • Merge branch 'main' into erik/wal-generator b85b401

View on GitHub

erikgrinaker pushed 1 commit to erik/safekeeper-wal-benchmarks neondatabase/neon

View on GitHub

github-actions[bot] created a comment on a pull request on neondatabase/neon
<!--AUTOMATIC COMMENT START #9530--> ### 5256 tests run: 5041 passed, 0 failed, 215 skipped ([full report](https://neon-github-public-dev.s3.amazonaws.com/reports/pr-9530/11530843536/index.html)) _...

View on GitHub

mrl5 deleted a branch neondatabase/neon

fix-19249

mrl5 closed a pull request on neondatabase/neon
proxy: make sure only https, no ports, no raw IP, no localhost for JWKS urls
introduces additional security layer and is a follow-up for: * https://github.com/neondatabase/cloud/pull/19326 * https://github.com/neondatabase/neon/pull/9514 related to https://github.com/n...
conradludgate created a comment on a pull request on neondatabase/neon
We extract the same code from https://github.com/neondatabase/neon/blob/80262e724fcb8081c441b440aa3e7dce0ab11d4d/proxy/src/bin/local_proxy.rs#L330-L368 instead?

View on GitHub

mrl5 opened a pull request on neondatabase/neon
proxy: make sure only https, no ports, no raw IP, no localhost for JWKS urls
introduces additional security layer and is a follow-up for: * https://github.com/neondatabase/cloud/pull/19326 * https://github.com/neondatabase/neon/pull/9514 related to https://github.com/n...
mrl5 pushed 19 commits to fix-19249 neondatabase/neon
  • refactor(timeline creation): represent bootstrap vs branch using enum (#9366) # Problem Timeline creation can eit... b782b11
  • pageserver/walingest: log on gappy rel extend (#9502) ## Problem https://github.com/neondatabase/neon/pull/9492 a... b3bedda
  • Support offloaded timelines during shard split (#9489) Before, we didn't copy over the `index-part.json` of offloade... 4d9036b
  • fix(test): remove too strict layers_removed==0 check in test_readonly_node_gc (#9506) Fixes #9098 ## Problem ... db900ae
  • proxy: don't follow redirects for user provided JWKS urls + set custom user agent (#9514) partially fixes https://gi... 9768f09
  • pageserver: add testing API to scan layers for disposable keys (#9393) This PR adds a pageserver mgmt API to scan a ... 6f5c262
  • remote_storage(local_fs): return correct file sizes (#9511) ## Problem `local_fs` doesn't return file sizes, whic... e0c7f1c
  • Make test_pageserver_lsn_wait_error_safekeeper_stop less aggressive. (#9517) Previously it inserted ~150MiB of WAL w... c6cf5e7
  • Move logical replication slot monitor neon.c is getting crowded and the logical replication slot monitor is a good ... 05eff3a
  • refactor(timeline creation): idempotency checking (#9501) # Context In the PGDATA import code (https://github.co... 2090e92
  • pageserver: fix N^2 I/O when processing relation drops in transaction abort (#9507) ## Problem We have some known... 8297f7a
  • proxy: propagate session IDs (#9509) fixes #9367 by sending session IDs to local_proxy, and also returns session ID... dbadb0f
  • safekeeper: retry eviction. (#9485) Without this manager may sleep forever after eviction failure without retries. 700b102
  • safekeeper: fix version in `TimelinePersistentState::empty()` (#9521) ## Problem The Postgres version in `Timelin... 9909551
  • safekeeper: don't pass conf into storage constructors (#9523) ## Problem The storage components take an entire `S... b54b632
  • Fix unoffload_timeline races with creation (#9525) This PR does two things: 1. Obtain a `TimelineCreateGuard` obj... 76328ad
  • pageserver: add tokio-epoll-uring slots waiters queue depth metrics (#9482) In complement to https://github.com/neo... 85b954f
  • build(deps): bump werkzeug from 3.0.3 to 3.0.6 (#9527) 80262e7
  • proxy: make sure only https, no ports, no raw IP, no localhost for JWKS urls introduces additional security layer an... 7bd1647

View on GitHub

mrl5 created a branch on neondatabase/neon

fix-19249 - Neon: Serverless Postgres. We separated storage and compute to offer autoscaling, code-like database branching, and scale to zero.

github-actions[bot] commented on a commit on neondatabase/neon
<!--AUTOMATIC COMMENT START #undefined--> ### 5344 tests run: 5119 passed, 0 failed, 225 skipped ([full report](https://neon-github-public-dev.s3.amazonaws.com/reports/main/11529982339/index.html))...

View on GitHub

cdzb168 starred neondatabase/neon
bayandin pushed 1 commit to main neondatabase/neon
  • build(deps): bump werkzeug from 3.0.3 to 3.0.6 (#9527) 80262e7

View on GitHub

bayandin deleted a branch neondatabase/neon

dependabot/pip/werkzeug-3.0.6

bayandin closed a pull request on neondatabase/neon
build(deps): bump werkzeug from 3.0.3 to 3.0.6
Bumps [werkzeug](https://github.com/pallets/werkzeug) from 3.0.3 to 3.0.6. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/pallets/werkzeug/releases">werk...
tristan957 created a comment on a pull request on neondatabase/neon
@sharnoff will you take a look at the vm-builder changes? What are the implications of using something like 2G vs 1.5G

View on GitHub

tristan957 created a comment on a pull request on neondatabase/neon
Looks like e2e job is not gonna run. cc @bayandin

View on GitHub

Liangdi starred neondatabase/neon
knizhnik pushed 1 commit to lfc_prewarm neondatabase/neon
  • Increase timeout in test_lfc_prewarm 44b283e

View on GitHub

frozenproof starred neondatabase/neon
mujeeb-kalwar starred neondatabase/neon
mujeeb-kalwar forked neondatabase/neon

mujeeb-kalwar/neon

aaddaamm starred neondatabase/neon
bayandin created a review on a pull request on neondatabase/neon

View on GitHub

chriskryon starred neondatabase/neon
github-actions[bot] created a comment on a pull request on neondatabase/neon
<!--AUTOMATIC COMMENT START #9527--> ### 5256 tests run: 5041 passed, 0 failed, 215 skipped ([full report](https://neon-github-public-dev.s3.amazonaws.com/reports/pr-9529/11525906893/index.html)) _...

View on GitHub

whywhy36 starred neondatabase/neon
vipvap opened a draft pull request on neondatabase/neon
CI run for PR #9527
This Pull Request is created automatically to run the CI pipeline for #9527 Please do not alter or merge/close it. Feel free to review/comment/discuss the original PR #9527.
Load more