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

release/1.0.0 #36

Merged
merged 62 commits into from
Nov 23, 2021
Merged

release/1.0.0 #36

merged 62 commits into from
Nov 23, 2021

Commits on Nov 17, 2021

  1. small doc update

    shiouen committed Nov 17, 2021
    Configuration menu
    Copy the full SHA
    2d97157 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ffcbee3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    03f8241 View commit details
    Browse the repository at this point in the history
  4. moved internal/semver to pkg/semver - renamed semver.detection config…

    … to semver.match - removed internal/senver readme
    shiouen committed Nov 17, 2021
    Configuration menu
    Copy the full SHA
    9ed136a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d041be2 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    bad33d9 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    b8071c1 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    bf7fb78 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    ec978b6 View commit details
    Browse the repository at this point in the history
  10. formatting

    shiouen committed Nov 17, 2021
    Configuration menu
    Copy the full SHA
    d801c26 View commit details
    Browse the repository at this point in the history
  11. documented core methods

    shiouen committed Nov 17, 2021
    Configuration menu
    Copy the full SHA
    dbe2796 View commit details
    Browse the repository at this point in the history
  12. fixed some docs

    shiouen committed Nov 17, 2021
    Configuration menu
    Copy the full SHA
    a2ef270 View commit details
    Browse the repository at this point in the history
  13. moved commands package to the cli package - moved constants to intern…

    …al package - created editable CLI defaults
    shiouen committed Nov 17, 2021
    Configuration menu
    Copy the full SHA
    93d7bab View commit details
    Browse the repository at this point in the history
  14. small rename

    shiouen committed Nov 17, 2021
    Configuration menu
    Copy the full SHA
    ed218f9 View commit details
    Browse the repository at this point in the history
  15. Merge pull request #27 from restechnica/feature/core

    feature/core
    shiouen committed Nov 17, 2021
    Configuration menu
    Copy the full SHA
    34ba7ac View commit details
    Browse the repository at this point in the history

Commits on Nov 18, 2021

  1. formatting

    shiouen committed Nov 18, 2021
    Configuration menu
    Copy the full SHA
    34eebda View commit details
    Browse the repository at this point in the history
  2. applied different cmd folder structure - root main.go is now a copy o…

    …f the cmd/sbot/main.go - some makefile improvements
    shiouen committed Nov 18, 2021
    Configuration menu
    Copy the full SHA
    b46979d View commit details
    Browse the repository at this point in the history
  3. Merge pull request #28 from restechnica/fix/build-setup

    fix/build-setup
    shiouen committed Nov 18, 2021
    Configuration menu
    Copy the full SHA
    23805c5 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    27b434f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    1e2e12f View commit details
    Browse the repository at this point in the history
  6. fixed import formatting

    shiouen committed Nov 18, 2021
    Configuration menu
    Copy the full SHA
    4256133 View commit details
    Browse the repository at this point in the history
  7. implemented predict and release version methods in version api - swit…

    …ched to version api in core package - moved all remaining 'rogue' git executions to the git api
    shiouen committed Nov 18, 2021
    Configuration menu
    Copy the full SHA
    c4e1bec View commit details
    Browse the repository at this point in the history
  8. moved more core logic into the version api - update core documentatio…

    …n to be more simplified - updated version api documentation to be more in-depth
    shiouen committed Nov 18, 2021
    Configuration menu
    Copy the full SHA
    b278310 View commit details
    Browse the repository at this point in the history
  9. exposed the GitAPI commander publicly (good for unit testing) - git b…

    …ranch mode and git commit mode have been changed to run git commands through the git api
    shiouen committed Nov 18, 2021
    Configuration menu
    Copy the full SHA
    6a46f82 View commit details
    Browse the repository at this point in the history
  10. Merge pull request #29 from restechnica/fix/build-setup

    fix/build-setup
    shiouen committed Nov 18, 2021
    Configuration menu
    Copy the full SHA
    55835f8 View commit details
    Browse the repository at this point in the history
  11. added semver package readme

    shiouen committed Nov 18, 2021
    Configuration menu
    Copy the full SHA
    50c96aa View commit details
    Browse the repository at this point in the history
  12. config file flag usage now makes use of default config file path inst…

    …ead of hardcoded path
    shiouen committed Nov 18, 2021
    Configuration menu
    Copy the full SHA
    345b578 View commit details
    Browse the repository at this point in the history

