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

feat(docker): harden docker image #394

Open
wants to merge 95 commits into
base: main
Choose a base branch
from
Open

Commits on Jun 14, 2021

  1. Group replica wal segments by index

    This commit changes the replica path format to group segments within
    a single index in the same directory. This is to eventually add the
    ability to seek to a record on file-based systems without having
    to iterate over the records. The DB shadow WAL will also be changed
    to this same format to support live replicas.
    benbjohnson committed Jun 14, 2021
    Configuration menu
    Copy the full SHA
    fc897b4 View commit details
    Browse the repository at this point in the history

Commits on Jul 23, 2021

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

Commits on Sep 21, 2021

  1. README

    benbjohnson committed Sep 21, 2021
    Configuration menu
    Copy the full SHA
    6db0606 View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2021

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

Commits on Oct 6, 2021

  1. Replica.Restore fallback to DB.path

    Per the godoc on Replica.Restore and RestoreOptions.OutputPath,
    Replica.db.path should be used when RestoreOptions.OutputPath is empty.
    
    Fixes benbjohnson#233
    colin-sitehost authored and benbjohnson committed Oct 6, 2021
    Configuration menu
    Copy the full SHA
    cb33d8c View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2021

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

Commits on Dec 5, 2021

  1. README

    benbjohnson committed Dec 5, 2021
    Configuration menu
    Copy the full SHA
    61c80cb View commit details
    Browse the repository at this point in the history

Commits on Dec 9, 2021

  1. Fix FindMinSnapshotByGeneration() loop ref bug

    This commit fixes an issue where the reference is taken
    on the loop variable rather than the slice element when
    computing the minimum snapshot within a generation so
    it can cause the wrong snapshot to be chosen.
    benbjohnson committed Dec 9, 2021
    Configuration menu
    Copy the full SHA
    d09f4ef View commit details
    Browse the repository at this point in the history
  2. Sort output of snapshots in descending timestamp order

    By default, the snapshots command seems to output in alphabetical order of hash, which isn't meaningful, as far as I can tell.
    
    This change modifies the order of the command output so that ./litestream snapshots returns snapshots from newest to oldest.
    mtlynch authored and benbjohnson committed Dec 9, 2021
    Configuration menu
    Copy the full SHA
    ba6e13b View commit details
    Browse the repository at this point in the history

Commits on Dec 12, 2021

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

Commits on Jan 4, 2022

  1. Refactor Restore()

    This commit refactors out the complexity of downloading ordered WAL
    files in parallel to a type called `WALDownloader`. This makes it
    easier to test the restore separately from the download.
    benbjohnson committed Jan 4, 2022
    Configuration menu
    Copy the full SHA
    3f0ec9f View commit details
    Browse the repository at this point in the history

Commits on Jan 11, 2022

  1. CLI test coverage

    benbjohnson committed Jan 11, 2022
    Configuration menu
    Copy the full SHA
    f308e0b View commit details
    Browse the repository at this point in the history

Commits on Jan 15, 2022

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

