chore(sync) Syncing changes from alpha to master#710
Open
github-actions[bot] wants to merge 167 commits into
Open
chore(sync) Syncing changes from alpha to master#710github-actions[bot] wants to merge 167 commits into
github-actions[bot] wants to merge 167 commits into
Conversation
…ects, secure JWT handling
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
feat(reports): add report api with feature flags and permission gates
fix: let coolify own web health checks
Fix/coolify demo auth web
Feat/issue 5
…oading add date range presets and filter-aware profile data loading 718
…y sheet Integration - wire panels and widen profile sheet 718
Types + API client + server actions 719
User page UI components 719
Native route + config 719
chore(sync) Syncing changes from dev to alpha
|
Tick the box to add this pull request to the merge queue (same as
|
# Conflicts: # frontend/app/auth/callback/route.ts # frontend/app/auth/logout/route.ts # frontend/app/profile/actions.ts # frontend/components/profile/profile-bar-data-section.tsx # frontend/components/profile/profile-filter-sidebar.tsx # frontend/components/profile/profile-full-view.tsx # frontend/lib/profile/types.ts
chore(sync) Syncing changes from dev to alpha
| @@ -0,0 +1,31 @@ | |||
| FROM node:22-alpine AS base | |||
| RUN npm install -g pnpm@10.32.1 | |||
| WORKDIR /app | ||
| COPY package.json pnpm-lock.yaml ./ | ||
| COPY .husky/install.mjs ./.husky/install.mjs | ||
| RUN pnpm install --frozen-lockfile |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Automated changes by create-pull-request GitHub action