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: badsyntax/vscode-entity-framework
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 0.0.6
Choose a base ref
...
head repository: badsyntax/vscode-entity-framework
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 0.0.7
Choose a head ref
  • 17 commits
  • 43 files changed
  • 2 contributors

Commits on Dec 24, 2022

  1. Add sample dotnet solution

    This is useful for developing the extension
    badsyntax committed Dec 24, 2022
    Configuration menu
    Copy the full SHA
    58f5db7 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #16 from badsyntax/sample-dotnet

    Add sample dotnet solution
    badsyntax authored Dec 24, 2022
    Configuration menu
    Copy the full SHA
    f187d88 View commit details
    Browse the repository at this point in the history
  3. Fix config descriptions

    badsyntax committed Dec 24, 2022
    Configuration menu
    Copy the full SHA
    6042a46 View commit details
    Browse the repository at this point in the history
  4. Simplify logger

    badsyntax committed Dec 24, 2022
    Configuration menu
    Copy the full SHA
    18be7b9 View commit details
    Browse the repository at this point in the history
  5. Simplify logger

    badsyntax committed Dec 24, 2022
    Configuration menu
    Copy the full SHA
    6ed2883 View commit details
    Browse the repository at this point in the history
  6. Add dependabot

    badsyntax committed Dec 24, 2022
    Configuration menu
    Copy the full SHA
    8758096 View commit details
    Browse the repository at this point in the history
  7. Merge pull request #17 from badsyntax/dependabot

    Add dependabot
    badsyntax authored Dec 24, 2022
    Configuration menu
    Copy the full SHA
    512176e View commit details
    Browse the repository at this point in the history
  8. Bump actions/checkout from 1 to 3

    Bumps [actions/checkout](https://github.com/actions/checkout) from 1 to 3.
    - [Release notes](https://github.com/actions/checkout/releases)
    - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
    - [Commits](actions/checkout@v1...v3)
    
    ---
    updated-dependencies:
    - dependency-name: actions/checkout
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Dec 24, 2022
    Configuration menu
    Copy the full SHA
    6d5f8ea View commit details
    Browse the repository at this point in the history
  9. Merge pull request #19 from badsyntax/dependabot/github_actions/actio…

    …ns/checkout-3
    
    Bump actions/checkout from 1 to 3
    badsyntax authored Dec 24, 2022
    Configuration menu
    Copy the full SHA
    82d9408 View commit details
    Browse the repository at this point in the history
  10. Bump actions/setup-node from 2.5.1 to 3.5.1

    Bumps [actions/setup-node](https://github.com/actions/setup-node) from 2.5.1 to 3.5.1.
    - [Release notes](https://github.com/actions/setup-node/releases)
    - [Commits](actions/setup-node@v2.5.1...v3.5.1)
    
    ---
    updated-dependencies:
    - dependency-name: actions/setup-node
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Dec 24, 2022
    Configuration menu
    Copy the full SHA
    fe7546c View commit details
    Browse the repository at this point in the history
  11. Merge pull request #18 from badsyntax/dependabot/github_actions/actio…

    …ns/setup-node-3.5.1
    
    Bump actions/setup-node from 2.5.1 to 3.5.1
    badsyntax authored Dec 24, 2022
    Configuration menu
    Copy the full SHA
    4071c98 View commit details
    Browse the repository at this point in the history
  12. Use terminal colors

    We now echo the ef command in blue which makes it easer to distinguish command and command output
    badsyntax committed Dec 24, 2022
    Configuration menu
    Copy the full SHA
    03b6fcb View commit details
    Browse the repository at this point in the history
  13. Merge pull request #23 from badsyntax/terminal-colors

    Use terminal colors
    badsyntax authored Dec 24, 2022
    Configuration menu
    Copy the full SHA
    2e2a2be View commit details
    Browse the repository at this point in the history
  14. Simplify terminal

    badsyntax committed Dec 24, 2022
    Configuration menu
    Copy the full SHA
    94ce4b1 View commit details
    Browse the repository at this point in the history

Commits on Dec 25, 2022

  1. Configuration menu
    Copy the full SHA
    8ad3878 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #24 from badsyntax/logging-readme

    Update README & improve logging
    badsyntax authored Dec 25, 2022
    Configuration menu
    Copy the full SHA
    7aa1d77 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    45c425f View commit details
    Browse the repository at this point in the history
Loading