From dd53fceb2590119c65ddd9c74e12885cfb324525 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20H=C3=A4drich?= <11225821+shaedrich@users.noreply.github.com> Date: Sun, 12 Jan 2025 01:34:38 +0100 Subject: [PATCH 1/4] Create topic "PDO" --- topics/pdo/index.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 topics/pdo/index.md diff --git a/topics/pdo/index.md b/topics/pdo/index.md new file mode 100644 index 00000000000..edb403ca89f --- /dev/null +++ b/topics/pdo/index.md @@ -0,0 +1,9 @@ +--- +display_name: PHP Data Objects (PDO) +short_description: PDO is a database driver extension for PHP. +topic: pdo +language: php +related: php, orm, sql, jdbc, odbc, dbal, odm, database +url: https://www.php.net/manual/en/book.pdo.php +--- +**PHP Data Objects** (**PDO**) is a database driver extension for [PHP](https://github.com/topics/php). From 242ab45623a3ca5432ff678b17316eea07094436 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20H=C3=A4drich?= <11225821+shaedrich@users.noreply.github.com> Date: Sun, 12 Jan 2025 01:39:07 +0100 Subject: [PATCH 2/4] Remove unsupported key --- topics/pdo/index.md | 1 - 1 file changed, 1 deletion(-) diff --git a/topics/pdo/index.md b/topics/pdo/index.md index edb403ca89f..18f96620198 100644 --- a/topics/pdo/index.md +++ b/topics/pdo/index.md @@ -2,7 +2,6 @@ display_name: PHP Data Objects (PDO) short_description: PDO is a database driver extension for PHP. topic: pdo -language: php related: php, orm, sql, jdbc, odbc, dbal, odm, database url: https://www.php.net/manual/en/book.pdo.php --- From 5713132d3ba8b3f1098bd4bfe6b3632c2f16f4eb Mon Sep 17 00:00:00 2001 From: GitHub Actions Date: Sun, 12 Jan 2025 20:02:03 +0000 Subject: [PATCH 3/4] =?UTF-8?q?=E2=9C=A8=20Autofixing=20renamed/removed=20?= =?UTF-8?q?collection=20items=20=E2=9C=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- collections/open-source-mlops/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/collections/open-source-mlops/index.md b/collections/open-source-mlops/index.md index 9c9c00fa958..ec6cb22609c 100644 --- a/collections/open-source-mlops/index.md +++ b/collections/open-source-mlops/index.md @@ -21,7 +21,7 @@ items: - interpretml/interpret - mlrun/mlrun - microsoft/pai - - allegroai/clearml + - clearml/clearml - iterative/dvc - determined-ai/determined - InfuseAI/primehub From 861bb5b7dd9228c4447d1be8f1315f358c466b2f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Jan 2025 09:19:13 +0000 Subject: [PATCH 4/4] chore(deps): bump rubocop in the dependencies group Bumps the dependencies group with 1 update: [rubocop](https://github.com/rubocop/rubocop). Updates `rubocop` from 1.69.2 to 1.70.0 - [Release notes](https://github.com/rubocop/rubocop/releases) - [Changelog](https://github.com/rubocop/rubocop/blob/master/CHANGELOG.md) - [Commits](https://github.com/rubocop/rubocop/compare/v1.69.2...v1.70.0) --- updated-dependencies: - dependency-name: rubocop dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dependencies ... Signed-off-by: dependabot[bot] --- Gemfile.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile.lock b/Gemfile.lock index 933345fa0ba..cb394cdbc52 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -287,7 +287,7 @@ GEM regexp_parser (2.10.0) rexml (3.3.9) rouge (3.30.0) - rubocop (1.69.2) + rubocop (1.70.0) json (~> 2.3) language_server-protocol (>= 3.17.0) parallel (~> 1.10)