Revisions of hugo
Jeff Kowalczyk (jfkw)
accepted
request 1088866
from
Jeff Kowalczyk (jfkw)
(revision 92)
- Update to version 0.112.3: * Fix regression when loading config -e is empty or HUGO_ENV or HUGO_ENVIRONMENT is set
Jeff Kowalczyk (jfkw)
accepted
request 1088836
from
Jeff Kowalczyk (jfkw)
(revision 91)
- Update to version 0.112.2: * minifiers: Make sure JS.Version always has a value * Fix regression with site.IsServer when not running a server
Jeff Kowalczyk (jfkw)
accepted
request 1088728
from
Jeff Kowalczyk (jfkw)
(revision 90)
- Update to version 0.112.1: - Use _service mode manual as better alias name than disabled
buildservice-autocommit
accepted
request 1083545
from
Jeff Kowalczyk (jfkw)
(revision 89)
baserev update by copy to link target
Jeff Kowalczyk (jfkw)
accepted
request 1083543
from
Jeff Kowalczyk (jfkw)
(revision 88)
- Update to version 0.111.3: - Remove NO_BRP_STRIP_DEBUG=true experimentally to test which if any platforms in OBS currently produce invalid Go binaries when calling brp-15-strip-debug from brp-check-suse. Refs boo#1210938 * Go packages %define __arch_install_post export NO_BRP_STRIP_DEBUG=true * Available in golang-packaging as macro go_nostrip * go_nostrip is one of the only golang-packaging macros still useful after Go modules without a full rewrite or replacement * Also remove spec comment "# nodebug" * GNU strip circa 2016 would incorrectly strip Go intermediate step .a archives and write out an invalid binary instead of erroring. * Error manifested as fmt.a: go archive is missing __.PKGDEF on OBS built Go binaries which had passed their build step * Upstream issue reported in 2016 as https://github.com/golang/go/issues/17890 * brp-check-suse PR https://github.com/openSUSE/brp-check-suse/pull/7 closed in 2019 due to age, needs follow-up on current versions - Remove unnecessary _service set_version param basename=hugo. set_version detection works with the current simple package name. - Use _service mode manual as better alias name than disabled - Use syntax Supplements: (hugo and bash-completion) as per rpmlint
buildservice-autocommit
accepted
request 1069504
from
Jeff Kowalczyk (jfkw)
(revision 87)
baserev update by copy to link target
Jeff Kowalczyk (jfkw)
accepted
request 1069503
from
Jeff Kowalczyk (jfkw)
(revision 86)
- Update to version 0.111.2: * Fix .Fragments when called cross sites on uninitialized output format * Allow page.TableOfContents on self in shortcode * tpl/partial: Consolidate GoDoc * Fix "context canceled" with partial * cache: Fix --gc failure on Windows * Page context handling in i18n * Work around --gc failure on Windows <= 10 * Update to Go 1.20.1 * snap: Fix dart-sass-embedded installation * Correct typos in Go comments * Fix "page" not defined
buildservice-autocommit
accepted
request 1068559
from
Jeff Kowalczyk (jfkw)
(revision 85)
baserev update by copy to link target
Jeff Kowalczyk (jfkw)
accepted
request 1068558
from
Jeff Kowalczyk (jfkw)
(revision 84)
- Update to version 0.111.0:
buildservice-autocommit
accepted
request 1059144
from
Jeff Kowalczyk (jfkw)
(revision 83)
baserev update by copy to link target
Jeff Kowalczyk (jfkw)
accepted
request 1059143
from
Jeff Kowalczyk (jfkw)
(revision 82)
- Update to version 0.110.0: * related: Handly []any * Fix permalinks issue with repeated sections * tpl/strings: Add findRESubmatch * config/security: Add O\w+ (e.g. GOROOT) to the default allowed list * Preserve front matter slice value types (e.g. int) * Make hugo.toml the new config.toml * Add fill HTTP Response info into .Data in resources.GetRemote * Fix HEAD method in resources.GetRemote * Fix order when reading custom headers in resources.GetRemote * deps: Upgrade github.com/evanw/esbuild v0.15.18 => v0.17.0 * resource: Fix Go Doc vs .Data.Integrity * Misc doc, code refactoring to improve documentation * Make readFile return nil when file not found (note) * Remove reference to Goreleaser in code comment * tpl/compare: Sort special float values as string * tpl/diagrams: Move Goat to its own file
buildservice-autocommit
accepted
request 1045119
from
Jeff Kowalczyk (jfkw)
(revision 81)
baserev update by copy to link target
Jeff Kowalczyk (jfkw)
accepted
request 1045114
from
Jeff Kowalczyk (jfkw)
(revision 80)
- Update to version 0.109.0: * Adjust "you need the extended version" error message * resource/page: Slight adjustment of Page.Ancestors * resource/page: Add Page.Ancestors * build(deps): bump golang.org/x/tools from 0.3.0 to 0.4.0 * Annotate test assertions * hugolib: Exclude non-linkable pages from translations map * Add HUGO_PUBLISHDIR to the Node environment * tpl: Improve template funcs GoDoc * tpl/resources: Fix data race in ToCSS * tocss: Add some more test cases * tocss: Fix unquote case with double quotes * Allow "fast render mode" even if --disableLiveReload is set * tocss: Add vars option * modules: Improve "module workspace" not found error * modules: Adjust watch logic vs workspace use definitions * Add any configured Go Workspace file to the config watcher * modules: Make the module.workspace=off as default (note) * helpers: Allow at signs in UnicodeSanitize (note) * parser/metadecoders: Remove superflous cast in test * parser/metadecoders: Simplify nil check in Unmarshal * parser/metadecoders: Add empty /data JSON file as empty map * Also consider wrapped errors when checking for file IsNotExist errors * tpl/openapi3: Wrap *kopenapi3.T * resources/js: Fix some import discrepancies between Hugo and ESBuild * github: Update to Dart Sass 1.56.2 * github: Use ruby/setup-ruby * parser/metadecoders: Fix spelling
buildservice-autocommit
accepted
request 1040818
from
Jeff Kowalczyk (jfkw)
(revision 79)
baserev update by copy to link target
Jeff Kowalczyk (jfkw)
accepted
request 1040817
from
Jeff Kowalczyk (jfkw)
(revision 78)
- Update to version 0.108.0: * Make the hugo env non verbose output slightly more verbose * Add dart-sass-embedded version info to hugo env -v * deps: Upgrade github.com/bep/godartsass v0.15.0 => v0.16.0 * tpl/embedded: Make Open Graph's series optional * common/hugio: Fix multiWriteCloser.Close * build(deps): bump github.com/getkin/kin-openapi from 0.109.0 to 0.110.0 * docs: Add basic doc for wrapStandAloneImageWithinParagraph etc. * dartsass: Add sourceMapIncludeSources option * github: Update Dart Sass Embedded to 1.56.1 * markup/goldmark: Add removeSurroundingParagraph for Markdown images * build(deps): bump github.com/evanw/esbuild from 0.15.16 to 0.15.18 * build(deps): bump golang.org/x/text from 0.4.0 to 0.5.0 * build(deps): bump github.com/evanw/esbuild from 0.15.15 to 0.15.16 * tpl/tplimpl: Allow alternate comment syntax * resources: Increase timeout for http.Client * tpl/collections: Fix some index cases where the indices given is a slice and be more lenient with nil inputs * tpl: Misco GoDoc improvements * config/security: Add CI env var to whitelist * deps: Upgrade github.com/bep/godartsass v0.14.0 => v0.15.0 * tpl: Use consistent delimiter spacing in examples
buildservice-autocommit
accepted
request 1037984
from
Jeff Kowalczyk (jfkw)
(revision 77)
baserev update by copy to link target
Jeff Kowalczyk (jfkw)
accepted
request 1037983
from
Jeff Kowalczyk (jfkw)
(revision 76)
- Update to version 0.107.0: * build(deps): bump github.com/getkin/kin-openapi from 0.108.0 to 0.109.0 * build(deps): bump github.com/evanw/esbuild from 0.15.14 to 0.15.15 * Add a cache for lexers.Get * markup/goldmark: Improve benchmark * commands: Create assets directory with new site * build(deps): bump github.com/frankban/quicktest from 1.14.3 to 1.14.4 * build(deps): bump golang.org/x/tools from 0.2.0 to 0.3.0 * deps: Upgrade github.com/alecthomas/chroma/v2 v2.4.0 * hugo/parser: Fix shortcode boolean param parsing
buildservice-autocommit
accepted
request 1036522
from
Jeff Kowalczyk (jfkw)
(revision 75)
baserev update by copy to link target
Jeff Kowalczyk (jfkw)
accepted
request 1036521
from
Jeff Kowalczyk (jfkw)
(revision 74)
- Update to version 0.106.0: * resources/tpl: Add a test for resources.Get * tlp/resources: resources.Get returns nil when given empty string * build(deps): bump github.com/pelletier/go-toml/v2 from 2.0.4 to 2.0.6 * build(deps): bump github.com/evanw/esbuild from 0.15.13 to 0.15.14 * deps: Update the libweb version string * deps: Upgrade github.com/bep/gowebp v0.1.0 => v0.2.0 * build(deps): bump github.com/yuin/goldmark from 1.5.2 to 1.5.3 * build(deps): bump github.com/spf13/afero from 1.9.2 to 1.9.3 * build(deps): bump github.com/getkin/kin-openapi from 0.107.0 to 0.108.0 * tpl/internal: Sync go_templates * build(deps): bump github.com/clbanning/mxj/v2 from 2.5.6 to 2.5.7 * build(deps): bump golang.org/x/net from 0.1.0 to 0.2.0 * build(deps): bump github.com/evanw/esbuild from 0.15.12 to 0.15.13 * Add Go 1.16+ install method to README * Fix taxonomy weight sort regression
buildservice-autocommit
accepted
request 1032075
from
Jeff Kowalczyk (jfkw)
(revision 73)
baserev update by copy to link target
Displaying revisions 101 - 120 of 192