Ecosyste.ms: Issues

An open API service for providing issue and pull request metadata for open source projects.

GitHub / piccolo-orm/piccolo_api issues and pull requests

#262 - 261: Python 3.12 support

Pull Request - State: closed - Opened by dantownsend 12 months ago
Labels: enhancement

#261 - Python 3.12 support

Issue - State: closed - Opened by dantownsend 12 months ago
Labels: enhancement

#260 - 259: Add `ne` operator

Pull Request - State: closed - Opened by dantownsend 12 months ago
Labels: enhancement

#259 - Add `ne` operator

Issue - State: closed - Opened by dantownsend 12 months ago
Labels: enhancement

#258 - v1

Pull Request - State: closed - Opened by dantownsend about 1 year ago - 1 comment
Labels: enhancement

#257 - Updating JSON schema responses

Pull Request - State: closed - Opened by dantownsend about 1 year ago - 1 comment
Labels: enhancement

#256 - Fixed pagination example typo

Pull Request - State: closed - Opened by JoshYuJump about 1 year ago - 2 comments

#255 - PiccoloCRUD `post_single` return id of the inserted row instead of the row

Issue - State: open - Opened by JoshYuJump about 1 year ago - 3 comments

#254 - fix `_get_type` - check for `NoneType`

Pull Request - State: closed - Opened by dantownsend about 1 year ago - 4 comments
Labels: bug

#253 - Alpha version for Pydantic 2.0 / Piccolo 1.0a1?

Issue - State: closed - Opened by mastercoms about 1 year ago - 2 comments

#252 - Make Swagger UI version configurable

Pull Request - State: closed - Opened by dantownsend over 1 year ago - 1 comment
Labels: enhancement

#251 - Better error display on PATCH request

Issue - State: closed - Opened by sinisaos over 1 year ago

#250 - upgrade Swagger UI

Pull Request - State: closed - Opened by sinisaos over 1 year ago - 2 comments

#249 - Piccolo Admin API docs are not rendering

Issue - State: closed - Opened by sinisaos over 1 year ago

#248 - fix #246

Pull Request - State: open - Opened by hoosnick over 1 year ago

#247 - fix #246

Pull Request - State: closed - Opened by hoosnick over 1 year ago

#245 - pydantic v2 support

Pull Request - State: closed - Opened by sinisaos over 1 year ago - 3 comments

#244 - Catch foreign key constraint errors in `PiccoloCRUD`

Pull Request - State: closed - Opened by dantownsend over 1 year ago - 1 comment
Labels: enhancement

#243 - Catch foreign key constraint errors in `PiccoloCRUD`

Issue - State: closed - Opened by dantownsend over 1 year ago
Labels: enhancement

#242 - Drop Python 3.7 support

Pull Request - State: closed - Opened by dantownsend over 1 year ago - 1 comment

#241 - Drop Python 3.7 support

Issue - State: closed - Opened by dantownsend over 1 year ago

#240 - Prototype for `query` endpoint which allows batch querying

Pull Request - State: open - Opened by dantownsend over 1 year ago - 1 comment
Labels: enhancement

#239 - Batch version of the get endpoint

Issue - State: open - Opened by mastercoms over 1 year ago - 6 comments

#238 - pin FastAPI and Pydantic 1 version

Pull Request - State: closed - Opened by sinisaos over 1 year ago - 2 comments

#237 - Remove unused loggers

Pull Request - State: closed - Opened by dantownsend over 1 year ago - 1 comment

#236 - Fix code scanning alert - Unused global variable

Issue - State: closed - Opened by dantownsend over 1 year ago

#235 - Feature to modify body and query_parameters in `PiccoloCRUD`

Issue - State: open - Opened by sarvesh4396 over 1 year ago - 8 comments

#234 - Bump requests from 2.26.0 to 2.31.0 in /requirements

Pull Request - State: closed - Opened by dependabot[bot] over 1 year ago - 1 comment
Labels: dependencies

#232 - TypeError: __init__() got an unexpected keyword argument 'excluded_paths'

Issue - State: closed - Opened by hoosnick over 1 year ago - 5 comments

#231 - add post event hooks

Pull Request - State: closed - Opened by sinisaos over 1 year ago - 2 comments

#230 - Update Starlette URL in README

Pull Request - State: closed - Opened by xEricL over 1 year ago - 2 comments

#228 - fix status_code in FastAPIWrapper

Pull Request - State: closed - Opened by sinisaos over 1 year ago - 2 comments

#227 - add `excluded_paths` to token auth

Pull Request - State: closed - Opened by sinisaos over 1 year ago - 3 comments

#226 - add `excluded_paths` to `JWTMiddleware`

