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

remove dependency on ArrayField

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

github.com/mathesar-foundation/mathesar - 34894d9c4e88456ad8424d6981bb03c57d0ae5f7 authored over 1 year ago
Merge branch 'develop' into docker_mathesar_pg

github.com/mathesar-foundation/mathesar - 52ed112716af837b361af03e77a045051242af95 authored over 1 year ago
Set the postgres parent directory as volume

github.com/mathesar-foundation/mathesar - 24b7d1e09df2837aa53fade4dc4877c7008b4ba3 authored over 1 year ago
Add break on an error flag

github.com/mathesar-foundation/mathesar - 0d60dd3d38d48c0d4c0342b0e190751c7b79e83e authored over 1 year ago
Merge branch 'develop' into 3148-upgrade-to-newer-version-of-psycopg2

github.com/mathesar-foundation/mathesar - 6a42109472b7ff14b67ca7233f983b651a5eaf44 authored over 1 year ago
fixed : upgraded to a newer version of psycopg2-binary

github.com/mathesar-foundation/mathesar - bd20a6e4e49d16c8c97be6f793502ffb536a2ed2 authored over 1 year ago
Merge branch 'develop' into issue-2126

github.com/mathesar-foundation/mathesar - 6403cb6b17c72da7af72de445a93e5650b05eac1 authored over 1 year ago
added: exclusion violation custom error

github.com/mathesar-foundation/mathesar - 57715460f6303b1dda6ea9d3054071b756a397b3 authored over 1 year ago
Merge pull request #3195 from IamEzio/sheet-number

Add `sheet_index` param in datafile API to handle excel files with multiple sheets

github.com/mathesar-foundation/mathesar - e7b175bc2f7db0ae6e69c723c6a054c6dc2152d8 authored over 1 year ago
Merge branch 'develop' into backend-column-comments

github.com/mathesar-foundation/mathesar - 2fbb02e9f04586699c6931e18c9cecba722b1644 authored over 1 year ago
Add public variants of comment_on_column

github.com/mathesar-foundation/mathesar - 4a7aa412f42be096ce171e174bf4eb7744fea233 authored over 1 year ago
Switch to using a FOR LOOP for readability

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

github.com/mathesar-foundation/mathesar - 84e9340d3148880f46fd1fd42497ccbf026c4bf6 authored over 1 year ago
Add python3-distutils as a dependency

github.com/mathesar-foundation/mathesar - 7c97542bc0af9d723dabd5a23f3593aed6052087 authored over 1 year ago
Revert back addition of nondeterminism stripping

github.com/mathesar-foundation/mathesar - 916795768d50f4a307442ad3ce6f9bda6b244536 authored over 1 year ago
Remove setting debug mode by default on debian packages

github.com/mathesar-foundation/mathesar - 5d1649f520516d13152ba5c8f4eb810b8b7f7e2b authored over 1 year ago
Add instructions for building debian package

github.com/mathesar-foundation/mathesar - 5bfbd41cdd497f863ace20f31173f1c7edb0b56a authored over 1 year ago
Fix handling of null description requests

github.com/mathesar-foundation/mathesar - e14cf6bc68a4dba81ebb83515872a88e23cb4855 authored over 1 year ago
standardized 0-indexing

github.com/mathesar-foundation/mathesar - 607159770dfb10b9e5bca4a3040a76eb1868fa29 authored over 1 year ago
Allow removing column's comment by passing null

github.com/mathesar-foundation/mathesar - 40b26bb7b07cb8aaf7aee1e715f72f6308701800 authored over 1 year ago
Remove leftover declaration

github.com/mathesar-foundation/mathesar - 1d38a302b5820e7b09fad394b740c988475d2179 authored over 1 year ago
Change how looping is done

github.com/mathesar-foundation/mathesar - 206914bd469e193c6d0ca6277f774fdd84c885eb authored over 1 year ago
Fix get_fully_qualified_object_name being passed quoted idents

github.com/mathesar-foundation/mathesar - bd2e5ea46fba45b3292b730face600cd18985d46 authored over 1 year ago
Fix api test to account for unsetting

github.com/mathesar-foundation/mathesar - 7dce01ae0f5bde7050644be144c9f2a9e0048674 authored over 1 year ago
Add /etc/mathesar to list of directories to change permissions when setting up debian package

github.com/mathesar-foundation/mathesar - c26b5b0e76ed9a1f2c198f022374c73af0254b59 authored over 1 year ago
Avoid running collectstatic when building debian package

github.com/mathesar-foundation/mathesar - ec8eb58b4815e7d1fe95d9d19c790ce2a98dc4d0 authored over 1 year ago
Copy static files correctly before building debian package

