Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merge to develop for final release #11

Merged
merged 74 commits into from
Jan 6, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
74 commits
Select commit Hold shift + click to select a range
30e3da6
refactor: rewrite in esm
thetutlage Nov 24, 2022
ac3fe3b
docs(README): update docs
thetutlage Nov 24, 2022
739fd7d
ci: normalize test import path for windows
thetutlage Nov 24, 2022
9548b5c
chore(release): 8.0.0-0
thetutlage Nov 24, 2022
eb32848
chore: update dependencies
thetutlage Nov 29, 2022
df53264
fix: build bcrypt_base64.cjs file
thetutlage Nov 29, 2022
f3fbd38
chore(release): 8.0.1-0
thetutlage Nov 29, 2022
a40e8ca
chore: update dependencies
thetutlage Dec 1, 2022
4661114
refactor: remove InvalidHashConfigException in favor of RuntimeException
thetutlage Dec 1, 2022
951a948
refactor: add debug calls to hash manager
thetutlage Dec 1, 2022
ec66001
chore: use cross-env to set env variables
thetutlage Dec 2, 2022
7092f96
refactor: reword debug calls
thetutlage Dec 2, 2022
81267fe
chore(release): 8.1.0-0
thetutlage Dec 2, 2022
76b4569
chore: update dependencies
thetutlage Dec 10, 2022
915e644
refactor: convert Hash class to an abstract class
thetutlage Dec 10, 2022
410c790
Revert "refactor: convert Hash class to an abstract class"
thetutlage Dec 10, 2022
13d1fff
chore: update dependencies
thetutlage Jan 6, 2023
b119eb2
docs(README): fix badge url for github workflow
thetutlage Jan 6, 2023
8e24d9a
chore: update dependencies
thetutlage Jan 12, 2023
a4ebfd6
fix: use hasher key to cache hash instances
thetutlage Jan 12, 2023
19bebf3
feat: add hash factory for testing
thetutlage Jan 12, 2023
9c80d45
chore(release): 8.2.0-0
thetutlage Jan 12, 2023
d528e72
chore: update dependencies
thetutlage Jan 16, 2023
d8fdc2a
refactor: remove defineConfig helper and global list of drivers
thetutlage Jan 17, 2023
4b08606
chore(release): 8.3.0-0
thetutlage Jan 17, 2023
e999b76
chore: update dependencies
thetutlage Jan 23, 2023
59c6da7
chore: update dependencies
thetutlage Jan 26, 2023
6790c0a
docs(LICENSE): update license meta
thetutlage Jan 26, 2023
2af5152
refactor: expose all factories from the factories sub-path
thetutlage Jan 26, 2023
2d23a60
chore(release): 8.3.1-0
thetutlage Jan 26, 2023
93804e5
chore: update dependencies
thetutlage Feb 3, 2023
5f7b5b4
chore: update dependencies
thetutlage Feb 13, 2023
585d76d
chore: update dependencies
thetutlage Feb 20, 2023
1afa2e4
chore: update dependencies
thetutlage Mar 4, 2023
b35f339
chore: update dependencies
thetutlage Mar 10, 2023
33199af
feat: add assertions methods to hash
thetutlage Mar 10, 2023
b7aab90
chore: update dependencies
thetutlage Mar 11, 2023
97f9da3
chore(release): 8.3.1-1
thetutlage Mar 11, 2023
f31e74e
chore: update dependencies
thetutlage Mar 27, 2023
5d64b31
docs: update License file
thetutlage Mar 27, 2023
450a631
chore: publish source and generate delcaration map
thetutlage Mar 27, 2023
259af34
chore: update package description
thetutlage Mar 27, 2023
a67bc7b
docs: fix the package name in README
thetutlage Mar 27, 2023
33dd301
chore(release): 8.3.1-2
thetutlage Mar 27, 2023
232fa7d
chore: update dependencies
thetutlage Jul 3, 2023
56de0b0
chore: upgrade japa to v3
thetutlage Jul 3, 2023
3eb00d1
chore: use @adonisjs/tooling presets for tooling config
thetutlage Jul 3, 2023
c4f4204
chore: do not publish source files
thetutlage Jul 3, 2023
36ac3e7
chore: add engines to package.json file
thetutlage Jul 3, 2023
f1bafa5
docs(README): remove snyk badge and update tests badge URL
thetutlage Jul 3, 2023
ab7c0ce
chore: allow js files in tsconfig file
thetutlage Jul 3, 2023
cc16ea9
chore(release): 8.3.1-3
thetutlage Jul 3, 2023
ce193fc
fix(factories): correct naming of the class
RomainLanz Jul 5, 2023
17e9d2c
fix(factories): change path
RomainLanz Jul 5, 2023
9446821
chore(release): 8.3.1-4
RomainLanz Jul 5, 2023
4ec5779
chore: update dependencies
thetutlage Jul 26, 2023
52a5736
refactor: export drivers as submodules
thetutlage Jul 26, 2023
b5f229f
refactor: export phc_formatter from submodule
thetutlage Jul 26, 2023
9a24973
test: fix failing tests
thetutlage Jul 26, 2023
88bf27c
chore(release): 8.3.1-5
thetutlage Jul 26, 2023
344d0c8
chore: update dependencies
thetutlage Aug 23, 2023
72ed4f2
chore(release): 8.3.1-6
thetutlage Aug 23, 2023
084cab3
chore: update dependencies
thetutlage Oct 16, 2023
8c53e45
chore: use tsup for bundling
thetutlage Oct 16, 2023
7bb22e7
chore(release): 8.3.1-7
thetutlage Oct 17, 2023
524c291
refactor(hash): needsRehash should return true when invalid identifie…
RomainLanz Oct 23, 2023
b28a123
chore: update dependencies
thetutlage Nov 22, 2023
b0107e8
chore: publish source maps and use tsc for generating types
thetutlage Nov 22, 2023
690991f
refactor: internals
thetutlage Nov 22, 2023
dbf4906
chore(release): 8.3.1-8
thetutlage Nov 22, 2023
33a1ce8
chore: update dependencies
thetutlage Dec 19, 2023
b9050cf
chore(release): 8.3.1-9
thetutlage Dec 19, 2023
b8d4283
chore: update dependencies
thetutlage Jan 6, 2024
030cd51
chore: update dependencies
thetutlage Jan 6, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
70 changes: 0 additions & 70 deletions .github/COMMIT_CONVENTION.md