Pull Request - State: closed - Opened by sinisaos over 1 year ago - 4 comments

#224 - added `allow_unauthenticated` option to `JWTMiddleware`

Pull Request - State: closed - Opened by dantownsend over 1 year ago - 2 comments
Labels: enhancement

#223 - Add `allow_unauthenticated` to `JWTMiddleware`

Issue - State: closed - Opened by dantownsend over 1 year ago
Labels: enhancement

#221 - improved JWT and Token auth docs with examples

Pull Request - State: closed - Opened by sinisaos over 1 year ago - 2 comments

#220 - the same table names in the docs

Pull Request - State: closed - Opened by sinisaos over 1 year ago - 2 comments

#219 - added `to_dict` to `OrderBy`

Pull Request - State: closed - Opened by dantownsend over 1 year ago

#218 - allow multiple `__order` in `PiccoloCRUD`

Pull Request - State: closed - Opened by dantownsend over 1 year ago - 1 comment

#217 - Be able to sort by multiple columns in `PiccoloCRUD`

Issue - State: closed - Opened by dantownsend over 1 year ago

#215 - fix small typo

Pull Request - State: closed - Opened by sinisaos over 1 year ago - 2 comments

#214 - Starlite support

Issue - State: closed - Opened by mastercoms over 1 year ago - 17 comments

#213 - v0.51.0

Pull Request - State: closed - Opened by dantownsend over 1 year ago
Labels: release

#212 - Added `is_null` and `not_null` operators

Pull Request - State: closed - Opened by dantownsend over 1 year ago - 1 comment
Labels: enhancement

#211 - CRUD Endpoint POST response is a list

Issue - State: open - Opened by ocervell over 1 year ago - 9 comments

#210 - Add post save, edit, delete hooks

Pull Request - State: open - Opened by ocervell over 1 year ago - 10 comments

#209 - Bump wheel from 0.37.1 to 0.38.1 in /requirements

Pull Request - State: closed - Opened by dependabot[bot] almost 2 years ago - 1 comment
Labels: dependencies

#208 - extend `db_exception_handler` to handle not-null errors

Pull Request - State: closed - Opened by dantownsend almost 2 years ago - 1 comment
Labels: enhancement

#207 - Extend `db_exception_handler` to handle not-null exceptions

Issue - State: closed - Opened by dantownsend almost 2 years ago
Labels: enhancement

#206 - fix codeql warnings

Pull Request - State: closed - Opened by sinisaos almost 2 years ago - 4 comments

#205 - add python 3.11 support

Pull Request - State: closed - Opened by dantownsend almost 2 years ago - 1 comment
Labels: enhancement

#204 - Python 3.11 support

Issue - State: closed - Opened by dantownsend almost 2 years ago
Labels: enhancement

#203 - support async validators in `PiccoloCRUD`

Pull Request - State: closed - Opened by dantownsend almost 2 years ago - 1 comment
Labels: enhancement

#202 - Support async validator functions

Issue - State: closed - Opened by dantownsend almost 2 years ago
Labels: enhancement

#201 - Add CodeQL workflow for GitHub code scanning

Pull Request - State: closed - Opened by lgtm-com[bot] almost 2 years ago - 7 comments

#200 - Support for custom actions

Pull Request - State: open - Opened by haffi96 almost 2 years ago - 3 comments

#199 - Update logging.getLogger() to use __name__ instead of __file__ (#198)

Pull Request - State: closed - Opened by VishMaster17 about 2 years ago - 3 comments

#198 - Update `logging.getLogger()` to use `__name__` instead of `__file__`

Issue - State: closed - Opened by dantownsend about 2 years ago - 3 comments
Labels: bug, good first issue, hacktoberfest

#197 - add type annotation for `id`

Pull Request - State: closed - Opened by dantownsend about 2 years ago - 1 comment
Labels: enhancement

#196 - Add type annotation for `id` to `SessionsBase`

Issue - State: closed - Opened by dantownsend about 2 years ago
Labels: enhancement

#193 - fix MyPy errors with the latest version of FastAPI

Pull Request - State: closed - Opened by sinisaos about 2 years ago - 2 comments

#192 - Fix MyPy errors with latest FastAPI version

Issue - State: closed - Opened by dantownsend about 2 years ago - 1 comment
Labels: good first issue, testing

#191 - bump minimum fastapi version

Pull Request - State: closed - Opened by dantownsend about 2 years ago

#190 - Bump fastapi from 0.58.0 to 0.65.2 in /requirements

Pull Request - State: closed - Opened by dependabot[bot] about 2 years ago - 1 comment
Labels: dependencies

#189 - "Unable to split hashed password"

Issue - State: closed - Opened by 56907dzq about 2 years ago - 4 comments

