Apq

Apq a sincronizat consemnările de la master la Apq/nextcloud-docs din oglindire

3 ore în urmă

Apq a sincronizat consemnările de la feature/packages-2026-02 la Apq/reactive din oglindire

3 ore în urmă

Apq a sincronizat referință nouă feature/packages-2026-02 la Apq/reactive din oglindire

3 ore în urmă

Apq a sincronizat consemnările de la release la Apq/CMake din oglindire

  • 4966f3ed98 Merge branch 'release-4.2' into release-4.3
  • 40c2adc5c7 Merge topic 'pchreuse-copy-depends' into release-4.3 a8cf09d49a PCH: Fix regression in REUSE_FROM that copies the `.pdb` too often Acked-by: Kitware Robot <[email protected]> Reviewed-by: Ben Boeckel <[email protected]> Merge-request: !11702
  • cb6c9421bd Merge topic 'pchreuse-copy-depends' into release-4.2 a8cf09d49a PCH: Fix regression in REUSE_FROM that copies the `.pdb` too often Acked-by: Kitware Robot <[email protected]> Merge-request: !11702
  • a8cf09d49a PCH: Fix regression in REUSE_FROM that copies the `.pdb` too often Since commit 99bdf2ae16 (cmLocalGenerator: add PDB copying dependency on its script, 2025-06-16, v4.2.0-rc1~481^2~8) the copy is repeated whenever the copying script is updated. Avoid updating the copy script timestamp when it does not change. Fixes: #27608
  • Vizualizați comparația pentru aceste 4 consemnări »

4 ore în urmă

Apq a sincronizat consemnările de la master la Apq/CMake din oglindire

4 ore în urmă

Apq a sincronizat consemnările de la main la Apq/clashfree din oglindire

4 ore în urmă

Apq a sincronizat consemnările de la main la Apq/v2rayfree din oglindire

4 ore în urmă

