Ecosyste.ms: OpenCollective

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

Mathesar

Mathesar is an open source project that provides a spreadsheet-like interface to a PostgreSQL database.
Collective - Host: opensource - https://opencollective.com/mathesar - Website: https://mathesar.org/ - Code: https://github.com/mathesar-foundation/mathesar

Update latest color changes from figma

github.com/mathesar-foundation/mathesar - 1d7e3c5f4e248bc058861769bd9cdcc2ef1d7c47 authored about 2 years ago
Re-order link type options

github.com/mathesar-foundation/mathesar - fc2163d7a40e4df376d6878eb8c8297eef78be39 authored about 2 years ago
Make purple box take full width

github.com/mathesar-foundation/mathesar - 471849098f5dd90f9429bd7a108fb91bca293de8 authored about 2 years ago
Fix SelectSubsetOfColumns discarding column type

github.com/mathesar-foundation/mathesar - 363092c0586b4e07fdbff70dedd644abf919a818 authored about 2 years ago
Merge branch 'master' into mutable-fn-parameter-fix

github.com/mathesar-foundation/mathesar - 428b50e3e8b493f222a2b401a0fff165d5c34e18 authored about 2 years ago
Replace mutable default function parameters with None and instantiate appropriate default value inside the function

github.com/mathesar-foundation/mathesar - cb62d76b395453ad40a309880887615783f3994b authored about 2 years ago
Merge branch 'extend-display-option-inheritance-in-de' of github.com:centerofci/mathesar into extend-display-option-inheritance-in-de

github.com/mathesar-foundation/mathesar - e7f9ad4ad9f0abf2de96c5a003657b5db0f4a98c authored about 2 years ago
Merge branch 'master' into extend-display-option-inheritance-in-de

github.com/mathesar-foundation/mathesar - ce30fb38b8502eff2aa2694aa59287bc3a598a6a authored about 2 years ago
Add tests for display option inheritance

github.com/mathesar-foundation/mathesar - e2b5e443cad4325fdc950d15024436eed735b52a authored about 2 years ago
Merge branch 'master' into column-data-type-re-design

github.com/mathesar-foundation/mathesar - d7dde0e4732a047713596fd0d52719ecad977706 authored about 2 years ago
Merge branch 'master' into add-is-not-empty-filter

github.com/mathesar-foundation/mathesar - a4479d1e52cd2dff07142803a473fb65d597773a authored about 2 years ago
Merge branch 'master' into default_summarization_display_names

github.com/mathesar-foundation/mathesar - e53caa35bfaaa8e3a7cfa44e2128795937c3a74e authored about 2 years ago
Merge branch 'master' into fix_bad_agg_output_for_custom_types

github.com/mathesar-foundation/mathesar - 7af55eaa412550b39afdd1e094bab66027a429da authored about 2 years ago
Add installation script placeholder methods

github.com/mathesar-foundation/mathesar - 3c89cdc73db72bf6b3f06b444c9aea0a4d30c394 authored about 2 years ago
Merge pull request #1987 from centerofci/Fix_FK_for_invalid_table_name

Fix FK behaviour for Tables having round brackets

github.com/mathesar-foundation/mathesar - e20fc43314684764585a8bc0bb2bbbc73a7a23f2 authored about 2 years ago
Rewrite LinkTable modal form

github.com/mathesar-foundation/mathesar - f87723457f085fb877e7ab5cbbc72ff7e6787e3c authored about 2 years ago
Add assertExhaustive helper function

github.com/mathesar-foundation/mathesar - 41c6a682d0e68d77af373641c19c37ef3b157116 authored about 2 years ago
Allow manually preventing proceed of FormSubmit

github.com/mathesar-foundation/mathesar - c2af4e8369fd162ec2d9b5bf5fdd8d377d1bafce authored about 2 years ago
Improve typing of validators for required fields

- Make the validation stop if the field value is missing.
- Use non-nullish types as arguments t...

github.com/mathesar-foundation/mathesar - 9fc9ef790139807c05e8905637135644ca58ba07 authored about 2 years ago
Improve Field component

- Modularize layout into separate component.
- Allow label to be set via slot.

github.com/mathesar-foundation/mathesar - d5e1bf9519e50664d43eede8aa471de7da252e72 authored about 2 years ago
Trim top/bottom margins of children in MessageBox

github.com/mathesar-foundation/mathesar - 05a5c4ea6bdac29f273c183724277f00572ed49e authored about 2 years ago
Bind to value prop for consistency among inputs

