Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/mathesar-foundation/mathesar

Web application providing an intuitive user experience to databases.
https://github.com/mathesar-foundation/mathesar

Bugfix listing records from a table with self-referential fk

Anish9901 opened this pull request 5 months ago
Add `data_modeling.get_target_types` RPC API

seancolsen opened this issue 5 months ago
tables.privileges.transfer_ownership

pavish opened this issue 5 months ago
schemas.privileges.transfer_ownership

pavish opened this issue 5 months ago
Remove `types.list` RPC method

seancolsen opened this issue 5 months ago
A couple small front end RPC changes

seancolsen opened this pull request 5 months ago
Use data file name as table name during import

Anish9901 opened this pull request 5 months ago
Implement `tables.get_with_metadata` RPC endpoint

Anish9901 opened this pull request 5 months ago
Nginx configuration for dev and prod environments

pvnsekhar opened this pull request 5 months ago
Implement `databases.privileges.transfer_ownership` RPC endpoint

Anish9901 opened this pull request 5 months ago
Clean up misc REST endpoint calls

seancolsen opened this issue 5 months ago
Get imports working again

seancolsen opened this pull request 5 months ago
Duplicate key error when setting table metadata

seancolsen opened this issue 5 months ago
Generate table name from data file name

seancolsen opened this issue 5 months ago
Implement tables.get_with_metadata RPC method

seancolsen opened this issue 5 months ago
Add validation for column moving and throw pretty errors

Anish9901 opened this issue 5 months ago
Implement `data_modeling.move_columns` RPC endpoint

Anish9901 opened this pull request 5 months ago
Add `data_file_id` field to `TableMetaData`

Anish9901 opened this pull request 5 months ago
Implement public shares related changes - Hide sharing UI

pavish opened this issue 5 months ago
Propagate RPC record summary changes to front end

seancolsen opened this pull request 5 months ago
Database permissions modal - 'Share' tab

pavish opened this pull request 5 months ago
Move columns SQL

Anish9901 opened this pull request 5 months ago
Add summaries to self

mathemancer opened this pull request 5 months ago
Change response for `tables.add` and `tables.import`

Anish9901 opened this pull request 5 months ago
Return top-level record summaries in records RPC methods

seancolsen opened this issue 5 months ago
Table Inspector Improvements

ghislaineguerin opened this pull request 5 months ago
Modify pkey finder to return false when no pkey exists

mathemancer opened this pull request 5 months ago
Implement `data_modeling.split_table` RPC functions

Anish9901 opened this pull request 5 months ago
Change response structure for record summary

Anish9901 opened this pull request 5 months ago
Return record summary data in json object instead of array

seancolsen opened this issue 5 months ago
Hard-code abstract types response in client

seancolsen opened this pull request 5 months ago
Reorg namespacing

mathemancer opened this pull request 5 months ago
Modals and Forms Visual Updates

ghislaineguerin opened this pull request 5 months ago
Reorganize RPC function namespacing

mathemancer opened this issue 5 months ago
Add `roles.get_current_role` RPC function

Anish9901 opened this pull request 5 months ago
Add privilege information fields

mathemancer opened this pull request 5 months ago
columns.list: should include privileges for current role

mathemancer opened this issue 5 months ago
Add `is_curr_role_an_owner` to databases.get_privilege_info

pavish opened this issue 5 months ago
Add `table_privileges.replace_for_roles` RPC function

Anish9901 opened this pull request 5 months ago
table_privileges.replace_for_roles

Anish9901 opened this issue 5 months ago
Move db page contexts to the route level

pavish opened this pull request 5 months ago
Implement `data_modeling.split_table` RPC method

mathemancer opened this issue 5 months ago
Implement `data_modeling.move_columns` RPC method

mathemancer opened this issue 5 months ago
Add `schema_privileges.replace_for_roles` RPC function

mathemancer opened this pull request 5 months ago
schema_privileges.replace_for_roles

mathemancer opened this issue 5 months ago
Add `table_privileges.list_direct` RPC function

Anish9901 opened this pull request 5 months ago
Add `schema_privileges.list_direct` RPC function

mathemancer opened this pull request 5 months ago
Add `database_privileges.replace_for_roles` RPC function.

mathemancer opened this pull request 5 months ago
Grant access to mathesar_schemas to PUBLIC

pavish opened this issue 5 months ago
table_privileges.list_direct

pavish opened this issue 5 months ago
schema_privileges.list_direct

pavish opened this issue 5 months ago
schemas.add: should require owning role

pavish opened this issue 5 months ago
databases.privileges.transfer_ownership

pavish opened this issue 5 months ago
database_privileges.set_for_roles

pavish opened this issue 5 months ago
roles.delete: `(database_id, role_oid) => void`

pavish opened this issue 5 months ago
Add `data_modeling.suggest_types` function.

mathemancer opened this pull request 5 months ago
Implement `data_modeling.suggest_types` RPC method

mathemancer opened this issue 5 months ago
Implement `roles.add` RPC endpoint

Anish9901 opened this pull request 5 months ago
Add link-adding RPC functions

mathemancer opened this pull request 5 months ago
Implement `data_modeling.add_mapping_table` RPC method

mathemancer opened this issue 5 months ago
Implement `data_modeling.add_foreign_key_column` RPC method

mathemancer opened this issue 5 months ago
Implement `data_modeling` RPC methods

mathemancer opened this issue 5 months ago
Update mkdocs dependencies to get pipeline passing

mathemancer opened this pull request 5 months ago
DB page - role configuration, collaborators, roles

pavish opened this pull request 5 months ago
Add simplified record summaries

mathemancer opened this pull request 5 months ago
Implement RPC records CRUD operations on front end

seancolsen opened this pull request 6 months ago
Fix regression breaking placeholder row

seancolsen opened this pull request 6 months ago
Use new `records.delete` API on front end

seancolsen opened this pull request 6 months ago
Adapt front end to new records grouping API

seancolsen opened this pull request 6 months ago
Records delete bugfix

mathemancer opened this pull request 6 months ago
Unable to change column type via UI

seancolsen opened this issue 6 months ago
Records grouping bugfix

mathemancer opened this pull request 6 months ago
Implement `database_privileges.list_direct` RPC endpoint.

Anish9901 opened this pull request 6 months ago
Add `records.patch` RPC function

mathemancer opened this pull request 6 months ago
Fix edge case while getting joinable tables for tables with no links

Anish9901 opened this pull request 6 months ago
Error if joinable tables API gets a table with no links

seancolsen opened this issue 6 months ago
Adapt front end to new RPC-based joinable tables API

seancolsen opened this pull request 6 months ago
Add `records.add` RPC function

mathemancer opened this pull request 6 months ago
Resolve all TODO_BETA code comments

seancolsen opened this issue 6 months ago
Bump django from 4.2.11 to 4.2.15

dependabot[bot] opened this pull request 6 months ago
Front end can't match groups with records

seancolsen opened this issue 6 months ago
Add `records.delete` RPC function

mathemancer opened this pull request 6 months ago
Add `records.get` RPC function

mathemancer opened this pull request 6 months ago
Implement `records.patch` RPC method

mathemancer opened this issue 6 months ago
Implement `records.add` RPC method

mathemancer opened this issue 6 months ago
Implement `records.delete` RPC method

mathemancer opened this issue 6 months ago
Implement `records.get` RPC method

mathemancer opened this issue 6 months ago
databases_privileges.get_basic

pavish opened this issue 6 months ago
roles.remove_member

pavish opened this issue 6 months ago
roles.set_members

pavish opened this issue 6 months ago
Store structure proposal - orange

pavish opened this pull request 6 months ago