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

support third anniversary War NTF #256

Merged
merged 47 commits into from
Jun 1, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
47 commits
Select commit Hold shift + click to select a range
538ebb0
feat:
cheng521521 Apr 14, 2024
f5acb85
Merge branch 'dev' of https://github.com/Dapp-Learning-DAO/Official-w…
cheng521521 Apr 15, 2024
7082ecb
Merge pull request #232 from cheng521521/main
yanyanho Apr 15, 2024
f8b5bc4
Merge branch 'dev' of https://github.com/Dapp-Learning-DAO/Official-w…
cheng521521 Apr 15, 2024
21b80f8
feat:
cheng521521 Apr 15, 2024
90767d0
feat:
cheng521521 Apr 15, 2024
958c123
Merge pull request #234 from cheng521521/main
yanyanho Apr 16, 2024
182220e
update interface param
dwusiq Apr 21, 2024
7244598
Feature/3rd year (#235)
yuanmomo Apr 21, 2024
8412037
Feature/3rd year (#236)
yuanmomo Apr 21, 2024
afa89fe
Merge branch 'dev' of https://github.com/Dapp-Learning-DAO/Official-w…
dwusiq Apr 22, 2024
21526f0
fix bounty and hiring bug
dwusiq Apr 22, 2024
7d6cf25
Merge pull request #237 from dwusiq/dev
yanyanho Apr 22, 2024
f8f85f3
fix cron
dwusiq Apr 22, 2024
69ed3f4
Merge pull request #238 from dwusiq/dev
yanyanho Apr 22, 2024
9495b89
fix bounty bug of update status
dwusiq Apr 23, 2024
c67270d
Merge pull request #239 from dwusiq/dev
yanyanho Apr 23, 2024
67a23fc
add role update
yanyanho Apr 28, 2024
4982b0c
add role set
yanyanho Apr 28, 2024
ec0257a
Merge pull request #240 from yanyanho/dev
yanyanho Apr 28, 2024
01cca4e
Add server config cache support (#241)
yuanmomo May 2, 2024
e6086f9
Move telegram and discord bot config to mysql (#242)
yuanmomo May 2, 2024
076fc3b
check nickname when create or update (#243)
yuanmomo May 2, 2024
3e93bef
move oauth config to MySQL (#244)
yuanmomo May 3, 2024
206139a
change manner (#245)
yuanmomo May 5, 2024
1d9735b
add log
yuanmomo May 5, 2024
5acc630
add log
yuanmomo May 8, 2024
93c02a2
add more permissions
yuanmomo May 8, 2024
0b6869f
update scope
yuanmomo May 8, 2024
eb41a5d
Add NFT mint api (#246)
yuanmomo May 15, 2024
e570a92
exclude the /nft/WarCraft endpoint in LoginFilter (#247)
yuanmomo May 15, 2024
dfef458
fix error and add CacheDevController (#249)
yuanmomo May 20, 2024
c9ebd6b
Add NFT claim query API (#250)
yuanmomo May 20, 2024
59837ee
Check nickname exists when update user info and fetch the rank from m…
yuanmomo May 21, 2024
f16ac8a
add nft mint record to db (#252)
yuanmomo May 21, 2024
7ab23ef
return 200 when mint info not found (#253)
yuanmomo May 23, 2024
2fcd68a
print tg auth_date
yuanmomo May 23, 2024
387733f
add-test-endpoint-for-activity (#254)
yuanmomo May 26, 2024
eda6273
update user github info when GitHub redirect to callback url
yuanmomo May 26, 2024
971fdf3
change response message for clean endpoint
yuanmomo May 26, 2024
60772c9
return user name for callback of telegram and discord
yuanmomo May 26, 2024
a933990
add youtube and twitter
yuanmomo May 27, 2024
dc19286
update nft json file
yuanmomo May 27, 2024
16e8e8f
add clickTask field
yuanmomo May 27, 2024
8c4f8a4
Update NFT-DL-WARCRAFT.json
yuanmomo May 29, 2024
71305b7
fix: share function not condition search
cheng521521 May 30, 2024
06d7ea0
Merge pull request #255 from cheng521521/main
yanyanho May 30, 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
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ RUN apk --no-cache add bash curl wget

EXPOSE 8080

COPY NFT-DL-WARCRAFT.json /config/NFT-DL-WARCRAFT.json

ENV DEBUG_OPTS="-agentlib:jdwp=transport=dt_socket,address=9093,server=y,suspend=n"
ENV JAVA_OPTS="-Dfile.encoding=UTF-8 -Xmx256m -Xms256m -Xmn128m -Xss512k -XX:MetaspaceSize=128m -XX:MaxMetaspaceSize=256m -XX:+HeapDumpOnOutOfMemoryError -XX:HeapDumpPath=/logs/heap_error.log"

Expand Down
Loading