Ecosyste.ms: OpenCollective

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

Mathesar Foundation

An intuitive spreadsheet-like interface that lets users of all technical skill levels view, edit, query, and collaborate on Postgres data directly—100% open source and self hosted, with native Postgres access control.
Collective - Host: opensource - https://opencollective.com/mathesar - Website: https://mathesar.org/ - Code: https://github.com/mathesar-foundation/mathesar

Merge branch 'develop' into db_config_api

github.com/mathesar-foundation/mathesar - e4777f84d8eaf4fafd5c8a0ea4ae5af022f51edc authored over 1 year ago
encrypted db_username & db_password

github.com/mathesar-foundation/mathesar - 6345c4607333a04756e66c5a396b212f8c332ca3 authored over 1 year ago
Remove some debug code

github.com/mathesar-foundation/mathesar - 92f5410e807705c611c6521bf75ff8e81e8d0758 authored over 1 year ago
Add test for commenting during column creation

github.com/mathesar-foundation/mathesar - a483749a2917a87ab9d7b171d52fa06af363f7f1 authored over 1 year ago
Merge branch 'develop' into Fix_URL_Cell_Loses_Focus

github.com/mathesar-foundation/mathesar - a0c6c62e23def43d0c2c4e13f8db019514cc9477 authored over 1 year ago
Implement comments in column alteration and creation

github.com/mathesar-foundation/mathesar - 91f56e9cedd4a90a6399c4a8e7ba88cff65151af authored over 1 year ago
Merge pull request #3155 from IamEzio/null-id-fix

Handle errors when imported datafile has null or duplicate id values

github.com/mathesar-foundation/mathesar - dd72383d2ac77883083e698eb9a2bd9727c9ba9f authored over 1 year ago
some cleanups for create_mathesar_engine

github.com/mathesar-foundation/mathesar - 9b4f6c8064ecfaaf73e012000809c9ed9539f6c9 authored over 1 year ago
all tests should pass now

github.com/mathesar-foundation/mathesar - f149d316393ebb169b047c722ef62de85c30d23f authored over 1 year ago
Merge branch 'develop' into db_config_api

github.com/mathesar-foundation/mathesar - e329b79294cdfd79b8fe474312d152639ef64b49 authored over 1 year ago
Merge branch 'develop' into add-deb-file-script

github.com/mathesar-foundation/mathesar - 3d487f79b3ee6e72bbad94a6fa81ca461c6f8006 authored over 1 year ago
Merge branch 'centerofci:develop' into null-id-fix

github.com/mathesar-foundation/mathesar - f452cf954a1eb95fa71013dcf662d89ef3e0e508 authored over 1 year ago
Update postgres in the docker to 15

github.com/mathesar-foundation/mathesar - ef88dd39566e31308a83e5158d63b1c5bdc71430 authored over 1 year ago
Merge pull request #3083 from IamEzio/excel-tests

Added tests for importing perfect excel feature

github.com/mathesar-foundation/mathesar - d6137f49f1412a3474b3a10f5ae387c85d5c48ba authored over 1 year ago
Merge branch 'develop' into remove-db-superuser-requirement

github.com/mathesar-foundation/mathesar - 711a2b3bfca1b25ca432c6cd6ca8b6c22e16558c authored over 1 year ago
Add reasons for setting `OWNER` instead of `SUPERUSER`

github.com/mathesar-foundation/mathesar - c837bbbdb563fc320f22cfc12f244601beeceb8b authored over 1 year ago
Merge branch 'excel-tests' of https://github.com/IamEzio/mathesar into excel-tests

github.com/mathesar-foundation/mathesar - 781c8d4a12e32ae848ca8b41ce4949f17963af3d authored over 1 year ago
resolved merge conflicts

github.com/mathesar-foundation/mathesar - 6044e2221828d25364bcef1c0f1cc280de4261f3 authored over 1 year ago
Merge pull request #3132 from IamEzio/excel-normalization

Added excel normalization code and associated tests

github.com/mathesar-foundation/mathesar - ca66cceb92e5604d7ed6ccca561ebd101d296852 authored over 1 year ago
Merge pull request #3168 from centerofci/fkey_regression_bufix

Add constraint copying to column extration logic

github.com/mathesar-foundation/mathesar - 9fd15fbad15253da3cd99d0779b8d9221f6b24e9 authored over 1 year ago
Merge branch 'develop' into excel-tests

