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: google/sqlcommenter
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: go/database/sql/v0.1.0
Choose a base ref
...
head repository: google/sqlcommenter
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: go/database/sql/v0.1.1
Choose a head ref
  • 20 commits
  • 12 files changed
  • 4 contributors

Commits on Dec 5, 2022

  1. gh-pages workflow

    kapv89 committed Dec 5, 2022
    Configuration menu
    Copy the full SHA
    ad52f05 View commit details
    Browse the repository at this point in the history
  2. hugo-version latest

    kapv89 committed Dec 5, 2022
    Configuration menu
    Copy the full SHA
    293b864 View commit details
    Browse the repository at this point in the history
  3. hugo-version 0.79.1

    kapv89 committed Dec 5, 2022
    Configuration menu
    Copy the full SHA
    22b9c08 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #202 from google/workflow/gh-pages

    gh-pages workflow
    kapv89 authored Dec 5, 2022
    Configuration menu
    Copy the full SHA
    b9d2305 View commit details
    Browse the repository at this point in the history
  5. workflow_dispatch

    kapv89 committed Dec 5, 2022
    Configuration menu
    Copy the full SHA
    7ec529e View commit details
    Browse the repository at this point in the history
  6. Merge pull request #205 from google/workflow/gh-pages

    workflow_dispatch
    kapv89 authored Dec 5, 2022
    Configuration menu
    Copy the full SHA
    c0beedd View commit details
    Browse the repository at this point in the history
  7. workflow_dispatch:

    kapv89 committed Dec 5, 2022
    Configuration menu
    Copy the full SHA
    8dfcbcd View commit details
    Browse the repository at this point in the history
  8. Merge pull request #206 from google/workflow/gh-pages

    workflow_dispatch:
    kapv89 authored Dec 5, 2022
    Configuration menu
    Copy the full SHA
    7e78a80 View commit details
    Browse the repository at this point in the history
  9. github pages workflow fix

    kapv89 committed Dec 5, 2022
    Configuration menu
    Copy the full SHA
    e6bd9fb View commit details
    Browse the repository at this point in the history
  10. Merge pull request #207 from google/workflow/gh-pages

    github pages workflow fix
    kapv89 authored Dec 5, 2022
    Configuration menu
    Copy the full SHA
    4c2b079 View commit details
    Browse the repository at this point in the history
  11. github pages workflow fix

    kapv89 committed Dec 5, 2022
    Configuration menu
    Copy the full SHA
    68a0e73 View commit details
    Browse the repository at this point in the history
  12. Merge pull request #208 from google/workflow/gh-pages

    github pages workflow fix
    kapv89 authored Dec 5, 2022
    Configuration menu
    Copy the full SHA
    c1e16e1 View commit details
    Browse the repository at this point in the history
  13. github pages workflow fix

    kapv89 committed Dec 5, 2022
    Configuration menu
    Copy the full SHA
    1143288 View commit details
    Browse the repository at this point in the history
  14. Merge pull request #209 from google/workflow/gh-pages

    github pages workflow fix
    kapv89 authored Dec 5, 2022
    Configuration menu
    Copy the full SHA
    a6bfea7 View commit details
    Browse the repository at this point in the history

Commits on Dec 8, 2022

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

Commits on Dec 15, 2022

  1. Always escape values in comments as per specification (#217)

    * Always escape values in comments as per specification
    
    * escape
    kostyay authored Dec 15, 2022
    Configuration menu
    Copy the full SHA
    0579a4a View commit details
    Browse the repository at this point in the history

Commits on Dec 20, 2022

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

Commits on Dec 21, 2022

  1. Update go test pipeline to build and test all libraries (#220)

    There were few libraries CI missing. So, added them.
    sjs994 authored Dec 21, 2022
    Configuration menu
    Copy the full SHA
    2e81d30 View commit details
    Browse the repository at this point in the history
  2. Fix sqlcommenter go imports (#219)

    * Fix a missing import
    
    * Update sql to use the new core
    
    * updated more libraries
    sjs994 authored Dec 21, 2022
    Configuration menu
    Copy the full SHA
    619477b View commit details
    Browse the repository at this point in the history

Commits on Dec 22, 2022

  1. Fix SQLCommenter database/sql test (#221)

    * Updated database/sql to use core-0.1.2
    
    * Fix SQLCommenter database/sql test
    
    * Ran go mod tidy
    sjs994 authored Dec 22, 2022
    Configuration menu
    Copy the full SHA
    3018fe7 View commit details
    Browse the repository at this point in the history
Loading