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

kitgen implementation #589

Merged
merged 123 commits into from
Dec 3, 2017
Merged

kitgen implementation #589

merged 123 commits into from
Dec 3, 2017

Commits on Jul 3, 2016

  1. cmd/kitgen: parse

    peterbourgon committed Jul 3, 2016
    Configuration menu
    Copy the full SHA
    6777c8b View commit details
    Browse the repository at this point in the history

Commits on Jul 15, 2017

  1. First stymie

    nyarly committed Jul 15, 2017
    Configuration menu
    Copy the full SHA
    bea53cb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d87c2ef View commit details
    Browse the repository at this point in the history

Commits on Jul 16, 2017

  1. Sketch developing

    nyarly committed Jul 16, 2017
    Configuration menu
    Copy the full SHA
    c302638 View commit details
    Browse the repository at this point in the history

Commits on Jul 17, 2017

  1. Broken sketch.

    nyarly committed Jul 17, 2017
    Configuration menu
    Copy the full SHA
    2eadf3a View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2017

  1. Configuration menu
    Copy the full SHA
    feb1308 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cfbb55d View commit details
    Browse the repository at this point in the history

Commits on Jul 19, 2017

  1. Running downhill.

    nyarly committed Jul 19, 2017
    Configuration menu
    Copy the full SHA
    191e38b View commit details
    Browse the repository at this point in the history

Commits on Jul 21, 2017

  1. sd: add Stop method to Instancer interface

    Every implementation (modulo mock/test impls) already provided this
    method, and so it makes sense to lift it to the interface definition.
    
    Closes go-kit#566.
    peterbourgon committed Jul 21, 2017
    Configuration menu
    Copy the full SHA
    961b593 View commit details
    Browse the repository at this point in the history

Commits on Jul 24, 2017

  1. Configuration menu
    Copy the full SHA
    b2b79e8 View commit details
    Browse the repository at this point in the history

Commits on Jul 26, 2017

  1. Needs uniquify for varnames

    nyarly committed Jul 26, 2017
    Configuration menu
    Copy the full SHA
    7e30257 View commit details
    Browse the repository at this point in the history

Commits on Jul 30, 2017

  1. Track gauge values and support default tags for dogstatsd

    Dogstatsd doesn't support sending deltas for gauges, so we must
    maintain the raw gauge value ourselves.
    jfhamlin committed Jul 30, 2017
    Configuration menu
    Copy the full SHA
    1dbe8fa View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2017

  1. Service generation tests work

    nyarly committed Jul 31, 2017
    Configuration menu
    Copy the full SHA
    e40ee5b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b04b2e2 View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2017

  1. Refactor cloudwatch: Reset().Walk() on every Send(), like influx impl…

    … does.
    
    Note there is a breaking API change, as the cloudwatch object now has optional parameters.
    feliksik committed Aug 1, 2017
    Configuration menu
    Copy the full SHA
    2a3c64e View commit details
    Browse the repository at this point in the history
  2. Tolerate that there may not be any lables, if the teststat.FillCounte…

    …r() did not add any samples.
    feliksik committed Aug 1, 2017
    Configuration menu
    Copy the full SHA
    1f238bf View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    002c376 View commit details
    Browse the repository at this point in the history

Commits on Aug 3, 2017

  1. Configuration menu
    Copy the full SHA
    ab2a990 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    aa9583c View commit details
    Browse the repository at this point in the history
  3. Merge pull request go-kit#596 from go-kit/fix-test-flake

    sd: fix TestDefaultEndpointer flake, hopefully
    peterbourgon authored Aug 3, 2017
    Configuration menu
    Copy the full SHA
    8e03b4c View commit details
    Browse the repository at this point in the history