github.com/mathesar-foundation/mathesar - f38bbdcb245df76c8e67751450f119e868c365f9 authored about 2 years ago
Remove style props from Label instances

github.com/mathesar-foundation/mathesar - 9d0fd4e1e92ff401cc57d96b20ebfcfcf850fed0 authored about 2 years ago
Allow Window contents to put UI inside footer

github.com/mathesar-foundation/mathesar - eb81215518f2d9568200d5a1cc39d2d9a1a7a99c authored about 2 years ago
Merge branch 'column-data-type-re-design' of github.com:centerofci/mathesar into column-data-type-re-design

github.com/mathesar-foundation/mathesar - 77b656e26bd3fc38874d5e9655412a84d440fb33 authored about 2 years ago
data type change alerts

github.com/mathesar-foundation/mathesar - 76eb99aa12e17135e161bbd7135d6456c0b440b8 authored about 2 years ago
data type change alert

github.com/mathesar-foundation/mathesar - 0d8a9ae68b5fa086b55d1071836420467ef45a43 authored about 2 years ago
reset default value and display options when data type is changed

github.com/mathesar-foundation/mathesar - 61a725d8668b801da78f28032c50854ed097ea3c authored about 2 years ago
AbstractTypeControl to show action buttons only in case of changes

github.com/mathesar-foundation/mathesar - 7ac6081493e75aa6729928aab14ba29fe496bd05 authored about 2 years ago
correct triggerAppearance for collapsible component

github.com/mathesar-foundation/mathesar - 33e7b2e2f2a87733935894d0bf2f7a3e11b51dea authored about 2 years ago
EditableTextWithActions to only work with texts

github.com/mathesar-foundation/mathesar - c8d513d028c0f61b39199da1b2cd44cb83378347 authored about 2 years ago
SetDefaultValue to not use EditableTextWithActions

github.com/mathesar-foundation/mathesar - c1c0482b7a2743c53b915fb0aa78a9d74f4f62c9 authored about 2 years ago
using typeChageState variable in ColumnFormatting

github.com/mathesar-foundation/mathesar - 18f56ac2ecdcbb80306062d08a043d4e184938d0 authored about 2 years ago
Merge branch 'master' of github.com:centerofci/mathesar into column-data-type-re-design

github.com/mathesar-foundation/mathesar - 3de0d4217d67d69383f265b03b57f572c4c2a222 authored about 2 years ago
Merge branch 'master' into message-box

github.com/mathesar-foundation/mathesar - f7581e4b823302a4ca7c2c304783cb4ab5bb06d0 authored about 2 years ago
Derive default display names from initial column names

github.com/mathesar-foundation/mathesar - ea66f52df0bc1e7244bc866597706f13a37f1458 authored about 2 years ago
Define more colors for message box styles

github.com/mathesar-foundation/mathesar - b1b5855e9fe0949ba0c8d4fab5c54b392a6d4edf authored about 2 years ago
Add namespacing for CSS variables

github.com/mathesar-foundation/mathesar - 3b46d31031fc29013cd5d19af41e89b16269c734 authored about 2 years ago
Add hide transformation

github.com/mathesar-foundation/mathesar - c05e0fde3a95aa65b55ee1411cc6e1fd18ccf032 authored about 2 years ago
Remove comment after discussion with its author

github.com/mathesar-foundation/mathesar - 270c3fc91c390292527b68b1d2db8d9b945f1b40 authored about 2 years ago
Wire up default display names

github.com/mathesar-foundation/mathesar - 5a5f41cfc66a7d8d5908d04945ec30c9121f9e41 authored about 2 years ago
Redo default display names logic

github.com/mathesar-foundation/mathesar - 9f5d724969edb811ad3ecc73210f1ebc002ad317 authored about 2 years ago
First implementation

github.com/mathesar-foundation/mathesar - 7b6f62d0d2f6928fe5d37d02aeb5ced65bb50ed7 authored about 2 years ago
Merge branch 'master' into extend-display-option-inheritance-in-de

github.com/mathesar-foundation/mathesar - b1fc3ee5ea5a2e8157ad71a6eff1eda90bee12d5 authored about 2 years ago
Merge branch 'master' into add-is-not-empty-filter

github.com/mathesar-foundation/mathesar - 070ecda50172d1395f2e25139cd2d3d7f79d39e5 authored about 2 years ago
Merge branch 'master' into fix_bad_agg_output_for_custom_types

