Commit Graph

198 Commits

Author SHA1 Message Date
Robert Lechte
aa9a3031c0 rls support 2018-12-01 20:21:43 +11:00
djrobstep
87de693ef5
Merge pull request #57 from djrobstep/partitioning-and-collations
partitioning, collations support
2018-11-20 17:57:03 +11:00
Robert Lechte
56e24d4b8a fix collation tests 2018-11-20 17:55:00 +11:00
Robert Lechte
99fc34b203 update pyproject for black 2018-11-20 17:47:50 +11:00
Robert Lechte
fc110844c0 update pyproject, fix collation test 2018-11-20 17:45:25 +11:00
Robert Lechte
67680c4036 partitioning, collations support 2018-11-20 17:32:54 +11:00
Robert Lechte
7711eac645 update credits 2018-11-02 21:31:37 +11:00
Robert Lechte
ef9ea3d6db add semicolons to function outout 2018-10-30 22:18:11 +11:00
Robert Lechte
00c03a0937 fix vbump script 2018-10-29 18:58:47 +11:00
Robert Lechte
0f43fcf15d remove travis stuff 2018-10-29 18:36:35 +11:00
djrobstep
e29573ec15
Merge pull request #54 from djrobstep/funcfix
change to new schemainspect function output
2018-10-29 18:35:19 +11:00
Robert Lechte
81d696db38 fix tests 2018-10-29 18:26:38 +11:00
Robert Lechte
18a7e72511 fix tests 2018-10-29 18:25:12 +11:00
Robert Lechte
0dbbde4eeb fix bad escaping 2018-10-29 18:23:09 +11:00
Robert Lechte
c809925fca .flake8 2018-10-29 09:56:16 +11:00
Robert Lechte
857838af7c edit readme 2018-10-29 08:12:35 +11:00
Robert Lechte
03129e50ac fix tests, move to poetry 2018-10-29 08:09:55 +11:00
Robert Lechte
d1113d63d3 change tests for modified function output 2018-10-28 22:06:54 +11:00
djrobstep
d109ac3393
Merge pull request #50 from mshahbazi/master
Update command.py
2018-10-20 20:02:10 +11:00
Mohammad M. Shahbazi
13fbec5c66 changed --encode-utf8 command argument to --force-utf8 (pr #50) 2018-10-16 06:43:08 +03:30
Mohammad M. Shahbazi
14a8d96416 indentation issue 2018-10-15 07:21:51 +03:30
Mohammad M. Shahbazi
dac6d72967 Merge branch 'master' of https://github.com/mshahbazi/migra 2018-10-15 07:21:22 +03:30
Mohammad M. Shahbazi
1832c6be83 added a command argument --encode-utf8 to address the issue #13 and pull #50 2018-10-15 07:20:49 +03:30
Mohammad M. Shahbazi
0c6145174e added a command argument --encode-utf8 to address the issue #13 and pull #50 2018-10-15 07:10:23 +03:30
Mohammad M. Shahbazi
83727fa36b
Update command.py
to address issue #13
2018-09-29 22:36:48 +03:30
Robert Lechte
1b475b0569 refactor generation of selectable changes 2018-08-29 12:34:27 +10:00
djrobstep
46e9ed7aff
Merge pull request #47 from donbeave/master
Improvement to Docker container
2018-08-27 21:08:00 +10:00
djrobstep
01304cb44a
Merge pull request #48 from dtkaias/master
Add support for materialized views
2018-08-26 19:29:44 +10:00
Daniel Kaias
28bc5e8ef5 Add support for materialized views 2018-08-16 16:53:19 +10:00
Alexey Zhokhov
a296420cdc Log docker command only if env is enabled. 2018-08-05 22:18:42 +08:00
Alexey Zhokhov
5860120233 Improved Docker container. 2018-08-05 22:13:12 +08:00
Robert Lechte
205bb3bced update tests with columnless tables 2018-08-01 21:00:33 +10:00
Robert Lechte
0aa1127d2f version bump 2018-07-16 22:04:30 +10:00
Robert Lechte
5cb5cad95c test with 3.7 2018-07-16 22:04:17 +10:00
Robert Lechte
c356e05d54 remove autopep8 from reqs 2018-07-16 22:02:37 +10:00
Robert Lechte
db2c3f098c add credits to readme 2018-07-16 22:02:06 +10:00
Robert Lechte
749d79f324 reformat with black 2018-07-16 22:01:35 +10:00
djrobstep
4d2f0512a2
Merge pull request #40 from alvarogzp/support-privilege-changes
Support privilege changes (initially only on tables)
2018-07-16 21:46:59 +10:00
Alvaro Gutierrez Perez
4e0ec38f38
Make 'everything' test fixture pass --with-privileges 2018-07-09 21:29:49 +02:00
Alvaro Gutierrez Perez
7c3ec6b3c8
Create a 'privileges' test fixture 2018-07-09 21:28:50 +02:00
Alvaro Gutierrez Perez
1704aa32ee
Add a with_privileges parameter to do_fixture_test 2018-07-09 21:25:59 +02:00
Alvaro Gutierrez Perez
ab6a9d6b6c
Add a --with-privileges flag to migra command and pass it to add_all_changes 2018-07-09 14:52:03 +02:00
Alvaro Gutierrez Perez
885161218f
Add a privileges argument to add_all_changes method in Migra 2018-07-09 14:51:07 +02:00
Sébastien Lucas
447068ec0c [feat] Changed Dockerfile to use alpine. Size reduced from more than 350MB to 92MB 2018-07-06 18:38:02 +10:00
Robert Lechte
14940abc8f fix expected output 2018-07-06 18:24:27 +10:00
Robert Lechte
d228020ca2 install black on py3 only 2018-07-06 17:38:10 +10:00
Alvaro Gutierrez Perez
a74677d7d4
Add and check grant sentences on FIXTURES/everything tests 2018-06-29 21:50:40 +02:00
Alvaro Gutierrez Perez
ca849b7eae
Add privileges property to THINGS on changes.py 2018-06-29 21:49:31 +02:00
Alvaro Gutierrez Perez
b398ed7374
Add privileges drops and creations to add_all_changes on Migration 2018-06-29 21:48:56 +02:00
Alvaro Gutierrez Perez
312dcabb5d
Fix tests 2018-06-19 22:38:03 +02:00