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

2.0 Refactor #5

Merged
merged 57 commits into from
Apr 23, 2022
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
57 commits
Select commit Hold shift + click to select a range
7c7b6d3
Merge tag 'v1.0.0' into develop
jasonmccallister Nov 3, 2020
2a76b18
Use sessionhandler
timkelty Mar 12, 2022
ef10963
Multi-tenant
timkelty Mar 13, 2022
2980e48
Connection class
timkelty Mar 30, 2022
c11bf77
Connection/session
timkelty Apr 1, 2022
fff1fa5
Cache
timkelty Apr 1, 2022
52048e2
stub
timkelty Apr 1, 2022
0f976bc
hint
timkelty Apr 1, 2022
529277d
compound keys
timkelty Apr 1, 2022
a739921
Scalar hint
timkelty Apr 1, 2022
838f12c
Format key
timkelty Apr 1, 2022
c263ae2
Fix delete
timkelty Apr 1, 2022
87ec137
Queue
timkelty Apr 5, 2022
0fbb12f
pk default
timkelty Apr 6, 2022
31717fc
table test
timkelty Apr 6, 2022
4403ae6
Tests
timkelty Apr 6, 2022
cdaf080
php 8
timkelty Apr 6, 2022
9362d69
Fix test
timkelty Apr 6, 2022
605d6b4
Add types
timkelty Apr 6, 2022
1c9daa1
add Scan delte
timkelty Apr 6, 2022
98cdbc6
Fix session tests
timkelty Apr 6, 2022
5e25f46
Configure env for tests
timkelty Apr 8, 2022
ecb386e
Improve methods
timkelty Apr 9, 2022
373ed60
Refactor flush
timkelty Apr 10, 2022
ec16f25
Tests
timkelty Apr 10, 2022
df2b16e
Config queue
timkelty Apr 10, 2022
d9c6a80
Test
timkelty Apr 10, 2022
2c69b00
Queue test
timkelty Apr 10, 2022
e61fc5b
Simple queue
timkelty Apr 11, 2022
4904fbd
ttl for sessions from ini
timkelty Apr 12, 2022
c90b19d
timeout set on session
timkelty Apr 12, 2022
cfb72da
Comments
timkelty Apr 12, 2022
4a2e07f
GC, timeout for sessions
timkelty Apr 12, 2022
aa3ad30
Default table names
timkelty Apr 12, 2022
2d4d233
Catch session/cache
timkelty Apr 12, 2022
30c0f5f
Wrap in try/catch
timkelty Apr 12, 2022
5180324
Add types, phpdoc
timkelty Apr 12, 2022
905e2cb
Fix ttl
timkelty Apr 12, 2022
62f8b5f
Add throws
timkelty Apr 13, 2022
67449d3
Better key
timkelty Apr 13, 2022
16e2c15
Put item tests
timkelty Apr 13, 2022
dc1f9e8
Have putItem actually putItem
timkelty Apr 13, 2022
56908c1
Uppercase special attributes, require tableName
timkelty Apr 14, 2022
2dc8b1d
Whoopsie
timkelty Apr 14, 2022
aaad38e
ECS changes
timkelty Apr 18, 2022
4264ecb
PHPStan + ECS
timkelty Apr 18, 2022
a2c1c53
CI
timkelty Apr 18, 2022
4f460d7
Fix ci
timkelty Apr 18, 2022
86dd5af
🇺🇦
timkelty Apr 18, 2022
67181eb
bypass bower-asset
timkelty Apr 19, 2022
737c659
Update namespace
timkelty Apr 21, 2022
1a4a10a
Readme
timkelty Apr 21, 2022
eaa9839
Merge pull request #6 from pixelandtonic/craftcms-release
jasonmccallister Apr 21, 2022
86112f7
Changelog, linting
timkelty Apr 22, 2022
fc2dfb4
npm
timkelty Apr 22, 2022
48744c9
Prettier
timkelty Apr 22, 2022
dc44634
Husky
timkelty Apr 22, 2022
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
Prev Previous commit
Husky
  • Loading branch information
timkelty committed Apr 22, 2022
commit dc44634cded52328445dd8ed770f8c8a5816a519
1 change: 1 addition & 0 deletions .husky/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
_
8 changes: 8 additions & 0 deletions .husky/pre-commit
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
#!/bin/sh
. "$(dirname "$0")/_/husky.sh"

# Add to path for GUIs (Tower, etc.)
PATH="/usr/local/bin:$PATH"
[[ -s $HOME/.nvm/nvm.sh ]] && . $HOME/.nvm/nvm.sh

npx lint-staged
Loading