Skip to content

Tags: potappo/yari

Tags

v0.4.378

Toggle v0.4.378's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Ability to control default cache-control in Deployer uploads (mdn#3517)

Fixes mdn#3516

v0.4.377

Toggle v0.4.377's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
parse specific cookie vlue first (mdn#3540)

v0.4.376

Toggle v0.4.376's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
always measure how long gatherTranslations() takes (mdn#3536)

v0.4.375

Toggle v0.4.375's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
build(deps-dev): bump stylelint-config-recommended from 3.0.0 to 4.0.0 (

mdn#3162)

Bumps [stylelint-config-recommended](https://github.com/stylelint/stylelint-config-recommended) from 3.0.0 to 4.0.0.
- [Release notes](https://github.com/stylelint/stylelint-config-recommended/releases)
- [Changelog](https://github.com/stylelint/stylelint-config-recommended/blob/master/CHANGELOG.md)
- [Commits](stylelint/stylelint-config-recommended@3.0.0...4.0.0)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

v0.4.374

Toggle v0.4.374's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
don't broken_links check home page urls with hash (mdn#3528)

* don't broken_links check home page urls with hash

Fixes mdn#3515

* findByURL requires URL to contain /docs/

v0.4.373

Toggle v0.4.373's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
switch to parallel_bulk() (mdn#3426)

Fixes mdn#3417

v0.4.372

Toggle v0.4.372's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
include preferredlocale in 'Change language' event (mdn#3520)

Part of mdn#3519

v0.4.371

Toggle v0.4.371's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
build(deps): bump js-yaml from 4.0.0 to 4.1.0 (mdn#3523)

v0.4.370

Toggle v0.4.370's commit message

Partially verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
We cannot verify signatures from co-authors, and some of the co-authors attributed to this commit require their commits to be signed.
Use Elasticsearch index aliases to avoid search downtime (mdn#3409)

* Use ElasticSearch index aliases to avoid search downtime

Fixes mdn#3098

* Use ElasticSearch index aliases to avoid search downtime

Part of mdn#3098

(the reason this PR doesn't close issue mdn#3098) is because the `prod-build.yml` still uses `--update`)

* flake8

* Apply suggestions from code review

Co-authored-by: Ryan Johnson <escattone@gmail.com>

* remove 'already'

* feedbacked

* cleaning up

* cope with --update the first time ever

* Apply suggestions from code review

Co-authored-by: Ryan Johnson <escattone@gmail.com>

* feedbacked

Co-authored-by: Ryan Johnson <escattone@gmail.com>

v0.4.369

Toggle v0.4.369's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
don't double-encode the query string when redirecting (mdn#3502)

Fixes mdn#3425