mirror of
https://github.com/moghtech/komodo.git
synced 2026-05-07 19:35:38 -05:00
[PR #116] [MERGED] 1.15.5 #6714
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/moghtech/komodo/pull/116
Author: @mbecker20
Created: 10/11/2024
Status: ✅ Merged
Merged: 10/12/2024
Merged by: @mbecker20
Base:
main← Head:1.15.5📝 Commits (6)
3da41f51.15.5e1e72e9update username / password / delete user backendd8b3425bump version2f53621alerter default disabled8cd84c5delete users and update username / passwordea49150set password "" after update📊 Changes
24 files changed (+701 additions, -188 deletions)
View changed files
📝
Cargo.lock(+13 -13)📝
Cargo.toml(+1 -1)📝
bin/core/src/api/write/mod.rs(+6 -0)➕
bin/core/src/api/write/user.rs(+130 -0)📝
bin/core/src/auth/local.rs(+6 -7)📝
bin/core/src/helpers/mod.rs(+9 -0)📝
client/core/rs/src/api/write/user.rs(+58 -1)📝
client/core/rs/src/entities/alerter.rs(+3 -8)📝
client/core/ts/src/responses.ts(+5 -0)📝
client/core/ts/src/types.ts(+38 -0)📝
frontend/src/components/keys/table.tsx(+5 -1)📝
frontend/src/components/layouts.tsx(+4 -1)📝
frontend/src/components/users/new.tsx(+1 -1)📝
frontend/src/components/users/service-api-key.tsx(+15 -3)📝
frontend/src/components/users/table.tsx(+37 -3)📝
frontend/src/pages/settings/index.tsx(+13 -23)📝
frontend/src/pages/settings/profile.tsx(+164 -9)📝
frontend/src/pages/settings/providers.tsx(+46 -40)📝
frontend/src/pages/settings/tags.tsx(+13 -7)📝
frontend/src/pages/settings/users.tsx(+111 -47)...and 4 more files
📄 Description
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.