github.com/mathesar-foundation/mathesar - c760af953832784c52d9d63443727a2a1f031977 authored about 2 years ago
Merge branch 'master' into column-data-type-re-design

github.com/mathesar-foundation/mathesar - cf2ba28d03d6fd0c7f9daa6cb403a57d42c91b46 authored about 2 years ago
Merge branch 'master' into Fix_FK_for_invalid_table_name

github.com/mathesar-foundation/mathesar - 9f29385b5f807bf1a9f1bddfcdf23cf2b2028b22 authored about 2 years ago
add field parameter to table validation

github.com/mathesar-foundation/mathesar - 8f00c19ac71f304741d76dceab05b2e46ef586ae authored about 2 years ago
Merge pull request #2033 from centerofci/type_options_without_scale

Invalidate type_options having precision without a scale

github.com/mathesar-foundation/mathesar - 6644c5d870b304e775e174761cc76dd8bf5a0131 authored about 2 years ago
Merge branch 'master' into type_options_without_scale

github.com/mathesar-foundation/mathesar - 4cfe66800dc62e4b79f195f1d33008366632af1e authored about 2 years ago
Merge pull request #2019 from centerofci/Fix_typecasting

Fix typecasting for json list and map type

github.com/mathesar-foundation/mathesar - 194e65bade09242eedeac9e496d554cd0176b6c5 authored about 2 years ago
Merge branch 'master' into type_options_without_scale

github.com/mathesar-foundation/mathesar - b0544b4a8235d1a6796c2be65af902215f5e1245 authored about 2 years ago
Merge branch 'master' into Fix_typecasting

github.com/mathesar-foundation/mathesar - 08a0811bcc625339f5ab8c2106370301199811bf authored about 2 years ago
Refactor Alert into MessageBox

github.com/mathesar-foundation/mathesar - bd7b7c95ef96f3801b1fc8206cd2d7af5daf8375 authored about 2 years ago
Merge pull request #1984 from AlekLefebvre/1584_reorder_columns_backend

backend changes for column order

github.com/mathesar-foundation/mathesar - 8e9524538a1501cf940a91902802aae3ed2a99c6 authored about 2 years ago
Fix migration conflict

github.com/mathesar-foundation/mathesar - 0c00e8370f70c552f9bc66a0b5259b85dd37a33a authored about 2 years ago
Use same styling for table item actions

github.com/mathesar-foundation/mathesar - 2b681bc44b08684c69b628d1851a1a1ac8b99e04 authored about 2 years ago
Show preview status and style error alerts

github.com/mathesar-foundation/mathesar - 1e7c8db67b043f3a471012b39483caacf6363e76 authored about 2 years ago
Show cancel button on errors, along with error message

github.com/mathesar-foundation/mathesar - 603fc1ff9f4aa42b985029c727783674f85122fc authored about 2 years ago
Add disabled prop to file upload input

github.com/mathesar-foundation/mathesar - e07d55dcdd32e920bdc47051ee3e6418e6002a73 authored about 2 years ago
Split StatusIndicator from ModificationStatus into separate component

github.com/mathesar-foundation/mathesar - 0fc9c557c2299e399263d3e68bf943c4aa348364 authored about 2 years ago
Fix migration conflict

github.com/mathesar-foundation/mathesar - 029966df3b73206867aeea31979c3703e4c5731b authored about 2 years ago
Merge branch 'master' into column-data-type-re-design

github.com/mathesar-foundation/mathesar - 1c2d2d86d78ce00f0bdf5836cebc2f2f49137e00 authored about 2 years ago
Merge branch 'master' into 1584_reorder_columns_backend

github.com/mathesar-foundation/mathesar - 504c50dbd5c476cbfb145fb43813c38ddc99e35a authored about 2 years ago
Merge branch 'master' into fix_bad_agg_output_for_custom_types

github.com/mathesar-foundation/mathesar - 68c50e6fd5017afa62242f51453b3b45846ccd9c authored about 2 years ago
Update file upload progress view

github.com/mathesar-foundation/mathesar - 00f5a91a3955540385522cd7f5ef4b3228f1c94f authored about 2 years ago
Update alert styling based on figma designs

github.com/mathesar-foundation/mathesar - daebc0be947aadf7d687232fca79f3dd9aa89d0e authored about 2 years ago
Use icons with data import options

