brevno-suite/hugo
5 years agoreleaser: Bump versions for release of 0.58.0
hugoreleaser [Wed, 4 Sep 2019 15:41:58 +0000 (15:41 +0000)]
releaser: Bump versions for release of 0.58.0

[ci skip]

5 years agoRelease 0.58.0
Bjørn Erik Pedersen [Wed, 4 Sep 2019 15:33:42 +0000 (17:33 +0200)]
Release 0.58.0

5 years agoAllow slices in the image Filter funcs, not just varargs
Bjørn Erik Pedersen [Wed, 4 Sep 2019 12:07:10 +0000 (14:07 +0200)]
Allow slices in the image Filter funcs, not just varargs

[ci skip]

See #6255

5 years agoUpdate 0.58.0-relnotes.md
Bjørn Erik Pedersen [Wed, 4 Sep 2019 11:05:50 +0000 (13:05 +0200)]
Update 0.58.0-relnotes.md

[ci skip]

5 years agoreleaser: Add release notes for 0.58.0
hugoreleaser [Wed, 4 Sep 2019 10:39:05 +0000 (10:39 +0000)]
releaser: Add release notes for 0.58.0

Rename to *-ready.md to continue.
[ci skip]

5 years agohugolib: Adjust Go version specific test
Bjørn Erik Pedersen [Wed, 4 Sep 2019 07:50:32 +0000 (09:50 +0200)]
hugolib: Adjust Go version specific test

See #6304

5 years agoUpdate to Go 1.13
Bjørn Erik Pedersen [Tue, 3 Sep 2019 22:54:41 +0000 (00:54 +0200)]
Update to Go 1.13

Fixes #6304

5 years agohugolib: Remove the old and slow site benchmarks
Bjørn Erik Pedersen [Tue, 3 Sep 2019 19:36:28 +0000 (21:36 +0200)]
hugolib: Remove the old and slow site benchmarks

5 years agoCache processed images by their source path
Bjørn Erik Pedersen [Tue, 3 Sep 2019 08:36:09 +0000 (10:36 +0200)]
Cache processed images by their source path

Fixes #6269

5 years agoRemove test artifact
Bjørn Erik Pedersen [Tue, 3 Sep 2019 15:18:18 +0000 (17:18 +0200)]
Remove test artifact

5 years agoMake the "is this a Hugo Module" logic more lenient
Bjørn Erik Pedersen [Tue, 3 Sep 2019 10:58:02 +0000 (12:58 +0200)]
Make the "is this a Hugo Module" logic more lenient

Now we only try to load modules via Go if there is one or more modules imported in project config.

Fixes #6299

5 years agohugolib: Add a Sass includePaths test
Bjørn Erik Pedersen [Tue, 3 Sep 2019 10:25:41 +0000 (12:25 +0200)]
hugolib: Add a Sass includePaths test

See #6274

5 years agoUpdate to Go 1.11.13 and 1.12.9
Bjørn Erik Pedersen [Tue, 3 Sep 2019 08:04:06 +0000 (10:04 +0200)]
Update to Go 1.11.13 and 1.12.9

Fixes #6228

5 years agoMake home.Pages work like any other section
Bjørn Erik Pedersen [Mon, 2 Sep 2019 15:34:02 +0000 (17:34 +0200)]
Make home.Pages work like any other section

Fixes #6240

5 years agoAdd some fingerprint tests
Bjørn Erik Pedersen [Mon, 2 Sep 2019 15:09:56 +0000 (17:09 +0200)]
Add some fingerprint tests

Closes #6284
Closes #6280

5 years agoresources: Cache Exif data to disk
Bjørn Erik Pedersen [Sun, 1 Sep 2019 15:27:21 +0000 (17:27 +0200)]
resources: Cache Exif data to disk

