8000 Comparing Boeing:main...Terif1:main · Boeing/config-file-validator · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
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: Boeing/config-file-validator
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: Terif1/config-file-validator
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
  • 20 commits
  • 18 files changed
  • 3 contributors

Commits on Jan 8, 2024

  1. Update file_type.go

    Terif1 authored Jan 8, 2024
    Configuration menu
    Copy the full SHA
    5baa61e View commit details
    Browse the repository at this point in the history
  2. Update validator.go

    Terif1 authored Jan 8, 2024
    Configuration menu
    Copy the full SHA
    aa30fde View commit details
    Browse the repository at this point in the history
  3. Update file_type.go

    Terif1 authored Jan 8, 2024
    Configuration menu
    Copy the full SHA
    e4f765c View commit details
    Browse the repository at this point in the history
  4. Update finder.go

    Terif1 authored Jan 8, 2024
    Configuration menu
    Copy the full SHA
    6792674 View commit details
    Browse the repository at this point in the history
  5. Update fsfinder.go

    Terif1 authored Jan 8, 2024
    Configuration menu
    Copy the full SHA
    74886d7 View commit details
    Browse the repository at this point in the history
  6. Update cli.go

    Terif1 authored Jan 8, 2024
    Configuration menu
    Copy the full SHA
    e7646a5 View commit details
    Browse the repository at this point in the history
  7. Update group_output.go

    Terif1 authored Jan 8, 2024
    Configuration menu
    Copy the full SHA
    6e23fee View commit details
    Browse the repository at this point in the history
  8. Update group_output_test.go

    Terif1 authored Jan 8, 2024
    Configuration menu
    Copy the full SHA
    f5b74a2 View commit details
    Browse the repository at this point in the history
  9. Update cli_test.go

    Terif1 authored Jan 8, 2024
    Configuration menu
    Copy the full SHA
    d42c314 View commit details
    Browse the repository at this point in the history
  10. Update finder_test.go

    Terif1 authored Jan 8, 2024
    Configuration menu
    Copy the full SHA
    603b8d2 View commit details
    Browse the repository at this point in the history
  11. Update go.mod

    Terif1 authored Jan 8, 2024
    Configuration menu
    Copy the full SHA
    ae74d95 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    2ccce13 View commit details
    Browse the repository at this point in the history
  13. Update file_type.go

    Terif1 authored Jan 8, 2024
    Configuration menu
    Copy the full SHA
    ec14c50 View commit details
    Browse the repository at this point in the history
  14. Update Dockerfile

    Terif1 authored Jan 8, 2024
    Configuration menu
    Copy the full SHA
    a8df6e4 View commit details
    Browse the repository at this point in the history
  15. Update PKGBUILD

    Terif1 authored Jan 8, 2024
    Configuration menu
    Copy the full SHA
    d9b0579 View commit details
    Browse the repository at this point in the history
  16. Create release.yml

    Terif1 authored Jan 8, 2024
    Configuration menu
    Copy the full SHA
    40209ce View commit details
    Browse the repository at this point in the history
  17. Update release.yml

    Terif1 authored Jan 8, 2024
    Configuration menu
    Copy the full SHA
    9371893 View commit details
    Browse the repository at this point in the history

Commits on Feb 9, 2024

  1. validator: xml: add an idempotent CharsetReader

    The CharsetReader does not do anything, but it avoids the library
    complaining when handling an UTF-16 file.
    
    Added test files as regression tests. Without the change the error manifests as:
    
    > test/fixtures/good-utf16.xml
    > error: xml: encoding "utf-16" declared but Decoder.CharsetReader is nil
    StalkR committed Feb 9, 2024
    Configuration menu
    Copy the full SHA
    6a3b4b8 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1 from StalkR/main

    validator: xml: add an idempotent CharsetReader
    Terif1 authored Feb 9, 2024
    Configuration menu
    Copy the full SHA
    dacf68b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a0e1e64 View commit details
    Browse the repository at this point in the history
Loading
0