#188 - add link to GitHub in nav bar of docs

Pull Request - State: closed - Opened by dantownsend about 2 years ago - 1 comment
Labels: documentation

#187 - add `db_exception_handler`

Pull Request - State: closed - Opened by dantownsend about 2 years ago - 3 comments
Labels: enhancement

#186 - `PiccoloCRUD` should handle unique exceptions better

Issue - State: closed - Opened by dantownsend about 2 years ago
Labels: enhancement

#185 - make sure `Email` columns work in `PiccoloCRUD.get_new`

Pull Request - State: closed - Opened by dantownsend about 2 years ago - 1 comment
Labels: bug

#184 - Fix bug with `Email` columns and `PiccoloCRUD.get_new`

Issue - State: closed - Opened by dantownsend about 2 years ago
Labels: bug

#183 - CockroachDB always uses Timestamptz (at UTC) as TImestamp, confuses migrator.

Issue - State: closed - Opened by gnat about 2 years ago - 9 comments

#182 - add blank line to docstring to fix Sphinx error

Pull Request - State: closed - Opened by dantownsend about 2 years ago - 1 comment
Labels: documentation

#181 - Fix Sphinx warning about missing blank line

Issue - State: closed - Opened by dantownsend about 2 years ago
Labels: documentation

#180 - Add link to source code from docs

Issue - State: closed - Opened by dantownsend about 2 years ago
Labels: documentation, good first issue

#179 - `folder_name` arg is optional for `S3MediaStorage`

Pull Request - State: closed - Opened by dantownsend about 2 years ago - 1 comment
Labels: enhancement

#178 - added jpg to the content type

Pull Request - State: closed - Opened by sumitsharansatsangi about 2 years ago - 2 comments

#177 - Pr171 tweaks

Pull Request - State: closed - Opened by dantownsend about 2 years ago - 9 comments
Labels: enhancement

#176 - cleaning files for `Array` columns

Pull Request - State: closed - Opened by dantownsend about 2 years ago
Labels: bug

#175 - Support Cleaning files for Array type column

Issue - State: closed - Opened by dantownsend about 2 years ago
Labels: bug

#171 - Support for ACL, File Content Type, Cache Max Age, and user Metadata added

Pull Request - State: closed - Opened by sumitsharansatsangi about 2 years ago - 7 comments

#170 - Support for default ACL and Content-type according to the file added

Pull Request - State: closed - Opened by sumitsharansatsangi about 2 years ago - 2 comments

#169 - Add media support to `PiccoloCRUD`

Issue - State: open - Opened by dantownsend about 2 years ago
Labels: enhancement, Low priority

#168 - moved media files from Piccolo Admin to Piccolo API

Pull Request - State: closed - Opened by sinisaos about 2 years ago - 14 comments

#167 - Request Context Inside Hook Callbacks

Pull Request - State: closed - Opened by AnthonyArmour over 2 years ago - 2 comments

#166 - documentation improvements

Pull Request - State: closed - Opened by dantownsend over 2 years ago - 1 comment
Labels: enhancement

#165 - How one can use custom `user` model with `Session Auth` app?

Issue - State: open - Opened by Akkarine over 2 years ago - 5 comments

#164 - fix ignore_missing argument

Pull Request - State: closed - Opened by sinisaos over 2 years ago - 4 comments

#163 - Small bug

Issue - State: closed - Opened by sinisaos over 2 years ago - 1 comment

#162 - Add `post_save` hook to `PiccoloCRUD`

Issue - State: open - Opened by dantownsend over 2 years ago
Labels: enhancement

#161 - improve http status codes

Pull Request - State: closed - Opened by dantownsend over 2 years ago - 4 comments
Labels: enhancement

#160 - initial commit for audit logs

Pull Request - State: closed - Opened by sinisaos over 2 years ago - 3 comments

#158 - enable user creation and editing

Pull Request - State: closed - Opened by sinisaos over 2 years ago - 7 comments

#157 - add `read_only` option to `change_password` and `register` endpoints

Pull Request - State: closed - Opened by dantownsend over 2 years ago
Labels: enhancement

#156 - Add `read_only` modes to `register` and `create_user` endpoints

Issue - State: closed - Opened by dantownsend over 2 years ago
Labels: enhancement

#153 - old password -> current password

Pull Request - State: closed - Opened by dantownsend over 2 years ago - 1 comment
Labels: enhancement

#152 - `confirm_password` -> `confirm_new_password`

Pull Request - State: closed - Opened by dantownsend over 2 years ago
Labels: enhancement

#151 - Add hooks to change password endpoint

Issue - State: open - Opened by dantownsend over 2 years ago
Labels: enhancement