```bash
name                        old time/op    new time/op    delta
ImageExif/Cold_cache-4         312µs ±28%     355µs ± 7%     ~     (p=0.343 n=4+4)
ImageExif/Cold_cache,_10-4     479µs ± 6%     546µs ± 0%  +13.91%  (p=0.029 n=4+4)
ImageExif/Warm_cache-4         272µs ± 1%      81µs ± 5%  -70.30%  (p=0.029 n=4+4)

name                        old alloc/op   new alloc/op   delta
ImageExif/Cold_cache-4         151kB ± 0%     161kB ± 0%   +6.46%  (p=0.029 n=4+4)
ImageExif/Cold_cache,_10-4     179kB ± 0%     189kB ± 0%   +5.49%  (p=0.029 n=4+4)
ImageExif/Warm_cache-4         151kB ± 0%      13kB ± 0%  -91.52%  (p=0.029 n=4+4)

name                        old allocs/op  new allocs/op  delta
ImageExif/Cold_cache-4         1.03k ± 0%     1.21k ± 0%  +17.78%  (p=0.029 n=4+4)
ImageExif/Cold_cache,_10-4     1.65k ± 0%     1.83k ± 0%  +11.09%  (p=0.029 n=4+4)
ImageExif/Warm_cache-4         1.03k ± 0%     0.28k ± 0%  -72.40%  (p=0.029 n=4+4)
```

Fixes #6291

5 years agoRemove metaDataFormat setting
Bjørn Erik Pedersen [Sun, 1 Sep 2019 21:48:51 +0000 (23:48 +0200)]
Remove metaDataFormat setting

Not in use anymore.

5 years agoresources: Make the Exif benchmark filenames distinct
Bjørn Erik Pedersen [Sun, 1 Sep 2019 20:05:39 +0000 (22:05 +0200)]
resources: Make the Exif benchmark filenames distinct

5 years agoresources: Add Exif benchmark
Bjørn Erik Pedersen [Sun, 1 Sep 2019 15:57:35 +0000 (17:57 +0200)]
resources: Add Exif benchmark

See #6291

5 years agoresources: Remove unused map type
Bjørn Erik Pedersen [Sat, 31 Aug 2019 19:30:13 +0000 (21:30 +0200)]
resources: Remove unused map type

5 years agoAdd image.Exif
Bjørn Erik Pedersen [Thu, 29 Aug 2019 08:18:51 +0000 (10:18 +0200)]
Add image.Exif

Note that we will probably need to add some metadata cache for this to scale.

Fixes #4600

5 years agodeps: Update go-org (fix descriptive lists)
Niklas Fasching [Sat, 31 Aug 2019 11:15:08 +0000 (13:15 +0200)]
deps: Update go-org (fix descriptive lists)

</dt> and </dd> closing tags were broken, see
https://github.com/niklasfasching/go-org/pull/9

5 years agotpl: Migrate last shortcodes (YouTube and Vimeo) to HTTPS embeds
Jake Jarvis [Thu, 29 Aug 2019 15:27:14 +0000 (11:27 -0400)]
tpl: Migrate last shortcodes (YouTube and Vimeo) to HTTPS embeds

5 years agoAdd a set of image filters
Bjørn Erik Pedersen [Mon, 26 Aug 2019 17:12:41 +0000 (19:12 +0200)]
Add a set of image filters

With this you can do variants of this:

```
{{ $img := resources.Get "images/misc/3-jenny.jpg" }}
{{ $img := $img.Resize "300x" }}
{{ $g1 := $img.Filter images.Grayscale }}
{{ $g2 := $img | images.Filter (images.Saturate 30) (images.GaussianBlur 3) }}
```

Fixes #6255

5 years agoImage resource refactor
Bjørn Erik Pedersen [Sun, 18 Aug 2019 09:21:27 +0000 (11:21 +0200)]
Image resource refactor

This commit pulls most of the image related logic into its own package, to make it easier to reason about and extend.

