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

Cobrify profileBuilder #1054

Merged
merged 10 commits into from
Feb 8, 2018
Merged

Cobrify profileBuilder #1054

merged 10 commits into from
Feb 8, 2018

Commits on Feb 8, 2018

  1. Configuration menu
    Copy the full SHA
    3943639 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6a8d995 View commit details
    Browse the repository at this point in the history
  3. +Definition files to allow use of go generate

    This should considerably ease the usage of the profileBuilder.
    marstr committed Feb 8, 2018
    Configuration menu
    Copy the full SHA
    b530e73 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ffe7c39 View commit details
    Browse the repository at this point in the history
  5. Adding headers

    marstr committed Feb 8, 2018
    Configuration menu
    Copy the full SHA
    3debc48 View commit details
    Browse the repository at this point in the history
  6. Working around Azure#1060

    marstr committed Feb 8, 2018
    Configuration menu
    Copy the full SHA
    e225c66 View commit details
    Browse the repository at this point in the history
  7. Updating README and adding dep manifests.

    The `profileBuilder` lives in the same repository as the
    Azure-SDK-for-Go, but is a logically separate enough tool that it
    warrants having its own `dep` manifest. For further reading on how `dep`
    handles multiple manifests, read here:
    
    https://golang.github.io/dep/docs/glossary.html#project-root
    marstr committed Feb 8, 2018
    Configuration menu
    Copy the full SHA
    531faa8 View commit details
    Browse the repository at this point in the history
  8. Fixing License Headers to match CI Regex

    An extra special character was breaking CI. I removed it to squelch the
    message.
    
    Also, renaming the profile `definition.go` files to `generate.go` files
    as per review feedback.
    marstr committed Feb 8, 2018
    Configuration menu
    Copy the full SHA
    9c3ee4f View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    99a687b View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    d7cb677 View commit details
    Browse the repository at this point in the history