You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Tree:
6ced405933
2.x
6.x
6.x-release
7.x
7.x-1.10
7.x-1.11
7.x-1.12
7.x-1.13
7.x-1.3
7.x-1.4
7.x-1.5
7.x-1.6
7.x-1.7
7.x-1.8
7.x-1.9
7.x-2.x
7.x-fedora-4
7.x-release
8.x-1.x
8.x0
953-hocr-media-updated
959-hocr-tiff-performance
959-iiif-performance
959-iiif-width-height-caching
IIIFManifest_speedup
MNPALS-2.x
d9_islandora
hocr_media_redux
improve_error_ms_for_permissions
issue-1870-undefined-index-rel
main
master
master-main-rename
ocr_mime
removing-doxygen-and-jenkins-stuff
rosiel-views-filter
travis-3.7.0
1.0.0
1.1.0
1.1.1
2.0.0
2.0.1
2.1.0
2.1.1
2.10.0
2.11.0
2.12.0
2.2.0
2.2.1
2.3.0
2.4.0
2.4.1
2.4.2
2.4.3
2.4.4
2.4.5
2.5.0
2.5.1
2.6.0
2.6.1
2.6.2
2.7.0
2.7.1
2.8.0
2.8.1
2.8.2
2.8.3
2.9.0
2.9.1
6.x-11.1.0
6.x-11.1.1
6.x-11.3
6.x-11.3.1
6.x-11.3beta1
6.x-11.3beta2
6.x-11.3beta3
6.x-12.1-RC1
6.x-12.1-RC2
6.x-12.1-RC3
6.x-12.1.0
6.x-12.2.0
6.x-12.2.0-RC1
6.x-12.2.0-RC2
6.x-12.2.0-RC3
6.x-12.3.0-RC
6.x-12.3.0-RC1
6.x-13.1
6.x-13.1-RC1
7.x-1.0
7.x-1.1
7.x-1.1-RC1
7.x-1.1-RC2
7.x-1.10
7.x-1.11
7.x-1.12
7.x-1.13
7.x-1.2
7.x-1.2-RC1
7.x-1.2-RC2
7.x-1.3
7.x-1.3-RC1
7.x-1.4
7.x-1.4-RC1
7.x-1.5
7.x-1.5RC
7.x-1.6
7.x-1.6-RC1
7.x-1.7
7.x-1.7-RC2
7.x-1.8
7.x-1.9
8.x-1.1
php5.3-eol
v11.1.0
v11.1.1
v2.6.3
v2.6.4
${ noResults }
islandora/.scripts
Diego Pino Navarro
6ced405933
* JSON-LD Context generator Base pull, service, interface and class. Needs testing. DCS should be solved already * Missing an @ * Wrong Cache backend service injected * make sure the bundle has mapping * Testing routes to make debugging easier * phpstorm, leave my indentation alone! * phpcs for test controller * Changes, lots of them * Exceptions thrown all around (and documented * “Try/Catch” where relevant * Logger channel for ISLANDORA, useful for all CLAW * Exceptions are being cached * Naive field types of json-ld term definitions for context. Kinda poor mans rdf map for fields * Docs, docs. * Route Controller now responds with application/ld+json, means don’t wait for HTML! * Concerns addressed TODO: need new tests. * Web tests! Don’t run via UI (buggy) https://www.drupal.org/node/2745123 Do this ```Shell sudo -u www-data php core/scripts/run-tests.sh --verbose --class "Drupal\islandora\Tests\Web\JsonldContextGeneratorWebTest" ``` * Coding standards * Coding standards and Cache Now caching happens on the response and on the method. Best of both worlds. ```Shell curl -i http://localhost:8000/fedora_resource_context/rdf_source HTTP/1.1 200 OK Date: Tue, 21 Mar 2017 19:19:03 GMT Server: Apache/2.4.18 (Ubuntu) Cache-Control: must-revalidate, no-cache, private X-Powered-By: Islandora CLAW API X-Drupal-Dynamic-Cache: MISS X-UA-Compatible: IE=edge Content-language: en X-Content-Type-Options: nosniff X-Frame-Options: SAMEORIGIN Expires: Sun, 19 Nov 1978 05:00:00 GMT X-Generator: Drupal 8 (https://www.drupal.org) X-Debug-Token: 7d33c2 X-Debug-Token-Link: /admin/reports/profiler/view/7d33c2 X-Drupal-Cache: HIT Content-Length: 229 Content-Type: application/ld+json {"@context":{"schema":"http://schema.org/","schema:dateModified":{"@type ":"xsd:dateTime"},"schema:dateCreated":{"@type":"xsd:dateTime"},"fedora" :"http://fedora.info/definitions/v4/repository#","fedora:hasParent":{"@t ype":"@id"}}} ```` and after cache clear (or changing user permissions or even an entity type def associated to the requested rdfmapping) ```Shell HTTP/1.1 200 OK Date: Tue, 21 Mar 2017 19:20:49 GMT Server: Apache/2.4.18 (Ubuntu) Cache-Control: must-revalidate, no-cache, private X-Powered-By: Islandora CLAW API X-Drupal-Dynamic-Cache: MISS X-UA-Compatible: IE=edge Content-language: en X-Content-Type-Options: nosniff X-Frame-Options: SAMEORIGIN Expires: Sun, 19 Nov 1978 05:00:00 GMT X-Generator: Drupal 8 (https://www.drupal.org) X-Debug-Token: acc399 X-Debug-Token-Link: /admin/reports/profiler/view/acc399 X-Drupal-Cache: MISS Content-Length: 229 Content-Type: application/ld+json ```` * Short notion array.. should be named “bracket structure…” * We should run tests on our own server... * lets try with 127.0.0.1 * testing travis changes (#1) * fixes not working Drupal/drush integration on Travis-CI * Kernel tests * 400 is 1 less than 401 * restore notifications * Fixes type in TODO * Jared rocks * Debug statement not needed Was not outputting anyway * Namespace change Addressing @dhlamb namespace change |
8 years ago | |
---|---|---|
.. | ||
line_endings.sh | Change how we setup travis to use composer to install all dependencies (#39) | 8 years ago |
php56.ini | Change how we setup travis to use composer to install all dependencies (#39) | 8 years ago |
travis_setup.sh | JSON-LD Context generator (#33) | 8 years ago |