caluma icon indicating copy to clipboard operation
caluma copied to clipboard

A collaborative form editing service

Results 100 caluma issues
Sort by recently updated
recently updated
newest added

## Description Implements reordering for analytics fields. ## Depedencies Depends on https://github.com/projectcaluma/caluma/issues/1889

Bumps [python-semantic-release](https://github.com/relekang/python-semantic-release) from 7.32.0 to 7.32.1. Release notes Sourced from python-semantic-release's releases. v7.32.1 Fix Corrections for deprecation warnings (#505) (d47afb6) Documentation Correct spelling mistakes (#504) (3717e0d) Changelog Sourced from python-semantic-release's...

dependencies
python

Bumps [graphene-django](https://github.com/graphql-python/graphene-django) from 3.0.0b7 to 3.0.0. Release notes Sourced from graphene-django's releases. v3.0.0 Version v3.0.0 of the library is finally here 🎉 Thanks to @​jkimbo @​zbyte64 @​ulgens @​zbyte64 for doing...

dependencies
python

Bumps [python-debian](https://salsa.debian.org/python-debian-team/python-debian) from 0.1.44 to 0.1.47. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=python-debian&package-manager=pip&previous-version=0.1.44&new-version=0.1.47)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...

dependencies
python

Bumps [faker](https://github.com/joke2k/faker) from 15.0.0 to 15.1.1. Release notes Sourced from faker's releases. Release v15.1.1 See CHANGELOG.md. Release v15.1.0 See CHANGELOG.md. Changelog Sourced from faker's changelog. v15.1.1 - 2022-10-13 Fix ImportError...

dependencies
python

Bumps [django](https://github.com/django/django) from 3.2.15 to 3.2.16. Commits 4c85bec [3.2.x] Bumped version for 3.2.16 release. 5b6b257 [3.2.x] Fixed CVE-2022-41323 -- Prevented locales being interpreted as regula... 33affaf [3.2.x] Added stub notes...

dependencies
python

Bumps [psycopg2-binary](https://github.com/psycopg/psycopg2) from 2.9.3 to 2.9.4. Changelog Sourced from psycopg2-binary's changelog. Current release What's new in psycopg 2.9.4 ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Fix ~psycopg2.extras.register_composite(), ~psycopg2.extras.register_range() with customized :sql:search_path (:ticket:[#1487](https://github.com/psycopg/psycopg2/issues/1487)). Handle correctly composite types...

dependencies
python

Analytics fields should be sortable. Analog to form questions, a `ReorderAnalyticsFields` mutation should be implemented. On DB level, the fields should receive a `sort` attribute that's updated according to the...

# Description of the problem Caluma defines a fix set of filters and orderings for each graph in our schema. If an implementing app requires an extension of said fix...