summaryrefslogtreecommitdiffstats
path: root/hugolib/datafiles_test.go
AgeCommit message (Collapse)Author
2017-06-13all: Update import paths to gohugoio/hugoBjørn Erik Pedersen
2017-04-18hugolib: Log WARNING only on unknown /data filesBjørn Erik Pedersen
Fixes #3361
2017-02-17all: Refactor to nonglobal Viper, i18n etc.Bjørn Erik Pedersen
This is a final rewrite that removes all the global state in Hugo, which also enables the use if `t.Parallel` in tests. Updates #2701 Fixes #3016
2017-02-04all: Refactor to nonglobal file systemsBjørn Erik Pedersen
Updates #2701 Fixes #2951
2017-01-07all: Refactor to non-global loggerBjørn Erik Pedersen
Note that this looks like overkill for just the logger, and that is correct, but this will make sense once we start with the template handling etc. Updates #2701
2016-09-06Add data testsBjørn Erik Pedersen
Updates #2309
2016-09-06Introduce HugoSites typeBjørn Erik Pedersen
And a Hugo global variable which contains the site under build. This is really needed to get some level of control of the "multiple languages" in play. There are still work related to this scattered around, but that will come. With this commit, the multilingual feature is starting to work.
2016-08-19hugolib: Use named keys in composite literalsCameron Moore
Make `go vet` great again
2015-12-10Add copyright header to that source files that don’t have one.Anthony Fok
See #1646
2015-04-22Do not fail on unknown files in /databep
Fixes #1068
2015-03-19Pull Data Files tests into its own filebep