This file was deleted.

46 changes: 0 additions & 46 deletions .github/CONTRIBUTING.md

This file was deleted.

29 changes: 0 additions & 29 deletions .github/ISSUE_TEMPLATE/bug_report.md

This file was deleted.

28 changes: 0 additions & 28 deletions .github/ISSUE_TEMPLATE/feature_request.md

This file was deleted.

28 changes: 0 additions & 28 deletions .github/PULL_REQUEST_TEMPLATE.md

This file was deleted.

170 changes: 170 additions & 0 deletions .github/labels.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,170 @@
[
{
"name": "Priority: Critical",
"color": "ea0056",
"description": "The issue needs urgent attention",
"aliases": []
},
{
"name": "Priority: High",
"color": "5666ed",
"description": "Look into this issue before picking up any new work",
"aliases": []
},
{
"name": "Priority: Medium",
"color": "f4ff61",
"description": "Try to fix the issue for the next patch/minor release",
"aliases": []
},
{
"name": "Priority: Low",
"color": "87dfd6",
"description": "Something worth considering, but not a top priority for the team",
"aliases": []
},
{
"name": "Semver: Alpha",
"color": "008480",
"description": "Will make it's way to the next alpha version of the package",
"aliases": []
},
{
"name": "Semver: Major",
"color": "ea0056",
"description": "Has breaking changes",
"aliases": []
},
{
"name": "Semver: Minor",
"color": "fbe555",
"description": "Mainly new features and improvements",
"aliases": []
},
{
"name": "Semver: Next",
"color": "5666ed",
"description": "Will make it's way to the bleeding edge version of the package",
"aliases": []
},
{
"name": "Semver: Patch",
"color": "87dfd6",
"description": "A bug fix",
"aliases": []
},
{
"name": "Status: Abandoned",
"color": "ffffff",
"description": "Dropped and not into consideration",
"aliases": ["wontfix"]
},
{
"name": "Status: Accepted",
"color": "e5fbf2",
"description": "The proposal or the feature has been accepted for the future versions",
"aliases": []
},
{
"name": "Status: Blocked",
"color": "ea0056",
"description": "The work on the issue or the PR is blocked. Check comments for reasoning",
"aliases": []
},
{
"name": "Status: Completed",
"color": "008672",
"description": "The work has been completed, but not released yet",
"aliases": []
},
{
"name": "Status: In Progress",
"color": "73dbc4",
"description": "Still banging the keyboard",
"aliases": ["in progress"]
},
{
"name": "Status: On Hold",
"color": "f4ff61",
"description": "The work was started earlier, but is on hold now. Check comments for reasoning",
"aliases": ["On Hold"]
},
{
"name": "Status: Review Needed",
"color": "fbe555",
"description": "Review from the core team is required before moving forward",
"aliases": []
},
{
"name": "Status: Awaiting More Information",
"color": "89f8ce",
"description": "Waiting on the issue reporter or PR author to provide more information",
"aliases": []
},
{
"name": "Status: Need Contributors",
"color": "7057ff",
"description": "Looking for contributors to help us move forward with this issue or PR",
"aliases": []
},
{
"name": "Type: Bug",
"color": "ea0056",
"description": "The issue has indentified a bug",
"aliases": ["bug"]
},
{
"name": "Type: Security",
"color": "ea0056",
"description": "Spotted security vulnerability and is a top priority for the core team",
"aliases": []
},
{
"name": "Type: Duplicate",
"color": "00837e",
"description": "Already answered or fixed previously",
"aliases": ["duplicate"]
},
{
"name": "Type: Enhancement",
"color": "89f8ce",
"description": "Improving an existing feature",
"aliases": ["enhancement"]
},
{
"name": "Type: Feature Request",
"color": "483add",
"description": "Request to add a new feature to the package",
"aliases": []
},
{
"name": "Type: Invalid",
"color": "dbdbdb",
"description": "Doesn't really belong here. Maybe use discussion threads?",
"aliases": ["invalid"]
},
{
"name": "Type: Question",
"color": "eceafc",
"description": "Needs clarification",
"aliases": ["help wanted", "question"]
},
{
"name": "Type: Documentation Change",
"color": "7057ff",
"description": "Documentation needs some improvements",
"aliases": ["documentation"]
},
{
"name": "Type: Dependencies Update",
"color": "00837e",
"description": "Bump dependencies",
"aliases": ["dependencies"]
},
{
"name": "Good First Issue",
"color": "008480",
"description": "Want to contribute? Just filter by this label",
"aliases": ["good first issue"]
}
]
4 changes: 2 additions & 2 deletions .github/stale.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@ daysUntilClose: 7

# Issues with these labels will never be considered stale
exemptLabels:
- "Type: Security"
- 'Type: Security'

# Label to use when marking an issue as stale
staleLabel: "Status: Abandoned"
staleLabel: 'Status: Abandoned'

# Comment to post when marking an issue as stale. Set to `false` to disable
markComment: >
Expand Down
Loading