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

reverted back column order to be an ArrayField

github.com/mathesar-foundation/mathesar - 15c9c3345fe09f28996a4600de533ac066ea2c33 authored about 1 year ago
removed styles from global dropdown css and added to tablecard

github.com/mathesar-foundation/mathesar - a7221a9ba3e5e1909982b7ba251860839e9ac84a authored about 1 year ago
Merge branch 'add-focus-indicators-2837' of https://github.com/dikwickley/mathesar into add-focus-indicators-2837

github.com/mathesar-foundation/mathesar - 913d30d4c7af38cd6486acee9376599ae1f3268b authored about 1 year ago
Merge branch 'develop' of https://github.com/dikwickley/mathesar into add-focus-indicators-2837

github.com/mathesar-foundation/mathesar - 16a9ed1377b380b0077d5ec7249cffddc348a25e authored about 1 year ago
fix commands & refactoring install docs for docker compose

github.com/mathesar-foundation/mathesar - a11eb4a74ee3429c0b59c370893bb739f8b7a2e0 authored about 1 year ago
Removed ArrayField import as it is unused

github.com/mathesar-foundation/mathesar - 535d4045af5609f68b57b4937d6415ba1daa226c authored about 1 year ago
changed column_order from an ArrayField to a single PositiveIntegerField

github.com/mathesar-foundation/mathesar - d73d2e85dcd896bedbb093797239fada75976af7 authored about 1 year ago
revert data type of column order to ArrayField and preserve null support

github.com/mathesar-foundation/mathesar - e05d582cba8fbe0ca92bbe196418f21872eafcbb authored about 1 year ago
add function for creating connection from internal DB

github.com/mathesar-foundation/mathesar - 4a489060ee2f5f0ffbb87b21e7a2067630b56186 authored about 1 year ago
refactor installation functions for flexibility

github.com/mathesar-foundation/mathesar - 0837b2f80e872b0ba9bfe87ebe12745b1c3ed428 authored about 1 year ago
refactor to use model for holding internal DB info

github.com/mathesar-foundation/mathesar - d1861c63f31c227029b5beb4c905692593299506 authored about 1 year ago
add method for getting internal DB info

github.com/mathesar-foundation/mathesar - 66d54afe75f58e0a2209828dc93efde368d942d7 authored about 1 year ago
generalize DB finder in views

github.com/mathesar-foundation/mathesar - 720314d53b338f123fcb3c6330e25ac33c2bbf8a authored about 1 year ago
reconcile docker-compose installation docs

github.com/mathesar-foundation/mathesar - d2d2febb2a7e3f9cbb822b592f9897dcd1c8b62d authored about 1 year ago
Improve table styling in connections page

github.com/mathesar-foundation/mathesar - c286c4521b4b53e5040031b425dda2162278c258 authored about 1 year ago
Add permission checks for adding, updating, and deleting connections

github.com/mathesar-foundation/mathesar - ff16c130eb1fc2e3f548e0021f406844086ca87f authored about 1 year ago
Allow edit connection action in database details page

github.com/mathesar-foundation/mathesar - a3cf46a0dbda2ce38b968298a13214d33c9cd76b authored about 1 year ago
Add placeholder modal for Add connection UI

github.com/mathesar-foundation/mathesar - bd552cb175475c1dc69d4e6ef3f3a1c0f520ccc2 authored about 1 year ago
Add redirection logic in django

github.com/mathesar-foundation/mathesar - d0f7bee6448d489d5574627eb89cd04673d683cb authored about 1 year ago
Implement Delete database connection UI

github.com/mathesar-foundation/mathesar - 23e3181167362e083c6a7e7a6eede370ad52cef0 authored about 1 year ago
Implement requests for updating connection

github.com/mathesar-foundation/mathesar - dac3d64058418bc20dc317b0aa2f7403c6cba815 authored about 1 year ago
Rewrite databases store into new connections store, deperate older currentDatabase store

github.com/mathesar-foundation/mathesar - 0e6b557d767479cc95533eae9c785487f1e8a120 authored about 1 year ago
Merge branch 'develop' into deprecate-old-docs

github.com/mathesar-foundation/mathesar - 7b83f56f932d48d180e6390f85782fb4e867366b authored about 1 year ago
merge develop while fixing conflicts

