Ecosyste.ms: Issues

An open API service for providing issue and pull request metadata for open source projects.

GitHub / supabase/walrus issues and pull requests

#76 - Filter on `old_record` during deletes

Pull Request - State: closed - Opened by olirice 4 months ago - 2 comments

#75 - Check if roles with hyphen work with walrus

Pull Request - State: closed - Opened by olirice 5 months ago

#73 - Adds Test for Table with a Space in the Name

Pull Request - State: open - Opened by olirice about 1 year ago

#72 - docs: update max_record_bytes default to 1MiB in README

Pull Request - State: closed - Opened by w3b6x9 over 1 year ago

#71 - Bugfix: in support for non-text types

Pull Request - State: closed - Opened by olirice almost 2 years ago

#70 - commit_timestamp as utc

Pull Request - State: closed - Opened by olirice almost 2 years ago

#69 - `commit_timestamp` reformatting ignores timezones

Issue - State: closed - Opened by olirice almost 2 years ago
Labels: bug

#67 - Unchanged toast from old_record

Pull Request - State: closed - Opened by olirice almost 2 years ago

#66 - Add milliseconds to commit_timestamp

Pull Request - State: closed - Opened by olirice almost 2 years ago

#65 - Filter delete `old_record` to pkey when RLS on & replica identity full

Pull Request - State: closed - Opened by olirice almost 2 years ago

#63 - add support for `in` filter

Pull Request - State: closed - Opened by olirice almost 2 years ago - 2 comments

#62 - README Payload Too Large Behavior

Pull Request - State: closed - Opened by olirice about 2 years ago

#61 - Update readme to set `include-type-oids` in `pg_logical_get_changes`

Pull Request - State: closed - Opened by olirice about 2 years ago

#60 - Changes are not emitted when column type name contains uppercase letter

Issue - State: closed - Opened by w3b6x9 about 2 years ago
Labels: triage-required

#58 - Add test for non-public schema

Pull Request - State: closed - Opened by olirice about 2 years ago

#57 - Bugfix: deletes propagate through all filters

Pull Request - State: closed - Opened by olirice about 2 years ago

#56 - Handle Null values in filters

Pull Request - State: closed - Opened by olirice about 2 years ago

#55 - Filtering on value (e.g. page_id = 5) passes for new records when `page_id = null`

Issue - State: closed - Opened by olirice about 2 years ago
Labels: bug

#54 - Listening to a bpchar column returns only the first character

Issue - State: open - Opened by w3b6x9 over 2 years ago - 4 comments
Labels: bug

#53 - Enable filters for delete events

Issue - State: closed - Opened by w3b6x9 over 2 years ago - 10 comments

#52 - add workflow to run tests

Pull Request - State: closed - Opened by egor-romanov over 2 years ago

#51 - Background worker parallel impl

Pull Request - State: open - Opened by olirice over 2 years ago - 1 comment

#50 - WORKER: SQL side is_visible checks must filter on entity

Issue - State: closed - Opened by olirice over 2 years ago
Labels: bug, p3

#49 - Fall back to regtype casting from type names when type_oid not available

Pull Request - State: closed - Opened by olirice over 2 years ago

#48 - Fix a typo in example of `realtime.build_prepared_statement_sql`

Pull Request - State: closed - Opened by y-yagi over 2 years ago

#47 - When payload too large, include data for columns <= 64 bytes

Pull Request - State: closed - Opened by olirice over 2 years ago - 3 comments

#46 - Support quoted regtypes

Pull Request - State: closed - Opened by olirice over 2 years ago

#45 - Replace janky test suite with pg_regress

Pull Request - State: closed - Opened by olirice over 2 years ago

#44 - dynamic table name in subscription permissions check

Pull Request - State: closed - Opened by olirice over 2 years ago

#43 - Transition from `information_schema` to `pg_catalog` everywhere

Issue - State: open - Opened by olirice over 2 years ago
Labels: enhancement

#41 - Support types that require Quoting

Pull Request - State: closed - Opened by olirice almost 3 years ago - 7 comments

#40 - Raises exception with regtypes that need to be quoted

Issue - State: closed - Opened by olirice almost 3 years ago
Labels: bug, p4

#39 - Reject subscriptions when filter value has the incorrect column type

Issue - State: closed - Opened by w3b6x9 almost 3 years ago - 2 comments
Labels: enhancement

#38 - commit_timestamp in ISO8601 zulu format

Pull Request - State: closed - Opened by olirice almost 3 years ago

#37 - Commit Timestamp is not in Zulu Time Format

Issue - State: closed - Opened by w3b6x9 almost 3 years ago
Labels: bug

