Skip to content

sync: release/11.13.0 (sba-internal → sba-mint) - #63

Merged
hebus merged 1018 commits into
release/11.13.0from
fix/sync/release/11.13.0
Jun 30, 2026
Merged

hebus merged 1018 commits into
release/11.13.0from
fix/sync/release/11.13.0

Conversation

@hebus

@hebus hebus commented Jun 30, 2026

Copy link
Copy Markdown
Contributor

Synchronisation de la branche release/11.13.0 depuis le repo interne sba-internal vers sba-mint.

gleibfried and others added 30 commits November 12, 2025 11:23
…ass (#548)

Remove redundant color override in chat-v3.css and replace Tailwind @apply directive with light-dark() function using CSS custom properties for better theme support and reduced framework dependency.
update @sinequa/atomic-angular to version 0.1.99 and @sinequa/ui to version 0.1.48
…ents (#551)

update dependencies for @sinequa/atomic-angular and @sinequa/ui to latest versions
hebus and others added 24 commits May 20, 2026 18:34
…curity vulnerabilities

ES-31799 #done ES-31798 #done ES-31797 #done chore: fix dependabot security vulnerabilities
… tab

ES-31890 #done fix: use SpinnerIcon for animated loading on summarize tab
Add the FiltersBarComponent to both home pages (app and app2) using the new `homepage` input so only filters flagged `homepage: true` in the filters customization JSON are displayed.

Align the legacy app home with app2: remove the effect that navigated to /search on filter apply and the afterNextRender reset that cleared filters on (re)entry, so applying a filter only updates the QueryParamsStore and persists. Seed the aggregations from afterNextRender so the filters bar is mounted before the first-page query resolves.

Bump @sinequa/atomic-angular to ^1.0.7.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
ES-29556 #done fix: display homepage filters bar on home pages
Update `@sinequa/atomic-angular` from 1.0.4 to 1.0.10 and refresh
`package-lock.json` with latest resolved versions of transitive
dependencies, including `brace-expansion` 5.0.6, `express-rate-limit`
8.5.2, `fast-uri` 3.1.2, and `hono`.
ES-32071 #done ES-29556 #done ES-32039 #done ES-32053 #done Prevent usersettings overwrite when overridding users (atomic-angular🏷️1.0.10)
The /loading route (LoadingComponent) is no longer used: the AuthGuard now
redirects to the login page and authentication is handled at bootstrap by
signIn(). Remove the route + import from both app and app2.
Also sync the atomic-angular loading doc (deprecation notice).

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
…ng route (atomic🏷️1.1.4, atomic-angular🏷️1.0.12)

ES-30924 #done ES-30205 #done chore(routes): remove the unused /loading route (atomic🏷️1.1.4, atomic-angular🏷️1.0.12)
- pin @sinequa/atomic-angular to exact 1.0.14 (stay on the 1.0.x line)
- switch package-lock.json + .npmrc to the public npmjs registry
- gitignore generated agt-* i18n translation folders

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Bring the oxlint + oxfmt + biome toolchain from release/11.14.0 over to
release/11.13.0 so that files edited on either branch are formatted
identically, eliminating quote-style and formatting noise during
release/11.13.0 -> release/11.14.0 merges.

- add .oxfmtrc.json, .oxlintrc.json and biome.json (lineWidth aligned to 160)
- switch .prettierrc to double quotes, add the cn tailwind function and tailwindStylesheet
- replace `ng lint` with oxlint, scope prettier to HTML only, add fmt/fmt:check scripts
- update lint-staged to run oxlint + oxfmt + prettier(html), fixing the invalid glob
- add oxlint/oxfmt/biome devDeps and bump prettier 3.5.3 -> 3.8.1

No bulk reformat is performed: existing code is intentionally left untouched.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
#noJiraCheck chore: align lint/format toolchain with release/11.14.0
Bumps to the 1.0.15 release (navbar-tabs persist-filters-across-tabs
feature) and widens the constraint to ~1.0.15 to track the 1.0.x line.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
chore(deps): upgrade @sinequa/atomic-angular to 1.0.14 #noJiraCheck
…outing

- app.config.ts (app & app2): bootstrap via bootstrapApp({ createRoutes: true }) instead of the
  deprecated provideAppInitializer(appInitializerFn) + withBootstrapApp(inject(ApplicationService)).
  bootstrapApp injects ApplicationService itself AFTER resolving the auth mode (initializeAppConfig)
  and setting backendUrl, which removes the bootstrap race and the /undefined/api/v1/... requests.
- routes.ts (app & app2): route /login and /logout to AuthPageComponent instead of SignInComponent,
  so the change-password / forgot-password views render. SignInComponent alone only shows the
  sign-in form and ignores the `mode` query param.

Note: requires @sinequa/atomic 2.0 and the AuthMode-aware @sinequa/atomic-angular. The package.json
dependency bump is intentionally left out of this commit (linked locally via file: for testing) and
must be applied once those libraries are published.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
…v1.0.16

Bumps `@sinequa/atomic` from 1.1.4 to 2.0.1 (major) and
`@sinequa/atomic-angular` from 1.0.15 to 1.0.16 (patch).

Updates package.json version ranges and regenerates package-lock.json
with the new resolved tarballs and integrity hashes.
…Page routing (atomic🏷️2.0.1, atomic-angular🏷️1.0.16)

ES-32168 #done feat(auth): consume AuthMode 2.0 — bootstrapApp + AuthPage routing (atomic🏷️2.0.1, atomic-angular🏷️1.0.16)
…v1.0.18

- @sinequa/atomic: ^2.0.1 → ^2.0.5
- @sinequa/atomic-angular: ~1.0.16 → ~1.0.18
- @sinequa/ui: ^1.0.0 → 1.0.0 (pinned exact)

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
…c-angular-1.0.18

ES-32037 #done ES-32163 #done ES-32168 #done ES-32245 #done chore(deps): upgrade @sinequa/atomic to v2.0.5 and @sinequa/atomic-angular to v1.0.18
@hebus hebus changed the title Fix/sync/release/11.13.0 sync: release/11.13.0 (sba-internal → sba-mint) Jun 30, 2026
@hebus
hebus requested review from Hydhen and larde June 30, 2026 09:00
@hebus
hebus merged commit 6752e07 into release/11.13.0 Jun 30, 2026
0 of 5 checks passed
@hebus
hebus deleted the fix/sync/release/11.13.0 branch June 30, 2026 14:36
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.

7 participants