FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
History for spanner_orm/admin - NeoTim/python-spanner-orm · GitHub
NeoTim
/
python-spanner-orm
Public
forked from
google/python-spanner-orm
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
python-spanner-orm
spanner_orm
admin
on
master
User selector
Datepicker
Commit history
Commits on Oct 8, 2020
Make pytype infer the correct instance attribute type.
Show description for d955f0b
dseomn
committed
d955f0b
View commit details
Copy full SHA for d955f0b
View code at this point
Browse repository at this point
Commits on Oct 7, 2020
Fix pytype error when dynamically importing a python file.
Show description for 3af5eca
dseomn
committed
3af5eca
View commit details
Copy full SHA for 3af5eca
View code at this point
Browse repository at this point
Commits on Oct 6, 2020
Add TODOs
dgorelik
committed
93e39cb
View commit details
Copy full SHA for 93e39cb
View code at this point
Browse repository at this point
Get pytype to pass
dgorelik
committed
0be29e9
View commit details
Copy full SHA for 0be29e9
View code at this point
Browse repository at this point
Commits on Aug 13, 2020
Revert "Add support for setting foreign keys"
dgorelik
authored
45d480c
View commit details
Copy full SHA for 45d480c
View code at this point
Browse repository at this point
Commits on Aug 12, 2020
Use a dataclass to encapsulate foreign key constraints
dgorelik
committed
c87ab42
View commit details
Copy full SHA for c87ab42
View code at this point
Browse repository at this point
Add support for multiple foreign keys in one table
dgorelik
committed
33d4bf5
View commit details
Copy full SHA for 33d4bf5
View code at this point
Browse repository at this point
First pass at adding support for foreign keys
dgorelik
committed
3f72113
View commit details
Copy full SHA for 3f72113
View code at this point
Browse repository at this point
Commits on Nov 11, 2019
Add argparse 3.7 compatibility. (#73)
Show description for a37503f
qadro87
authored and
dcbrandao
committed
a37503f
View commit details
Copy full SHA for a37503f
View code at this point
Browse repository at this point
Fix some type annotations that diverged. (#72)
Show description for 50069e9
qadro87
authored and
dcbrandao
committed
50069e9
View commit details
Copy full SHA for 50069e9
View code at this point
Browse repository at this point
Commits on Oct 14, 2019
Ran pyformat on the codebase
dcbrandao
committed
f287bc9
View commit details
Copy full SHA for f287bc9
View code at this point
Browse repository at this point
Commits on Jun 24, 2019
Fixing a few bugs
Show description for 208164a
dcbrandao
committed
208164a
View commit details
Copy full SHA for 208164a
View code at this point
Browse repository at this point
Commits on Mar 22, 2019
Rename 'schema' to 'fields' (#62)
Show description for e7626d5
dcbrandao
authored
e7626d5
View commit details
Copy full SHA for e7626d5
View code at this point
Browse repository at this point
Commits on Mar 20, 2019
Make migrations work
Show description for 04f7138
dcbrandao
committed
04f7138
View commit details
Copy full SHA for 04f7138
View code at this point
Browse repository at this point
Start adding documentation (#58)
Show description for 16c1978
dcbrandao
authored
16c1978
View commit details
Copy full SHA for 16c1978
View code at this point
Browse repository at this point
Commits on Mar 18, 2019
Refactor connection code
Show description for 5b7414c
dcbrandao
committed
5b7414c
View commit details
Copy full SHA for 5b7414c
View code at this point
Browse repository at this point
Commits on Mar 15, 2019
Add migration object for stronger typing
Show description for e73e243
dcbrandao
committed
e73e243
View commit details
Copy full SHA for e73e243
View code at this point
Browse repository at this point
Finish adding type annotations to admin code
dcbrandao
committed
58543a9
View commit details
Copy full SHA for 58543a9
View code at this point
Browse repository at this point
Start adding type annotations to admin code
Show description for 945c5d9
dcbrandao
committed
945c5d9
View commit details
Copy full SHA for 945c5d9
View code at this point
Browse repository at this point
Commits on Mar 14, 2019
Add annotations to model metaclass and model API class
Show description for f138410
dcbrandao
committed
f138410
View commit details
Copy full SHA for f138410
View code at this point
Browse repository at this point
Commits on Mar 13, 2019
Add type annotations to model metadata
Show description for 9df7b37
dcbrandao
committed
9df7b37
View commit details
Copy full SHA for 9df7b37
View code at this point
Browse repository at this point
Make model specification and loading more robust (#47)
Show description for aa844af
dcbrandao
authored
aa844af
View commit details
Copy full SHA for aa844af
View code at this point
Browse repository at this point
Commits on Mar 11, 2019
Start working on type annotations
Show description for 1c345fe
dcbrandao
committed
1c345fe
View commit details
Copy full SHA for 1c345fe
View code at this point
Browse repository at this point
Remove creation_ddl from model (#42)
Show description for 559fee0
dcbrandao
authored
559fee0
View commit details
Copy full SHA for 559fee0
View code at this point
Browse repository at this point
Commits on Mar 8, 2019
Add force_index condition
Show description for 774df9c
dcbrandao
committed
774df9c
View commit details
Copy full SHA for 774df9c
View code at this point
Browse repository at this point
Commits on Mar 6, 2019
Refactor updates and add index-related updates
Show description for e4001a1
dcbrandao
committed
e4001a1
View commit details
Copy full SHA for e4001a1
View code at this point
Browse repository at this point
Commits on Mar 5, 2019
Start working on secondary index support
Show description for 9deaccb
dcbrandao
committed
9deaccb
View commit details
Copy full SHA for 9deaccb
View code at this point
Browse repository at this point
Update headers for the new year
Show description for 206b631
dcbrandao
committed
206b631
View commit details
Copy full SHA for 206b631
View code at this point
Browse repository at this point
Merge pull request #37 from google/interleaved
Show description for 6ed96ec
dcbrandao
authored
6ed96ec
View commit details
Copy full SHA for 6ed96ec
View code at this point
Browse repository at this point
Commits on Mar 4, 2019
Update metadata to work with interleaved tables
Show description for 1526c17
dcbrandao
committed
1526c17
View commit details
Copy full SHA for 1526c17
View code at this point
Browse repository at this point
Commits on Mar 1, 2019
Add code to run migrations against a given Spanner database
Show description for 84ed7b6
dcbrandao
committed
84ed7b6
View commit details
Copy full SHA for 84ed7b6
View code at this point
Browse repository at this point
Add reading and writing of migration files (#35)
Show description for 1aa55ab
dcbrandao
authored
1aa55ab
View commit details
Copy full SHA for 1aa55ab
View code at this point
Browse repository at this point
Commits on Feb 22, 2019
Reorganize the code related to updating database ddl
Show description for cb1fd89
dcbrandao
committed
cb1fd89
View commit details
Copy full SHA for cb1fd89
View code at this point
Browse repository at this point
Commits on Nov 19, 2018
Add OrCondition
Show description for a1dc424
dcbrandao
committed
a1dc424
View commit details
Copy full SHA for a1dc424
View code at this point
Browse repository at this point
Commits on Nov 13, 2018
Refactor model.py to clean it up
Show description for 090f20c
dcbrandao
committed
090f20c
View commit details
Copy full SHA for 090f20c
View code at this point
Browse repository at this point
Previous
Next
Back
|
FazBrowse Home
|
New Git URL