github.com/mathesar-foundation/mathesar - 15fd32c0990dd2b54afac58225cddac14732a895 authored about 1 year ago
Deprecate Database interface

github.com/mathesar-foundation/mathesar - 85e2a46cdc1f07cc24525e975ff58d931ad24a39 authored about 1 year ago
Add update method in connections api file

github.com/mathesar-foundation/mathesar - bf82d3943e4a26a04e80428c6298e5dcfe834312 authored about 1 year ago
Implement edit connection modal UI

github.com/mathesar-foundation/mathesar - 3ad92b065854eece71efe8011e571185d86babf3 authored about 1 year ago
Rename databases.ts api file to connections.ts

github.com/mathesar-foundation/mathesar - c242abeabcfd2eee551438a0b7bc15164c6a01cb authored about 1 year ago
added POSTGRES_HOST and POSTGRES_PORT & removed dependency of dev compose from prod

github.com/mathesar-foundation/mathesar - 4ca91f0190dd59b580f6bc43cb8fabbc40ad727b authored about 1 year ago
Remove unused components

github.com/mathesar-foundation/mathesar - caadae790a54f1c50e6efc773fc4e5b6a5fa36b5 authored about 1 year ago
Fix failing test for Icon

github.com/mathesar-foundation/mathesar - 12ab7388ff1d7f9725f620cbb5697221ff2b9726 authored about 1 year ago
Add Database connections link on top right setting/profile dropdown

github.com/mathesar-foundation/mathesar - 2d59253f18213759943be8da759f3e89109c5ac7 authored about 1 year ago
Add Manage connections option in breadcrumb dropdown

github.com/mathesar-foundation/mathesar - 690e7ab56ac939a4481d617f2261731dce5e2521 authored about 1 year ago
Add edit and delete buttons for connection list actions

github.com/mathesar-foundation/mathesar - c25e331f3320f7e419ec79997ac61e92f85ea546 authored about 1 year ago
Merge branch 'develop' into 3176-update-constraints-for-positive-integers-in-oid-and-column_order

github.com/mathesar-foundation/mathesar - fe8fb0ea0e3cc223a38a0061e2d6397173cac7fb authored about 1 year ago
Add external link icons and fix link to community wiki page in WelcomePage

github.com/mathesar-foundation/mathesar - d88f8e6d866d2ecae58004872be5a378702ef720 authored about 1 year ago
Move connection list empty state into a separate component

github.com/mathesar-foundation/mathesar - 3b30fcc709bbf1da0cdb8edffd15ff9dbadbf69b authored about 1 year ago
Add welcome page and route redirection logic

github.com/mathesar-foundation/mathesar - 44e66819b856bdc051228e9f511b0fcc3e40adca authored about 1 year ago
Make styles for hr common

github.com/mathesar-foundation/mathesar - af58cb07b1ffe0f9f7b42d6a99bf23ec1ef9e0db authored about 1 year ago
Move icon size to font-size instead of width & height attributes

github.com/mathesar-foundation/mathesar - c9394bf0b36da90b4a1e912b8e695b4cefd0223e authored about 1 year ago
Merge branch 'develop' into docker-compose

github.com/mathesar-foundation/mathesar - 6dd4d541d64102f27e1ad661fa121402021e6026 authored about 1 year ago
add info about all the services, deleted test compose and rm dependency of DJANGO_DATABASE_URL from dev

github.com/mathesar-foundation/mathesar - d6df73d55d9a9660f36ff34b568843c2377d598b authored about 1 year ago
Merge branch 'develop' into django-i18n-and-scripts

github.com/mathesar-foundation/mathesar - aef230e422c7572ce6c01205b8a901aa3410422c authored about 1 year ago
Add ConnectionsPage with a table of connection rows

github.com/mathesar-foundation/mathesar - d68d7de66181e2b9e2cae0a71242fddce7f61ae8 authored about 1 year ago
style: resolve lint warning

github.com/mathesar-foundation/mathesar - 4e05e0467710af6eeeaa8e8aff8652ff385e4566 authored about 1 year ago
Use RequestStatus instead of States in databases store

