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

1023 develop -> release ( v3.1.0 ) #169

Merged
merged 66 commits into from
Oct 23, 2023
Merged

1023 develop -> release ( v3.1.0 ) #169

merged 66 commits into from
Oct 23, 2023

Conversation

ktkfree
Copy link
Contributor

@ktkfree ktkfree commented Oct 23, 2023

1023 develop -> release ( v3.1.0 )

Siyeop and others added 30 commits July 31, 2023 10:14
release -> develop merge (230731)
finish release v3.0.0 ( develop merge from main )
add Grafana URL to appserving DTO
feature. refactoring infra conf
feature. refactoring serializer
 . change I/F for new UI
 . add api checkResourceQuota to cloudAccount
스택(클러스터) Favorite 기능 추가
feature. fix API for fetching stacks include favorite
ktkfree and others added 28 commits October 12, 2023 15:10
feature. add byoDomian parameter on creating byoh cluster
minor fix: add keycloak_url param to workflow
bugfix. add workflow parameter 'keycloak_url' for creating byoh stack
trivial. change byoh agent command
bugfix: fix unregistered user name on keycloak
feature. add set token interface on apiClient.
bugfix. change buz logic for getting thanos url
Where("organization_id = ? AND status != ?", organizationId, domain.ClusterStatus_DELETED))

db.Count(&pg.TotalRows)
pg.TotalPages = int(math.Ceil(float64(pg.TotalRows) / float64(pg.Limit)))

orderQuery := fmt.Sprintf("%s %s", pg.SortColumn, pg.SortOrder)
res := db.Offset(pg.GetOffset()).Limit(pg.GetLimit()).Order(orderQuery).Find(&clusters)
res := db.Offset(pg.GetOffset()).Limit(pg.GetLimit()).Order("cluster_favorites.cluster_id").Order(orderQuery).Find(&clusters)

Check failure

Code scanning / CodeQL

Database query built from user-controlled sources High

This query depends on a
user-provided value
.
This query depends on a
user-provided value
.
@ktkfree ktkfree merged commit 4aae93c into release Oct 23, 2023
6 of 7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants