Releases
v0.0.1
Changelog
e1e9c1f Add full AGPL license text
4559513 Add gitter chat to README
fc011c9 Add go.dev badge
b2e3dec Add goreleaser
93a646a Add in-memory backend
dd30508 Add index for 'fingerprint' field
0ec2df7 Add linting
dbeb855 Add logger configuration options
f1f5ea2 Add periodic job support
963a4b7 Add todo_to_issue workflows
c74f31e Add update-dependencies make target
5517a67 Align struct
1db5b7c Bump dependencies
2a1d77c Bump golang version
93fff3b Bump goreleaser go version 1.19->1.20
dd4447f Configure db
1a9db7c Disable go mod tidy goreleaser hook
2e5c460 Disable ireturn and testpackage linters
e3fa7d9 Do not compare error's string output
1f86274 Documentation improvements
1914536 Don't export Handler fields
077fe8c Don't use error-wrapping directive in log.Fatalf calls
cc6a3d9 Enable goerr113 linter
fcc9f0e Fix examples and remove 'sslmode' from default connect string
67e83aa Fix golangci-lint workflow
145c9df Fix memory backend test and WithOptions()
ee5f061 Fix test
f8238f8 Fix todo to issue config
8c77833 Fix typo in example name and clarify example comments
ca55aa6 Group job status consts
3616ccc Ignore vendor directory
c232bc8 Implement Shutdown() functionality
ad6f6c0 Initial commit
895ea02 Make future job check interval configurable
acbba8d Merge pull request #1 from jcmuller/suggestions
af8f9cf Merge pull request #10 from acaloiaro/implement-shutdown-functionality
6972637 Merge pull request #2 from jcmuller/add-linting
ad58949 Merge pull request #21 from acaloiaro/make-future-job-check-interval-configurable
1911da5 Merge pull request #24 from acaloiaro/add-with-logger-config
bde273b Merge pull request #3 from jcmuller/add-test-action
a9f2f6b Merge pull request #30 from acaloiaro/move-backends-to-separate-package
f4fad1f Merge pull request #4 from jcmuller/fix-error-checking
68a3c56 Merge pull request #5 from acaloiaro/add-in-memory-backend
b0fc294 Merge pull request #9 from acaloiaro/more-suggestions
5b66209 Move backends to separate packages
d3fe760 Move goreleaser to 'main' branch
9ba0f62 Move queries to postgres_backend.go
b9ca892 Only run the manual todo to issue workflow when run manually
44db35b Pass in contexts
56a64d7 Provide WithOptions instead
0984795 Refactor Handler WithOption function names
621b105 Refactor ReplaceNonAlphanum() to use regex.ReplaceAllString()
9dff9f2 Refactor: separate neoq core from backends
d253b50 Remove *Opt suffix from WithConfig
40d411f Remove logger from Hander
2dd5325 Rename PgBackend so it doesn't stutter
e5071b4 Revert "temporarily disable linting"
28cb633 Run tests
45adbf3 Simpllify getting started example in README.md
7545d11 Update DATABASE_URL -> TEST_DATABASE_URL
940093a Update README.md
5efdee4 Update README.md
acd50c4 Update WithLogger TODO
68238e1 Update documentation/README
5d7ca98 Updated .gitignore
a024be6 Updated code TODOs
b88400a Upgrade goreleaser github action version
da96409 Use WithOption
697df81 Use durations
84826b5 Use time.Until instead of t.Sub(time.Now())
6c33a95 combined todo to issue workflows
8e8a317 go mod tidy
3a1dbe0 improve logging functionality
f43f3c6 temporarily disable linting
You can’t perform that action at this time.