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

[ADD] connector_dns #4

Merged
merged 7 commits into from
Feb 5, 2017
Merged

[ADD] connector_dns #4

merged 7 commits into from
Feb 5, 2017

Commits on Sep 21, 2016

  1. [ADD] connector_dns

    [FIX] format
    
    [IMP] format
    
    [IMP] unit test
    
    [IMP] unit test
    noahzaozao committed Sep 21, 2016
    Configuration menu
    Copy the full SHA
    db2d659 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 committed Sep 21, 2016
    Configuration menu
    Copy the full SHA
    9066e2a View commit details
    Browse the repository at this point in the history
  3. Merge pull request #3 from laslabs/release/8.0/connector-dns

    [IMP] connector_dns: Code and test improvements
    noahzaozao committed Sep 21, 2016
    Configuration menu
    Copy the full SHA
    1d31ae0 View commit details
    Browse the repository at this point in the history

Commits on Oct 5, 2016

  1. [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 committed Oct 5, 2016
    Configuration menu
    Copy the full SHA
    545cae2 View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2016

  1. Merge pull request #4 from laslabs/release/8.0/connector-dns

    [FIX] connector_dns: Build and functional errors
    noahzaozao committed Oct 10, 2016
    Configuration menu
    Copy the full SHA
    7b9c230 View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2016

  1. [ADD] connector_dns: DNS Connector settings view

    * Add empty group in connector settings for DNS
    lasley committed Oct 11, 2016
    Configuration menu
    Copy the full SHA
    33b6064 View commit details
    Browse the repository at this point in the history

Commits on Oct 12, 2016

  1. Merge pull request #5 from laslabs/feature/8.0/settings

    [ADD] connector_dns: DNS Connector settings view
    noahzaozao committed Oct 12, 2016
    Configuration menu
    Copy the full SHA
    4c63b75 View commit details
    Browse the repository at this point in the history