github.com/mathesar-foundation/mathesar - 1538a4713f75bc6af01947a44d66c8808c71220a authored over 1 year ago
Merge branch 'develop' into excel-normalization

github.com/mathesar-foundation/mathesar - 48fe1a1115cc111fbb5ebb6ab1466c660f4b929c authored over 1 year ago
updated oid and column_order fields to only allow positive integers

github.com/mathesar-foundation/mathesar - c104f8b7f7534c8526aefa2ddc97bdbc0c6175d3 authored over 1 year ago
Merge pull request #3175 from centerofci/fix-user-profile-store-context

Fix regression: Move UserProfile to the App level context from Route level context

github.com/mathesar-foundation/mathesar - 5c416a6c0357441c50c53c46a234c45e2d927a29 authored over 1 year ago
Move UserProfile to the App level context from Route level context

github.com/mathesar-foundation/mathesar - 01b908a972cc671a7fa651ddf658eefe0ae35bdd authored over 1 year ago
handle exception and remove commented code

github.com/mathesar-foundation/mathesar - 434f1a78c4acee8d4e1c3d226188e66215177143 authored over 1 year ago
Merge branch '0.1.3' into fkey_regression_bufix

github.com/mathesar-foundation/mathesar - dfe1a13bd07d447e467cb9a5bc638157724f5f65 authored over 1 year ago
Merge pull request #3171 from centerofci/cherry-pick-db-list-demo-mode

Merge db list demo mode commits into release 0.1.3

github.com/mathesar-foundation/mathesar - 3a29db38d76abba65450609164385fa3fbdd59e6 authored over 1 year ago
Merge commit '60e80aad320b8286514933815b24d29126ae71ab' into cherry-pick-db-list-demo-mode

github.com/mathesar-foundation/mathesar - 6bbfbb486c91e05bafd101f63d970b2e2fa61b3d authored over 1 year ago
add constraint copying to column extration logic

github.com/mathesar-foundation/mathesar - 348d72168addac15b7d9e1386f8b116c0e163bb5 authored over 1 year ago
Merge pull request #3129 from centerofci/fix-demo-db-permissions

Fix db list permissions in demo mode

github.com/mathesar-foundation/mathesar - 31ce40f31c8bca78436f834e141eb921faf47b2d authored over 1 year ago
Merge branch 'develop' into fix-demo-db-permissions

github.com/mathesar-foundation/mathesar - 243c99e12890f4f18bcdfaffd19c0b252a493db8 authored over 1 year ago
add api for patch & destroy credentials

github.com/mathesar-foundation/mathesar - 26425ef8791eb8bdfb6170023bba3cd0b440d90a authored over 1 year ago
Merge pull request #3050 from centerofci/optional_inference

Make column type inference optional

github.com/mathesar-foundation/mathesar - 8018a4404301e896b95ffe857acb55669456a434 authored over 1 year ago
Merge branch 'develop' into optional_inference

github.com/mathesar-foundation/mathesar - 78fcdf764c1fc64edfed640030626366e069afc0 authored over 1 year ago
Add column description reflection

github.com/mathesar-foundation/mathesar - 794a0105aa07937451da03047ed86e4a789337cf authored over 1 year ago
Merge branch 'develop' into excel-normalization

github.com/mathesar-foundation/mathesar - 80d7992d5e29edc450270f867126a6f1375e6bab authored over 1 year ago
Merge branch 'develop' into excel-tests

github.com/mathesar-foundation/mathesar - 919dde49ced0030cda0fdb459601f896a936fb3d authored over 1 year ago
Add serializer fields for column descriptions

github.com/mathesar-foundation/mathesar - 35d899e3388443bb746f1bad4c039f6a0a431bdf authored over 1 year ago
Merge pull request #3140 from centerofci/third-party-db-with-long-identifiers

Add tests for third party table with long identifiers

github.com/mathesar-foundation/mathesar - e1d4bc8459ac1c16ed1e533966b74551508a64d1 authored over 1 year ago
Add API test for column comments

github.com/mathesar-foundation/mathesar - 6c0633048591f15fc52e90938ebea98e84abcbc2 authored over 1 year ago
Get rid of redundant reflection call

github.com/mathesar-foundation/mathesar - f1837af2a2569280ba1a357ff814580abf66a11e authored over 1 year ago
Merge branch 'develop' into optional_inference