#36 - Append additional errors to errors array

Issue - State: closed - Opened by w3b6x9 almost 3 years ago - 2 comments

#35 - Do not edit search path

Pull Request - State: closed - Opened by olirice almost 3 years ago

#34 - Required WAL keys "schema", "table", "type"

Pull Request - State: closed - Opened by olirice almost 3 years ago

#33 - Request: Error states return jsonb object with type (INSERT/UPDATE/DELETE)

Issue - State: closed - Opened by w3b6x9 almost 3 years ago
Labels: enhancement

#32 - Hacky (temporary) fix to invalid type name escapes. fixes #31

Pull Request - State: closed - Opened by olirice almost 3 years ago - 2 comments

#31 - Error when column type is quoted custom enum

Issue - State: closed - Opened by w3b6x9 almost 3 years ago - 3 comments
Labels: bug

#30 - Support Generic PostgREST 9 Claims

Pull Request - State: closed - Opened by olirice almost 3 years ago - 7 comments

#29 - Align schema and actions with Realtime

Pull Request - State: closed - Opened by olirice almost 3 years ago - 2 comments

#28 - Friendly error message for tables with no primary key

Pull Request - State: closed - Opened by olirice almost 3 years ago

#27 - Compatibility layer over wal2json inconsistent handling of add-tables

Pull Request - State: closed - Opened by olirice almost 3 years ago

#26 - fix: small typo

Pull Request - State: closed - Opened by 0xflotus almost 3 years ago - 1 comment

#25 - chore: remove auth tables dependency

Pull Request - State: closed - Opened by w3b6x9 almost 3 years ago

#24 - Update auth/tests for PostgREST 9 compatibility

Pull Request - State: closed - Opened by olirice about 3 years ago

#23 - Return unauthorized error when `authenticated` can not select from table

Pull Request - State: closed - Opened by olirice about 3 years ago

#22 - max_record_bytes optional arg

Pull Request - State: closed - Opened by olirice about 3 years ago

#21 - wal2json qualified table name quoting

Pull Request - State: closed - Opened by olirice about 3 years ago

#20 - Incomplete change output for tables in schemas other than 'public'

Issue - State: closed - Opened by w3b6x9 about 3 years ago - 2 comments
Labels: triage-required

#19 - fix: delete cascade subscriptions when user is deleted

Pull Request - State: closed - Opened by w3b6x9 about 3 years ago

#18 - format `commit_timestamp` as iso8601

Pull Request - State: closed - Opened by olirice about 3 years ago

#17 - optionally respect publication settings

Pull Request - State: closed - Opened by olirice about 3 years ago

#15 - WALRUS Disregards Publication

Issue - State: closed - Opened by w3b6x9 about 3 years ago
Labels: triage-required

#14 - [LOW PRIORITY] Format Commit Timestamp

Issue - State: closed - Opened by w3b6x9 about 3 years ago
Labels: triage-required

#13 - Default use a temporary replication slot

Issue - State: closed - Opened by chasers about 3 years ago - 1 comment
Labels: enhancement

#12 - Clear the WAL when its size surpasses some threshold

Issue - State: closed - Opened by w3b6x9 about 3 years ago - 1 comment
Labels: enhancement

#11 - Filter messages over N bytes w/ error message

Issue - State: closed - Opened by olirice about 3 years ago - 1 comment
Labels: triage-required

#10 - update message formats to match realtime

Pull Request - State: closed - Opened by olirice about 3 years ago - 3 comments

#9 - Support for `in` operator

Issue - State: closed - Opened by bhvngt about 3 years ago - 6 comments
Labels: enhancement

#8 - Single Record Throughput Performance Tweaks

Pull Request - State: closed - Opened by olirice about 3 years ago

#7 - fix: Add `D` as one of the actions on Readme.md

Pull Request - State: closed - Opened by dshukertjr about 3 years ago

#6 - Set user email in subscription_check_filters trigger function

Pull Request - State: closed - Opened by w3b6x9 about 3 years ago

#5 - Special case deletes to return only identity data

Pull Request - State: closed - Opened by olirice about 3 years ago

#4 - Realtime Integration with Slack Clone

Issue - State: closed - Opened by w3b6x9 about 3 years ago

#3 - Add docker-compose.yml

Pull Request - State: closed - Opened by w3b6x9 about 3 years ago

#2 - Remove column keys that the "authenticated" user does not have permission to select

Issue - State: closed - Opened by olirice over 3 years ago - 1 comment
Labels: bug

#1 - Restore settings on exception

Issue - State: closed - Opened by olirice over 3 years ago - 1 comment