Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: F5Networks/f5-common-python
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: development
Choose a base ref
...
head repository: F5Networks/f5-common-python
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: development_backup_8_17
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 10 commits
  • 16 files changed
  • 3 contributors

Commits on Aug 16, 2016

  1. Configuration menu
    Copy the full SHA
    284cc65 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ac4325b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2fc69ff View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f99daaa View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    9956b34 View commit details
    Browse the repository at this point in the history

Commits on Aug 17, 2016

  1. Configuration menu
    Copy the full SHA
    9cf557e View commit details
    Browse the repository at this point in the history
  2. # 591: feature.ltm_ssl_cert_key removed some lines from tm/sys/file.p…

    …y as recommended in PR review
    f5-rahm committed Aug 17, 2016
    Configuration menu
    Copy the full SHA
    2443521 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #626 from jasonrahm/feature.ltm_ssl_cert_key

    Feature.ltm_ssl_cert_key
    wojtek0806 authored Aug 17, 2016
    Configuration menu
    Copy the full SHA
    e9b5d36 View commit details
    Browse the repository at this point in the history
  4. Fix broken backwards compat in regards to tmos_version

    Issues:
    Fixes #638
    
    Problem:
    The tmos_version attribute was changed from being a property to being a
    key in the _meta_data dictionary on the bigip container. This change
    broken backwards compat without use realizing immediately, and we need
    to support both methods until we're ready to bump the release to 2.0.0.
    
    Analysis:
    Added the @Property back to the f5/bigip/__init__.py for tmos_version.
    Both ways of accessing tmos_version are now supported
    
    Tests:
    Added a test to ensure we can access the tmos_version both ways
    Paul Breaux
    Paul Breaux committed Aug 17, 2016
    Configuration menu
    Copy the full SHA
    d4d70a0 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #639 from pjbreaux/back_compat_fix_tmos_version

    Fix broken backwards compat in regards to tmos_version
    pjbreaux
    pjbreaux authored Aug 17, 2016
    Configuration menu
    Copy the full SHA
    948c25e View commit details
    Browse the repository at this point in the history
Loading