Skip to content

Update gdl#2

Open
biast12 wants to merge 5 commits into
mainfrom
gdl
Open

Update gdl#2
biast12 wants to merge 5 commits into
mainfrom
gdl

Conversation

@biast12
Copy link
Copy Markdown

@biast12 biast12 commented Mar 4, 2026

Description

For: TicketsBot-cloud/gdl#12

Type of Change

  • Bug fix
  • New feature
  • Breaking change

Testing

Simply just test everything

@biast12 biast12 requested a review from a team as a code owner March 4, 2026 23:00
@github-actions github-actions Bot added needs:gomod_comment go.mod has uncommented local replace directives type:breaking Breaking Change labels Apr 26, 2026
biast12 added 4 commits April 26, 2026 13:23
Replace time.Now().Sub(start) with time.Since(start) in the deferred duration calculation. This is more idiomatic and concise while preserving the same behavior when checking against the execution timeout; improves readability.
Introduce a new .env.example file providing a template of required environment variables for the application. Variables include daemon and scheduling settings (DAEMON, RUN_FREQUENCY, EXECUTION_TIMEOUT), observability and logging (SENTRY_DSN, JSON_LOGS, LOG_LEVEL), Discord integration (DISCORD_APPLICATION_ID, DISCORD_TOKEN, DISCORD_PROXY_HOST), DATABASE_URI, and MAX_REMOVALS_THRESHOLD to document configuration expectations for developers.
Adjust spacing/alignment of the struct literal fields in the rest.ListEntitlements call in internal/daemon/daemon.go to match project formatting (gofmt). This is a non-functional whitespace-only change.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

needs:gomod_comment go.mod has uncommented local replace directives type:breaking Breaking Change

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant