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: denizgursoy/gotouch
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.13.0
Choose a base ref
...
head repository: denizgursoy/gotouch
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
  • 14 commits
  • 49 files changed
  • 4 contributors

Commits on Feb 24, 2023

  1. do init before cleanup

    denizgursoy committed Feb 24, 2023
    Configuration menu
    Copy the full SHA
    a202517 View commit details
    Browse the repository at this point in the history
  2. do init before cleanup

    denizgursoy committed Feb 24, 2023
    Configuration menu
    Copy the full SHA
    9762432 View commit details
    Browse the repository at this point in the history
  3. run tidy before fmt

    denizgursoy committed Feb 24, 2023
    Configuration menu
    Copy the full SHA
    5219f89 View commit details
    Browse the repository at this point in the history
  4. run tidy before fmt

    denizgursoy committed Feb 24, 2023
    Configuration menu
    Copy the full SHA
    83aa1a2 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    3906dac View commit details
    Browse the repository at this point in the history

Commits on Feb 25, 2023

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

Commits on Feb 27, 2023

  1. Configuration menu
    Copy the full SHA
    bf39f6c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9f4f303 View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2023

  1. refactor

    denizgursoy committed Mar 18, 2023
    Configuration menu
    Copy the full SHA
    ffa8dd5 View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2023

  1. feat: add support for netrc authentication (#57)

    - used for HTTP downloads
    - used for HTTP based Git clones
    prskr authored Oct 7, 2023
    Configuration menu
    Copy the full SHA
    6ec2db9 View commit details
    Browse the repository at this point in the history

Commits on Oct 8, 2023

  1. feat: add --inline flag (#56)

    Create files of selected template in current directory instead of a newly created subdirectory
    prskr authored Oct 8, 2023
    Configuration menu
    Copy the full SHA
    ec1991d View commit details
    Browse the repository at this point in the history
  2. fix name task test and update go version (#60)

    *update versions
    ---------
    
    Co-authored-by: dgursoy <[email protected]>
    denizgursoy and dgursoy authored Oct 8, 2023
    Configuration menu
    Copy the full SHA
    d3ac76e View commit details
    Browse the repository at this point in the history
  3. change order of argument checker functions (#61)

    Co-authored-by: dgursoy <[email protected]>
    denizgursoy and dgursoy authored Oct 8, 2023
    Configuration menu
    Copy the full SHA
    bd5d9cd View commit details
    Browse the repository at this point in the history

Commits on Oct 9, 2023

  1. feat: add custom YAML validators (#62)

    - check HTTP URls by downloading the file and parsing it to a YAML structure
    - check file paths by reading and parsing them to a YAML structure
    prskr authored Oct 9, 2023
    Configuration menu
    Copy the full SHA
    1840c6e View commit details
    Browse the repository at this point in the history
Loading