Address
:
[go:
up one dir
,
main page
]
Include Form
Remove Scripts
Accept Cookies
Show Images
Show Referer
Rotate13
Base64
Strip Meta
Strip Title
Session Cookies
Commits · master
sqlgen
Browse files
Dec 11, 2024
Bump version: 1.1.0 → 1.2.0
· 1ecbd277
bump2version
authored
Dec 11, 2024
View commits for tag v1.2.0
v1.2.0
1ecbd277
Merge branch 'synchronous' into 'master'
· ea587918
Tagashy
authored
Dec 11, 2024
ea587918
fix naming issue
· cd4c067c
Tagashy
authored
Dec 11, 2024
cd4c067c
fix invalid name for mock
· 15437f89
Tagashy
authored
Dec 11, 2024
15437f89
fix import issue in tests
· ad45feaf
Tagashy
authored
Dec 11, 2024
ad45feaf
move constraint class to joins
· 3ee30dcb
Tagashy
authored
Dec 11, 2024
3ee30dcb
bump EasyFactory to 1.4.2 to use latest version of pydantic so no more issues...
· 3dd7644a
Tagashy
authored
Dec 11, 2024
3dd7644a
test fix issue with pydantic
· a2e90987
Tagashy
authored
Dec 11, 2024
a2e90987
add code for synchronous_constrained.py
· 66fab677
Tagashy
authored
Dec 11, 2024
66fab677
fix pipeline by removing non available template
· c31b94fd
Tagashy
authored
Dec 11, 2024
c31b94fd
add code for synchronous repository
· 27a8e65d
Tagashy
authored
Dec 11, 2024
27a8e65d
Mar 22, 2024
Bump version: 1.0.0 → 1.1.0
· 5ee53ac1
bump2version
authored
Mar 22, 2024
View commits for tag v1.1.0
v1.1.0
5ee53ac1
Merge branch 'init_subclass' into 'master'
· 028b03e3
Tagashy
authored
Mar 22, 2024
028b03e3
remove unused code
· d76a85eb
Tagashy
authored
Mar 22, 2024
d76a85eb
bump version config
· a1179e22
Tagashy
authored
Mar 22, 2024
a1179e22
add release date to version
· 98a3a500
Tagashy
authored
Mar 22, 2024
98a3a500
import exc in root package
· 57778633
Tagashy
authored
Mar 22, 2024
57778633
make repository with bound model raise an exception instead of using database...
· 9cabdd5b
Tagashy
authored
Mar 22, 2024
9cabdd5b
correct versioning as we include breaking changes
· 39a4a808
Tagashy
authored
Mar 22, 2024
39a4a808
remove all metaclass and replace with init_subclass
· d0337870
Tagashy
authored
Mar 22, 2024
d0337870
Mar 19, 2024
Bump version: 0.6.0 → 0.7.0
· 850b6fda
bump2version
authored
Mar 19, 2024
View commits for tag v0.7.0
v0.7.0
850b6fda
Merge branch 'release-0.7.0' into 'master'
· a89fcf21
Tagashy
authored
Mar 19, 2024
a89fcf21
Update CHANGELOG.md for release
· a4e46eae
Tagashy
authored
Mar 19, 2024
a4e46eae
Merge branch 'feature-allow-direct-creation-of-repository' into 'release-0.7.0'
· f3a60c11
Tagashy
authored
Mar 19, 2024
f3a60c11
add unordered to constraint
· 51393a62
Tagashy
authored
Mar 19, 2024
51393a62
add helpers for generating repository class
· c093337e
Tagashy
authored
Mar 19, 2024
c093337e
Merge branch 'Fix-Handle-One-To-Many-relation' into 'release-0.7.0'
· 2b7e6018
Tagashy
authored
Mar 19, 2024
2b7e6018
Mar 18, 2024
handle one to many relation for model join
· f6b13a32
Tagashy
authored
Mar 18, 2024
f6b13a32
Mar 07, 2024
Bump version: 0.5.0 → 0.6.0
· 542955ea
bump2version
authored
Mar 07, 2024
View commits for tag v0.6.0
v0.6.0
542955ea
Merge branch 'release-0.6.0' into 'master'
· 9ba715f2
Tagashy
authored
Mar 07, 2024
9ba715f2
update changelog for release 0.6.0
· a678d966
Tagashy
authored
Mar 07, 2024
a678d966
Merge branch 'Constraint-Based-Repository' into 'release-0.6.0'
· c9f5f6f6
Tagashy
authored
Mar 07, 2024
c9f5f6f6
refactoring and coverage for missing line
· ace1837e
Tagashy
authored
Mar 07, 2024
ace1837e
add tests for AsyncConstrainedRepository
· 138accf1
Tagashy
authored
Mar 07, 2024
138accf1
add tests for constrained repository meta and add exception raising in...
· 11973b5e
Tagashy
authored
Mar 07, 2024
11973b5e
add test for constrained statement generator factory
· b2a4648d
Tagashy
authored
Mar 07, 2024
b2a4648d
Mar 06, 2024
test assert_never exclusion
· 64ee1178
Tagashy
authored
Mar 06, 2024
64ee1178
use exclude also
· 066d17b9
Tagashy
authored
Mar 06, 2024
066d17b9
add tests for build_parent_constraint and utils
· 217dffaa
Tagashy
authored
Mar 06, 2024
217dffaa
remove coverage from integration tests from results of the CI
· 411d4f2e
Tagashy
authored
Mar 06, 2024
411d4f2e
Loading