This is also a rewrite of the transformation logic used in Hugo Pipes, mostly to allow constructs like the one below:

    {{ ($myimg | fingerprint ).Width }}

Fixes #5903
Fixes #6234
Fixes #6266

5 years agodeps: Update go-org (fix footnotes in headlines)
Niklas Fasching [Sat, 24 Aug 2019 10:20:40 +0000 (12:20 +0200)]
deps: Update go-org (fix footnotes in headlines)

5 years agoDiscrepancy typo fix
Christian Oliff [Fri, 23 Aug 2019 15:21:37 +0000 (00:21 +0900)]
Discrepancy typo fix

5 years agosource: Remove debug check left during development
Bjørn Erik Pedersen [Fri, 23 Aug 2019 05:37:56 +0000 (07:37 +0200)]
source: Remove debug check left during development

Fixes #6249

5 years agohugolib: Change to output non-panic error message if missing shortcode template
Vazrupe (HyeonGyu Lee) [Mon, 19 Aug 2019 14:26:53 +0000 (23:26 +0900)]
hugolib: Change to output non-panic error message if missing shortcode template

A panic occurred when the `nested` variable was nil.
Changed to check if the `nested` variable is nil.

Fixes #6075

5 years agoreleaser: Prepare repository for 0.58.0-DEV
hugoreleaser [Sat, 17 Aug 2019 17:59:28 +0000 (17:59 +0000)]
releaser: Prepare repository for 0.58.0-DEV

[ci skip]

5 years agoreleaser: Add release notes to /docs for release of 0.57.2 v0.57.2
hugoreleaser [Sat, 17 Aug 2019 17:51:54 +0000 (17:51 +0000)]
releaser: Add release notes to /docs for release of 0.57.2

[ci skip]

5 years agoreleaser: Bump versions for release of 0.57.2
hugoreleaser [Sat, 17 Aug 2019 17:51:54 +0000 (17:51 +0000)]
releaser: Bump versions for release of 0.57.2

[ci skip]

5 years agoreleaser: Add release notes for 0.57.2
hugoreleaser [Sat, 17 Aug 2019 17:51:54 +0000 (17:51 +0000)]
releaser: Add release notes for 0.57.2
[ci skip]

5 years agoRevert "Update to Go 1.11.13 and 1.12.9"
Bjørn Erik Pedersen [Sat, 17 Aug 2019 17:38:12 +0000 (19:38 +0200)]
Revert "Update to Go 1.11.13 and 1.12.9"

This reverts commit f28efd35820dc4909832c14dfd8ea6812ecead31.

5 years agotpl: Use RegularPages for RSS template
Bjørn Erik Pedersen [Sat, 17 Aug 2019 17:37:14 +0000 (19:37 +0200)]
tpl: Use RegularPages for RSS template

This is in line with how it was in Hugo 0.56.

See #6238

5 years agohugolib: Don't use the global warning logger
Bjørn Erik Pedersen [Sat, 17 Aug 2019 15:13:33 +0000 (17:13 +0200)]
hugolib: Don't use the global warning logger

See #6238

5 years agotpl: Avoid "home page warning" in RSS template
Bjørn Erik Pedersen [Sat, 17 Aug 2019 15:11:41 +0000 (17:11 +0200)]
tpl: Avoid "home page warning" in RSS template

See #6238

5 years agohugolib: Allow index.md inside bundles
Bjørn Erik Pedersen [Sat, 17 Aug 2019 14:22:24 +0000 (16:22 +0200)]
hugolib: Allow index.md inside bundles

Fixes #6208

5 years agoAdjust the default paginator for sections
Bjørn Erik Pedersen [Sat, 17 Aug 2019 11:08:03 +0000 (13:08 +0200)]
Adjust the default paginator for sections

To make it in line with 0.56 for sections; only paginate regular pages.

Fixes #6231

5 years agoRevert the 0.57 home.Pages change
Bjørn Erik Pedersen [Sat, 17 Aug 2019 10:59:41 +0000 (12:59 +0200)]
Revert the 0.57 home.Pages change