Commits on Aug 4, 2017

  1. removed deprecated functions

    changed `NewContext -> NewOutgoingContext` and `FromContext ->
    FromIncomingContext` as described in
    [metadta](https://github.com/grpc/grpc-go/blob/master/metadata/metadata.go)
    travissalascox committed Aug 4, 2017
    Configuration menu
    Copy the full SHA
    335e7c7 View commit details
    Browse the repository at this point in the history

Commits on Aug 7, 2017

  1. Merge pull request go-kit#591 from feliksik/bug/cloudwatch-reset-counter

    Make sure Cloudwatch-metrics only send the *new* counter values.
    peterbourgon authored Aug 7, 2017
    Configuration menu
    Copy the full SHA
    c66fcdb View commit details
    Browse the repository at this point in the history
  2. Merge pull request go-kit#598 from travissalascox/master

    removed deprecated functions
    peterbourgon authored Aug 7, 2017
    Configuration menu
    Copy the full SHA
    7c0038d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    866d91f View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2017

  1. Configuration menu
    Copy the full SHA
    f583a20 View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2017

  1. Configuration menu
    Copy the full SHA
    c961428 View commit details
    Browse the repository at this point in the history

Commits on Aug 10, 2017

  1. Configuration menu
    Copy the full SHA
    0be9fba View commit details
    Browse the repository at this point in the history

Commits on Aug 13, 2017

  1. Configuration menu
    Copy the full SHA
    6d351cc View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2017

  1. Configuration menu
    Copy the full SHA
    cd6c724 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4d9f525 View commit details
    Browse the repository at this point in the history
  3. Merge pull request go-kit#588 from jfhamlin/fix/dogstatsd

    Track gauge values and support default tags for dogstatsd
    peterbourgon authored Aug 14, 2017
    Configuration menu
    Copy the full SHA
    bcc4b77 View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2017

  1. Fix for dogstatsd metrics with default tags and no labelValues

    Signed-off-by: James Hamlin <james@goforward.com>
    jfhamlin committed Aug 15, 2017
    Configuration menu
    Copy the full SHA
    ca3a8b3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c2c2e83 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9368400 View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2017

  1. Configuration menu
    Copy the full SHA
    d3c6931 View commit details
    Browse the repository at this point in the history
  2. Merge pull request go-kit#603 from elliotwms/patch-1

    Fix spelling of deregisters
    peterbourgon authored Aug 16, 2017
    Configuration menu
    Copy the full SHA
    bd8e098 View commit details
    Browse the repository at this point in the history
  3. Merge pull request go-kit#599 from feliksik/feliksik/easy-percentiles

    Cleaner/easier way for user to specify Cloudwatch metric percentiles
    peterbourgon authored Aug 16, 2017
    Configuration menu
    Copy the full SHA
    94d041d View commit details
    Browse the repository at this point in the history

Commits on Aug 17, 2017

  1. Merge pull request go-kit#602 from jfhamlin/fix/dogstatsd

    Fix for dogstatsd metrics with default tags and no labelValues
    peterbourgon authored Aug 17, 2017
    Configuration menu
    Copy the full SHA
    f01651a View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2017

  1. Add basic auth middleware

    Dmitry Salakhov committed Aug 19, 2017
    Configuration menu
    Copy the full SHA
    b48aaea View commit details
    Browse the repository at this point in the history

Commits on Aug 20, 2017

  1. Default layout

    nyarly committed Aug 20, 2017
    Configuration menu
    Copy the full SHA
    a5fca17 View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2017

  1. Configuration menu
    Copy the full SHA
    2f72aff View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2017

  1. Basic Auth: optimize memory allocation.

    Dmitry Salakhov committed Aug 28, 2017
    Configuration menu
    Copy the full SHA
    8c6ad4e View commit details
    Browse the repository at this point in the history
  2. Fix typo

    gosharplite authored Aug 28, 2017
    Configuration menu
    Copy the full SHA
    e317ca4 View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2017

  1. cache required creds' slices

    Dmitry Salakhov committed Aug 29, 2017
    Configuration menu
    Copy the full SHA
    37a2080 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f7593d1 View commit details
    Browse the repository at this point in the history
  3. Clean up comment

    Dmitry Salakhov committed Aug 29, 2017
    Configuration menu
    Copy the full SHA
    6b4ca49 View commit details
    Browse the repository at this point in the history

Commits on Aug 31, 2017

  1. Replacing idents successfully

    nyarly committed Aug 31, 2017
    Configuration menu
    Copy the full SHA
    8a45441 View commit details
    Browse the repository at this point in the history

Commits on Sep 2, 2017

  1. improve error handling and style

    Dmitry Salakhov committed Sep 2, 2017
    Configuration menu
    Copy the full SHA
    355d3e3 View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2017

  1. Configuration menu
    Copy the full SHA
    d357b9e View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2017

  1. Some debugging - transit

    nyarly committed Sep 11, 2017
    Configuration menu
    Copy the full SHA
    74f0d79 View commit details
    Browse the repository at this point in the history

Commits on Sep 15, 2017

  1. Set time unit on metrics.Timer

    esenac committed Sep 15, 2017
    Configuration menu
    Copy the full SHA
    4e222a3 View commit details
    Browse the repository at this point in the history
  2. Changes as per code review

    esenac committed Sep 15, 2017
    Configuration menu
    Copy the full SHA
    0b39753 View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2017

  1. fix missing comma in example histogram code

    Daniel García committed Sep 16, 2017
    Configuration menu
    Copy the full SHA
    0e30e42 View commit details
    Browse the repository at this point in the history

Commits on Sep 17, 2017

  1. Merge pull request go-kit#605 from DimaSalakhov/basicAuth

    Add basic auth middleware
    peterbourgon authored Sep 17, 2017
    Configuration menu
    Copy the full SHA
    7862b3f View commit details
    Browse the repository at this point in the history
  2. Merge pull request go-kit#611 from daniel-garcia/fixMissingComma

    fix missing comma in example histogram code
    peterbourgon authored Sep 17, 2017
    Configuration menu
    Copy the full SHA
    f99388b View commit details
    Browse the repository at this point in the history
  3. Merge pull request go-kit#610 from esenac/timer-unit

    Set time unit on metrics.Timer
    peterbourgon authored Sep 17, 2017
    Configuration menu
    Copy the full SHA
    b5c889e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b1eb1a0 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f3cb2c0 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    5d18314 View commit details
    Browse the repository at this point in the history
  7. Merge pull request go-kit#583 from go-kit/instancer-stop

    sd: add Stop method to Instancer interface
    peterbourgon authored Sep 17, 2017
    Configuration menu
    Copy the full SHA
    e9af46a View commit details
    Browse the repository at this point in the history
  8. Merge pull request go-kit#613 from go-kit/version-changes

    go1.9 and tip only, to support latest coreos/etcd/client
    peterbourgon authored Sep 17, 2017
    Configuration menu
    Copy the full SHA
    0d313fb View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    413893d View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    c18c922 View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2017

  1. Nearly 100% functionality

    nyarly committed Sep 18, 2017
    Configuration menu
    Copy the full SHA
    2bd8e4d View commit details
    Browse the repository at this point in the history

Commits on Sep 24, 2017

  1. Configuration menu
    Copy the full SHA
    706be2a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e49f103 View commit details
    Browse the repository at this point in the history
  3. Removing AST experiments

    nyarly committed Sep 24, 2017
    Configuration menu
    Copy the full SHA
    55ba856 View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2017

  1. Configuration menu
    Copy the full SHA
    b225e46 View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2017

  1. Tiny little notes

    nyarly committed Sep 26, 2017
    Configuration menu
    Copy the full SHA
    7ce03db View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4c2a022 View commit details
    Browse the repository at this point in the history
  3. auth/jwt: minor gofmt fixes

    bcho committed Sep 26, 2017
    Configuration menu
    Copy the full SHA
    492a87e View commit details
    Browse the repository at this point in the history
  4. Merge pull request go-kit#617 from bcho/fix-doc/auth-jwt

    auth/jwt: minor doc update
    ChrisHines authored Sep 26, 2017
    Configuration menu
    Copy the full SHA
    9ed3743 View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2017

  1. Configuration menu
    Copy the full SHA
    c05f7e6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4dc7be5 View commit details
    Browse the repository at this point in the history

Commits on Oct 8, 2017

  1. Configuration menu
    Copy the full SHA
    b1240ac View commit details
    Browse the repository at this point in the history

Commits on Oct 9, 2017

  1. Remove dependency on juju

    nelz9999 committed Oct 9, 2017
    Configuration menu
    Copy the full SHA
    3752c99 View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2017

  1. Configuration menu
    Copy the full SHA
    43c4183 View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2017

  1. Merge pull request go-kit#622 from nelz9999/nelz-x-juju

    Remove dependency on juju
    peterbourgon authored Oct 21, 2017
    Configuration menu
    Copy the full SHA
    e2b2984 View commit details
    Browse the repository at this point in the history

Commits on Oct 29, 2017

  1. Recreating profilesvc issue

    nyarly committed Oct 29, 2017
    Configuration menu
    Copy the full SHA
    0f76b6c View commit details
    Browse the repository at this point in the history
  2. Adding .ignore for rg

    nyarly committed Oct 29, 2017
    Configuration menu
    Copy the full SHA
    d3d877a View commit details
    Browse the repository at this point in the history

Commits on Oct 30, 2017

  1. Configuration menu
    Copy the full SHA
    d280089 View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2017

  1. Configuration menu
    Copy the full SHA
    b44e2a5 View commit details
    Browse the repository at this point in the history

Commits on Nov 2, 2017

  1. Configuration menu
    Copy the full SHA
    d7d6d07 View commit details
    Browse the repository at this point in the history

Commits on Nov 4, 2017

  1. Configuration menu
    Copy the full SHA
    e98edf9 View commit details
    Browse the repository at this point in the history

Commits on Nov 5, 2017

  1. Configuration menu
    Copy the full SHA
    40a7aee View commit details
    Browse the repository at this point in the history

Commits on Nov 12, 2017

  1. Try to fix Thrift failure (again) (go-kit#630)

    * Empty commit to trigger CI
    
    * examples/addsvc: rebuild with latest thrift
    peterbourgon authored Nov 12, 2017
    Configuration menu
    Copy the full SHA
    e3b2152 View commit details
    Browse the repository at this point in the history

Commits on Dec 1, 2017

  1. cmd/kitgen: parse

    peterbourgon authored and nyarly committed Dec 1, 2017
    Configuration menu
    Copy the full SHA
    1c434a3 View commit details
    Browse the repository at this point in the history
  2. First stymie

    nyarly committed Dec 1, 2017
    Configuration menu
    Copy the full SHA
    74638bd View commit details
    Browse the repository at this point in the history
  3. Sketch developing

    nyarly committed Dec 1, 2017
    Configuration menu
    Copy the full SHA
    4374643 View commit details
    Browse the repository at this point in the history
  4. Broken sketch.

    nyarly committed Dec 1, 2017
    Configuration menu
    Copy the full SHA
    9b2f777 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a6627d0 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    080d80e View commit details
    Browse the repository at this point in the history
  7. Running downhill.

    nyarly committed Dec 1, 2017
    Configuration menu
    Copy the full SHA
    dab9ae7 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    6246ebb View commit details
    Browse the repository at this point in the history
  9. Needs uniquify for varnames

    nyarly committed Dec 1, 2017
    Configuration menu
    Copy the full SHA
    4441bc6 View commit details
    Browse the repository at this point in the history
  10. Service generation tests work

    nyarly committed Dec 1, 2017
    Configuration menu
    Copy the full SHA
    d4d943a View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    00fee2e View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    c8b3d29 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    06d8837 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    f76159f View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    fe75631 View commit details
    Browse the repository at this point in the history
  16. Default layout

    nyarly committed Dec 1, 2017
    Configuration menu
    Copy the full SHA
    475bc74 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    b167bc4 View commit details
    Browse the repository at this point in the history
  18. Replacing idents successfully

    nyarly committed Dec 1, 2017
    Configuration menu
    Copy the full SHA
    1bae153 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    ba93957 View commit details
    Browse the repository at this point in the history
  20. Some debugging - transit

    nyarly committed Dec 1, 2017
    Configuration menu
    Copy the full SHA
    518b57a View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    ad302ba View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    d3bcaa8 View commit details
    Browse the repository at this point in the history
  23. Nearly 100% functionality

    nyarly committed Dec 1, 2017
    Configuration menu
    Copy the full SHA
    4c028a1 View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    73c5884 View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    34048c2 View commit details
    Browse the repository at this point in the history
  26. Removing AST experiments

    nyarly committed Dec 1, 2017
    Configuration menu
    Copy the full SHA
    07595a6 View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    b9210a2 View commit details
    Browse the repository at this point in the history
  28. Tiny little notes

    nyarly committed Dec 1, 2017
    Configuration menu
    Copy the full SHA
    566f9bf View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    351ad9f View commit details
    Browse the repository at this point in the history
  30. Recreating profilesvc issue

    nyarly committed Dec 1, 2017
    Configuration menu
    Copy the full SHA
    0156ebe View commit details
    Browse the repository at this point in the history
  31. Adding .ignore for rg

    nyarly committed Dec 1, 2017
    Configuration menu
    Copy the full SHA
    72c389e View commit details
    Browse the repository at this point in the history
  32. Configuration menu
    Copy the full SHA
    31848c5 View commit details
    Browse the repository at this point in the history
  33. Configuration menu
    Copy the full SHA
    73c8ebc View commit details
    Browse the repository at this point in the history
  34. Configuration menu
    Copy the full SHA
    964b4e7 View commit details
    Browse the repository at this point in the history
  35. Configuration menu
    Copy the full SHA
    b203a76 View commit details
    Browse the repository at this point in the history
  36. Configuration menu
    Copy the full SHA
    0096b57 View commit details
    Browse the repository at this point in the history
  37. Configuration menu
    Copy the full SHA
    627d553 View commit details
    Browse the repository at this point in the history