github.com/mathesar-foundation/mathesar - 0cca756365eab851c70ce31db1295a79e8720cca authored about 1 year ago
Fix comments for size variables

github.com/mathesar-foundation/mathesar - 1f105cff802824e38921c367df81b1d4fac3ab8d authored about 1 year ago
Fix improper usage of slots

github.com/mathesar-foundation/mathesar - cbb0b13a952d28df6e950868f62cebd5a46e6807 authored about 1 year ago
Revert "feat: use Spinner button for async operation"

github.com/mathesar-foundation/mathesar - 6b02f8d1632cdc9f593b61158db9668072a2fe5e authored about 1 year ago
fix: resolve lint issues

github.com/mathesar-foundation/mathesar - 888fd02f0aabfe6f8c98f71b13da54ddd87c196f authored about 1 year ago
Move connections route from within admin route to the root authenticated route

github.com/mathesar-foundation/mathesar - 41fe848ab8c15ac407bfe1b3e84978baec9420e9 authored about 1 year ago
added: super in ExclusionViolationAPIException class

github.com/mathesar-foundation/mathesar - 3771bcbc28ac1bb2c9ec93f6803cbf1e9e83a41b authored about 1 year ago
removed: ExclusionViolation class from base.py

github.com/mathesar-foundation/mathesar - 7b601abc4bd370390ea13197c89b83576af95970 authored about 1 year ago
fix: pass function as component prop

github.com/mathesar-foundation/mathesar - c391f65c66313d18ee05dd7a7c6892a928a1366e authored about 1 year ago
feat: use Spinner button for async operation

github.com/mathesar-foundation/mathesar - bb89e3961e1f84468e3aef4fa064c0f162aa9fb3 authored about 1 year ago
refactor: use schema prop instead of schema store

github.com/mathesar-foundation/mathesar - 7b5fd1ab010f5b10cf5e3245ccb82b3e70c25b29 authored about 1 year ago
Merge branch 'develop' into Handle-failed-API-requests-on-Schema-Page

github.com/mathesar-foundation/mathesar - 7cf69c7ddec8ab729d39b0a320666bc2acee32e8 authored about 1 year ago
Merge pull request #3325 from dikwickley/fix-incorrect-dt-formatting-2966

Fixed formatting strings for timestampsWithTZ

github.com/mathesar-foundation/mathesar - f95e320ffd92b4851ddadaf7f0772cef83232c20 authored about 1 year ago
Merge branch 'develop' into add-focus-indicators-2837

github.com/mathesar-foundation/mathesar - 89b25386ad7e23df691c0246454df89e97765b6e authored about 1 year ago
fixed formatting strings for timestampsWithTZ

github.com/mathesar-foundation/mathesar - da2493cc31603dd26fd82b2ddf1a2f804dd8ed04 authored about 1 year ago
seperated drag code and fixed lint errors

github.com/mathesar-foundation/mathesar - 0a8c622c75d928e75bd2ed1fd9affcda33d53fa2 authored about 1 year ago
Merge branch 'develop' into Handle-failed-API-requests-on-Schema-Page

github.com/mathesar-foundation/mathesar - 09bef7382bf892eca027da7f2f9cca279dbaf4ad authored about 1 year ago
Merge pull request #3309 from mathesar-foundation/connections_model

Connections API

github.com/mathesar-foundation/mathesar - 704c1257788255acf2b9b6bbfd7a275724000fd6 authored about 1 year ago
Fix formatting errors

github.com/mathesar-foundation/mathesar - af0946e23f7dd834a781463928a198482b354b1d authored about 1 year ago
Fix remaining type errors

github.com/mathesar-foundation/mathesar - cc3552ca4c74a1e7ed6db2b6f3d6784d719e8e31 authored about 1 year ago
Update db_name to database

github.com/mathesar-foundation/mathesar - 5f5d17fac5764136a8da1407d8e071b3bb03555d authored about 1 year ago
Update name to nickname

github.com/mathesar-foundation/mathesar - ae74323c7a64026d195e1f00d553153ebf08074f authored about 1 year ago
Update endpoints and comment out connection form page

github.com/mathesar-foundation/mathesar - d123c2699d39bbee31ad3f975e75821f173c7a6f authored about 1 year ago
Update Database type to remove old keys that are used less often

