Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

FK Actions: Backend Integration test Draft 1 #873

Closed
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
59 commits
Select commit Hold shift + click to select a range
40fcfc9
MySQL foreign key action handling at the backend with warning generation
aasthabharill-google Jul 3, 2024
eaeaa22
Merge remote-tracking branch 'origin/master' into mysql-fkactions
aasthabharill-google Jul 3, 2024
66cf781
report_helpers issues fixed
aasthabharill-google Jul 3, 2024
51c08b0
Cleaning up comments
aasthabharill-google Jul 3, 2024
fef0511
Addressing review comments by Deep
aasthabharill-google Jul 4, 2024
0c3ce90
Cleaning up comments
aasthabharill-google Jul 4, 2024
2dcf829
Changing FK Action strings to constants
aasthabharill-google Jul 4, 2024
08b8a49
Merge branch 'mysql-fkactions' of https://github.com/aasthabharill/sp…
aasthabharill-google Jul 4, 2024
168fbba
testing
aasthabharill-google Jul 4, 2024
4d15322
Merge branch 'master' into mysql-fkactions
aasthabharill Jul 5, 2024
9a764e3
Postgres (in progress) + unconditional UI
aasthabharill-google Jul 5, 2024
6839c3f
Modified some unit tests
aasthabharill-google Jul 5, 2024
910974e
Merge branch 'mysql-fkactions' of https://github.com/aasthabharill/sp…
aasthabharill-google Jul 5, 2024
733b2d1
Postgres support + UI + warning message generation for unsupported di…
aasthabharill-google Jul 6, 2024
79b7bd6
Merge branch 'mysql-fkactions' into postgres-ui-fkactions
aasthabharill-google Jul 6, 2024
14a15b2
final code for Postgres + UI
aasthabharill-google Jul 8, 2024
3b5a02b
Unsupported sources warnings + Report tests
aasthabharill-google Jul 9, 2024
5c917ba
Merge branch 'master' into tests-warnings-fkactions
aasthabharill Jul 9, 2024
8b74afd
Merge branch 'master' into tests-warnings-fkactions
aasthabharill Jul 9, 2024
223546b
Addressing review comments by Deep
aasthabharill-google Jul 10, 2024
4ad222b
Merge branch 'tests-warnings-fkactions' of https://github.com/aasthab…
aasthabharill-google Jul 10, 2024
be97c33
Merge branch 'master' into tests-warnings-fkactions
aasthabharill Jul 10, 2024
e2f0208
resolving slice issue
aasthabharill-google Jul 10, 2024
5a00814
Merge branch 'tests-warnings-fkactions' of https://github.com/aasthab…
aasthabharill-google Jul 10, 2024
ca1fed7
unit test issue resolved
aasthabharill-google Jul 10, 2024
3302b3c
add interleave struct
aasthabharill-google Jul 10, 2024
060d390
Merge branch 'tests-warnings-fkactions' into interleave-fkactions
aasthabharill-google Jul 10, 2024
950d2e4
Foreign Key Actions: Interleaving + Drop Foreign Key properly handled
aasthabharill-google Jul 16, 2024
ba1206e
Backend IT Test 1
aasthabharill-google Jul 17, 2024
2dc1993
Merge branch 'master' into integration-test
aasthabharill Jul 17, 2024
9da1cb0
updating yaml
aasthabharill-google Jul 17, 2024
c7e880d
Merge branch 'integration-test' of https://github.com/aasthabharill/s…
aasthabharill-google Jul 17, 2024
f05ddcd
draft 2
aasthabharill-google Jul 17, 2024
90d4613
draft 3
aasthabharill-google Jul 17, 2024
27ad6a5
draft 4
aasthabharill-google Jul 17, 2024
c0f2795
draft 5
aasthabharill-google Jul 17, 2024
2ee25db
mysql
aasthabharill-google Jul 17, 2024
dc191c4
mysql
aasthabharill-google Jul 17, 2024
33878ef
postgres + mysql
aasthabharill-google Jul 17, 2024
0b0a3b7
postgres + mysql
aasthabharill-google Jul 17, 2024
f31ee53
postgres + mysql
aasthabharill-google Jul 17, 2024
7729653
postgres
aasthabharill-google Jul 18, 2024
bc2044a
postgres
aasthabharill-google Jul 18, 2024
b2cc82e
postgres
aasthabharill-google Jul 18, 2024
4c50be8
postgres
aasthabharill-google Jul 18, 2024
eb72ec2
postgres
aasthabharill-google Jul 18, 2024
9fe5fbb
postgres
aasthabharill-google Jul 18, 2024
8d9b0c4
postgres
aasthabharill-google Jul 18, 2024
cf15162
postgres
aasthabharill-google Jul 18, 2024
0f429f2
postgres
aasthabharill-google Jul 18, 2024
cdeab60
postgres
aasthabharill-google Jul 18, 2024
ce09591
postgres
aasthabharill-google Jul 18, 2024
95e6ffb
one pgdump
aasthabharill-google Jul 18, 2024
42432d9
one pgdump - changing pg query
aasthabharill-google Jul 18, 2024
f06d3a0
one pgdump - changing pg query + dump
aasthabharill-google Jul 18, 2024
524143f
pgdump working
aasthabharill-google Jul 18, 2024
a188475
mysql exp
aasthabharill-google Jul 18, 2024
663353e
mysql exp
aasthabharill-google Jul 18, 2024
a93721c
final?
aasthabharill-google Jul 18, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,7 @@ jobs:
- run: mysql --version
- run: mysql -v -P 3306 --protocol=tcp -u root -proot test < test_data/mysqldump.test.out
- run: mysql -v -P 3306 --protocol=tcp -u root -proot < test_data/mysql_interleave_dump.test.out
- run: mysql -v -P 3306 --protocol=tcp -u root -proot < test_data/mysql_foreignkeyaction_dump.test.out

# init sql server with test_data
- name: Install sqlcmd required for loading .sql files
Expand Down
Loading
Loading