Commits on Jan 22, 2022

  1. dependabot.yml

    benbjohnson committed Jan 22, 2022
    Configuration menu
    Copy the full SHA
    b8536fa View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c7aa363 View commit details
    Browse the repository at this point in the history
  3. Restrict CI jobs

    benbjohnson committed Jan 22, 2022
    Configuration menu
    Copy the full SHA
    0a6474f View commit details
    Browse the repository at this point in the history
  4. Update CI

    benbjohnson committed Jan 22, 2022
    Configuration menu
    Copy the full SHA
    b8d0495 View commit details
    Browse the repository at this point in the history
  5. Bump github.com/pierrec/lz4/v4 from 4.1.3 to 4.1.12

    Bumps [github.com/pierrec/lz4/v4](https://github.com/pierrec/lz4) from 4.1.3 to 4.1.12.
    - [Release notes](https://github.com/pierrec/lz4/releases)
    - [Commits](pierrec/lz4@v4.1.3...v4.1.12)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/pierrec/lz4/v4
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and benbjohnson committed Jan 22, 2022
    Configuration menu
    Copy the full SHA
    17831c7 View commit details
    Browse the repository at this point in the history
  6. Bump github.com/aws/aws-sdk-go from 1.27.0 to 1.42.39

    Bumps [github.com/aws/aws-sdk-go](https://github.com/aws/aws-sdk-go) from 1.27.0 to 1.42.39.
    - [Release notes](https://github.com/aws/aws-sdk-go/releases)
    - [Changelog](https://github.com/aws/aws-sdk-go/blob/main/CHANGELOG.md)
    - [Commits](aws/aws-sdk-go@v1.27.0...v1.42.39)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/aws/aws-sdk-go
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and benbjohnson committed Jan 22, 2022
    Configuration menu
    Copy the full SHA
    0b533e5 View commit details
    Browse the repository at this point in the history
  7. Bump cloud.google.com/go/storage from 1.15.0 to 1.18.2

    Bumps [cloud.google.com/go/storage](https://github.com/googleapis/google-cloud-go) from 1.15.0 to 1.18.2.
    - [Release notes](https://github.com/googleapis/google-cloud-go/releases)
    - [Changelog](https://github.com/googleapis/google-cloud-go/blob/main/CHANGES.md)
    - [Commits](googleapis/google-cloud-go@pubsub/v1.15.0...storage/v1.18.2)
    
    ---
    updated-dependencies:
    - dependency-name: cloud.google.com/go/storage
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and benbjohnson committed Jan 22, 2022
    Configuration menu
    Copy the full SHA
    6c5fb2c View commit details
    Browse the repository at this point in the history
  8. Bump google.golang.org/api from 0.45.0 to 0.65.0

    Bumps [google.golang.org/api](https://github.com/googleapis/google-api-go-client) from 0.45.0 to 0.65.0.
    - [Release notes](https://github.com/googleapis/google-api-go-client/releases)
    - [Changelog](https://github.com/googleapis/google-api-go-client/blob/main/CHANGES.md)
    - [Commits](googleapis/google-api-go-client@v0.45.0...v0.65.0)
    
    ---
    updated-dependencies:
    - dependency-name: google.golang.org/api
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and benbjohnson committed Jan 22, 2022
    Configuration menu
    Copy the full SHA
    d045b7b View commit details
    Browse the repository at this point in the history

Commits on Jan 23, 2022

  1. Update sqlite 3.36

    anacrolix authored and benbjohnson committed Jan 23, 2022
    Configuration menu
    Copy the full SHA
    79b50c6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    90715ef View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    500cfd8 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    55c475e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5d24f91 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    3911450 View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2022

  1. Update dependabot.yml

    benbjohnson committed Jan 24, 2022
    Configuration menu
    Copy the full SHA
    8950de8 View commit details
    Browse the repository at this point in the history
  2. Bump github.com/aws/aws-sdk-go from 1.42.39 to 1.42.40

    Bumps [github.com/aws/aws-sdk-go](https://github.com/aws/aws-sdk-go) from 1.42.39 to 1.42.40.
    - [Release notes](https://github.com/aws/aws-sdk-go/releases)
    - [Changelog](https://github.com/aws/aws-sdk-go/blob/main/CHANGELOG.md)
    - [Commits](aws/aws-sdk-go@v1.42.39...v1.42.40)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/aws/aws-sdk-go
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and benbjohnson committed Jan 24, 2022
    Configuration menu
    Copy the full SHA
    8d759bb View commit details
    Browse the repository at this point in the history

Commits on Jan 25, 2022

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

Commits on Jan 26, 2022

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

Commits on Jan 28, 2022

  1. Use sqlite3_file_control(SQLITE_FCNTL_PERSIST_WAL) to persist WAL

    Previously, Litestream would avoid closing the SQLite3 connection
    in order to ensure that the WAL file was not cleaned up by the
    database if it was the last connection. This commit changes the
    behavior by introducing a file control call to perform the same
    action. This allows us to close the database file normally in all
    cases.
    benbjohnson committed Jan 28, 2022
    Configuration menu
    Copy the full SHA
    dbdde21 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f8382cf View commit details
    Browse the repository at this point in the history

Commits on Jan 30, 2022

  1. Configuration menu
    Copy the full SHA
    26f219d View commit details
    Browse the repository at this point in the history
  2. Revert "Add test runner request action"

    This reverts commit 26f219d.
    benbjohnson committed Jan 30, 2022
    Configuration menu
    Copy the full SHA
    906ed9b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0dfa5f9 View commit details
    Browse the repository at this point in the history

Commits on Jan 31, 2022

  1. Fix CodeQL warnings

    benbjohnson committed Jan 31, 2022
    Configuration menu
    Copy the full SHA
    f6c8590 View commit details
    Browse the repository at this point in the history
  2. Add golangci-lint to CI

    benbjohnson committed Jan 31, 2022
    Configuration menu
    Copy the full SHA
    e84994a View commit details
    Browse the repository at this point in the history
  3. Fix golangci-lint issues

    benbjohnson committed Jan 31, 2022
    Configuration menu
    Copy the full SHA
    5d811f2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a2cf2e2 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ee77592 View commit details
    Browse the repository at this point in the history
  6. Bump github.com/aws/aws-sdk-go from 1.42.40 to 1.42.44

    Bumps [github.com/aws/aws-sdk-go](https://github.com/aws/aws-sdk-go) from 1.42.40 to 1.42.44.
    - [Release notes](https://github.com/aws/aws-sdk-go/releases)
    - [Changelog](https://github.com/aws/aws-sdk-go/blob/main/CHANGELOG.md)
    - [Commits](aws/aws-sdk-go@v1.42.40...v1.42.44)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/aws/aws-sdk-go
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and benbjohnson committed Jan 31, 2022
    Configuration menu
    Copy the full SHA
    fb3a3d9 View commit details
    Browse the repository at this point in the history
  7. Bump google.golang.org/api from 0.65.0 to 0.66.0

    Bumps [google.golang.org/api](https://github.com/googleapis/google-api-go-client) from 0.65.0 to 0.66.0.
    - [Release notes](https://github.com/googleapis/google-api-go-client/releases)
    - [Changelog](https://github.com/googleapis/google-api-go-client/blob/main/CHANGES.md)
    - [Commits](googleapis/google-api-go-client@v0.65.0...v0.66.0)
    
    ---
    updated-dependencies:
    - dependency-name: google.golang.org/api
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and benbjohnson committed Jan 31, 2022
    Configuration menu
    Copy the full SHA
    d5c1559 View commit details
    Browse the repository at this point in the history
  8. Bump cloud.google.com/go/storage from 1.18.2 to 1.19.0

    Bumps [cloud.google.com/go/storage](https://github.com/googleapis/google-cloud-go) from 1.18.2 to 1.19.0.
    - [Release notes](https://github.com/googleapis/google-cloud-go/releases)
    - [Changelog](https://github.com/googleapis/google-cloud-go/blob/main/CHANGES.md)
    - [Commits](googleapis/google-cloud-go@storage/v1.18.2...spanner/v1.19.0)
    
    ---
    updated-dependencies:
    - dependency-name: cloud.google.com/go/storage
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and benbjohnson committed Jan 31, 2022
    Configuration menu
    Copy the full SHA
    5f38134 View commit details
    Browse the repository at this point in the history
  9. Bump github.com/prometheus/client_golang from 1.12.0 to 1.12.1

    Bumps [github.com/prometheus/client_golang](https://github.com/prometheus/client_golang) from 1.12.0 to 1.12.1.
    - [Release notes](https://github.com/prometheus/client_golang/releases)
    - [Changelog](https://github.com/prometheus/client_golang/blob/main/CHANGELOG.md)
    - [Commits](prometheus/client_golang@v1.12.0...v1.12.1)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/prometheus/client_golang
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and benbjohnson committed Jan 31, 2022
    Configuration menu
    Copy the full SHA
    89560c8 View commit details
    Browse the repository at this point in the history
  10. Remove shadow WAL iterator

    This commit removes the shadow WAL iterator and replaces it with a
    fileWalSegmentIterator instead. This works since the shadow WAL now
    has the same structure as the replica WAL. This reduces duplicate
    code and will make it so read replication can be daisy chained in
    the future.
    benbjohnson committed Jan 31, 2022
    Configuration menu
    Copy the full SHA
    4349398 View commit details
    Browse the repository at this point in the history

Commits on Feb 5, 2022

  1. Remove Windows support

    Unfortunately, I don't have the expertise or bandwidth to maintain
    the Windows support in Litestream. I'm open to re-adding support in
    the future but right now it is hindering development and is not
    well-tested or well-used.
    benbjohnson committed Feb 5, 2022
    Configuration menu
    Copy the full SHA
    8009bcf View commit details
    Browse the repository at this point in the history

Commits on Feb 6, 2022

  1. Implement FileWatcher

    benbjohnson committed Feb 6, 2022
    Configuration menu
    Copy the full SHA
    762c7ae View commit details
    Browse the repository at this point in the history
  2. Remove built-in validation option

    Previously, Litestream had a validator that worked most of the time
    but also caused some false positives. It is difficult to provide
    validation from with Litestream without controlling outside processes
    that can also affect the database. As such, validation has been moved
    out to the external CI test runner which provides a more consistent
    validation process.
    benbjohnson committed Feb 6, 2022
    Configuration menu
    Copy the full SHA
    76e53dc View commit details
    Browse the repository at this point in the history

Commits on Feb 7, 2022

  1. Add WAL overrun validation

    Under high write load, it is possible for write transactions from
    another process to overrun the WAL between the time when Litestream
    performs a RESTART checkpoint and when it obtains the write lock
    immediately after. This change adds validation that an overrun has
    not occurred and, if it has, it will start a new generation.
    benbjohnson committed Feb 7, 2022
    Configuration menu
    Copy the full SHA
    30a8d07 View commit details
    Browse the repository at this point in the history
  2. Upgrade dependencies

    - github.com/aws/aws-sdk-go v1.42.44 => v1.42.48
    - cloud.google.com/go/storage v1.19.0 => v1.20.0
    - github.com/pierrec/lz4/v4 v4.1.12 => v4.1.14
    - google.golang.org/api v0.66.0 => v0.67.0
    benbjohnson committed Feb 7, 2022
    Configuration menu
    Copy the full SHA
    54f3b94 View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2022

  1. Update index & offset encoding

    Previously, the index & offsets were encoded as 8-character hex
    strings, however, this limits the maximum value to a `uint32`. This
    is normally not an issue, however, indices could go over the maximum
    value of 4 billion over time and the offset could exceed this value
    for an especially large WAL update. For safety, these encodings have
    been updated to 16-character hex encodings.
    benbjohnson committed Feb 8, 2022
    Configuration menu
    Copy the full SHA
    006e4b7 View commit details
    Browse the repository at this point in the history

Commits on Feb 11, 2022

  1. Implement streaming WAL segment iterator

    Currently, WALSegmentIterator implementations read to the end of
    the end of their list of segments and return EOF. This commit adds
    the ability to push additional segments to in-process iterators and
    notify their callers that new segments are available. This is only
    implemented for the file-based iterator but other segment iterators
    may get this implementation in the future or have a wrapping
    iterator provide a polling-based implementation.
    benbjohnson committed Feb 11, 2022
    Configuration menu
    Copy the full SHA
    8589111 View commit details
    Browse the repository at this point in the history

Commits on Feb 15, 2022

  1. Add docker multiarch build and push to release

    Co-authored-by: Ben Johnson <benbjohnson@yahoo.com>
    ohthehugemanatee and benbjohnson committed Feb 15, 2022
    Configuration menu
    Copy the full SHA
    1a630ae View commit details
    Browse the repository at this point in the history
  2. Add Docker arm/v7 to CI

    benbjohnson committed Feb 15, 2022
    Configuration menu
    Copy the full SHA
    fc42576 View commit details
    Browse the repository at this point in the history
  3. Upgrade dependencies

    benbjohnson committed Feb 15, 2022
    Configuration menu
    Copy the full SHA
    fde17d0 View commit details
    Browse the repository at this point in the history
  4. Fix Docker arch mismatch

    benbjohnson committed Feb 15, 2022
    Configuration menu
    Copy the full SHA
    4027c87 View commit details
    Browse the repository at this point in the history

Commits on Feb 18, 2022

  1. Configurable monitor-delay-interval

    The `monitor-delay-interval` has been added to the DB config so that
    users can change the time period between WAL checks after a file
    change notification has occurred. This can be useful to batch up
    changes in larger files in the shadow WAL or to reduce or eliminate
    the delay in propagating changes during read replication.
    
    Setting the interval to zero or less will disable it.
    benbjohnson committed Feb 18, 2022
    Configuration menu
    Copy the full SHA
    6f8cd5a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4898fc2 View commit details
    Browse the repository at this point in the history

Commits on Feb 19, 2022

  1. Implement live read replication

    This commit adds an http server and client for streaming snapshots
    and WAL pages from an upstream Litestream primary to a read-only
    replica.
    benbjohnson committed Feb 19, 2022
    Configuration menu
    Copy the full SHA
    a090706 View commit details
    Browse the repository at this point in the history

Commits on Feb 26, 2022

  1. Improve iterator Next() descriptions

    tniessen authored and benbjohnson committed Feb 26, 2022
    Configuration menu
    Copy the full SHA
    06ea1b1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    62e301a View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2022

  1. Configuration menu
    Copy the full SHA
    c435b6b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    59de3a0 View commit details
    Browse the repository at this point in the history
  3. Disable dependabot

    benbjohnson committed Mar 5, 2022
    Configuration menu
    Copy the full SHA
    1402642 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7fe79d3 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8ee5fcb View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    07d2200 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    d5792c4 View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2022

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

Commits on Apr 2, 2022

  1. Configuration menu
    Copy the full SHA
    8d10881 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6aba416 View commit details
    Browse the repository at this point in the history

Commits on Apr 3, 2022

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

Commits on Apr 5, 2022

  1. Configuration menu
    Copy the full SHA
    4466202 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f53857e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5d394bb View commit details
    Browse the repository at this point in the history

Commits on Apr 9, 2022

  1. Fix release workflow

    benbjohnson committed Apr 9, 2022
    Configuration menu
    Copy the full SHA
    80f8de4 View commit details
    Browse the repository at this point in the history

Commits on Apr 15, 2022

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

Commits on Apr 17, 2022

  1. Add Go code coverage to CI

    mtlynch authored and benbjohnson committed Apr 17, 2022
    Configuration menu
    Copy the full SHA
    301e117 View commit details
    Browse the repository at this point in the history
  2. Fix path to coverage file

    mtlynch authored and benbjohnson committed Apr 17, 2022
    Configuration menu
    Copy the full SHA
    6763e92 View commit details
    Browse the repository at this point in the history
  3. Add a unit test for internal.MD5Hash

    mtlynch authored and benbjohnson committed Apr 17, 2022
    Configuration menu
    Copy the full SHA
    88737d7 View commit details
    Browse the repository at this point in the history

Commits on May 3, 2022

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

Commits on May 10, 2022

  1. Add two environments for overriding endpoint and region

    export LITESTREAM_ACCESS_KEY_ID=your_key_id
    export LITESTREAM_SECRET_ACCESS_KEY=your_access_key
    export LITESTREAM_ENDPOINT=your_endpoint
    export LITESTREAM_REGION=your_region
    litestream replicate fruits.db s3://mybkt/fruits.db
    hnakamur authored and benbjohnson committed May 10, 2022
    Configuration menu
    Copy the full SHA
    e6f7c60 View commit details
    Browse the repository at this point in the history

Commits on May 13, 2022

  1. Fix wal internal error log

    hnakamur authored and benbjohnson committed May 13, 2022
    Configuration menu
    Copy the full SHA
    46597ab View commit details
    Browse the repository at this point in the history

Commits on May 16, 2022

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

Commits on Jun 7, 2022

  1. Use fsnotify

    mattn authored and benbjohnson committed Jun 7, 2022
    Configuration menu
    Copy the full SHA
    2c0dce2 View commit details
    Browse the repository at this point in the history
  2. Unwatch directory

    mattn authored and benbjohnson committed Jun 7, 2022
    Configuration menu
    Copy the full SHA
    7d0167f View commit details
    Browse the repository at this point in the history
  3. Re-add Fileinfo()

    benbjohnson committed Jun 7, 2022
    Configuration menu
    Copy the full SHA
    e9dbf83 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4522c7b View commit details
    Browse the repository at this point in the history
  5. Fix build tag

    mattn authored and benbjohnson committed Jun 7, 2022
    Configuration menu
    Copy the full SHA
    31aa5b3 View commit details
    Browse the repository at this point in the history

Commits on Jun 23, 2022

  1. Improve readability

    Signed-off-by: Ryan Russell <ryanrussell@users.noreply.github.com>
    ryanrussell authored and benbjohnson committed Jun 23, 2022
    Configuration menu
    Copy the full SHA
    2acdab0 View commit details
    Browse the repository at this point in the history
  2. Revert to correct wal_downloader.go

    Signed-off-by: Ryan Russell <git@ryanrussell.org>
    ryanrussell authored and benbjohnson committed Jun 23, 2022
    Configuration menu
    Copy the full SHA
    80cd049 View commit details
    Browse the repository at this point in the history

Commits on Jun 30, 2022

  1. Configuration menu
    Copy the full SHA
    9f9f4c0 View commit details
    Browse the repository at this point in the history
  2. chore: fix build

    hazcod committed Jun 30, 2022
    Configuration menu
    Copy the full SHA
    5124cc4 View commit details
    Browse the repository at this point in the history