github.com/mathesar-foundation/mathesar - 80d1f46546721113aca8444125d9a937e8615b1c authored over 1 year ago
Merge pull request #3156 from centerofci/sql_test_bugskip

Disable SQL tests broken by upstream bug

github.com/mathesar-foundation/mathesar - 6d677c342cf3416eb40534a41eb14268b4923185 authored over 1 year ago
added support for multipart form data in the request bodies for all endpoints, by adding a parser class to the DEFAULT PARSER CLASSES

github.com/mathesar-foundation/mathesar - 2cf97b6ffb74e0fafd910529de0562eaaf04657b authored over 1 year ago
Merge branch 'develop' into excel-tests

github.com/mathesar-foundation/mathesar - 8465e5b0a35861e12983adc71ab80fecc605b8ad authored over 1 year ago
added encryption along with db_host & db_port fields

github.com/mathesar-foundation/mathesar - 0e72fa0e935c67c665daadf1544299fc93c6b400 authored over 1 year ago
disable tests broken by upstream bug

pgTAP 1.3.0 introduced a bug that affects our tests, but not
the actual functionality of our SQL...

github.com/mathesar-foundation/mathesar - cc49ca61ef5697a6e99274837236d15b16d2bad3 authored over 1 year ago
Revert "disable tests broken by upstream bug"

This reverts commit b7420a06b2ad6f98162289f3d1a4c923f6fdff1c.

github.com/mathesar-foundation/mathesar - 3905ab08f9fffbd655d92f9c3430a53ae7ea5a14 authored over 1 year ago
disable tests broken by upstream bug

pgTAP 1.3.0 introduced a bug that affects our tests, but not
the actual functionality:
https://g...

github.com/mathesar-foundation/mathesar - b7420a06b2ad6f98162289f3d1a4c923f6fdff1c authored over 1 year ago
Merge branch 'develop' into optional_inference

github.com/mathesar-foundation/mathesar - 0736af332a3e9d56aa542c7cae21d455de095604 authored over 1 year ago
setup for config create

github.com/mathesar-foundation/mathesar - c559f6504a6bf8e75cc738ee430af057857cd094 authored over 1 year ago
Merge branch 'develop' into 3089-remove-redundant-request-body-content-types

github.com/mathesar-foundation/mathesar - e7bcb617ab07d668737e88d473452ed10df930b0 authored over 1 year ago
added code for handling null and dupplicate id

github.com/mathesar-foundation/mathesar - e61cb3afff34273b45819f578b58a224b815b840 authored over 1 year ago
Merge branch 'excel-tests' of https://github.com/IamEzio/mathesar into excel-tests

github.com/mathesar-foundation/mathesar - 142931491c45b89610908520ea36741d9e70b5c2 authored over 1 year ago
updated tests as per review

github.com/mathesar-foundation/mathesar - 9d5584fff726835c9c944d7a7fe39cad39723abc authored over 1 year ago
Merge branch 'develop' into excel-normalization

github.com/mathesar-foundation/mathesar - 5fe3a2e437218a6dfe3c511e55c80b1f05c52512 authored over 1 year ago
nit

Co-authored-by: Anish Umale <[email protected]>

github.com/mathesar-foundation/mathesar - 04c4617a6d9ee8813680226d5c5c1fb55801195c authored over 1 year ago
Merge pull request #3088 from centerofci/superuser-create

Add superuser creation page

github.com/mathesar-foundation/mathesar - 4b5bb6f5abf6513effb82005e72bef4d217dcfbf authored over 1 year ago
Use pg_ctlcluster for starting the database.

github.com/mathesar-foundation/mathesar - 6aa8a47e5fcccfa4c855ed20a2b0bf8eb9832249 authored over 1 year ago
Merge branch 'develop' into superuser-create

github.com/mathesar-foundation/mathesar - 9651e341c8699cb2d7bbe3ad7a00c388acd98fcb authored over 1 year ago
Merge pull request #3134 from centerofci/superuser-create-docs-remove

Remove the documented steps for creating a superuser from the command line

github.com/mathesar-foundation/mathesar - 64ca337704be185d0f089ff866766709e5aff7f5 authored over 1 year ago
Merge pull request #3131 from centerofci/superuser-create-page-stylings-fe

Create superuser page's stylings

github.com/mathesar-foundation/mathesar - c678309a306eb163d4ec1e81f31e80f8c2e50ebb authored over 1 year ago
Add setting up a db superuser as an alternate to database ownership

