Skip to content
Snippets Groups Projects

Compare revisions

Changes are shown as if the source revision was being merged into the target revision. Learn more about comparing revisions.

Source

Select target project
No results found
Select Git revision
  • 23theme-child
  • back-to-hyperdb
  • creativecommons
  • debug
  • footnotes-made-easy
  • logo-login
  • master
  • renovate/roots-wordpress-6.x
  • responsive-twentyten
  • theme-link-folio
  • twentytwentytwochild
  • wordpress-full
  • wp-6.8.1
  • wpgancio
  • noblogs-5.6.1c
15 results

Target

Select target project
  • noblogs/noblogs-composer
1 result
Select Git revision
  • 23theme-child
  • back-to-hyperdb
  • creativecommons
  • debug
  • footnotes-made-easy
  • logo-login
  • master
  • renovate/roots-wordpress-6.x
  • responsive-twentyten
  • theme-link-folio
  • twentytwentytwochild
  • wordpress-full
  • wp-6.8.1
  • wpgancio
  • noblogs-5.6.1c
15 results
Show changes
Commits on Source (12)
...@@ -11,6 +11,7 @@ include: "https://git.autistici.org/pipelines/containers/raw/master/common.yml" ...@@ -11,6 +11,7 @@ include: "https://git.autistici.org/pipelines/containers/raw/master/common.yml"
test: test:
stage: container-test stage: container-test
image: registry.git.autistici.org/pipelines/images/test/float-podman-runner:master image: registry.git.autistici.org/pipelines/images/test/float-podman-runner:master
timeout: 30m
services: services:
- name: docker.io/library/memcached:alpine - name: docker.io/library/memcached:alpine
alias: memcache alias: memcache
...@@ -27,7 +28,7 @@ test: ...@@ -27,7 +28,7 @@ test:
- echo -n "$CI_JOB_TOKEN" | podman login -u gitlab-ci-token --password-stdin $CI_REGISTRY - echo -n "$CI_JOB_TOKEN" | podman login -u gitlab-ci-token --password-stdin $CI_REGISTRY
script: script:
- dnf install -y mysql xz git - dnf install -y mysql xz git
- git clone --depth=1 https://gitlab-ci-token:${CI_JOB_TOKEN}@git.autistici.org/ai3/testdata.git /tmp/testdata.$CI_JOB_ID - git clone --depth=1 https://gitlab-ci-token:${TESTDATA_AUTH_TOKEN}@git.autistici.org/ai3/testdata.git /tmp/testdata.$CI_JOB_ID
- xzcat /tmp/testdata.$CI_JOB_ID/noblogs/noblogs.sql.xz | mysql --user=root --password=rootpass --host=mysql noblogs - xzcat /tmp/testdata.$CI_JOB_ID/noblogs/noblogs.sql.xz | mysql --user=root --password=rootpass --host=mysql noblogs
- for blog in cavallette detriti docs ; do xzcat /tmp/testdata.$CI_JOB_ID/noblogs/noblogs_${blog}.sql.xz | mysql --user=root --password=rootpass --host=mysql noblogs; done - for blog in cavallette detriti docs ; do xzcat /tmp/testdata.$CI_JOB_ID/noblogs/noblogs_${blog}.sql.xz | mysql --user=root --password=rootpass --host=mysql noblogs; done
- with-container --expose=8080 --mount=type=bind,source=docker/test-config.json,destination=/etc/noblogs/config.json --mount=type=tmpfs,destination=/opt/noblogs/www/wp-content/blogs.dir --mount=type=tmpfs,destination=/opt/noblogs/www/wp-content/cache $IMAGE_TAG ./docker/test.sh - with-container --expose=8080 --mount=type=bind,source=docker/test-config.json,destination=/etc/noblogs/config.json --mount=type=tmpfs,destination=/opt/noblogs/www/wp-content/blogs.dir --mount=type=tmpfs,destination=/opt/noblogs/www/wp-content/cache $IMAGE_TAG ./docker/test.sh
......
...@@ -44,8 +44,8 @@ ...@@ -44,8 +44,8 @@
"koodimonni/composer-dropin-installer": "1.4", "koodimonni/composer-dropin-installer": "1.4",
"wpackagist-plugin/disable-wordpress-updates": "1.8.0", "wpackagist-plugin/disable-wordpress-updates": "1.8.0",
"wpackagist-plugin/more-privacy-options": "4.6", "wpackagist-plugin/more-privacy-options": "4.6",
"wpackagist-plugin/disable-emojis": "1.7.6", "wpackagist-plugin/disable-emojis": "1.7.7",
"wpackagist-plugin/wp-super-cache": "1.12.4", "wpackagist-plugin/wp-super-cache": "2.0.0",
"wpackagist-plugin/wp-piwik": "1.0.30", "wpackagist-plugin/wp-piwik": "1.0.30",
"wpackagist-plugin/wp-syntax": "1.2", "wpackagist-plugin/wp-syntax": "1.2",
"wpackagist-theme/azul": "1.51", "wpackagist-theme/azul": "1.51",
...@@ -90,7 +90,7 @@ ...@@ -90,7 +90,7 @@
"wpackagist-plugin/simply-exclude": "2.0.6.6", "wpackagist-plugin/simply-exclude": "2.0.6.6",
"wpackagist-plugin/soundcloud-shortcode": "4.0.3", "wpackagist-plugin/soundcloud-shortcode": "4.0.3",
"wpackagist-plugin/squat-radar-calendar-integration": "2.0.9", "wpackagist-plugin/squat-radar-calendar-integration": "2.0.9",
"wpackagist-plugin/two-factor": "0.11.0", "wpackagist-plugin/two-factor": "0.12.0",
"wpackagist-plugin/video-sidebar-widgets": "6.1", "wpackagist-plugin/video-sidebar-widgets": "6.1",
"wpackagist-plugin/wordpress-importer": "0.8.3", "wpackagist-plugin/wordpress-importer": "0.8.3",
"wpackagist-plugin/katex": "2.2.3", "wpackagist-plugin/katex": "2.2.3",
...@@ -112,14 +112,14 @@ ...@@ -112,14 +112,14 @@
"wpackagist-plugin/event-organiser": "3.12.8", "wpackagist-plugin/event-organiser": "3.12.8",
"noblogs/ai-authenticate-rest-api-plugin": "0.0.4", "noblogs/ai-authenticate-rest-api-plugin": "0.0.4",
"wpackagist-plugin/multisite-custom-css": "1.0", "wpackagist-plugin/multisite-custom-css": "1.0",
"wpackagist-plugin/activitypub": "5.1.0", "wpackagist-plugin/activitypub": "5.2.0",
"wpackagist-plugin/gallery-block-lightbox": "1.15", "wpackagist-plugin/gallery-block-lightbox": "1.15",
"wpackagist-plugin/unconfirmed": "1.3.7", "wpackagist-plugin/unconfirmed": "1.3.7",
"noblogs/wp-mat": "0.1.4", "noblogs/wp-mat": "0.1.4",
"wpackagist-plugin/secure-encrypted-form": "1.0.1", "wpackagist-plugin/secure-encrypted-form": "1.0.1",
"wpackagist-theme/twentytwentyone": "2.4", "wpackagist-theme/twentytwentyone": "2.4",
"wpackagist-plugin/wpgancio": "1.12", "wpackagist-plugin/wpgancio": "1.12",
"roots/wordpress": "6.7.1", "roots/wordpress": "6.7.2",
"noblogs/wplang": "0.0.9", "noblogs/wplang": "0.0.9",
"wpackagist-theme/twentytwentytwo": "1.9", "wpackagist-theme/twentytwentytwo": "1.9",
"wpackagist-theme/twentytwentythree": "1.6", "wpackagist-theme/twentytwentythree": "1.6",
......
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically" "This file is @generated automatically"
], ],
"content-hash": "8a4b4ab8bdc534665f31c3e3eeeabb85", "content-hash": "45dd5c1d2bb4782c4194cef308f2b08b",
"packages": [ "packages": [
{ {
"name": "composer/installers", "name": "composer/installers",
...@@ -708,16 +708,16 @@ ...@@ -708,16 +708,16 @@
}, },
{ {
"name": "roots/wordpress", "name": "roots/wordpress",
"version": "6.7.1", "version": "6.7.2",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/roots/wordpress.git", "url": "https://github.com/roots/wordpress.git",
"reference": "9451af491af7124c12186398c56ab87a6e145123" "reference": "c53e4173d239dcaf8889f9f84c0b827a0cf643e9"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/roots/wordpress/zipball/9451af491af7124c12186398c56ab87a6e145123", "url": "https://api.github.com/repos/roots/wordpress/zipball/c53e4173d239dcaf8889f9f84c0b827a0cf643e9",
"reference": "9451af491af7124c12186398c56ab87a6e145123", "reference": "c53e4173d239dcaf8889f9f84c0b827a0cf643e9",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
...@@ -739,7 +739,7 @@ ...@@ -739,7 +739,7 @@
], ],
"support": { "support": {
"issues": "https://github.com/roots/wordpress/issues", "issues": "https://github.com/roots/wordpress/issues",
"source": "https://github.com/roots/wordpress/tree/6.7.1" "source": "https://github.com/roots/wordpress/tree/6.7.2"
}, },
"funding": [ "funding": [
{ {
...@@ -747,7 +747,7 @@ ...@@ -747,7 +747,7 @@
"type": "github" "type": "github"
} }
], ],
"time": "2024-11-13T09:56:09+00:00" "time": "2024-12-15T16:32:37+00:00"
}, },
{ {
"name": "roots/wordpress-core-installer", "name": "roots/wordpress-core-installer",
...@@ -822,22 +822,22 @@ ...@@ -822,22 +822,22 @@
}, },
{ {
"name": "roots/wordpress-no-content", "name": "roots/wordpress-no-content",
"version": "6.7.1", "version": "6.7.2",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/WordPress/WordPress.git", "url": "https://github.com/WordPress/WordPress.git",
"reference": "6.7.1" "reference": "6.7.2"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://downloads.wordpress.org/release/wordpress-6.7.1-no-content.zip", "url": "https://downloads.wordpress.org/release/wordpress-6.7.2-no-content.zip",
"shasum": "321a5b819369e772ce606fbc12b1e264fb73da5b" "shasum": "c33ca276601dee0ddf1e80d3e66403929a696e63"
}, },
"require": { "require": {
"php": ">= 7.2.24" "php": ">= 7.2.24"
}, },
"provide": { "provide": {
"wordpress/core-implementation": "6.7.1" "wordpress/core-implementation": "6.7.2"
}, },
"suggest": { "suggest": {
"ext-curl": "Performs remote request operations.", "ext-curl": "Performs remote request operations.",
...@@ -888,19 +888,19 @@ ...@@ -888,19 +888,19 @@
"type": "other" "type": "other"
} }
], ],
"time": "2024-11-21T14:15:19+00:00" "time": "2025-02-11T16:29:31+00:00"
}, },
{ {
"name": "wpackagist-plugin/activitypub", "name": "wpackagist-plugin/activitypub",
"version": "5.1.0", "version": "5.2.0",
"source": { "source": {
"type": "svn", "type": "svn",
"url": "https://plugins.svn.wordpress.org/activitypub/", "url": "https://plugins.svn.wordpress.org/activitypub/",
"reference": "tags/5.1.0" "reference": "tags/5.2.0"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://downloads.wordpress.org/plugin/activitypub.5.1.0.zip" "url": "https://downloads.wordpress.org/plugin/activitypub.5.2.0.zip"
}, },
"require": { "require": {
"composer/installers": "^1.0 || ^2.0" "composer/installers": "^1.0 || ^2.0"
...@@ -1000,15 +1000,15 @@ ...@@ -1000,15 +1000,15 @@
}, },
{ {
"name": "wpackagist-plugin/disable-emojis", "name": "wpackagist-plugin/disable-emojis",
"version": "1.7.6", "version": "1.7.7",
"source": { "source": {
"type": "svn", "type": "svn",
"url": "https://plugins.svn.wordpress.org/disable-emojis/", "url": "https://plugins.svn.wordpress.org/disable-emojis/",
"reference": "tags/1.7.6" "reference": "tags/1.7.7"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://downloads.wordpress.org/plugin/disable-emojis.1.7.6.zip" "url": "https://downloads.wordpress.org/plugin/disable-emojis.1.7.7.zip"
}, },
"require": { "require": {
"composer/installers": "^1.0 || ^2.0" "composer/installers": "^1.0 || ^2.0"
...@@ -1324,15 +1324,15 @@ ...@@ -1324,15 +1324,15 @@
}, },
{ {
"name": "wpackagist-plugin/two-factor", "name": "wpackagist-plugin/two-factor",
"version": "0.11.0", "version": "0.12.0",
"source": { "source": {
"type": "svn", "type": "svn",
"url": "https://plugins.svn.wordpress.org/two-factor/", "url": "https://plugins.svn.wordpress.org/two-factor/",
"reference": "tags/0.11.0" "reference": "tags/0.12.0"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://downloads.wordpress.org/plugin/two-factor.0.11.0.zip" "url": "https://downloads.wordpress.org/plugin/two-factor.0.12.0.zip"
}, },
"require": { "require": {
"composer/installers": "^1.0 || ^2.0" "composer/installers": "^1.0 || ^2.0"
...@@ -1432,15 +1432,15 @@ ...@@ -1432,15 +1432,15 @@
}, },
{ {
"name": "wpackagist-plugin/wp-super-cache", "name": "wpackagist-plugin/wp-super-cache",
"version": "1.12.4", "version": "2.0.0",
"source": { "source": {
"type": "svn", "type": "svn",
"url": "https://plugins.svn.wordpress.org/wp-super-cache/", "url": "https://plugins.svn.wordpress.org/wp-super-cache/",
"reference": "tags/1.12.4" "reference": "tags/2.0.0"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://downloads.wordpress.org/plugin/wp-super-cache.1.12.4.zip" "url": "https://downloads.wordpress.org/plugin/wp-super-cache.2.0.0.zip"
}, },
"require": { "require": {
"composer/installers": "^1.0 || ^2.0" "composer/installers": "^1.0 || ^2.0"
......