github.com/mathesar-foundation/mathesar - 47bfb008db0057022cf2acfbf4ddfb1d9045e4d7 authored over 1 year ago
Merge branch 'develop' into docker_mathesar_pg

github.com/mathesar-foundation/mathesar - f6a164fbace20852026f3e6084ac916c00d8bd8c authored over 1 year ago
Remove the generated static files

github.com/mathesar-foundation/mathesar - 119fa916b5fe31518caa71e9042b2fc842dc8725 authored over 1 year ago
Fix string interpolation

github.com/mathesar-foundation/mathesar - d10bc66da3093e54fdd8603b39a1ca3c9bb49f3e authored over 1 year ago
Add txt files as supported file type

github.com/mathesar-foundation/mathesar - dc7304c891541d9509dafa9e11b309e4868704f9 authored over 1 year ago
Set the default env variables to use localhost as the database url

github.com/mathesar-foundation/mathesar - e50b59d586dc56ccbd286fe5e73718c8920ea13e authored over 1 year ago
Exclude psycopg2_binary from dependency check

github.com/mathesar-foundation/mathesar - 8588bb598b2a86d6d5c60db3c25e9c6d8bad9580 authored over 1 year ago
comment select display lang input

github.com/mathesar-foundation/mathesar - de03c76898a07bbd86b1b61db7433fe0e886962d authored over 1 year ago
Merge branch 'i18n-save-lang-for-auth-user' of github.com:centerofci/mathesar into i18n-select-lang-anon-user

github.com/mathesar-foundation/mathesar - 4ec6d03937cfb05598d2c6ba4342b97734138ea2 authored over 1 year ago
comment select display lang input

github.com/mathesar-foundation/mathesar - 36d314d72fe6656ab330af3caf51045973025d17 authored over 1 year ago
made commonData derivates non-reactive

github.com/mathesar-foundation/mathesar - 79d50b480a5fbb06ea080c99508b54b8e4b2d662 authored over 1 year ago
use Locales instead of string for display_language type

github.com/mathesar-foundation/mathesar - 75a5e4bdb421472a6ab3a0bf4716100b5291b4e3 authored over 1 year ago
renamed preferred_language to display_language

github.com/mathesar-foundation/mathesar - 0e8e6748b874d2aaf75079832d3d4b2a673617e8 authored over 1 year ago
Merge branch 'i18n-load-en-translations-parallely' of github.com:centerofci/mathesar into i18n-save-lang-for-auth-user

github.com/mathesar-foundation/mathesar - 88aba41050607341d264de95c165c5c363dfaa7b authored over 1 year ago
made translations script async

github.com/mathesar-foundation/mathesar - b5c5bde9ab57d42a5b0f1ec9be271558013d5477 authored over 1 year ago
renamed loadTranslationsIntoMemory to loadTranslations

github.com/mathesar-foundation/mathesar - 1738aca591db359496eca1185bffb369b08cb7e4 authored over 1 year ago
Merge branch 'develop' of github.com:centerofci/mathesar into i18n-load-en-translations-parallely

github.com/mathesar-foundation/mathesar - 855da7be67ff83006a351ae2cd815b8db3bbb537 authored over 1 year ago
Merge branch 'sheet-number' of https://github.com/IamEzio/mathesar into sheet-number

github.com/mathesar-foundation/mathesar - 6ca72b8b9eafbb57742c7566c981b39d7bae1031 authored over 1 year ago
Revert back the logo svg to correct location

github.com/mathesar-foundation/mathesar - aa3ec938c8139e448e7893a37b2089cfaf31c410 authored over 1 year ago
Merge branch 'develop' into sheet-number

github.com/mathesar-foundation/mathesar - 8fc19f2ed31d0817b564a1cf67fcfd1c149dda02 authored over 1 year ago
Rever back the logo images

github.com/mathesar-foundation/mathesar - 484efb6a8ba65bdaf6d5688ef767704f6f919b10 authored over 1 year ago
Remove docker file for building the debian package as we will be using an online platform for building.

github.com/mathesar-foundation/mathesar - 50ba4ce79fade09ee244860d1cfd2da1920ce24a authored over 1 year ago
Override dh_virtualenv option to use custom build script

github.com/mathesar-foundation/mathesar - 82cfacedc162e62c789683c980b52c518ad7400a authored over 1 year ago
Configure the correct media directory when using debian package

github.com/mathesar-foundation/mathesar - 7e4b83aebe5279c6c53d8aa53af0aaf428e1afa6 authored over 1 year ago
Set debian package priority as `optional`