github.com/mathesar-foundation/mathesar - ae23c03c8859472d696d84d4ced890648ce2ea0c authored over 1 year ago
Add setting up a db superuser as an alternate to database ownership

github.com/mathesar-foundation/mathesar - 8f0f9c41c1b6396d9e069e3958c36a2a80caa0ba authored over 1 year ago
removed whitespace before ':' in the if condition of the preprocessing hook to remove the lint error

github.com/mathesar-foundation/mathesar - 17020daa051a67366fb4c3996921c9fb986c5a68 authored over 1 year ago
Added OpenAPI specification for /tables/ endpoint to the schema file

github.com/mathesar-foundation/mathesar - 42703a7b0246236dd9ca4dd3c6211bec1974cc0a authored over 1 year ago
Refined custom_preprocessing_hook to include '/api/db/v0/tables/' endpoint.

github.com/mathesar-foundation/mathesar - 8f78e2b33298421a1eb713f8f1f90b9ce7b0ca9b authored over 1 year ago
Merge pull request #3074 from centerofci/3049-add-openapi-specification-for-schemas-endpoint-and-fix-the-incorrect-specs

Added OpenAPI specification for /schemas/ endpoint

github.com/mathesar-foundation/mathesar - d3fcebdbb0efd6d1ccb2858d043b892f658ee619 authored over 1 year ago
resolved merge conflict in settings file

github.com/mathesar-foundation/mathesar - 937e06a3f0fbd24719a598a6140f9b4c93055a60 authored over 1 year ago
Merge pull request #3047 from centerofci/3046-add-openapi-specification-for-databases-endpoint-and-fix-the-incorrect-specs

Added OpenAPI specification for databases endpoint

github.com/mathesar-foundation/mathesar - f0de41bbd7200942163cb73456c41e2c1b295000 authored over 1 year ago
Resolved merge conflict in custom_preprocessing_hook.

Combine conflicting versions of custom_preprocessing_hook to include
multiple endpoint conditions...

github.com/mathesar-foundation/mathesar - 285c3b4d6e8db24d442d4d6e6c990c9ca17af7b0 authored over 1 year ago
Merge pull request #3044 from centerofci/add-openapi-spec-for-datafiles-endpoint

Added OpenAPI spec for datafiles endpoint

github.com/mathesar-foundation/mathesar - 1951126958bbd9a6cfd32eaba9c732380e4dd955 authored over 1 year ago
Added two lines after a function to remove lint error

github.com/mathesar-foundation/mathesar - 896e15197ab1797b4712a63aed00de793ed5eff6 authored over 1 year ago
Merge pull request #3139 from centerofci/test_alter_table

Tests for alter table

github.com/mathesar-foundation/mathesar - 843fb668142a7e952d6574909a9848098993aba9 authored over 1 year ago
Merge pull request #3136 from centerofci/Fix-interval-error

Fix `NaN:NaN` error while aggregating duration column

github.com/mathesar-foundation/mathesar - bb70b082d81c173b777f707eea437629e40fd5a0 authored over 1 year ago
Added an additional line to remove lint error

github.com/mathesar-foundation/mathesar - 79cf6544a136b06eec251599bfcc6f1cc408ec43 authored over 1 year ago
Added pre-processing and post-processing hooks to the spectacular settings

github.com/mathesar-foundation/mathesar - 4d3e9e6b7b455b3bb54968e8cfab7c2697e36f64 authored over 1 year ago
Merge pull request #3133 from centerofci/shares_epilogue

Shares - regenerate link, general fixes

github.com/mathesar-foundation/mathesar - eda98a9952099286b8f5e1de7e70b5bd2ad62577 authored over 1 year ago
Improve nomenclature of fixtures used for testing shares

github.com/mathesar-foundation/mathesar - 8233f078a2e78e6e23482fd0f7bd7b44a7dae8f5 authored over 1 year ago
Use title case for action items

github.com/mathesar-foundation/mathesar - 325b0511d4a474d7c0afb8fd33c2b6ee0bd16c5c authored over 1 year ago
Merge branch 'develop' into excel-tests

github.com/mathesar-foundation/mathesar - b7423d1fd25fba796a28402ca8d476707f8c6286 authored over 1 year ago
Merge branch 'develop' into shares_epilogue

github.com/mathesar-foundation/mathesar - 9978fab19dab7751e1c026064d0c6048ff6d028c authored over 1 year ago