8000 Comparing mgutz:v2...homelight:v2 · mgutz/dat · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
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: mgutz/dat
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2
Choose a base ref
...
head repository: homelight/dat
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 16 commits
  • 48 files changed
  • 6 contributors

Commits on Feb 13, 2017

  1. Bump maxLookup

    See #54
    anoopr authored Feb 13, 2017
    Configuration menu
    Copy the full SHA
    cd75e6e View commit details
    Browse the repository at this point in the history

Commits on Apr 10, 2018

  1. added support for setting null fields

    Chris Belsole committed Apr 10, 2018
    Configuration menu
    Copy the full SHA
    eae282c View commit details
    Browse the repository at this point in the history
  2. Wrapping guid.NewV4() to get prior behavior returning a single value.

    Recently, the go.uuid library was modified to return a string, and an error when generating UUIDs. See [1]. For backwards compatibility, a Must func helper is provided which panics if there are any errors, reovering the prior behavior.
    
    [1] satori/go.uuid@0ef6afb#diff-18f04d9ad3369192f1154eb2a981af41
    pascallouisperez authored and Chris Belsole committed Apr 10, 2018
    Configuration menu
    Copy the full SHA
    79dab78 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #1 from cbelsole/support_setting_nullable_fields_v2

    added support for setting null fields
    cbelsole authored Apr 10, 2018
    Configuration menu
    Copy the full SHA
    2d719e2 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #2 from cbelsole/fix_uuid

    Wrapping guid.NewV4() to get prior behavior returning a single value
    cbelsole authored Apr 10, 2018
    Configuration menu
    Copy the full SHA
    37919c5 View commit details
    Browse the repository at this point in the history
  5. cleaned up imports to point at helloeave

    Chris Belsole committed Apr 10, 2018
    Configuration menu
    Copy the full SHA
    804eec9 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #4 from helloeave/point_imports_to_helloeave

    cleaned up imports to point at helloeave and upgrade uuid package
    cbelsole authored Apr 10, 2018
    Configuration menu
    Copy the full SHA
    43eb627 View commit details
    Browse the repository at this point in the history

Commits on Apr 30, 2018

  1. Fix nullability handling (#5)

    * Don't allocate default values for nil ptrs
    pastormt authored Apr 30, 2018
    Configuration menu
    Copy the full SHA
    176d7ff View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2019

  1. swap out glide for go modules

    Chris Belsole committed Sep 10, 2019
    Configuration menu
    Copy the full SHA
    d66c61f View commit details
    Browse the repository at this point in the history
  2. Merge pull request #16 from helloeave/go_modules

    swap out Glide for Go modules
    Chris Belsole authored Sep 10, 2019
    Configuration menu
    Copy the full SHA
    6a72ab0 View commit details
    Browse the repository at this point in the history

Commits on Jun 13, 2021

  1. Added new API methods that are context aware

    Chris Belsole committed Jun 13, 2021
    Configuration menu
    Copy the full SHA
    bb556e4 View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2021

  1. fixed transactions and interface

    Chris Belsole committed Jun 14, 2021
    Configuration menu
    Copy the full SHA
    f7de389 View commit details
    Browse the repository at this point in the history
  2. added some tests and test steps to the readme

    Chris Belsole committed Jun 14, 2021
    Configuration menu
    Copy the full SHA
    6d317ae View commit details
    Browse the repository at this point in the history

Commits on Jun 15, 2021

  1. changed references from helloeave to homelight

    Chris Belsole committed Jun 15, 2021
    Configuration menu
    Copy the full SHA
    fe81201 View commit details
    Browse the repository at this point in the history
  2. cleaned up imports

    Chris Belsole committed Jun 15, 2021
    Configuration menu
    Copy the full SHA
    5742a22 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #17 from homelight/context_aware_query_methods

    Context aware query methods
    Chris Belsole authored Jun 15, 2021
    Configuration menu
    Copy the full SHA
    3dc49d8 View commit details
    Browse the repository at this point in the history
Loading
0