[Wikidata-bugs] [Maniphest] [Commented On] T197212: Make wikibase 1.31 base and bundle image

2018-07-20 Thread dbs
dbs added a comment. I experimented with building a 1.31 image in a simplistic fashion (https://github.com/dbs/wikibase-docker/tree/wikibase-1.31-attempt) but that relies on the zipped release from github, and as of 1.31 we're now relying on git submodules to get packages such as https

[Wikidata-bugs] [Maniphest] [Commented On] T197212: Make wikibase 1.31 base and bundle image

2018-07-20 Thread dbs
dbs added a comment. Commit aca952fca15220e5bb39bad6fac76ec43c86be2f switches the fetch method to git and uses "git submodule update --init" to populate the required branches. Things seem to be working based on my early investigations!TASK DETAILhttps://phabricator.wikimedia.org/T1

[Wikidata-bugs] [Maniphest] [Created] T208681: "docker-compose build" fails in master at wdqs-frontend build step

2018-11-04 Thread dbs
dbs created this task.dbs added a project: Wikibase-Containers.Restricted Application added a subscriber: Aklapper.Restricted Application added a project: Wikidata. TASK DESCRIPTIONSome time between July 2018 and November 2 2018, "docker-compose build" started to fail in step 8/14 (wdq

[Wikidata-bugs] [Maniphest] [Commented On] T208681: "docker-compose build" fails in master at wdqs-frontend build step

2018-11-04 Thread dbs
dbs added a comment. Thanks @Addshore but I'm trying to work on the 1.31 Wikibase images again, and as those aren't available on Docker hub yet, I need to build them myself. I'll poke at the dependencies to see if I can come up with a fix similar to how other dependencies were made a little more

[Wikidata-bugs] [Maniphest] [Edited] T208681: "docker-compose build" fails in master at wdqs-frontend build step

2018-11-04 Thread dbs
dbs updated the task description. (Show Details) CHANGES TO TASK DESCRIPTION...cd wikibase-docker cp docker-compose-build.yml -f docker-compose.yml docker-compose-build.yml build...TASK DETAILhttps://phabricator.wikimedia.org/T208681EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel

[Wikidata-bugs] [Maniphest] [Edited] T208681: "docker-compose build" fails in master at wdqs-frontend build step

2018-11-04 Thread dbs
dbs updated the task description. (Show Details) CHANGES TO TASK DESCRIPTIONSome time between July 2018 and November 2 2018, "docker-compose build" started to fail in step 8/14 (wdqs-frontend). Looks like it's another overly specific dependency pinning error;Reproduced on Fedor

[Wikidata-bugs] [Maniphest] [Commented On] T208681: "docker-compose build" fails in master at wdqs-frontend build step

2018-11-04 Thread dbs
dbs added a comment. git has been bumped in alpine:3.7 to git-2.15.3-r0, that's the source of the current problem. So it could be resolved by shifting to: apk --no-cache add --virtual build-dependencies ca-certificates~=20171114-r0 git~=2.15.2-r0 nodejs~=8.9.3-r1 jq~=1.5-r5 but that's likely

[Wikidata-bugs] [Maniphest] [Commented On] T197212: Make wikibase 1.31 base and bundle image

2018-11-19 Thread dbs
dbs added a comment. At this point I would recommend looking at https://github.com/dbs/wikibase-docker/tree/wikibase-1.31 - I started again from current master. Much cleaner.TASK DETAILhttps://phabricator.wikimedia.org/T197212EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel

[Wikidata-bugs] [Maniphest] [Commented On] T205922: Impossible to establish site links

2018-11-27 Thread dbs
dbs added a comment. I can confirm that the sites table is empty in the stock Docker image, and that running /var/www/html/extensions/Wikibase/lib/maintenance/populateSitesTable.php populates the Wikipedia links boxes for the items I had imported from Wikidata. Maybe that's something

[Wikidata-bugs] [Maniphest] [Commented On] T209803: wikibaseImport in the docker images does not add statements when importing an entity

2018-11-18 Thread dbs
dbs added a comment. I reproduced this problem on a fresh Wikibase 1.31 Docker image. The end of my first attempt showed: [2018-11-19 02:21:59]: Adding statements: Q16107138 [2018-11-19 02:22:01]: DB connection was already closed or the connection dropped. [2018-11-19 02:22:01]: Done There were

[Wikidata-bugs] [Maniphest] [Commented On] T209803: wikibaseImport in the docker images does not add statements when importing an entity

2018-11-18 Thread dbs
dbs added a comment. Ah, the square metre and square kilometre issue have been known for a couple of years now: https://github.com/filbertkm/WikibaseImport/issues/16TASK DETAILhttps://phabricator.wikimedia.org/T209803EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel