Граф коммитов

5587 Коммитов

Автор SHA1 Сообщение Дата
Tibor Leupold 0c118701bb Move 404 admin logo to separate file
The long inline SVG was tripping up djlint. I hope with moving it to a
separate file to get around this.

I also fixed the indentation of the admin 404 template.
2022-12-07 06:39:35 -08:00
Tibor Leupold 7c3de1bbb5 Create djlint inv command 2022-12-07 06:39:35 -08:00
Tibor Leupold d567b81c81 Add basic config options for djlint 2022-12-07 06:39:35 -08:00
Tibor Leupold 663e859898 Add djlint dev dependency 2022-12-07 06:39:35 -08:00
Daniel Miranda 0dc5092119 updated mozfest_footer.html to return localized version 2022-12-06 18:30:09 -08:00
Mavis Ou 358f1a9761 PNI homepage featured article should show its og image 2022-12-06 15:30:32 -08:00
Daniel Miranda dc19a17d52
Revert "removed fundraise up script" 2022-12-06 15:24:17 -08:00
Tibor Leupold 053dc89547 Add test for logged in user
The results are similat to the anon user, so I don't think I need to dig
into this any further.
2022-12-06 11:34:45 -08:00
Tibor Leupold 541765cb9f Reseed to aviod randomness effects in tests with many products 2022-12-06 11:34:45 -08:00
Tibor Leupold 516c3dfab7 Add more tests for query counts 2022-12-06 11:34:45 -08:00
Tibor Leupold 00add1ab32 Test queries for page with only 1 product 2022-12-06 11:34:45 -08:00
Tibor Leupold d52f5fef33 Test serving the homepage 2022-12-06 11:34:45 -08:00
Tibor Leupold e5dbc03025 Specifiy html files to watch more acurately 2022-12-06 11:34:45 -08:00
Daniel Miranda 5c56b07466
Merge pull request #9725 from mozilla/9606-required-meta-fields-pni-article-page
Buyersguide article's "search_image" and "search_description" now required
2022-12-05 17:12:25 -08:00
Daniel Miranda 76d78b5c45 feedback from PR 2022-12-05 17:00:30 -08:00
Daniel Miranda 12890c6d38
Merge branch 'main' into 9606-required-meta-fields-pni-article-page 2022-12-02 15:36:40 -08:00
Simon Fessehaye 78fc09a530
Merge pull request #9305 from mozilla/dependabot/npm_and_yarn/tailwindcss/line-clamp-0.4.2
Bump @tailwindcss/line-clamp from 0.4.0 to 0.4.2
2022-12-02 15:33:59 -08:00
dependabot[bot] 9887282956 Bump @tailwindcss/line-clamp from 0.4.0 to 0.4.2
Bumps [@tailwindcss/line-clamp](https://github.com/tailwindlabs/tailwindcss-line-clamp) from 0.4.0 to 0.4.2.
- [Release notes](https://github.com/tailwindlabs/tailwindcss-line-clamp/releases)
- [Changelog](https://github.com/tailwindlabs/tailwindcss-line-clamp/blob/master/CHANGELOG.md)
- [Commits](https://github.com/tailwindlabs/tailwindcss-line-clamp/compare/v0.4.0...v0.4.2)

---
updated-dependencies:
- dependency-name: "@tailwindcss/line-clamp"
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-12-02 15:26:16 -08:00
Tibor Leupold cc7fe1dc79
Merge pull request #9795 from mozilla/9215-fix-git-issue-in-cd
#9215 Fix git issue in CD
2022-12-02 15:15:06 -08:00
Tibor Leupold 7c509bb82e
Merge branch 'main' into 9215-fix-git-issue-in-cd 2022-12-02 15:08:06 -08:00
Simon Fessehaye effbea8672
Merge pull request #9797 from mozilla/hotfix-user-controls-page-banner
updated z index of donate-banner
2022-12-02 15:05:49 -08:00
Daniel Miranda 32460d66d3
Merge branch 'main' into 9606-required-meta-fields-pni-article-page 2022-12-02 14:58:37 -08:00
Daniel Miranda e2824d42ba updated z index of donate-banner 2022-12-02 14:45:42 -08:00
Simon Fessehaye 65efe8cdc5
Merge pull request #9792 from mozilla/9709-image
9709 - Fix lazy image loading + width/height attr
2022-12-02 13:28:48 -08:00
Daniel Miranda d3c343d1c7
Merge branch 'main' into 9709-image 2022-12-02 13:18:22 -08:00
Daniel Miranda 64456ff4bd flake8 2022-12-02 10:29:45 -08:00
Daniel Miranda 3d3d7fc2d2
Merge branch 'main' into 9606-required-meta-fields-pni-article-page 2022-12-02 10:03:51 -08:00
Daniel Miranda fba590e7ed
Merge pull request #9796 from mozilla/remove-fundraise-up
removed fundraise up script
2022-12-02 10:00:14 -08:00
Daniel Miranda efeab0b7cd removed fundraise up script 2022-12-02 09:40:34 -08:00
Tibor Leupold 24983e2f19 Reactivate the actual push 2022-12-02 07:41:16 -08:00
Tibor Leupold 0605d9f87a Revert "Run CD on any push"
This reverts commit 593c760ca8.
2022-12-02 07:41:16 -08:00
Tibor Leupold 105154e22b Checkout entrire git history
See also:
https://github.com/marketplace/actions/checkout#fetch-all-history-for-all-tags-and-branches
https://remarkablemark.org/blog/2021/03/12/github-actions-deploy-to-heroku/
2022-12-02 07:41:16 -08:00
Tibor Leupold e946a70b25 Use full ref identifier 2022-12-02 07:41:16 -08:00
Tibor Leupold 5f4ee894c5 Fix ref definition for checkout action 2022-12-02 07:41:16 -08:00
Tibor Leupold 319da1d3a1 Trigger CD 2022-12-02 07:41:16 -08:00
Tibor Leupold d33005875a Checkout out main branch in CD 2022-12-02 07:41:16 -08:00
Tibor Leupold 6493455f32 Run CD on any push 2022-12-02 07:41:16 -08:00
Tibor Leupold 82ca47ab1f Use push dry-run 2022-12-02 07:41:16 -08:00
Daniel Miranda 82019588da updated tests and feedback from pr 2022-12-02 00:05:50 -08:00
Simon Fessehaye f01514d16a Updated values 2022-12-01 16:57:15 -08:00
Simon Fessehaye d38a374e53 9709 - Fix lazy image loading + width/height attr 2022-12-01 16:42:10 -08:00
Simon Fessehaye ec0d35c959
Merge pull request #9765 from mozilla/9608-photo
9608 - Author photos look a little pixelated
2022-12-01 15:36:08 -08:00
Daniel Miranda aa60c12109 merge with main 2022-12-01 15:34:31 -08:00
Simon Fessehaye b10ddfb803 Added 3x device pixel ratio devices 2022-12-01 15:25:02 -08:00
Simon Fessehaye d31129f538 Updated with srcset 2022-12-01 15:25:02 -08:00
Simon Fessehaye 56df619a2e Update article_page.html 2022-12-01 15:25:02 -08:00
Simon Fessehaye 783e4bf7f3 9608 - Author photos look a little pixelated 2022-12-01 15:25:02 -08:00
Daniel Miranda ca3e8cf3a5
Merge pull request #9779 from mozilla/9747-well-known-route
added apple pay domain association view
2022-12-01 14:28:41 -08:00
Daniel Miranda 9d8adacb05
Merge branch 'main' into 9747-well-known-route 2022-12-01 13:43:26 -08:00
Tibor Leupold bdf1fd99d0
Merge pull request #9786 from mozilla/9600-byline-and-between-authors
#9600 Join author names in byline with "and" and comma
2022-12-01 13:40:41 -08:00