Commit graph

74 commits

Author SHA1 Message Date
f1d9046155
Fixed failing test 2022-10-01 16:10:25 +02:00
2a92929c20
Better test coverage for breaches API 2022-10-01 16:06:56 +02:00
a8623f1162
Fixed mixed pointer/copy assignment in ApiDate type 2022-10-01 16:05:50 +02:00
540e745c7f
Fixed output results in PwnedPassApi tests 2022-10-01 15:04:06 +02:00
bc1c5d0914
Merge pull request #16 from wneessen/14-prefix
Skip padding results
2022-06-09 16:22:14 +02:00
8fe5b208a5
#14: Skip padding results in the API response, which can be identified by having a zero count 2022-06-09 16:21:10 +02:00
3ab68b9110
Merge pull request #15 from wneessen/14-prefix
#14: Add `ListHashes*()` methods to get access to all returned hashes
2022-06-08 17:29:17 +02:00
05ea767ee1
#14: Add ListHashes*() methods to get access to all returned hashes
- This method replaces the previously private apiCall() method
- Added `ListHashesSHA1()` as well as `ListHashesPassword()` to keep consistency in the naming schema
- Added length checks for SHA1() methods
- Added length check for Prefix() method
2022-06-08 17:26:41 +02:00
1642ee7255
Update README.md
Added awesome-go badge
2022-05-09 09:14:11 +02:00
659a359ea0
Merge pull request #12 from wneessen/v1_0_2
v1.0.2
2022-05-08 12:49:14 +02:00
504c711df2
v1.0.2: Update README.md 2022-05-08 12:46:47 +02:00
70996a1415
v1.0.2: Update README.md 2022-05-08 12:46:00 +02:00
1c699aca31
v1.0.2: More tests and better README.md. 2022-05-08 12:44:20 +02:00
b326983899
Merge pull request #11 from wneessen/move_example_code_to_testfiles
Move example code to testfiles
2022-05-08 12:13:09 +02:00
5f40d8b8de
Make GoLinter happy 2022-05-08 12:09:39 +02:00
fc0ea3bd48
Updated README.md, package description and version number for v1.0.2 release 2022-05-08 12:07:33 +02:00
77e5a4345d
Moved all code examples into the test files using GoDoc syntax 2022-05-08 12:02:58 +02:00
43c99d2889
Merge remote-tracking branch 'origin/main' 2022-05-07 15:59:57 +02:00
49b2ac95f6
More test coverage 2022-05-07 15:59:20 +02:00
ce8872c72d
Merge pull request #10 from wneessen/codecov-rename
Codecov rename
2022-05-07 15:05:36 +02:00
90124586b8
Update codecov_testonly.yml 2022-05-07 15:05:09 +02:00
356b48bed7
Create codecov.yml 2022-05-07 15:04:51 +02:00
2cd451a84d
Update codecov_testonly.yml 2022-05-07 15:03:43 +02:00
27b95c19bc
Update and rename codecov.yml to codecov_testonly.yml 2022-05-07 15:03:09 +02:00
41c8f9eefc
Update codecov.yml 2022-05-07 14:59:31 +02:00
467f2961c6
Merge pull request #9 from wneessen/Add_RLS_to_all_test
Add rls to all test
2022-05-07 14:58:18 +02:00
2af48736df
Update sonarqube.yml 2022-05-07 14:57:14 +02:00
af15c66865
Adding RateLimitSleep() to all tests 2022-05-07 14:55:33 +02:00
0ded55e697
Update codecov.yml 2022-05-07 14:48:22 +02:00
61330a2405
Update sonarqube.yml 2022-05-07 14:48:05 +02:00
21f15be49f
Merge pull request #8 from wneessen/codecov
Integrate with codecov
2022-05-07 14:45:09 +02:00
0f9acdd229
Create codecov.yml 2022-05-07 14:40:23 +02:00
d97d31ff9b
Create codecov.yml 2022-05-07 14:38:00 +02:00
68f9edf0a4
Update sonarqube.yml
Added API token for tests (via secrets) and excluded the example code
2022-05-07 14:35:35 +02:00
2467a860e1
Update sonarqube.yml 2022-04-13 09:43:27 +02:00
a328e950b6
Update sonar-project.properties 2022-04-13 09:42:37 +02:00
69dc70da63
Merge remote-tracking branch 'origin/main' 2022-04-12 22:52:31 +02:00
842cc122a5
Fix code smell in WithUserAgent() option detected by SonarQube 2022-04-12 22:52:24 +02:00
211e368c31
Create sonarqube.yml 2022-04-12 20:06:32 +02:00
6a561b0f7a
Integrating with SonarQube 2022-04-12 20:05:20 +02:00
6e851c35e9
Update FUNDING.yml 2022-04-03 12:42:32 +02:00
6b7c18b62b
Update FUNDING.yml 2022-04-02 13:14:47 +02:00
00623d9eb6
Fixed DefaultUserAgent after clarification with Troy Hunt 2021-09-24 08:48:11 +02:00
a2547e5daf
Create codeql-analysis.yml 2021-09-22 18:09:38 +02:00
09927fa6fb
Update README.md 2021-09-22 17:39:29 +02:00
4747c984ca
Update README.md 2021-09-22 17:33:26 +02:00
b5dddf1035
Create FUNDING.yml 2021-09-22 17:32:07 +02:00
480b9bbbb1
Update README.md
Removed "completeness" part
2021-09-22 16:23:00 +02:00
d9cb37cd37
Merge pull request #6 from wneessen/breaches
Road to v1.0.0: Added Pastes API
2021-09-22 16:22:31 +02:00
18c11d013a
Road to v1.0.0: Added Pastes API 2021-09-22 16:20:54 +02:00