In 0.57 we change the behaviour of home.Pages to be in line with the other sections. This has created a lot noise and breakage in the wild.

This commit reverts that change, but adds a warning that we will change this in 0.58 and that you should consider using .Site.RegularPages if that is what you want.

5 years agohugolib: Add a site benchmark
Bjørn Erik Pedersen [Fri, 16 Aug 2019 14:21:03 +0000 (16:21 +0200)]
hugolib: Add a site benchmark

5 years agoUpdate to Go 1.11.13 and 1.12.9
Bjørn Erik Pedersen [Fri, 16 Aug 2019 08:46:34 +0000 (10:46 +0200)]
Update to Go 1.11.13 and 1.12.9

Fixes #6228

5 years agoreleaser: Prepare repository for 0.58.0-DEV
hugoreleaser [Thu, 15 Aug 2019 19:00:12 +0000 (19:00 +0000)]
releaser: Prepare repository for 0.58.0-DEV

[ci skip]

5 years agoreleaser: Add release notes to /docs for release of 0.57.1 v0.57.1
hugoreleaser [Thu, 15 Aug 2019 18:52:49 +0000 (18:52 +0000)]
releaser: Add release notes to /docs for release of 0.57.1

[ci skip]

5 years agoreleaser: Bump versions for release of 0.57.1
hugoreleaser [Thu, 15 Aug 2019 18:52:49 +0000 (18:52 +0000)]
releaser: Bump versions for release of 0.57.1

[ci skip]

5 years agoreleaser: Add release notes for 0.57.1
hugoreleaser [Thu, 15 Aug 2019 18:52:49 +0000 (18:52 +0000)]
releaser: Add release notes for 0.57.1
[ci skip]

5 years agohugolib: Fix draft etc. handling of _index.md pages
Bjørn Erik Pedersen [Thu, 15 Aug 2019 16:25:21 +0000 (18:25 +0200)]
hugolib: Fix draft etc. handling of _index.md pages

We will need to revisit this with a proper spec, but this commit makes sure that draft/expiryDate etc. set in front matter on _index.md content files that should disable the page will:

* Not crash
* Make the rendered page not render any `.Content`.

Fixes #6222
Fixes #6210

5 years agoFix mainSections logic
Bjørn Erik Pedersen [Thu, 15 Aug 2019 10:11:49 +0000 (12:11 +0200)]
Fix mainSections logic

Fixes #6217

5 years agoFix live reload mount logic with sub paths
Bjørn Erik Pedersen [Thu, 15 Aug 2019 14:44:44 +0000 (16:44 +0200)]
Fix live reload mount logic with sub paths

Fixes #6209

5 years agomodules: Disable "auto tidy" for now
Bjørn Erik Pedersen [Thu, 15 Aug 2019 14:50:02 +0000 (16:50 +0200)]
modules: Disable "auto tidy" for now

See #6115

5 years agohugolib: Recover and log panics in content init
Bjørn Erik Pedersen [Thu, 15 Aug 2019 08:56:49 +0000 (10:56 +0200)]
hugolib: Recover and log panics in content init

See #6210

5 years agohugolib: Add some outputs tests
Bjørn Erik Pedersen [Thu, 15 Aug 2019 08:30:37 +0000 (10:30 +0200)]
hugolib: Add some outputs tests

See #6210

5 years agohugolib: Fix taxonomies vs expired
Bjørn Erik Pedersen [Thu, 15 Aug 2019 07:47:25 +0000 (09:47 +0200)]
hugolib: Fix taxonomies vs expired

In Hugo 0.57 we needed to delay the page metadata initialization until we had built the page graph.

This introduced a regression in that we now created taxonomy entries for expired pages.

This fixes that by moving the "should not build" filter before we assemble the taxonomies.

Fixes #6213

