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

[12.0][MIG][WIP] Migrate DNS Connector from 8.0 to 12.0 #12

Closed
wants to merge 25 commits into from

Commits on Apr 3, 2019

  1. [ADD] connector_dns

    [FIX] format
    
    [IMP] format
    
    [IMP] unit test
    
    [IMP] unit test
    noahzaozao authored and Ruter Lv committed Apr 3, 2019
    Configuration menu
    Copy the full SHA
    3173ffe View commit details
    Browse the repository at this point in the history
  2. [IMP] connector_dns: Code and test improvements

    * Separate models by file
    * Add `import_synchronizer`
    * Add `export_synchronizer`
    * Add `delete_synchronizer`
    * Add `mapper`
    * Add `fail_date` to abstract bind, remove state
    * Add `dns.record.type` model and default data
    * Add external date field handling to binder
    * Rename `dns.domain` to `dns.zone`
    * Remove `line` field from `dns.record`
    * Change inheritance structure, add a `{model_name}.bind` framework
    * Add security
    * Code cleanup
    * Add test coverage
    * Don't cover test assets
    * Change bind field to `odoo_id` to ease future migration
    * Improve ReadMe
    lasley authored and Ruter Lv committed Apr 3, 2019
    Configuration menu
    Copy the full SHA
    3dd02dc View commit details
    Browse the repository at this point in the history
  3. [FIX] connector_dns: Build and functional errors

    * Require zone in record
    * Fix action names in backend, zone, record
    * Remove states from backend and zone
    lasley authored and Ruter Lv committed Apr 3, 2019
    Configuration menu
    Copy the full SHA
    b89a2cb View commit details
    Browse the repository at this point in the history
  4. [ADD] connector_dns: DNS Connector settings view

    * Add empty group in connector settings for DNS
    lasley authored and Ruter Lv committed Apr 3, 2019
    Configuration menu
    Copy the full SHA
    420a519 View commit details
    Browse the repository at this point in the history
  5. [ADD] initial commit

    JoJoJoJoJoJoJo authored and Ruter Lv committed Apr 3, 2019
    Configuration menu
    Copy the full SHA
    d1a7ed9 View commit details
    Browse the repository at this point in the history
  6. Split models definition and improve code

    Ruter Lv committed Apr 3, 2019
    Configuration menu
    Copy the full SHA
    03ba989 View commit details
    Browse the repository at this point in the history
  7. add state field for domain_id

    Ruter Lv committed Apr 3, 2019
    Configuration menu
    Copy the full SHA
    28f3488 View commit details
    Browse the repository at this point in the history
  8. add core component and refactor code

    Ruter Lv committed Apr 3, 2019
    Configuration menu
    Copy the full SHA
    40ca25f View commit details
    Browse the repository at this point in the history
  9. [WIP] Migrate DNS/Pod Connector to 12.0 (#1)

    * add dnspod components
    
    * improve dns domain logic
    
    * code improvement
    
    * migrate to 12.0
    
    * code improve
    
    * fetch dns records from dnspod
    ruter-lyu authored and Ruter Lv committed Apr 3, 2019
    Configuration menu
    Copy the full SHA
    f71680d View commit details
    Browse the repository at this point in the history
  10. code improve

    Ruter Lv committed Apr 3, 2019
    Configuration menu
    Copy the full SHA
    ceef5c8 View commit details
    Browse the repository at this point in the history
  11. [REF] add deleter and exporter

    JoJoJoJoJoJoJo authored and Ruter Lv committed Apr 3, 2019
    Configuration menu
    Copy the full SHA
    2615e68 View commit details
    Browse the repository at this point in the history
  12. code improve

    Ruter Lv committed Apr 3, 2019
    Configuration menu
    Copy the full SHA
    a5e376c View commit details
    Browse the repository at this point in the history
  13. remove listener

    Ruter Lv committed Apr 3, 2019
    Configuration menu
    Copy the full SHA
    1db951b View commit details
    Browse the repository at this point in the history
  14. Add views

    Ruter Lv committed Apr 3, 2019
    Configuration menu
    Copy the full SHA
    48272e6 View commit details
    Browse the repository at this point in the history
  15. add copyright

    Ruter Lv committed Apr 3, 2019
    Configuration menu
    Copy the full SHA
    f080d40 View commit details
    Browse the repository at this point in the history
  16. code improve

    Ruter Lv committed Apr 3, 2019
    Configuration menu
    Copy the full SHA
    fbf85a3 View commit details
    Browse the repository at this point in the history
  17. refactor code

    Ruter Lv committed Apr 3, 2019
    Configuration menu
    Copy the full SHA
    9b7a2ae View commit details
    Browse the repository at this point in the history
  18. remove field api_path and version

    Ruter Lv committed Apr 3, 2019
    Configuration menu
    Copy the full SHA
    1984dbf View commit details
    Browse the repository at this point in the history
  19. patch history commits

    Ruter Lv committed Apr 3, 2019
    Configuration menu
    Copy the full SHA
    8793563 View commit details
    Browse the repository at this point in the history
  20. Update copyright

    Ruter Lv committed Apr 3, 2019
    Configuration menu
    Copy the full SHA
    e70f272 View commit details
    Browse the repository at this point in the history
  21. code improve

    Ruter Lv committed Apr 3, 2019
    Configuration menu
    Copy the full SHA
    580b35d View commit details
    Browse the repository at this point in the history
  22. fix travis

    Ruter Lv committed Apr 3, 2019
    Configuration menu
    Copy the full SHA
    ec8abe0 View commit details
    Browse the repository at this point in the history
  23. code improve

    Ruter Lv committed Apr 3, 2019
    Configuration menu
    Copy the full SHA
    67c13c9 View commit details
    Browse the repository at this point in the history

Commits on Apr 28, 2019

  1. Fix travis

    Ruter Lyu committed Apr 28, 2019
    Configuration menu
    Copy the full SHA
    a6d75c5 View commit details
    Browse the repository at this point in the history
  2. Fix readme

    Ruter Lyu committed Apr 28, 2019
    Configuration menu
    Copy the full SHA
    e078c13 View commit details
    Browse the repository at this point in the history