]> git.ipfire.org Git - thirdparty/fastapi/sqlmodel.git/shortlog
thirdparty/fastapi/sqlmodel.git
2022-04-16  Sebastián Ramírez✨ Add new Session.get() parameter execution_options...
2022-02-13  github-actions📝 Update release notes
2022-02-13  Sebastián Ramírez💚 Only run CI on push when on master, to avoid duplicat...
2022-01-08  github-actions📝 Update release notes
2022-01-08  Sebastián Ramírez🔧 Upgrade MkDocs Material and update configs (#217)
2022-01-08  github-actions📝 Update release notes
2022-01-08  Sebastián Ramírez⬆ Upgrade mypy, fix type annotations (#218)
2021-12-28  Sebastián Ramírez🔖 Release version 0.0.6 0.0.6
2021-12-28  Sebastián Ramírez📝 Update release notes
2021-12-28  github-actions📝 Update release notes
2021-12-28  Sebastián Ramírez✨ Document indexes and make them opt-in (#205)
2021-12-14  github-actions📝 Update release notes
2021-12-14  Yaqueline Hoyos✏ Fix typo in FastAPI tutorial (#192)
2021-12-14  github-actions📝 Update release notes
2021-12-14  Nikita Sobolev📝 Add links to the license file (#29)
2021-12-14  github-actions📝 Update release notes
2021-12-14  Alexandre Batisse✏ Fix typos in docs titles (#28)
2021-12-14  github-actions📝 Update release notes
2021-12-14  Evan Grim✏ Fix multiple typos and some rewording (#22)
2021-12-14  github-actions📝 Update release notes
2021-12-14  Leynier Gutiérrez... ✏ Fix typo in docs/tutorial/automatic-id-none-refresh...
2021-12-14  github-actions📝 Update release notes
2021-12-14  Sebastian Marines✏ Fix typos in `docs/tutorial/index.md` and `docs/datab...
2021-12-13  Sebastián Ramírez🔖 Release version 0.0.5 0.0.5
2021-12-13  github-actions📝 Update release notes
2021-12-13  Sebastián Ramírez✏ Update decimal tutorial source for consistency (...
2021-12-13  github-actions📝 Update release notes
2021-12-13  robcxyz✨ Add support for Decimal fields from Pydantic and...
2021-12-13  github-actions📝 Update release notes
2021-12-13  Sebastián Ramírez🔧 Split MkDocs insiders build in CI to support building...
2021-12-13  github-actions📝 Update release notes
2021-12-13  Sebastián Ramírez🎨 Format expression.py and expression template, current...
2021-12-03  github-actions📝 Update release notes
2021-12-03  Lehoczky Zoltán🐛Fix docs light/dark theme switcher (#1)
2021-11-30  github-actions📝 Update release notes
2021-11-30  Sebastián Ramírez🔧 Add MkDocs Material social cards (#90)
2021-11-30  github-actions📝 Update release notes
2021-11-30  Sebastián Ramírez✨ Update type annotations and upgrade mypy (#173)
2021-08-25  Sebastián Ramírez🔖 Release version 0.0.4 0.0.4
2021-08-25  github-actions📝 Update release notes
2021-08-25  Sebastián Ramírez🎨 Fix type detection of select results in PyCharm ...
2021-08-24  Sebastián Ramírez🔖 Release version 0.0.3 0.0.3
2021-08-24  github-actions📝 Update release notes
2021-08-24  Sebastián Ramírez⬆️ Update and relax specification range for `sqlalchemy...
2021-08-24  Sebastián Ramírez📝 Update release notes 0.0.2
2021-08-24  Sebastián Ramírez🔖 Release version 0.0.2
2021-08-24  github-actions📝 Update release notes
2021-08-24  Sebastián Ramírez💚 Fix CI installs and tests (#2)
2021-08-24  Sebastián Ramírez👷 Add Dependabot
2021-08-24  Sebastián Ramírez🔧 Add funding config
2021-08-24  Sebastián Ramírez👷 Add GitHub Actions to Build Docs, Test, and Publish
2021-08-24  Sebastián Ramírez👷 Add preview docs GitHub Action
2021-08-24  Sebastián Ramírez🔧 Add issue-manager and latest-changes GitHub Actions
2021-08-24  Sebastián Ramírez🔧 Add new-issue templates
2021-08-24  Sebastián Ramírez👷 Add custom GitHub actions to preview docs
2021-08-24  Sebastián Ramírez🙈 Add .gitignore
2021-08-24  Sebastián Ramírez🔧 Add scripts
2021-08-24  Sebastián Ramírez🔧 Add Flake8 config
2021-08-24  Sebastián Ramírez➕ Add autoflake to development dependencies
2021-08-24  Sebastián Ramírez🎨 Format tests, remove double imports
2021-08-24  Sebastián Ramírez🐛 Re-implement unreleased Pydantic utility
2021-08-24  Sebastián Ramírez🎨 Format tests, sort and remove unused imports
2021-08-24  Sebastián Ramírez📝 Remove double format-imports script, as autoflake...
2021-08-24  Sebastián Ramírez🔧 Add py.typed marker file
2021-08-24  Sebastián Ramírez🔧 Add pyproject.toml with Poetry setup and package...
2021-08-24  Sebastián Ramírez🔧 Add MkDocs config
2021-08-24  Sebastián Ramírez📝 Add CONTRIBUTING.md
2021-08-24  Sebastián Ramírez🔒 Add security policy
2021-08-24  Sebastián Ramírez📝 Add README.md
2021-08-24  Sebastián Ramírez🔧 Add sqlmodel.sql.expression generation script (select...
2021-08-24  Sebastián Ramírez✅ Add tests
2021-08-24  Sebastián Ramírez🍱 Add icons and logos
2021-08-24  Sebastián Ramírez🍱 Add diagrams for docs
2021-08-24  Sebastián Ramírez🍱 Add screenshots for docs
2021-08-24  Sebastián Ramírez📝 Add docs
2021-08-24  Sebastián Ramírez🍱 Add custom CSS and JS for docs
2021-08-24  Sebastián Ramírez📝 Add docs annotations for source examples
2021-08-24  Sebastián Ramírez✨ Add source examples for docs
2021-08-24  Sebastián Ramírez📄 Add license
2021-08-24  Sebastián Ramírez✨ Add SQLModel core code