[Magnolia admin] (http://agapov:8080/magnoliaAuthor/.magnolia/pages/adminCentral.html)
[wl-defaults.json] (https://gist.github.com/georgeee/589ada6a51965ba7413a)
[keyoption_3.json] (https://gist.github.com/georgeee/2f21a03cda0a2fb46e49)
public File getCacheDir() { | |
File file = new File("/sdcard/Silencio", "cache"); | |
if (!file.exists()) file.mkdirs(); | |
return file; | |
} |
[Magnolia admin] (http://agapov:8080/magnoliaAuthor/.magnolia/pages/adminCentral.html)
[wl-defaults.json] (https://gist.github.com/georgeee/589ada6a51965ba7413a)
[keyoption_3.json] (https://gist.github.com/georgeee/2f21a03cda0a2fb46e49)
{"config": { | |
"test_node": { | |
"path": "/modules/top-wl-robots/_test_node", | |
"content": { | |
"__jcr_element_type": "node", | |
"__array": [ | |
{ | |
"key1": "value1", | |
"key2": { | |
"name": "someName" |
{ | |
"white-labels": [ | |
{ | |
"id": "keyoption_3", | |
"label": "KeyOption_3", | |
"locale": { | |
"fallback": "en", | |
"languages": ["en", "de"] | |
}, | |
"templates": { |
{ | |
"config": { | |
"robots": { | |
"path": "modules/top-wl-robots/config/%WL_ID%", | |
"content": { | |
"__jcr_element_type": "node", | |
"__array": [ | |
{ | |
"content": "User-agent: *\nDisallow: /", | |
"prefixRegex": ".*", |
PR | Relative time | Created by | State | Reviewers | Approved by |
---|---|---|---|---|---|
#1816 [CSM-491] Add timeout reports in blistener | 2 hours ago | Martoon-00 | Review required | None | None |
#1815 Merge exchanges branch (2) | 18 hours ago | dcoutts | Review required | None | None |
#1814 CSL-1794 Provide necessary knowledge and code changes to increase tx size limit in cardano-sl-1.0 | 22 hours ago | gromakovsky | Review required | None | None |
#1790 [CSL-1783] Add "api/version" endpoint | 5 days ago | gromakovsky | Changes requested | None | None |
#1785 [CSL-1765] automate update system proposals | 6 days ago | pva701 | R |
Hi, Jose!
Please see the review for your submission.
Most part of review will be conveyed in terms of validating criteria.
Review process is designed to be interactive, so that we will point you to mistakes you made in your submission and propose you to resolve some of these. Criteria will be checked in blocks, you'll get rundown along with descriptions as result of each iteration.
{-# LANGUAGE FlexibleContexts #-} | |
{-# LANGUAGE FlexibleInstances #-} | |
{-# LANGUAGE MultiParamTypeClasses #-} | |
{-# LANGUAGE Rank2Types #-} | |
{-# LANGUAGE RecordWildCards #-} | |
{-# LANGUAGE TupleSections #-} | |
{-# LANGUAGE TypeOperators #-} | |
{-# LANGUAGE ViewPatterns #-} | |
module Block |
{-# LANGUAGE StandaloneDeriving #-} | |
{-# LANGUAGE DeriveFunctor #-} | |
{-# LANGUAGE TypeApplications #-} | |
{-# LANGUAGE GADTs #-} | |
{-# LANGUAGE DataKinds #-} | |
{-# LANGUAGE FlexibleContexts #-} | |
{-# LANGUAGE TypeOperators #-} | |
{-# LANGUAGE KindSignatures #-} | |
{-# LANGUAGE ExplicitForAll #-} | |
{-# LANGUAGE TypeFamilies #-} |