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: NixOS/nixpkgs
base: 6ff80e7ac395
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: 6884da4784df
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Oct 29, 2020

  1. promscale: 0.1.0 -> 0.1.1

    Changelog:
     - Add QueryRow to our connection interface
     - Add SQL API for managing metric compression setting
     - Add code documentation for query/read path of the connector
     - Adds support for checking pg version on startup
     - BUGFIX reset pendingBuffer epoch when we're done
     - Epoch-Based cache validation
     - First pass documenting the write path
     - Fix bug with deletion of metric name labels.
     - Fix erroneous PromQL query in end-to-end tests
     - Fix error reporting to prevent panic
     - Fix golden file tests
     - Fix logging output to match rest of the project
     - Fix views on Vanilla PG and add tests
     - Make example docker-compose clearer (#305)
     - Mask password while printing config
     - Prepare for the 0.1.1 release
     - Prepare for the next development cycle
     - REFACTOR rearrange mocks
     - REFACTOR switch TestPGXInserterInsertData to the new mock
     - REFACTOR switch TestPGXInserterInsertSeries to the new mock
     - Start a pgmodel Readme
    
    Source: https://github.com/timescale/promscale/releases/tag/0.1.1
    andir committed Oct 29, 2020
    Copy the full SHA
    b64d91e View commit details
    Browse the repository at this point in the history
  2. Merge pull request #102013 from andir/promscale

    promscale: 0.1.0 -> 0.1.1
    marsam committed Oct 29, 2020
    Copy the full SHA
    6884da4 View commit details
    Browse the repository at this point in the history