Skip to content

Tags: puppetdevz/new-api

Tags

v0.4.6.1

Toggle v0.4.6.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request QuantumNous#693 from Calcium-Ion/refactor-auth

refactor: access_token auth

v0.4.6.0

Toggle v0.4.6.0's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
Enhance user search functionality to support ID and keyword searches.…

… Updated query conditions to allow searching by user ID alongside username, email, and display name. Improved handling of numeric and string keywords in search queries.

v0.4.5.3

Toggle v0.4.5.3's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
chore: change workflow runners to self-hosted for Docker and release …

…jobs

v0.4.5.2

Toggle v0.4.5.2's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
fix: retry prompt tokens

v0.4.5.1

Toggle v0.4.5.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request QuantumNous#686 from delph1s/main

fix: try to fix pgsql QuantumNous#685

v0.4.5.0

Toggle v0.4.5.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request QuantumNous#683 from iszcz/new512

Update channel-test.go

v0.4.4.3

Toggle v0.4.4.3's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
fix: try to fix pgsql QuantumNous#682

v0.4.4.2

Toggle v0.4.4.2's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
fix redis

v0.4.4.1

Toggle v0.4.4.1's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
refactor: update group handling and rendering logic

- Changed the structure of usableGroups in GetUserGroups to store additional information (ratio and description) for each group.
- Introduced a new renderRatio function to visually represent group ratios with color coding.
- Updated the Playground and EditToken components to utilize the new group structure and rendering options.
- Enhanced the renderGroupOption function for better UI representation of group options.
- Fixed minor comments and improved code readability.

v0.4.4.0

Toggle v0.4.4.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request QuantumNous#679 from kingxjs/main

fix: use document to build input fix copy command