5 years agocommands: Make sure the hugo field is always initialized before it's used
HyeonGyu Lee [Thu, 15 Aug 2019 07:33:47 +0000 (16:33 +0900)]
commands: Make sure the hugo field is always initialized before it's used

Wrap the field to make it accessible after initialization.

Fixes #6193

5 years agoreleaser: Prepare repository for 0.58.0-DEV
hugoreleaser [Wed, 14 Aug 2019 08:13:53 +0000 (08:13 +0000)]
releaser: Prepare repository for 0.58.0-DEV

[ci skip]

5 years agoreleaser: Add release notes to /docs for release of 0.57.0 v0.57.0
hugoreleaser [Wed, 14 Aug 2019 08:05:33 +0000 (08:05 +0000)]
releaser: Add release notes to /docs for release of 0.57.0

[ci skip]

5 years agoreleaser: Bump versions for release of 0.57.0
hugoreleaser [Wed, 14 Aug 2019 08:05:33 +0000 (08:05 +0000)]
releaser: Bump versions for release of 0.57.0

[ci skip]

5 years agoAdd release notes for 0.57.0
hugoreleaser [Wed, 14 Aug 2019 06:47:27 +0000 (06:47 +0000)]
Add release notes for 0.57.0

5 years agohugolib: Remove temporary warning
Bjørn Erik Pedersen [Wed, 14 Aug 2019 06:11:39 +0000 (08:11 +0200)]
hugolib: Remove temporary warning

5 years agoAdd FileInfo to resources created with resources.Match etc.
Bjørn Erik Pedersen [Tue, 13 Aug 2019 16:45:08 +0000 (18:45 +0200)]
Add FileInfo to resources created with resources.Match etc.

Without it, image resize fails.

See #6190

5 years agoImprove the server assets cache invalidation logic
Bjørn Erik Pedersen [Tue, 13 Aug 2019 10:35:04 +0000 (12:35 +0200)]
Improve the server assets cache invalidation logic

Fixes #6199

5 years agomodules: Do not fail build on errors in theme.toml
Bjørn Erik Pedersen [Tue, 13 Aug 2019 15:15:52 +0000 (17:15 +0200)]
modules: Do not fail build on errors in theme.toml

Fixes #6162

5 years agoAdd resources.Match and resources.GetMatch
Bjørn Erik Pedersen [Mon, 12 Aug 2019 14:43:37 +0000 (16:43 +0200)]
Add resources.Match and resources.GetMatch

Fix #6190

5 years agocommands: Fix faulty -h logic in hugo mod get
Bjørn Erik Pedersen [Tue, 13 Aug 2019 09:17:19 +0000 (11:17 +0200)]
commands: Fix faulty -h logic in hugo mod get

Fixes #6197

5 years agotests: Convert from testify to quicktest
Bjørn Erik Pedersen [Sat, 10 Aug 2019 19:05:17 +0000 (21:05 +0200)]
tests: Convert from testify to quicktest

5 years agoAvoid unnecessary conversions
Christian Muehlhaeuser [Fri, 2 Aug 2019 15:32:23 +0000 (15:32 +0000)]
Avoid unnecessary conversions

No need to convert these types.

5 years agoFixed ineffectual assignments
Christian Muehlhaeuser [Fri, 2 Aug 2019 15:28:43 +0000 (15:28 +0000)]
Fixed ineffectual assignments

Dropped/fixed ineffectual assignments after static code analysis.

5 years agoSimplify code
Christian Muehlhaeuser [Fri, 2 Aug 2019 14:37:28 +0000 (14:37 +0000)]
Simplify code

- Use bytes.Equal instead of bytes.Compare
- Omit range's value where it's unused

5 years agoImplement cascading front matter
Bjørn Erik Pedersen [Fri, 9 Aug 2019 08:05:22 +0000 (10:05 +0200)]
Implement cascading front matter

Fixes #6041

