docs-worker-pool

Stars
15
Committers
22

Bot releases are visible (Hide)

docs-worker-pool - v1.1.24.3 Relax Prod Freeze

Published by GuruPKK over 2 years ago

docs-worker-pool - v1.1.24.2 Update dotcomprd CDN URL

Published by GuruPKK over 2 years ago

docs-worker-pool - v1.1.24.1 Add some logs around CDN Invalidation Failure

Published by GuruPKK over 2 years ago

Add logs to get more insight around cache invalidation failure

docs-worker-pool - v1.1.24 Dotcom Search Results

Published by casthewiz over 2 years ago

docs-worker-pool - v1.1.23 CDN Invalidation

Published by GuruPKK over 2 years ago

CDN Invalidation and Deploy Restriction
DOP-2674
DOP-2713
DOP-2842

docs-worker-pool - v1.1.22 The -qa subpath removal

Published by casthewiz over 2 years ago

docs-worker-pool - v1.1.21 - hotfix for parallel env prefix logic

Published by casthewiz over 2 years ago

docs-worker-pool - v1.1.20

Published by casthewiz over 2 years ago

docs-worker-pool - v1.1.19.2 Fix Non Existing repo in repobranches Exception

Published by GuruPKK over 2 years ago

docs-worker-pool - v1.1.19.1 Fixing Dotcomprd deploy

Published by GuruPKK over 2 years ago

docs-worker-pool - v1.1.18 The one with Optimizely

Published by casthewiz over 2 years ago

docs-worker-pool - v1.1.16

Published by casthewiz over 2 years ago

docs-worker-pool - v1.1.15 Different Prefix for Dotcom environment

Published by GuruPKK over 2 years ago

docs-worker-pool - v1.1.14

Published by casthewiz over 2 years ago

The one that has the CodeIO feature

docs-worker-pool - v1.1.12 The one where we hotfix a parser edgecase

Published by casthewiz over 2 years ago

Quick hotfix that bumps parser version to v0.12.1, to resolve an edge case that could result in hung worker instances.

docs-worker-pool - v1.1.11

Published by casthewiz almost 3 years ago

The one where we fixed the weird substitution bug.

Parser

  • DOP-2620: fix to ensure that substitutions that contain substitutions don't enclose the inner substitutions in paragraph tags, thus making things look weird.
docs-worker-pool - v1.1.10

Published by casthewiz almost 3 years ago

New Features

Front End

  • Sync heading pill and cloud icon in side nav bar for sync pages #523
  • Accommodate guides toc #517

Parser

  • Added flutter link roles (#373).
  • Added roles for different versions of WT docs (DOCS-14997).
  • (Guides) Chapters are now given an appropriate HTML5 id (DOP-2505).

Improvements / Fixes

Front End

  • Fix language selector dropdown to be visible #524
  • fixed error message for search with no results #522

Parser

  • Handle escaped double-quotes (DOP-2638).
  • Temporary workaround for PHP role intersphinx issues (DOP-2636).
  • Properly report diagnostics on YAML parsing and unmarshaling errors (DOP-2637).

Autobuilder

  • Increase maximum output buffer size, with added tests for legacy docs output case