-
Notifications
You must be signed in to change notification settings - Fork 129
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
Remove acra-connector from acra-server/acra-translator #481
Remove acra-connector from acra-server/acra-translator #481
Conversation
initial removing connector from acra-server and acra-translator
delete connector and all related files
fixed integration tests
fixed mysql integration tests
fixed aftre review
fixing integration tests next iteration
fixed SSLMySQLMixin
added checkSkip for non-tls tests
fixed typo in tests
fixed path typo
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
and general petition - make ctrl+f "connector" and remove it where it possible if it doesn't take a lot of time, please
tests/test.py
Outdated
@@ -654,6 +600,7 @@ def drop_tables(): | |||
engine_raw = sa.create_engine( | |||
'{}://{}:{}/{}'.format(DB_DRIVER, DB_HOST, DB_PORT, DB_NAME), | |||
connect_args=connect_args) | |||
print(connect_args) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
remove debug output, please
fixed after review
fixed after review
updated CHANGELOG_DEV.md file with info about connector removing
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
great job
…nd_translator # Conflicts: # CHANGELOG_DEV.md
Initial removing acra-connector from acra-server and acra-translator cmds.
Checklist
with new changes