github.com/mathesar-foundation/mathesar - f13be59f316dcf0633960f02c5a4504ac977ed0b authored about 1 year ago
add info about volumes

github.com/mathesar-foundation/mathesar - 1da788dfa971448e7df2f296845be80328d63bc1 authored about 1 year ago
Merge branch 'develop' into connections_model

github.com/mathesar-foundation/mathesar - 051dc23c70119521d5f3a582b214ff9d317170f5 authored about 1 year ago
Add GH-Transifex integration config file back

github.com/mathesar-foundation/mathesar - 4c4431b46e1dae0ce30142a434223ab890235d4f authored about 1 year ago
style: fix lint issues

github.com/mathesar-foundation/mathesar - 62af6af5f193ca6f2fe826fba4f127be89cf2604 authored about 1 year ago
fix: invoke refetch tables

github.com/mathesar-foundation/mathesar - 8f6232bd87a0a91dd01eab88840d36ad0c173fac authored about 1 year ago
refactor: use <p> tags

github.com/mathesar-foundation/mathesar - c73cd1cdece83e4f1e70cac28a699475c3d5d52c authored about 1 year ago
feat: display API request error in ErrorBox

github.com/mathesar-foundation/mathesar - a75d9d6603dc7258b864d4e7ed6c25210a13932f authored about 1 year ago
refactor: pass requestStatus object

github.com/mathesar-foundation/mathesar - 82055ae223d28cd434e7bae69a7a863a7c409230 authored about 1 year ago
refactor: use RequestStatus instead of States

github.com/mathesar-foundation/mathesar - c01ac1c34d7c43f82b53bd89ea4803a54c4dfaa2 authored about 1 year ago
feat: retry or go back on API request failure

github.com/mathesar-foundation/mathesar - 63e2965022806714a76ea3d1becba76451af2a4a authored about 1 year ago
refactor: use RequestStatus

github.com/mathesar-foundation/mathesar - a83504f15d2bc8aba881ad13c363423118fecd32 authored about 1 year ago
Add documentation for translation workflow

github.com/mathesar-foundation/mathesar - 578cdb38b516c0bcaedb72774c60d82aabf752b5 authored about 1 year ago
Add empty translation file for ja

github.com/mathesar-foundation/mathesar - e19fda72c18316f759b1ff1da616d31d733f377b authored about 1 year ago
Remove automated GH integration config

github.com/mathesar-foundation/mathesar - 76dba3e855b74116a9bacd242553cc8a050aadc7 authored about 1 year ago
Merge branch 'develop' into django-i18n-and-scripts

github.com/mathesar-foundation/mathesar - 7b88d808b823646ab4bbf75afd95a8ec8d42376c authored about 1 year ago
Removed sqlalchemy-filters

github.com/mathesar-foundation/mathesar - 7a792315700ce99461a755a96e4c4c723bb32328 authored about 1 year ago
Add integration.yml file for automated GH integration

github.com/mathesar-foundation/mathesar - aba1679683bca57caa11e52842c0fcef43013cb9 authored about 1 year ago
Add tx config file to allow running commands locally

github.com/mathesar-foundation/mathesar - fa8badf9fd873749dc8dc43b004f9ab25290d645 authored about 1 year ago
Merge branch 'develop' into 3176-update-constraints-for-positive-integers-in-oid-and-column_order

github.com/mathesar-foundation/mathesar - d7febfc31e98cfec8788fea8aad0e2956cf52165 authored about 1 year ago
Merge pull request #3317 from dikwickley/remove-sqlalchemy-filters-3314

Removed sqlalchemy-filters

github.com/mathesar-foundation/mathesar - de9c61110ebc5f6a4a963ebadb360c63f57e8d1b authored about 1 year ago
Merge branch 'develop' into 3176-update-constraints-for-positive-integers-in-oid-and-column_order

github.com/mathesar-foundation/mathesar - 284fdd28c7e3f306611bcc233aee6c3df92eb551 authored about 1 year ago
Fix bug where |title is wrongly used for strings instead of models

github.com/mathesar-foundation/mathesar - d8ae2b44b65d091696f28e2b68a4775d093ad809 authored about 1 year ago