Commits on Nov 20, 2021

  1. added string util methods

    shiouen committed Nov 20, 2021
    Configuration menu
    Copy the full SHA
    cc100d7 View commit details
    Browse the repository at this point in the history
  2. deleted readme

    shiouen committed Nov 20, 2021
    Configuration menu
    Copy the full SHA
    b50f269 View commit details
    Browse the repository at this point in the history
  3. moved semver modes to a modes package - renamed the mode api - remove…

    …d mode detector - added delimiters to git modes - moved mode detection to git modes - implemented delimiter logic for git modes
    shiouen committed Nov 20, 2021
    Configuration menu
    Copy the full SHA
    ae5873e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    730e69f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    24638c7 View commit details
    Browse the repository at this point in the history
  6. fixed a bug in versions API preventing a release from prefixing versi…

    …ons before pushing them as a git tag - added git mode delimiters as parameters for the modes API - added modes API as parameter of the version API - core release logic now reuses core predict logic - added defaults for git tags prefix and mode configs - added viper defaults for git mode delimiter configs
    shiouen committed Nov 20, 2021
    Configuration menu
    Copy the full SHA
    62cbcf4 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    8013a76 View commit details
    Browse the repository at this point in the history
  8. simplified .semverbot.toml

    shiouen committed Nov 20, 2021
    Configuration menu
    Copy the full SHA
    26ecfab View commit details
    Browse the repository at this point in the history
  9. Merge pull request #30 from restechnica/feature/separate-mode-from-se…

    …mver
    
    feature/separate-mode-from-semver-package
    shiouen committed Nov 20, 2021
    Configuration menu
    Copy the full SHA
    f42b302 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    f94c962 View commit details
    Browse the repository at this point in the history
  11. Merge pull request #31 from restechnica/feature/generated-default-config

    feature/generated-default-config
    shiouen committed Nov 20, 2021
    Configuration menu
    Copy the full SHA
    2d6a15c View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    467cfc9 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    57d98b6 View commit details
    Browse the repository at this point in the history
  14. moved mocks to different files - created git api interface to help wi…

    …th faking and mocking - renamed the original implementation to git command api - created fake git api - moved err handling logic and prints from version api UpdateVersion method to CLI command instead
    shiouen committed Nov 20, 2021
    Configuration menu
    Copy the full SHA
    52484df View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    8717405 View commit details
    Browse the repository at this point in the history
  16. small doc update

    shiouen committed Nov 20, 2021
    Configuration menu
    Copy the full SHA
    bef8a40 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    063946b View commit details
    Browse the repository at this point in the history
  18. added util string tests

    shiouen committed Nov 20, 2021
    Configuration menu
    Copy the full SHA
    5adf695 View commit details
    Browse the repository at this point in the history
  19. removed unnecessary doc

    shiouen committed Nov 20, 2021
    Configuration menu
    Copy the full SHA
    a17641b View commit details
    Browse the repository at this point in the history
  20. test renaming

    shiouen committed Nov 20, 2021
    Configuration menu
    Copy the full SHA
    17dbf1e View commit details
    Browse the repository at this point in the history

Commits on Nov 21, 2021

  1. added git cli tests

    shiouen committed Nov 21, 2021
    Configuration menu
    Copy the full SHA
    1a4f3b3 View commit details
    Browse the repository at this point in the history
  2. removed some commented tests

    shiouen committed Nov 21, 2021
    Configuration menu
    Copy the full SHA
    17fa110 View commit details
    Browse the repository at this point in the history
  3. added git-branch mode tests - added mock git api for testing - fixed …

    …overlooked bug in git branch DetectMode method
    shiouen committed Nov 21, 2021
    Configuration menu
    Copy the full SHA
    d9d6dc0 View commit details
    Browse the repository at this point in the history
  4. untangled mode api and git modes - created tests for modes api - move…

    …d semvermap to its own file
    shiouen committed Nov 21, 2021
    Configuration menu
    Copy the full SHA
    ec0c0e4 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f186502 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    0f73d6a View commit details
    Browse the repository at this point in the history
  7. formatting

    shiouen committed Nov 21, 2021
    Configuration menu
    Copy the full SHA
    40092f3 View commit details
    Browse the repository at this point in the history
  8. Merge pull request #32 from restechnica/fix/missing-unit-tests

    fix/missing unit tests
    shiouen committed Nov 21, 2021
    Configuration menu
    Copy the full SHA
    e38d910 View commit details
    Browse the repository at this point in the history

Commits on Nov 22, 2021

  1. Configuration menu
    Copy the full SHA
    37d9ba1 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #33 from restechnica/fix/refactor-semvermap

    fix/refactor-semvermap
    shiouen committed Nov 22, 2021
    Configuration menu
    Copy the full SHA
    bea767d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9a220ac View commit details
    Browse the repository at this point in the history
  4. updated readme

    shiouen committed Nov 22, 2021
    Configuration menu
    Copy the full SHA
    3d78f88 View commit details
    Browse the repository at this point in the history
  5. updated readme again

    shiouen committed Nov 22, 2021
    Configuration menu
    Copy the full SHA
    5fa01d0 View commit details
    Browse the repository at this point in the history
  6. typo

    shiouen committed Nov 22, 2021
    Configuration menu
    Copy the full SHA
    c76fc54 View commit details
    Browse the repository at this point in the history

Commits on Nov 23, 2021

  1. Merge pull request #34 from restechnica/preparation/release-1.0.0

    preparation/release-1.0.0
    shiouen committed Nov 23, 2021
    Configuration menu
    Copy the full SHA
    946c9b4 View commit details
    Browse the repository at this point in the history