publiccode-parser-go

publiccode.yml parser library and validator in Go

EUPL-1.2 License

Stars
15

Bot releases are visible (Hide)

publiccode-parser-go - v4.1.1 Latest Release

Published by bfabio 4 months ago

What's Changed

Full Changelog: https://github.com/italia/publiccode-parser-go/compare/v4.1.0...v4.1.1

publiccode-parser-go - v4.1.0

Published by bfabio 4 months ago

What's Changed

Full Changelog: https://github.com/italia/publiccode-parser-go/compare/v4.0.0...v4.1.0

publiccode-parser-go - v4.0.0

Published by bfabio 5 months ago

What's Changed

Full Changelog: https://github.com/italia/publiccode-parser-go/compare/v3.1.3...v4.0.0

publiccode-parser-go - v3.1.3

Published by bfabio 5 months ago

What's Changed

Full Changelog: https://github.com/italia/publiccode-parser-go/compare/v3.1.2...v3.1.3

publiccode-parser-go - v3.1.2

Published by bfabio 8 months ago

What's Changed

Full Changelog: https://github.com/italia/publiccode-parser-go/compare/v3.1.1...v3.1.2

publiccode-parser-go - v3.1.1

Published by bfabio 8 months ago

What's Changed

Full Changelog: https://github.com/italia/publiccode-parser-go/compare/v3.1.0...v3.1.1

publiccode-parser-go - v3.1.0

Published by bfabio 11 months ago

What's Changed

Full Changelog: https://github.com/italia/publiccode-parser-go/compare/v3.0.5...v3.1.0

publiccode-parser-go - v3.0.5

Published by bfabio 11 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/italia/publiccode-parser-go/compare/v3.0.4...v3.0.5

publiccode-parser-go - v3.0.4

Published by bfabio about 2 years ago

publiccode-parser-go - v3.0.3

Published by bfabio over 2 years ago

What's Changed

Full Changelog: https://github.com/italia/publiccode-parser-go/compare/v3.0.2...v3.0.3

publiccode-parser-go - v3.0.2

Published by bfabio over 2 years ago

What's Changed

Full Changelog: https://github.com/italia/publiccode-parser-go/compare/v3.0.1...v3.0.2

publiccode-parser-go - v3.0.1

Published by bfabio over 2 years ago

publiccode-parser-go - v3.0.0

Published by bfabio over 2 years ago

What's Changed

New Contributors

Full Changelog: https://github.com/italia/publiccode-parser-go/compare/v2.0.1...v3.0.0

publiccode-parser-go - v2.0.1

Published by bfabio over 2 years ago

What's Changed

Full Changelog: https://github.com/italia/publiccode-parser-go/compare/v2.0.0...v2.0.1

publiccode-parser-go - v2.0.0

Published by github-actions[bot] over 2 years ago

Changelog

  • 1bfb94c feat!: big refactoring of internals
  • c9f289a feat!: remove RemoteBaseURL and LocalBasePath
  • cdd22da feat: disable isReachable() checks when run under WASM
  • 210392b feat: remove the checks on urls
  • 2529643 fix: check for DisableNetwork in isReachable()
  • 8ae5bf3 fix: crash when the YAML is not well formed
  • 38e212d fix: crash when there's no url and baseURL
  • 9ce0fe6 fix: return the key names for wrong types
  • 718a41b refactor!: remove expansion of relative paths
publiccode-parser-go - v1.2.4

Published by github-actions[bot] over 2 years ago

Changelog

  • c879183 Merge pull request #85 from bfabio/dockerhub_token
  • 2a2535d Merge pull request #86 from italia/snyk-fix-04cb6eaa739b6298ebe22f2b14baf645
  • b762f9b Merge pull request #89 from bfabio/feat/check_amministrazioni_txt_freshness
  • 6fd25cb Merge pull request #90 from bfabio/fix/update_amministrazioni_txt
  • 9ca22f1 Merge pull request #92 from bfabio/fix/goreleaser
  • bf3e980 chore: check for amministrazioni.txt freshness
  • 74db998 chore: pin goreleaser version to v1.5.0 and update config
  • 4de7274 chore: update amministrazioni.txt
  • 4211118 chore: use the DockerHub token instead of a password
  • ba289dd fix: Dockerfile.goreleaser to reduce vulnerabilities
publiccode-parser-go - v1.2.3

Published by github-actions[bot] almost 4 years ago

Changelog

b6c845b Fails safely when a dependency's 'optional' value is not parseable to a 'bool'.
2a6dd3e Merge pull request #80 from bfabio/packages
1ea473c chore: add git and openssh-client to the Docker image

Docker images

  • docker pull italia/publiccode-parser-go:latest
  • docker pull italia/publiccode-parser-go:v1.2.3
publiccode-parser-go - v1.2.2

Published by github-actions[bot] almost 4 years ago

Changelog

51926b1 Make sure the file encoding is UTF-8.
c6aa6b5 Merge pull request #23 from bfabio/lenghts
7a1c11c Merge pull request #24 from bfabio/encoding_utf8
509d5de Merge pull request #69 from bfabio/tests
ce32571 Merge pull request #78 from italia/fix/unexpected-keys-77
c4478fa Refactor tests to allow non-keys errors.
75abde8 Validate lengths with user-perceived characters.
3898439 fix: unexpected keys error message cleaner

Docker images

  • docker pull italia/publiccode-parser-go:latest
  • docker pull italia/publiccode-parser-go:v1.2.2
publiccode-parser-go - v1.2.1

Published by github-actions[bot] about 4 years ago

Changelog

624b665 Ignore the protocol when checking the url key.
483465f Merge pull request #67 from bfabio/ignore_schema

Docker images

  • docker pull italia/publiccode-parser-go:latest
  • docker pull italia/publiccode-parser-go:v1.2.1
publiccode-parser-go - v1.2.0

Published by github-actions[bot] about 4 years ago

Changelog

e5ca8ac Fix crash when checking Azure Devops URL.
daee074 Fix segfault when remote-base-url is not a repo.
48b2e26 Improve the error message when checking url.
d480ef8 Merge pull request #61 from bfabio/segv
737f3ca Merge pull request #62 from bfabio/segv_unsupported_code_hosting
4405cf2 Merge pull request #64 from italia/feat/externalize-httpclient-lib
d5f7544 Merge pull request #65 from bfabio/update_go_vcsurl
c51c5cc Merge pull request #66 from bfabio/log
34c0155 Update go-vcsurl to latest version.
ad9fe11 feat: externalize httpclient lib - use new external lib - mod tidy

Docker images

  • docker pull italia/publiccode-parser-go:latest
  • docker pull italia/publiccode-parser-go:v1.2.0