5 years agoFixed tautological error conditions
Christian Muehlhaeuser [Fri, 2 Aug 2019 15:20:36 +0000 (15:20 +0000)]
Fixed tautological error conditions

Drop error & nil checks where the value can not have changed.

5 years agoUse the SVG logo in README.md
XhmikosR [Fri, 9 Aug 2019 14:46:26 +0000 (17:46 +0300)]
Use the SVG logo in README.md

5 years agoFix static sync issue with virtual mounts
Bjørn Erik Pedersen [Fri, 9 Aug 2019 06:09:15 +0000 (08:09 +0200)]
Fix static sync issue with virtual mounts

Fixes #6165

5 years agoAdd a branch bundle test case
Bjørn Erik Pedersen [Thu, 8 Aug 2019 18:22:34 +0000 (20:22 +0200)]
Add a branch bundle test case

See #6173

5 years agoSimplify page tree logic
Bjørn Erik Pedersen [Sat, 3 Aug 2019 15:27:40 +0000 (17:27 +0200)]
Simplify page tree logic

This is preparation for #6041.

For historic reasons, the code for bulding the section tree and the taxonomies were very much separate.

This works, but makes it hard to extend, maintain, and possibly not so fast as it could be.

This simplification also introduces 3 slightly breaking changes, which I suspect most people will be pleased about. See referenced issues:

This commit also switches the radix tree dependency to a mutable implementation: github.com/armon/go-radix.

Fixes #6154
Fixes #6153
Fixes #6152

5 years agohugolib: Add some more site benchmarks
Bjørn Erik Pedersen [Thu, 8 Aug 2019 08:53:54 +0000 (10:53 +0200)]
hugolib: Add some more site benchmarks

5 years ago transform/urlreplacers: Cache the next position of `urlreplacer.prefix`
HyeonGyu Lee [Tue, 6 Aug 2019 15:46:20 +0000 (00:46 +0900)]
 transform/urlreplacers: Cache the next position of `urlreplacer.prefix`

Improved performance due to `bytes.Index` repeated calls

Fixes #5942

5 years agopostcss: Fix no-map vs noMap discrepancy
Bjørn Erik Pedersen [Mon, 5 Aug 2019 11:48:58 +0000 (13:48 +0200)]
postcss: Fix no-map vs noMap discrepancy

Fixes #6166

5 years agohugolib: Fix output format handling of mix cased page kinds
Bjørn Erik Pedersen [Mon, 5 Aug 2019 08:19:55 +0000 (10:19 +0200)]
hugolib: Fix output format handling of mix cased page kinds

Fixes #4528

5 years agohugolib: Fix broken test
Bjørn Erik Pedersen [Thu, 1 Aug 2019 20:09:58 +0000 (22:09 +0200)]
hugolib: Fix broken test

5 years agotpl: Regenerate templates
Bjørn Erik Pedersen [Thu, 1 Aug 2019 12:05:20 +0000 (14:05 +0200)]
tpl: Regenerate templates

5 years agotpl: Always load GitHub Gists over HTTPS
Christian Oliff [Thu, 1 Aug 2019 11:57:41 +0000 (20:57 +0900)]
tpl: Always load GitHub Gists over HTTPS

5 years agoFix assorted typos
XhmikosR [Wed, 31 Jul 2019 12:36:36 +0000 (15:36 +0300)]
Fix assorted typos

5 years agocommon/collections: Fix typo
Shawn Smith [Thu, 1 Aug 2019 11:52:05 +0000 (20:52 +0900)]
common/collections: Fix typo

5 years agoexamples: Fix multilingual example compatibility with latest version
Robin Andersson [Thu, 1 Aug 2019 11:49:07 +0000 (13:49 +0200)]
examples: Fix multilingual example compatibility with latest version

5 years agoMerge pull request #6149 from bep/sort-caseinsensitive
Bjørn Erik Pedersen [Thu, 1 Aug 2019 08:19:19 +0000 (10:19 +0200)]
Merge pull request #6149 from bep/sort-caseinsensitive