Apq a sincronizat consemnările de la master la Apq/Avalonia din oglindire

  • 8e8972aabf Make TextBox.PlaceholderText accessible (#20714) * Implement -accessibilityPlaceholderValue on macOS macOS uses a unique -accessibilityPlaceholderValue property for the placeholder of a text field; -accessibilityHelp has different meaning from HelpText on Windows. Map TextBox.PlaceholderText to be returned by -accessibilityPlaceholderValue. Ref: https://www.w3.org/TR/core-aam-1.2/#ariaPlaceholder * Use TextBox placeholder as a fallback for HelpText on Windows This matches the behavior introduced in 8593ef3 on macOS, as this is where UIA designates that placeholder text should go. Ref: https://www.w3.org/TR/core-aam-1.2/#ariaPlaceholder

4 ore în urmă

Apq a sincronizat consemnările de la 10.0.1 la Apq/NatTypeTester din oglindire

4 ore în urmă

Apq a sincronizat referință nouă 10.0.1 la Apq/NatTypeTester din oglindire

4 ore în urmă

Apq a sincronizat consemnările de la 10.0.0 la Apq/NatTypeTester din oglindire

4 ore în urmă

Apq a sincronizat referință nouă 10.0.0 la Apq/NatTypeTester din oglindire

4 ore în urmă

Apq a sincronizat consemnările de la master la Apq/NatTypeTester din oglindire

4 ore în urmă

Apq a sincronizat consemnările de la main la Apq/389-ds-base din oglindire

  • 26feecae02 Issue 7236 - Fix GSSAPI tests (#7237) * Issue 7236 - Fix GSSAPI tests Description: Fix for failing GSSAPI tests Add GSSAPI_ACK variable to pytest workflow for proper execution in Github CI Relates: #7236 Author: Lenka Doudova Reviewer: Barbora Simonova, Viktor Ashirov

5 ore în urmă

Apq a sincronizat consemnările de la 389-ds-base-1.4.3 la Apq/389-ds-base din oglindire

  • f5bd97bc1d Issue 7223 - Remove integerOrderingMatch requirement for parentid (#7264) Description: integerOrderingMatch was introduced as a requirement for parentid and ancestorid indexes for performance reasons. But after #7096 the order for parentid doesn't make a lot of difference. Fix Description: * Remove integerOrderingMatch requirement for parentid. * Read only first 100 keys from dbscan in index ordering check * Do not run dsctl index-check during RPM upgrade Relates: https://github.com/389ds/389-ds-base/pull/7223 Reviewed by: @progier389, @tbordaz (Thanks!)
  • 0b6de05692 Issue 7223 - Use lexicographical order for ancestorid Description: `ldbm_instance_create_default_indexes()` configured ancestorid with integerOrderingMatch in the in-memory attrinfo, but ancestorid on disk might be using lexicographic ordering (data before the upgrade or after ldif2db import). Relates: https://github.com/389ds/389-ds-base/issues/7223 Reviewed by: @progier389, @tbordaz (Thanks!)
  • ae104b3cf6 Issue 7223 - Add dsctl index-check command for offline index repair Description: Add `dsctl <instance> index-check [backend] [--fix]` command for offline detection and repair of index ordering mismatches. This is needed after upgrade from versions that didn't use integerOrderingMatch for parentid/ancestorid system indexes. It's automatically executed as part of RPM %post scriptlet during upgrade. Relates: https://github.com/389ds/389-ds-base/issues/7223 Reviewed by: @progier389, @tbordaz (Thanks!)
  • 4a781d5cf9 Issue 7223 - Detect and log index ordering mismatch during backend startup Description: Add `ldbm_instance_check_index_config()` function that checks on-disk index data and logs a message in case of a mismatch with DSE config entry. Relates: https://github.com/389ds/389-ds-base/issues/7223 Reviewed by: @progier389, @tbordaz (Thanks!)
  • 0c39500293 Issue 7223 - Add upgrade function to remove ancestorid index config entry Description: Add `upgrade_remove_ancestorid_index_config()` function that removes: * ancestorid from `cn=default indexes` * ancestorid index config entries from each backend's `cn=index` Also remove ancestorid index configuration from template-dse.ldif. Relates: https://github.com/389ds/389-ds-base/issues/7223 Reviewed by: @progier389, @tbordaz (Thanks!)
  • Vizualizați comparația pentru aceste 8 consemnări »

5 ore în urmă

Apq a sincronizat consemnările de la enhance/export-idempotent la Apq/logseq din oglindire

  • d12124e440 enhance: ensure export EDN is idempotent across import and export An EDN export should consistently produce the same EDN when imported into a new graph and re-exported. This adds initial fn, cli option and test to ensure this. There are some known TODOs. diff-graphs script was removed as it was being used as a subset of the workflow provided by the --roundtrip option
  • 1ff8a12d35 fix: export-edn shouldn't add empty :build/properties This results in exports that aren't repeatable across exports a.k.a. roundtripable
  • 9bac0416a4 chore: bump to latest bb (#12398) Also bump related setup-clojure action
  • 3d88cd1fd6 fix: import of multi word tags Also fixes quirky editor bug for inline multi word tags. Both bugs reported in https://github.com/logseq/db-test/issues/724
  • 6acf799b68 fix: UI import of example graph is invalid With #12313, we introduced relative paths which fail to create assets and then cause invalid blocks that are unable to reference those assets. Any user graphs that have relative paths like this will also have their invalid blocks fixed
  • Vizualizați comparația pentru aceste 10 consemnări »

5 ore în urmă

Apq a sincronizat referință nouă enhance/export-idempotent la Apq/logseq din oglindire

5 ore în urmă

Apq a sincronizat consemnările de la design-improvements la Apq/logseq din oglindire

5 ore în urmă

Apq a sincronizat consemnările de la dev la Apq/PicView din oglindire

11 ore în urmă

Apq a sincronizat consemnările de la NavigationRewrite la Apq/PicView din oglindire

  • b377a15886 - Remove unused `GalleryVerticalAlignment` property from `GalleryViewModel`. - Refactor `GetDockedHeight` to `GetDockedSize` for improved clarity. - Simplify `NavigateAbleItemsViewer` centering logic by replacing custom calculations with `BringIntoView`. - Adjust `GalleryView` layout `BorderThickness`.
  • 0a413d0c52 - Refactor scrolling logic in `NavigateAbleItemsViewer` to support vertical and horizontal modes. - Add `SetVerticalScrolling` and `SetHorizontalScrolling` methods for dynamic scrollbar visibility adjustment. - Enhance gallery dock handling and add new button bindings for `CloseGalleryCommand`. - Improve `GalleryAnimationControl` layout updates and resize responsiveness. - Refine `Scrollbar` control template with `DockPanel` for streamlined layout. - Add minimum height properties to improve UI consistency and handling.
  • 25e00f4095 Refactor `GalleryAnimationControl` initialization and subscriptions - Remove redundant `CompositeDisposable` initialization. - Add fallback `IsVisible` handling for non-docked gallery mode. - Enhance error logging in reactive subscriptions (debug-only).
  • eacab93157 Migrate gallery dock logic to `GallerySharedSettingsViewModel` - Refactored commands and properties related to gallery docking (e.g., `SetDockPositionCommand`, `CloseGalleryCommand`) into `GallerySharedSettingsViewModel`. - Updated bindings across views to reference `GallerySettings` for improved separation of concerns. - Removed redundant dock-related subscriptions and commands in `GalleryViewModel`. - Enhanced reactive properties for managing docked and expanded gallery states. - Consolidated gallery item size and spacing properties for better synchronization.
  • 06e14705fb Refactor gallery dock behavior and bindings - Replaced `DockPositionIndex` bindings with individual `IsSelected` bindings for improved state management. - Removed redundant properties and subscriptions in `SettingsViewModel`. - Added `Skip(1)` to reactive subscriptions to avoid redundant initial updates. - Adjusted `GalleryAnimationControl` visibility logic for smoother transitions.
  • Vizualizați comparația pentru aceste 9 consemnări »

11 ore în urmă