github.com/mathesar-foundation/mathesar - 6167010e2371f8b85f109dcb2387d0c45eb1592c authored about 2 years ago
Remove debugging code

github.com/mathesar-foundation/mathesar - 62a8c57fdd2ba45cd8e3e4eb9be0e2c85408e4c3 authored about 2 years ago
Finish implementing array_agg custom type test

github.com/mathesar-foundation/mathesar - d9b92de6f47ed485386530b96fdd110a323b0122 authored about 2 years ago
Allow name prop in NameWithIcon

github.com/mathesar-foundation/mathesar - 6d7e791bb16779b962788c7b0d94d7f47ce13eb1 authored about 2 years ago
Update radio styling to match figma

github.com/mathesar-foundation/mathesar - fa137e4de6452548616070d6569d590cab26ff94 authored about 2 years ago
Fix spacing css variables

github.com/mathesar-foundation/mathesar - 7b623dec704a0b627c495b121e502da796dd1e4f authored about 2 years ago
Add some debugging print calls

github.com/mathesar-foundation/mathesar - 510aef1adb93c4663bc51549fb3ea4ab1598e17e authored about 2 years ago
Add reproducing test

github.com/mathesar-foundation/mathesar - f324c2850c78de98c33b3c698ee77741cb10d1ad authored about 2 years ago
Merge branch 'master' into extend-display-option-inheritance-in-de

github.com/mathesar-foundation/mathesar - 25a7e9c0487adee4543b4fc057fec5e8ab27e761 authored about 2 years ago
Merge branch 'master' into add-is-not-empty-filter

github.com/mathesar-foundation/mathesar - e1765b5d9b29ae80f9d84015cdaca60376ba3880 authored about 2 years ago
Merge branch 'centerofci:master' into allensbranch

github.com/mathesar-foundation/mathesar - 0e01559f2d7601e8ba4b36cf7e35696285f5407c authored about 2 years ago
Merge branch 'allensbranch' of github.com:ayao451/mathesar into allensbranch

github.com/mathesar-foundation/mathesar - d833487b7a9e5305a71f45fea13a8d6d2cf22ee2 authored about 2 years ago
Merge branch 'master' of https://github.com/centerofci/mathesar into import_styling

github.com/mathesar-foundation/mathesar - 6b9953089237c9fd18a487ec666804605cb7f65c authored about 2 years ago
update conflicting error_code

github.com/mathesar-foundation/mathesar - 82c4fa8fe489d57d57b3e64b82e8d23740601dcd authored about 2 years ago
Merge branch 'master' into Fix_FK_for_invalid_table_name

github.com/mathesar-foundation/mathesar - da22005ff43bb087051548d04e2fcaca7747049c authored about 2 years ago
update fk constraint test

github.com/mathesar-foundation/mathesar - 3c2c5a54dd5717e70efe5789a41b99a6316ee97d authored about 2 years ago
update validation for table patching

github.com/mathesar-foundation/mathesar - d3605a9db3bec7c688ef39a8adcfda11c6c21a50 authored about 2 years ago
add validation and test for ManyToManySerializer

github.com/mathesar-foundation/mathesar - 6e8c8ecdba604fc0900a07c44dcbcb676cf71794 authored about 2 years ago
Merge pull request #2061 from centerofci/database-permissions

Add permissions for Database objects

github.com/mathesar-foundation/mathesar - fc8b4b5cd161b0692bde7cfbf1fcabef4fc4ffa3 authored about 2 years ago
turn down parallelism in test running

github.com/mathesar-foundation/mathesar - dd34ed90a9743d16d01a6c672e0b4c1787d22244 authored about 2 years ago
Merge branch 'master' into database-permissions

github.com/mathesar-foundation/mathesar - 3d4e33c6581dc89603f09b85ce0f35faa4b5f969 authored about 2 years ago
Merge pull request #2071 from centerofci/default-user-password-change

Make users change their password on their first login

github.com/mathesar-foundation/mathesar - bfe3615433977387db6300afff8d052337221f7e authored about 2 years ago
Set the flag to redirect users created by a superuser to change their password on their first login

github.com/mathesar-foundation/mathesar - 2fdf80ee42cb64cbcac901dde2af3faf8d57ce09 authored about 2 years ago
Merge pull request #2052 from centerofci/password-change

Add Password change API

github.com/mathesar-foundation/mathesar - b126bd86c2d7eb6fb569ccdf281e9605b0af64df authored about 2 years ago