Skip to content
This repository has been archived by the owner on May 16, 2022. It is now read-only.

Update go version, reduce PNG file size, add goreleaser #22

Open
wants to merge 29 commits into
base: master
Choose a base branch
from

Commits on Jul 5, 2021

  1. - increasing golang version to 1.16.5

    Andreas Braumann committed Jul 5, 2021
    Configuration menu
    Copy the full SHA
    50621da View commit details
    Browse the repository at this point in the history
  2. - fix counterfeiter version

    Andreas Braumann committed Jul 5, 2021
    Configuration menu
    Copy the full SHA
    b48cf09 View commit details
    Browse the repository at this point in the history
  3. - turing into a mod

    Andreas Braumann committed Jul 5, 2021
    Configuration menu
    Copy the full SHA
    95c92da View commit details
    Browse the repository at this point in the history
  4. - getting modules the module way

    Andreas Braumann committed Jul 5, 2021
    Configuration menu
    Copy the full SHA
    f3519b1 View commit details
    Browse the repository at this point in the history
  5. - updated deps

    Andreas Braumann committed Jul 5, 2021
    Configuration menu
    Copy the full SHA
    4e74c59 View commit details
    Browse the repository at this point in the history
  6. - remove local

    Andreas Braumann committed Jul 5, 2021
    Configuration menu
    Copy the full SHA
    86e15e2 View commit details
    Browse the repository at this point in the history
  7. - passing tests?

    Andreas Braumann committed Jul 5, 2021
    Configuration menu
    Copy the full SHA
    e5a9abf View commit details
    Browse the repository at this point in the history

Commits on Jul 6, 2021

  1. - ginkgo path

    Andreas Braumann committed Jul 6, 2021
    Configuration menu
    Copy the full SHA
    8ecf1aa View commit details
    Browse the repository at this point in the history
  2. - revert

    Andreas Braumann committed Jul 6, 2021
    Configuration menu
    Copy the full SHA
    7bf302d View commit details
    Browse the repository at this point in the history
  3. - test different working directory

    Andreas Braumann committed Jul 6, 2021
    Configuration menu
    Copy the full SHA
    30bc16b View commit details
    Browse the repository at this point in the history

Commits on Jul 8, 2021

  1. - removed go get line

    - built "something" that made tests wreak havoc
    Andreas Braumann committed Jul 8, 2021
    Configuration menu
    Copy the full SHA
    a487efc View commit details
    Browse the repository at this point in the history
  2. - storing the built artifact

    Andreas Braumann committed Jul 8, 2021
    Configuration menu
    Copy the full SHA
    e76b893 View commit details
    Browse the repository at this point in the history
  3. - using go and gor orbs to simplify steps

    - added release workflow
    Andreas Braumann committed Jul 8, 2021
    Configuration menu
    Copy the full SHA
    1f7a9e3 View commit details
    Browse the repository at this point in the history
  4. - trying store_test_results

    Andreas Braumann committed Jul 8, 2021
    Configuration menu
    Copy the full SHA
    c45d686 View commit details
    Browse the repository at this point in the history
  5. - using lossypng to bring the written png down to desktop app level

    - added go-zlib for faster compression
    - it adds ~10 seconds processing time
    Andreas Braumann committed Jul 8, 2021
    Configuration menu
    Copy the full SHA
    ffbe9b6 View commit details
    Browse the repository at this point in the history
  6. Update .gitignore

    otherguy authored Jul 8, 2021
    Configuration menu
    Copy the full SHA
    4ed9a9c View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2021

  1. - removed unnecessary lines

    Andreas Braumann committed Jul 12, 2021
    Configuration menu
    Copy the full SHA
    d3ab9d4 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'ft-second-try-2' of https://github.com/remove-bg/go int…

    …o ft-second-try-2
    Andreas Braumann committed Jul 12, 2021
    Configuration menu
    Copy the full SHA
    3e0b0d4 View commit details
    Browse the repository at this point in the history
  3. - added local test command

    Andreas Braumann committed Jul 12, 2021
    Configuration menu
    Copy the full SHA
    d03143f View commit details
    Browse the repository at this point in the history

Commits on Jul 26, 2021

  1. - using github.com/xyproto/imagelib for png encoding

    Andreas Braumann committed Jul 26, 2021
    Configuration menu
    Copy the full SHA
    dd656fa View commit details
    Browse the repository at this point in the history
  2. - properly go got github.com/xyproto/imagelib

    Andreas Braumann committed Jul 26, 2021
    Configuration menu
    Copy the full SHA
    c863a4b View commit details
    Browse the repository at this point in the history
  3. - updated reference fixture image

    Andreas Braumann committed Jul 26, 2021
    Configuration menu
    Copy the full SHA
    5bb4e35 View commit details
    Browse the repository at this point in the history
  4. - updated readme

    Andreas Braumann committed Jul 26, 2021
    Configuration menu
    Copy the full SHA
    f2c401f View commit details
    Browse the repository at this point in the history
  5. - fixed call

    Andreas Braumann committed Jul 26, 2021
    Configuration menu
    Copy the full SHA
    b818bcd View commit details
    Browse the repository at this point in the history
  6. - trying without cache

    Andreas Braumann committed Jul 26, 2021
    Configuration menu
    Copy the full SHA
    841d5d5 View commit details
    Browse the repository at this point in the history
  7. - trying with old image

    Andreas Braumann committed Jul 26, 2021
    Configuration menu
    Copy the full SHA
    9fc5e85 View commit details
    Browse the repository at this point in the history
  8. - readding cache

    Andreas Braumann committed Jul 26, 2021
    Configuration menu
    Copy the full SHA
    c1116c3 View commit details
    Browse the repository at this point in the history
  9. - removed imagelib

    - writing png directly for smaller file sizes
    Andreas Braumann committed Jul 26, 2021
    Configuration menu
    Copy the full SHA
    6ff7bd9 View commit details
    Browse the repository at this point in the history
  10. - fixed

    Andreas Braumann committed Jul 26, 2021
    Configuration menu
    Copy the full SHA
    55d608e View commit details
    Browse the repository at this point in the history