Recent Activities

This page shows what are we working on.

swissup / module-cache-warmer

6 days ago success
  • 1.0.39
    • Version 1.0.39 2ee20e

    • feat(queue): prioritize warm queue by page type

      Warm order: homepage (3) > product (2) > category (1) > cms-page (0).
      Priority assigned during reindex, persisted in DB.

      - Add priority SMALLINT column + btree index to requestentry table
      - RequestEntryInterface: PRIORITY_* constants, getPriority/setPriority
      - RequestEntryIndexer::resolvePriority() assigns priority per row
      - Collection::addDistinctAndOrder() sorts by priority DESC

      test: add unit tests for existing untested code (53 new tests)

      - DurationHeaderMiddlewareTest (header name, numeric value, 3 decimals)
      - CookieManagerTest (null on empty varyString, CookieJar domain/value)
      - RequestEntryIndexerTest (cartesian product + resolvePriority)
      - LogCleanerTest / LoadLogCleanerTest (disabled flags, cutoff date)

      Refs #15 f36e7a

    • docs(readme): add CLI usage section with --url examples e9bff4

    • feat(cli): add --url option to swissup:cache:warm

      Warm specific URLs by path or full URL via CLI, force re-warm
      regardless of FPC state, all store×group×user-agent variations.

      - Collection::addUrlFilter() strips scheme/host, leading slash
      - CollectionFactory::setUrls() skips FPC test and cursor when set
      - CacheWarm::setUrls() passes through to factory
      - CacheWarmCommand --url accepts comma-separated paths/URLs
      - Warns and exits non-zero when URL not found in index

      test: add unit test suite (69 tests, 79 assertions)

      - phpunit.xml.dist, tests/bootstrap.php, bin/test
      - CollectionTest, CollectionFactoryTest, CacheWarmTest
      - ConfigTest, RunTest, CacheWarmCommandTest

      Closes #14 9fdd37

  • 1.0.38

swissup / module-attributepages

1 week ago success
  • head
    • Added ability to move description to bottom:

      ```
      <referenceBlock name="attributepage.attribute.view">
      <arguments>
      <argument name="is_description_at_bottom" xsi:type="boolean">true</argument>
      </arguments>
      </referenceBlock>
      ``` f46297

  • 1.8.5
    • Version 1.8.5 e137db

    • PHP8.5: Using null as an array offset is deprecated, use an empty string c2a322

    • PHP8.5: Using null as an array offset is deprecated, use an empty string ebee34

swissup / theme-frontend-argento-force

1 week ago success

swissup / module-ignition

1 week ago success
  • head
    • Fixed missing error modal on failed ajax request, when `global:false` 915a01

  • 1.3.0
    • Version 1.3.0 dc0e3f

    • Added `ingress.flareapp.io` to connect-src csp policy a9e10f

    • Do not enable js reporting in developer mode 331f55

    • flareapp.js bundling logic `npm run build`
      The flareapp.js contents then copied to `view/base/templates/js.phtml` 3f3863

    • Backend configuration, optional JS error reporting d20263

swissup / module-delivery-date

1 week ago success

swissup / theme-frontend-argento-pure2

1 week ago success

swissup / theme-frontend-argento-marketplace

1 week ago success

swissup / theme-frontend-argento-mall

1 week ago success

swissup / theme-frontend-argento-luxury

1 week ago success

swissup / theme-frontend-argento-home

1 week ago success