Results 30 issues of Brent Moran

For the architectural overhaul, we'll be implementing a bunch of RPC functions that need to get info from the database. We should: - Set up a stub function to get...

type: maintenance
work: backend
ready

## Problem Apparently, PostgreSQL 17 will be released around the end of March 2024 or beginning of April. When that happens, we won't know whether Mathesar will work with that...

type: enhancement
type: maintenance
needs: unblocking
work: ci

## Problem Our 0.1.6 instructions to build from scratch LINK HERE WHEN PUBLISHED require `wget`, `unzip`, and `gettext` dependencies. ## Proposed solution We should: - discuss whether we want to...

type: enhancement
needs: requirements
work: installation
work: ci
work: release

## Problem Currently, the version of the PostgreSQL server internal to the `mathesar/mathesar-prod` docker image is 15, and the default version of the PostgreSQL server built as part of our...

type: enhancement
affects: technical debt
restricted: maintainers
work: docker
needs: product approval
needs: requirements
work: installation

## Problem Mathesar works with Python 3.12, but there are some difficulties with the dependencies. Specifically, the versions of `psycopg2-binary` and `pandas` that we have specified haven't published wheels for...

type: enhancement
type: maintenance
affects: technical debt
work: backend
needs: requirements
needs: implementation specs
work: installation

## Description We currently allow uploading and storing a number of filetypes that we don't actually support for import: - json - Excel - etc. (probably) ## Expected behavior We...

type: bug
work: backend
needs: unblocking
needs: product approval

## Problem As part of the architectural overhaul, we reworked the `Connection` model, splitting it into a number of components. However, this broke the script that automatically installed Mathesar schemas...

type: enhancement
work: backend
needs: product approval
work: installation