Skip to content

Commit

Permalink
Merge branch 'main' of github.com:what1s1ove/whatislove.dev into 270-…
Browse files Browse the repository at this point in the history
…remove-eslint-plugins-from-packagesdts-import
  • Loading branch information
what1s1ove committed Oct 7, 2024
2 parents e3ee7f4 + 53f343d commit 795361c
Show file tree
Hide file tree
Showing 17 changed files with 754 additions and 444 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,11 @@ name: Continuous Delivery

on:
schedule:
- cron: '0 0 * * *'
- cron: '0 12 * * *'
push:
branches:
- main
workflow_dispatch:

jobs:
release:
Expand All @@ -30,7 +31,7 @@ jobs:
dependencies:
name: Install Dependencies
needs: release
if: ${{ needs.release.outputs.release_created || github.event_name == 'schedule' }}
if: ${{ needs.release.outputs.release_created || github.event_name == 'schedule' || github.event_name == 'workflow_dispatch' }}
runs-on: ubuntu-latest
steps:
- name: Code Checkout
Expand Down Expand Up @@ -113,7 +114,7 @@ jobs:
PACKAGE_DIR: apps/${{ matrix.project }}
environment:
name: ${{ matrix.project }}
url: ${{ fromJson(steps.deployment.outputs.NETLIFY_OUTPUT).url }}
# url: ${{ fromJson(steps.deployment.outputs.NETLIFY_OUTPUT).url }}
steps:
- name: Code Checkout
uses: actions/checkout@v4
Expand Down
6 changes: 3 additions & 3 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
".": "1.71.0",
".": "1.73.0",
"apps/careers-whatislove-dev": "1.13.0",
"apps/certifications-whatislove-dev": "1.10.0",
"apps/whatislove-dev": "1.65.0",
"packages/shared": "1.10.0"
"apps/whatislove-dev": "1.67.0",
"packages/shared": "1.11.0"
}
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,24 @@
# Changelog

## [1.73.0](https://github.com/what1s1ove/whatislove.dev/compare/v1.72.0...v1.73.0) (2024-10-07)


### Features

