From aae749809c94440186b1efc8fff84e57225ebc86 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Oct 2024 15:22:27 +0000 Subject: [PATCH 1/2] Bump rojopolis/spellcheck-github-actions from 0.42.0 to 0.44.0 Bumps [rojopolis/spellcheck-github-actions](https://github.com/rojopolis/spellcheck-github-actions) from 0.42.0 to 0.44.0. - [Release notes](https://github.com/rojopolis/spellcheck-github-actions/releases) - [Changelog](https://github.com/rojopolis/spellcheck-github-actions/blob/master/CHANGELOG.md) - [Commits](https://github.com/rojopolis/spellcheck-github-actions/compare/0.42.0...0.44.0) --- updated-dependencies: - dependency-name: rojopolis/spellcheck-github-actions dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/es-spellcheck.yml | 2 +- .github/workflows/spellcheck.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/es-spellcheck.yml b/.github/workflows/es-spellcheck.yml index 2243a24e1..ee6d9ef97 100644 --- a/.github/workflows/es-spellcheck.yml +++ b/.github/workflows/es-spellcheck.yml @@ -29,6 +29,6 @@ jobs: set -o errexit diff content/es/.wordlist.txt <(LC_ALL= sort -f content/es/.wordlist.txt) - name: GitHub Spellcheck Action - uses: rojopolis/spellcheck-github-actions@0.42.0 + uses: rojopolis/spellcheck-github-actions@0.44.0 with: config_path: content/es/.spellcheck.yml diff --git a/.github/workflows/spellcheck.yml b/.github/workflows/spellcheck.yml index 3691d6146..23deb3d17 100644 --- a/.github/workflows/spellcheck.yml +++ b/.github/workflows/spellcheck.yml @@ -25,4 +25,4 @@ jobs: - uses: actions/checkout@v4 - name: GitHub Spellcheck Action - uses: rojopolis/spellcheck-github-actions@0.42.0 + uses: rojopolis/spellcheck-github-actions@0.44.0 From 83bd17ad2a97b23ee964c304de26702ff2f66324 Mon Sep 17 00:00:00 2001 From: Yash Israni Date: Fri, 1 Nov 2024 21:06:03 +0530 Subject: [PATCH 2/2] localize service.md file in russian language --- content/ru/service.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 content/ru/service.md diff --git a/content/ru/service.md b/content/ru/service.md new file mode 100644 index 000000000..2f5b9e84d --- /dev/null +++ b/content/ru/service.md @@ -0,0 +1,12 @@ +--- +title: Service +status: Completed +category: concept +tags: ["application", "fundamental", ""] +--- + +Обратите внимание, что в ИТ термин «сервис» имеет несколько значений. +В данном определении мы сосредоточимся на более традиционном значении: сервис как микросервис. +Вопрос о том, отличаются ли сервисы от микросервисов и как именно, является тонким и вызывает разные мнения. +На высоком уровне мы будем рассматривать их как одно и то же. +Пожалуйста, обратитесь к определению микросервисов(/архитектура-микросервисов/). \ No newline at end of file