Skip to content

Commit

Permalink
chore: fix auto versioning
Browse files Browse the repository at this point in the history
  • Loading branch information
jcmelati committed Jan 15, 2025
1 parent 3e25829 commit e9d82aa
Show file tree
Hide file tree
Showing 3 changed files with 81 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/dockerhub-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,11 @@ jobs:
tags: |
type=raw,value=latest,enable={{is_default_branch}}
type=semver,pattern={{version}}
type=semver,pattern={{major}}.{{minor}}
type=semver,pattern={{major}}
type=sha,format=long
type=ref,event=branch
type=ref,event=pr
- name: Build and push image
uses: docker/build-push-action@v5
Expand Down Expand Up @@ -133,8 +137,11 @@ jobs:
tags: |
type=raw,value=latest,enable={{is_default_branch}}
type=semver,pattern={{version}}
type=semver,pattern={{major}}.{{minor}}
type=semver,pattern={{major}}
type=sha,format=long
type=ref,event=branch
type=ref,event=pr
- name: Build and push image
uses: docker/build-push-action@v5
with:
Expand Down
Empty file added logs/admin-server/.gitkeep
Empty file.
73 changes: 73 additions & 0 deletions logs/admin-server/federation-2025-01-15.log
Original file line number Diff line number Diff line change
@@ -0,0 +1,73 @@
[INFO] 2025-01-15T14:52:58.059557320 [AdminServerMonitoring] System Health: Uptime=0h0m, Memory=30MB/67MB(45%), Processors=1, Heap=30MB, Threads=28(Peak:28, Daemon:23), DB Connections: Active=0, Idle=20, Total=20
Context:
uptime_hours: 0
uptime_minutes: 0
memory_used_mb: 30
memory_total_mb: 67
memory_usage_percent: 45
processors: 1
heap_used_mb: 31
thread_count: 28
thread_peak: 28
thread_daemon: 23
db_active_connections: 0
db_idle_connections: 20
db_total_connections: 20
db_threads_awaiting_connection: 0
[INFO] 2025-01-15T14:52:58.153676966 [AdminServerMonitoring] System Load Average: 0.54
[INFO] 2025-01-15T14:59:23.057599469 [AdminServerMonitoring] System Health: Uptime=0h0m, Memory=39MB/77MB(51%), Processors=1, Heap=39MB, Threads=28(Peak:28, Daemon:23), DB Connections: Active=0, Idle=20, Total=20
Context:
uptime_hours: 0
uptime_minutes: 0
memory_used_mb: 39
memory_total_mb: 77
memory_usage_percent: 51
processors: 1
heap_used_mb: 39
thread_count: 28
thread_peak: 28
thread_daemon: 23
db_active_connections: 0
db_idle_connections: 20
db_total_connections: 20
db_threads_awaiting_connection: 0
[WARN] 2025-01-15T14:59:23.148299338 [AdminServerMonitoring] System Load Average: 1.64 (exceeds threshold: 0.8)
[DEBUG] 2025-01-15T14:59:34.241567342 [RequestLogger] Received accounts Creation request
Context:
operation: accounts Creation
method: POST
uri: /accounts
remote_addr: 172.18.0.1
protocol: HTTP/1.1
header_content_type: application/json
header_authorization: [REDACTED]
header_user_agent: PostmanRuntime/7.39.0
header_accept: */*
header_postman_token: 2421be13-d4e3-42a3-b2a3-e144510c20e2
header_host: localhost:8081
header_accept_encoding: gzip, deflate, br
header_connection: keep-alive
header_content_length: 87
[DEBUG] 2025-01-15T14:59:34.246030579 [AccountService] Getting account by username: root
[DEBUG] 2025-01-15T14:59:34.255876080 [AccountService] Using identifier for username: root as default-root
[INFO] 2025-01-15T14:59:34.967971772 [AccountService] Starting account creation process for username: sphewwwwwwrddeon
[DEBUG] 2025-01-15T14:59:34.972659284 [AccountService] Account creation details - Username: sphewwwwwwrddeon, Identifier: https://www.sphereon.com
[ERROR] 2025-01-15T14:59:34.976862813 [AccountService] Account creation failed: Account with username sphewwwwwwrddeon already exists
[INFO] 2025-01-15T14:59:35.040383377 [ExceptionHandler] Resource conflict occurred - Type: EntityAlreadyExistsException, Message: Account already exists
[INFO] 2025-01-15T17:41:06.972833202 [AdminServerMonitoring] System Health: Uptime=0h0m, Memory=26MB/38MB(68%), Processors=1, Heap=26MB, Threads=28(Peak:28, Daemon:23), DB Connections: Active=0, Idle=20, Total=20
Context:
uptime_hours: 0
uptime_minutes: 0
memory_used_mb: 26
memory_total_mb: 38
memory_usage_percent: 68
processors: 1
heap_used_mb: 27
thread_count: 28
thread_peak: 28
thread_daemon: 23
db_active_connections: 0
db_idle_connections: 20
db_total_connections: 20
db_threads_awaiting_connection: 0
[WARN] 2025-01-15T17:41:07.062505865 [AdminServerMonitoring] System Load Average: 5.44 (exceeds threshold: 0.8)

0 comments on commit e9d82aa

Please sign in to comment.