* **whatislove-dev:** add new experience to cv wd-302 ([#711](https://github.com/what1s1ove/whatislove.dev/issues/711)) ([3bc80ab](https://github.com/what1s1ove/whatislove.dev/commit/3bc80abbdff2c9f77b44a595befad74b1c3a3291))

## [1.72.0](https://github.com/what1s1ove/whatislove.dev/compare/v1.71.0...v1.72.0) (2024-10-06)


### Features

* **whatislove-dev:** add how to stop worrying book wd-698 ([#705](https://github.com/what1s1ove/whatislove.dev/issues/705)) ([8f0a10f](https://github.com/what1s1ove/whatislove.dev/commit/8f0a10fb150e47362657d63752ce2f4427ef7820))
* **whatislove-dev:** add how to win friends book wd-692 ([#702](https://github.com/what1s1ove/whatislove.dev/issues/702)) ([77dc68d](https://github.com/what1s1ove/whatislove.dev/commit/77dc68d4956aed2bc3d0a9b124f8847bc58e6511))
* **whatislove-dev:** add retry functionality for 3d party api calls wd-676 ([#706](https://github.com/what1s1ove/whatislove.dev/issues/706)) ([270c554](https://github.com/what1s1ove/whatislove.dev/commit/270c5548acd45a2b61fe21005b663b044fdbb1b3))
* **whatislove-dev:** add your time your way book wd-696 ([#704](https://github.com/what1s1ove/whatislove.dev/issues/704)) ([b918c0c](https://github.com/what1s1ove/whatislove.dev/commit/b918c0cdca2be24d8a90382ef4fea268aa3dd971))
* **whatislove-dev:** update 11ty og img plugin to 4.0 wd-701 ([#707](https://github.com/what1s1ove/whatislove.dev/issues/707)) ([a33c101](https://github.com/what1s1ove/whatislove.dev/commit/a33c1016eff09ebbf53c8fb3e7cfd0025e424e3d))
* **whatislove-dev:** update 11ty to 3.0 wd-699 ([#700](https://github.com/what1s1ove/whatislove.dev/issues/700)) ([8d4cfd8](https://github.com/what1s1ove/whatislove.dev/commit/8d4cfd8e5719f5972af3f5c298e394fc0299a3d6))

## [1.71.0](https://github.com/what1s1ove/whatislove.dev/compare/v1.70.0...v1.71.0) (2024-08-12)


Expand Down
19 changes: 19 additions & 0 deletions apps/whatislove-dev/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,24 @@
# Changelog

## [1.67.0](https://github.com/what1s1ove/whatislove.dev/compare/@whatislove.dev/[email protected]/whatislove-dev-v1.67.0) (2024-10-07)


### Features

* **whatislove-dev:** add new experience to cv wd-302 ([#711](https://github.com/what1s1ove/whatislove.dev/issues/711)) ([3bc80ab](https://github.com/what1s1ove/whatislove.dev/commit/3bc80abbdff2c9f77b44a595befad74b1c3a3291))

## [1.66.0](https://github.com/what1s1ove/whatislove.dev/compare/@whatislove.dev/[email protected]/whatislove-dev-v1.66.0) (2024-10-06)


### Features

* **whatislove-dev:** add how to stop worrying book wd-698 ([#705](https://github.com/what1s1ove/whatislove.dev/issues/705)) ([8f0a10f](https://github.com/what1s1ove/whatislove.dev/commit/8f0a10fb150e47362657d63752ce2f4427ef7820))
* **whatislove-dev:** add how to win friends book wd-692 ([#702](https://github.com/what1s1ove/whatislove.dev/issues/702)) ([77dc68d](https://github.com/what1s1ove/whatislove.dev/commit/77dc68d4956aed2bc3d0a9b124f8847bc58e6511))
* **whatislove-dev:** add retry functionality for 3d party api calls wd-676 ([#706](https://github.com/what1s1ove/whatislove.dev/issues/706)) ([270c554](https://github.com/what1s1ove/whatislove.dev/commit/270c5548acd45a2b61fe21005b663b044fdbb1b3))
* **whatislove-dev:** add your time your way book wd-696 ([#704](https://github.com/what1s1ove/whatislove.dev/issues/704)) ([b918c0c](https://github.com/what1s1ove/whatislove.dev/commit/b918c0cdca2be24d8a90382ef4fea268aa3dd971))
* **whatislove-dev:** update 11ty og img plugin to 4.0 wd-701 ([#707](https://github.com/what1s1ove/whatislove.dev/issues/707)) ([a33c101](https://github.com/what1s1ove/whatislove.dev/commit/a33c1016eff09ebbf53c8fb3e7cfd0025e424e3d))
* **whatislove-dev:** update 11ty to 3.0 wd-699 ([#700](https://github.com/what1s1ove/whatislove.dev/issues/700)) ([8d4cfd8](https://github.com/what1s1ove/whatislove.dev/commit/8d4cfd8e5719f5972af3f5c298e394fc0299a3d6))

## [1.65.0](https://github.com/what1s1ove/whatislove.dev/compare/@whatislove.dev/[email protected]/whatislove-dev-v1.65.0) (2024-07-28)


Expand Down
8 changes: 4 additions & 4 deletions apps/whatislove-dev/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.65.0",
"version": "1.67.0",
"name": "@whatislove.dev/whatislove-dev",
"private": true,
"type": "module",
Expand All @@ -23,8 +23,8 @@
"form-payload": "1.7.2"
},
"devDependencies": {
"@11ty/eleventy": "3.0.0-alpha.10",
"@11ty/eleventy-img": "5.0.0-beta.4",
"@11ty/eleventy": "3.0.0",
"@11ty/eleventy-img": "5.0.0",
"@11ty/eleventy-plugin-rss": "1.2.0",
"@linthtml/linthtml": "0.10.0-beta.8",
"@shikijs/markdown-it": "1.5.2",
Expand All @@ -35,7 +35,7 @@
"bemlint": "1.7.0",
"browserslist": "4.22.1",
"dotenv": "16.4.5",
"eleventy-plugin-og-image": "4.0.0-beta.7",
"eleventy-plugin-og-image": "4.0.0",
"esbuild": "0.19.5",
"html-minifier-terser": "7.2.0",
"json-server": "0.17.4",
Expand Down
5 changes: 4 additions & 1 deletion apps/whatislove-dev/src/data/mentions.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
import { retryCall } from '@whatislove.dev/shared'
import { parseHTML } from 'linkedom'

import { default as environment } from './environment.js'
Expand Down Expand Up @@ -270,7 +271,9 @@ let loader = async () => {
let allPagesMentions = /** @type {PagesMentions} */ ({})

for (let mentionLoader of mentionLoaders) {
let fetchedPageMentions = await mentionLoader()
let fetchedPageMentions = await retryCall(mentionLoader, {
retriesCount: 3,
})

for (let [pageUrl, pageMentions] of Object.entries(
fetchedPageMentions,
Expand Down
48 changes: 48 additions & 0 deletions apps/whatislove-dev/src/database.json
Original file line number Diff line number Diff line change
Expand Up @@ -1032,6 +1032,18 @@
"date": "2021-09-01T00:00:00.000Z",
"endDate": "2022-04-15T00:00:00.000Z"
},
{
"id": "t9VsgOB",
"type": "position",
"title": "Mentor",
"desc": "Students mentorship (1-5 people in parallel).",
"origin": "https://foxminded.ua/",
"originDesc": "FoxmindEd",
"link": "",
"linkDesc": "",
"date": "2023-10-17T00:00:00.000Z",
"endDate": "2024-10-31T00:00:00.000Z"
},
{
"id": "iFI6X1tekP",
"type": "position",
Expand Down Expand Up @@ -1667,6 +1679,42 @@
"linkDesc": "",
"date": "2024-07-15T00:00:00.000Z",
"endDate": ""
},
{
"id": "pOdVEAq",
"type": "book",
"title": "How to Win Friends & Influence People (Dale Carnegie)",
"desc": "",
"origin": "https://www.amazon.com/How-Win-Friends-Influence-People/dp/0671027034",
"originDesc": "Amazon",
"link": "",
"linkDesc": "",
"date": "2024-08-06T00:00:00.000Z",
"endDate": ""
},
{
"id": "6Dd8mub",
"type": "book",
"title": "Your Time, Your Way: Time Well Managed, Life Well Lived ( Carl Pullein)",
"desc": "",
"origin": "https://www.amazon.com/Your-Time-Way-Managed-Lived/dp/1944480811",
"originDesc": "Amazon",
"link": "",
"linkDesc": "",
"date": "2024-08-23T00:00:00.000Z",
"endDate": ""
},
{
"id": "IfbM0Kg",
"type": "book",
"title": "How to Stop Worrying and Start Living (Dale Carnegie)",
"desc": "",
"origin": "https://www.amazon.com/How-Stop-Worrying-Start-Living/dp/0671733354",
"originDesc": "Amazon",
"link": "",
"linkDesc": "",
"date": "2024-09-06T00:00:00.000Z",
"endDate": ""
}
]
}
Binary file modified apps/whatislove-dev/src/files/vladyslav-zubko-cv.pdf
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ class Toast {

toastNode.textContent = message

await setAsyncTimeout(() => {}, duration)
await setAsyncTimeout(undefined, duration)

await setAsyncTimeout(() => {
toastNode.textContent = ``
Expand Down
Loading

0 comments on commit 795361c

Please sign in to comment.