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: compose-spec/compose-go
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.2.8
Choose a base ref
...
head repository: compose-spec/compose-go
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.2.9
Choose a head ref
  • 13 commits
  • 20 files changed
  • 4 contributors

Commits on Jun 24, 2022

  1. Bump golangci-lint -> v1.46.2

    Signed-off-by: Ulysses Souza <ulyssessouza@gmail.com>
    ulyssessouza committed Jun 24, 2022
    Configuration menu
    Copy the full SHA
    3204ab7 View commit details
    Browse the repository at this point in the history
  2. Fix default and error variable expansions

    Signed-off-by: Ulysses Souza <ulyssessouza@gmail.com>
    ulyssessouza committed Jun 24, 2022
    Configuration menu
    Copy the full SHA
    3844ce4 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #276 from compose-spec/fix-default-values

    Fix environment variable expansion
    glours authored Jun 24, 2022
    Configuration menu
    Copy the full SHA
    9308df1 View commit details
    Browse the repository at this point in the history

Commits on Jul 4, 2022

  1. Bump github.com/stretchr/testify from 1.5.1 to 1.8.0

    Bumps [github.com/stretchr/testify](https://github.com/stretchr/testify) from 1.5.1 to 1.8.0.
    - [Release notes](https://github.com/stretchr/testify/releases)
    - [Commits](stretchr/testify@v1.5.1...v1.8.0)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/stretchr/testify
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Jul 4, 2022
    Configuration menu
    Copy the full SHA
    185ea85 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #279 from compose-spec/dependabot/go_modules/githu…

    …b.com/stretchr/testify-1.8.0
    
    Bump github.com/stretchr/testify from 1.5.1 to 1.8.0
    glours authored Jul 4, 2022
    Configuration menu
    Copy the full SHA
    a313a1e View commit details
    Browse the repository at this point in the history

Commits on Jul 5, 2022

  1. Validate depended-on services exist in consistency check

    Signed-off-by: Laura Brehm <laurabrehm@hey.com>
    laurazard committed Jul 5, 2022
    Configuration menu
    Copy the full SHA
    78d64f5 View commit details
    Browse the repository at this point in the history

Commits on Jul 8, 2022

  1. Merge pull request #281 from laurazard/validate-service-dependents

    Validate depended-on services exist in consistency check
    glours authored Jul 8, 2022
    Configuration menu
    Copy the full SHA
    045c678 View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2022

  1. Fix hash usage in environment values

    Signed-off-by: Ulysses Souza <ulyssessouza@gmail.com>
    ulyssessouza committed Jul 12, 2022
    Configuration menu
    Copy the full SHA
    63c5310 View commit details
    Browse the repository at this point in the history

Commits on Jul 13, 2022

  1. Add gocritic to linters

    Signed-off-by: Ulysses Souza <ulyssessouza@gmail.com>
    ulyssessouza committed Jul 13, 2022
    Configuration menu
    Copy the full SHA
    edde9c6 View commit details
    Browse the repository at this point in the history
  2. Enable tags on gocritic.

    - diagnostic
    - opinionated
    - style
    
    Signed-off-by: Ulysses Souza <ulyssessouza@gmail.com>
    ulyssessouza committed Jul 13, 2022
    Configuration menu
    Copy the full SHA
    86da918 View commit details
    Browse the repository at this point in the history
  3. Fix nolint issues

    Reference -> https://golangci-lint.run/usage/false-positives/#nolint-directive
    
    Signed-off-by: Ulysses Souza <ulyssessouza@gmail.com>
    ulyssessouza committed Jul 13, 2022
    Configuration menu
    Copy the full SHA
    8676d27 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #283 from compose-spec/fix-inline-env-comments

    Fix hash usage in environment values
    ulyssessouza authored Jul 13, 2022
    Configuration menu
    Copy the full SHA
    2b59fba View commit details
    Browse the repository at this point in the history
  5. Merge pull request #285 from compose-spec/add-gocritic-linter

    Add gocritic to linters
    ulyssessouza authored Jul 13, 2022
    Configuration menu
    Copy the full SHA
    d2f6dcf View commit details
    Browse the repository at this point in the history
Loading