github.com/mathesar-foundation/mathesar - 6c3bea0c804764a6adc50cd7d046f14d6ad27bed authored over 1 year ago
Merge branch 'develop' into issues-3192

github.com/mathesar-foundation/mathesar - 6bb389e91e9311ad2e992ee246cc0345635c48ce authored over 1 year ago
Merge pull request #3012 from sehgxl/Fix_URL_Cell_Loses_Focus

Fix URL cell focus loss when clicking on its contained hyperlink

github.com/mathesar-foundation/mathesar - 2726d9b440bf3206b4fa57d7c127ded7ed512d53 authored over 1 year ago
Use a placeholder link when url cell is inactive

github.com/mathesar-foundation/mathesar - e9eeac654e524d382085b1b434c9ffd7e0c2791c authored over 1 year ago
Merge branch 'develop' into issues-3192

github.com/mathesar-foundation/mathesar - de7fd713bdf1fc5d676ab0eea1074304d51407f8 authored over 1 year ago
fix: read-only css for input

github.com/mathesar-foundation/mathesar - 25725e3ef9550b6bb5b0882cc34849e3a3e850ce authored over 1 year ago
added code for accepting sheet name

github.com/mathesar-foundation/mathesar - 2463b635303ca34cff390ae10814405be05aed6e authored over 1 year ago
Update startup scripts to call install.py as a mathesar module

Add MANIFEST.in to include static files

github.com/mathesar-foundation/mathesar - 625e43c223e4cfc674a002764c0a6ce5d9f1be72 authored over 1 year ago
Update startup scripts to call install.py as a mathesar module

github.com/mathesar-foundation/mathesar - d7231c1b97cd57b6fe71da200c3af8ec590b07eb authored over 1 year ago
Add a python start script for running gunicorn server.

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

github.com/mathesar-foundation/mathesar - 93fcc0ed4ff34a8d3dd53f5182e34279581035bf authored over 1 year ago
Merge pull request #3190 from centerofci/resolve_merge_conflicts_0.1.3

Resolve merge conflicts 0.1.3

github.com/mathesar-foundation/mathesar - a29030c5c80e29941f524b44323dca947b07be6c authored over 1 year ago
Merge branch 'master' into resolve_merge_conflicts_0.1.3

github.com/mathesar-foundation/mathesar - 8fd0ad615104a8daba285fdf6d8ac9d4d4862932 authored over 1 year ago
Update postgres env variable

github.com/mathesar-foundation/mathesar - e03c5ddbf642c247b2a61b3188c0f7e1ec082fe7 authored over 1 year ago
Remove python script for creating debian package using docker

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

github.com/mathesar-foundation/mathesar - fa42dfae748fc4a5eda0754f0ac439135396fddd authored over 1 year ago
Prebuild static files for debian packages

github.com/mathesar-foundation/mathesar - 2d5121b06bc394ead871c1b9ed29aaf0b0111dbf authored over 1 year ago
Use correct environment file for debian packages

github.com/mathesar-foundation/mathesar - 36f50df7484e0c11416383f0ec0441f9a97b7657 authored over 1 year ago
Move currency data file inside mathesar module and load using importlib

github.com/mathesar-foundation/mathesar - 4b6515b4e6247a1fa8086343a9b99176d1ea6a54 authored over 1 year ago
Add __init__.py to mathesar/filters

github.com/mathesar-foundation/mathesar - d76b307ae0c3a2fff2e713972a3e6900ea6d911a authored over 1 year ago
Convert db/functions and db/sql into python package

github.com/mathesar-foundation/mathesar - f22fb29774b402e9d8aa3d5daddcc1b62d740dee authored over 1 year ago
Merge pull request #3187 from centerofci/0.1.3

0.1.3 release PR

github.com/mathesar-foundation/mathesar - 7f4a4df0e85de2e967f15bcbd3f43ec612a7056c authored over 1 year ago
Remove cruft when building debian packages

github.com/mathesar-foundation/mathesar - af5daa1173c76ec9f0bf0fe4e91a5f2e7e996876 authored over 1 year ago
Add mathesar service to start gunicorn

github.com/mathesar-foundation/mathesar - fbb12f309f4b1c93c77cb06a97473e82482379b4 authored over 1 year ago
Include all python modules

github.com/mathesar-foundation/mathesar - 5c990dd2526ba5982ff0a156e34b66215a52d087 authored over 1 year ago
Merge branch 'develop' into backend-column-comments

github.com/mathesar-foundation/mathesar - 0f6b7c3e84c80d0f248e48d417a4212f2235c5f4 authored over 1 year ago