Implement lexicographically string sorting

5 years agoreleaser: Prepare repository for 0.57.0-DEV
hugoreleaser [Wed, 31 Jul 2019 12:56:14 +0000 (12:56 +0000)]
releaser: Prepare repository for 0.57.0-DEV

[ci skip]

5 years agoreleaser: Add release notes to /docs for release of 0.56.3 v0.56.3
hugoreleaser [Wed, 31 Jul 2019 12:48:33 +0000 (12:48 +0000)]
releaser: Add release notes to /docs for release of 0.56.3

[ci skip]

5 years agoreleaser: Bump versions for release of 0.56.3
hugoreleaser [Wed, 31 Jul 2019 12:48:33 +0000 (12:48 +0000)]
releaser: Bump versions for release of 0.56.3

[ci skip]

5 years agoreleaser: Add release notes for 0.56.3
hugoreleaser [Wed, 31 Jul 2019 12:48:33 +0000 (12:48 +0000)]
releaser: Add release notes for 0.56.3
[ci skip]

5 years agohugolib: Fix bundle header clone logic
Bjørn Erik Pedersen [Wed, 31 Jul 2019 10:31:31 +0000 (12:31 +0200)]
hugolib: Fix bundle header clone logic

Fixes #6136

5 years agodocs: Regenerate CLI docs
Bjørn Erik Pedersen [Wed, 31 Jul 2019 10:11:22 +0000 (12:11 +0200)]
docs: Regenerate CLI docs

5 years agocommands: Add "hugo config mounts" command
Bjørn Erik Pedersen [Wed, 31 Jul 2019 08:31:26 +0000 (10:31 +0200)]
commands: Add "hugo config mounts" command

This prints the effective file mounts in a project.

Fixes #6144

5 years agocommands: Cleanup the hugo config command
Bjørn Erik Pedersen [Wed, 31 Jul 2019 07:59:32 +0000 (09:59 +0200)]
commands: Cleanup the hugo config command

Most importantly filter out some keys not relevant for the end user.

See #6144

5 years agoMove the mount duplicate filter to the modules package
Bjørn Erik Pedersen [Wed, 31 Jul 2019 06:21:17 +0000 (08:21 +0200)]
Move the mount duplicate filter to the modules package

Also simplify the mount validation logic. There are plenty of ways a user can create mount configs that behaves oddly.

5 years agoAllow overlap in module mounts
Bjørn Erik Pedersen [Tue, 30 Jul 2019 16:34:41 +0000 (18:34 +0200)]
Allow overlap in module mounts

Fixes #6146

5 years agoFix self-mounts on the main project
Bjørn Erik Pedersen [Tue, 30 Jul 2019 11:35:16 +0000 (13:35 +0200)]
Fix self-mounts on the main project

Fixes #6143

5 years agoreleaser: Prepare repository for 0.57.0-DEV
hugoreleaser [Tue, 30 Jul 2019 09:12:29 +0000 (09:12 +0000)]
releaser: Prepare repository for 0.57.0-DEV

[ci skip]

5 years agoreleaser: Add release notes to /docs for release of 0.56.2 v0.56.2
hugoreleaser [Tue, 30 Jul 2019 09:05:09 +0000 (09:05 +0000)]
releaser: Add release notes to /docs for release of 0.56.2

[ci skip]

5 years agoreleaser: Bump versions for release of 0.56.2
hugoreleaser [Tue, 30 Jul 2019 09:05:09 +0000 (09:05 +0000)]
releaser: Bump versions for release of 0.56.2

[ci skip]

5 years agoreleaser: Add release notes for 0.56.2
hugoreleaser [Tue, 30 Jul 2019 09:05:09 +0000 (09:05 +0000)]
releaser: Add release notes for 0.56.2
[ci skip]