Skip to content

Conversation

@moonD4rk
Copy link
Owner

@moonD4rk moonD4rk commented Jan 19, 2024

Proposed changes

Temporarily using the pure Go version of modernc.org/sqlite. If further reduction in binary file size is needed, sqinn will be used instead. Close #267

Ref Issuse:

Ref PR:

Checklist

  • Pull request is created against the dev branch
  • All checks passed (lint, unit, build tests etc.) with my changes
  • I have added tests that prove my fix is effective or that my feature works
  • I have added necessary documentation (if appropriate)

* chore: Resize logo and update browser support in READMEs
* docs: Update Coverage Status badge URL
* refactor: Disable JSON handling in logger/logger.go.

* chore: Standardize spelling and add typos check workflows.

- Update GitHub Action name to 'unit tests'
- Add spell-check step with custom config to lint workflow
- Use latest version of golangci/lint-action in lint workflow
- Rename variable 'crypted' to 'encrypted' in crypto_windows.go
- Fix typos in comments and error/log messages throughout the codebase
- Update .gitignore to exclude typos.toml file
- Update SQLite driver to modernc.org/sqlite in multiple browsing data files.
- Remove `go-sqlite3` import and replace with `modernc.org/sqlite`.
- Import `modernc.org/sqlite` in place of `github.com/mattn/go-sqlite3`.
- Simplify and modernize code in affected files.
…d consistency

- Rename `typos.toml` to `.typos.toml`
- Ignore `CONTRIBUTING.md` in the `.gitignore`
- Add `.typos.toml` to the `.gitignore`
- Fix typo in workflow file name `.github/workflows/lint.yml`
@github-actions
Copy link
Contributor

Pull Request Test Coverage Report for Build 7580871081

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage remained the same at 33.795%

Totals Coverage Status
Change from base Build 7551647246: 0.0%
Covered Lines: 122
Relevant Lines: 361

💛 - Coveralls

@moonD4rk moonD4rk merged commit baa0e09 into main Jan 19, 2024
@moonD4rk moonD4rk deleted the dev branch January 19, 2024 08:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Feature Request: Replace the go-sqlite3 based by CGO with a pure GO sqlte3.

2 participants