Bjørn Erik Pedersen
1b4e0c4161
commands: Remove accidental and breaking space in baseURL flag
...
And added key-trimming to prevent future mishaps.
See #4607
2018-04-15 11:20:04 +02:00
Bjørn Erik Pedersen
27a524b090
commands: Properly handle CLI slice arguments
...
Like `--disableKinds` -- this handling was kind of broken when we recently moved this from global vars
See #4607
2018-04-14 11:32:25 +02:00
Bjørn Erik Pedersen
bede93de00
commands: Correctly handle destination and i18n-warnings
...
And add some more CLI tests.
See #4607
2018-04-14 11:32:25 +02:00
Bjørn Erik Pedersen
2aab6dee85
commands: Fix handling of persistent CLI flags
...
See #4607
2018-04-13 09:08:49 +02:00
Bjørn Erik Pedersen
f3775877c6
hugolib: Fix livereload of bundled pages
...
Fixes #4607
2018-04-12 12:19:46 +02:00
Bjørn Erik Pedersen
9c782d5147
commands: Fix failing Travis server test
2018-04-12 09:31:53 +02:00
Bjørn Erik Pedersen
14c35c8a56
Allow "*/" inside commented out shortcodes
...
Fixes #4608
2018-04-11 22:41:48 +02:00
Bjørn Erik Pedersen
96689a5c31
commands: Make commands.Execute return a Response object
...
We have no global `Hugo` object no more (yay!), and there are some external tools that depends on that value.
These tools need to use get that value from `Response.Result`.
Note that `commands.Execute` now also takes the arguments as a string slice. This should also make it easier to use, not having to modify `os.Args`.
This commit also wraps up this particular issue. Phew!
Test coverage in /commands before: 14.4%
Now: 53.5%
Still work to do, now it is at least possible.
Closes #4598
2018-04-11 20:37:08 +02:00
Bjørn Erik Pedersen
e7010c1b62
commands: Remove some TODOs
...
See #4598
2018-04-11 10:16:30 +02:00
Bjørn Erik Pedersen
f396cffa23
commands: Fix the config command
...
It now also accepts the `-s` (source) flag.
See #4598
2018-04-11 10:09:45 +02:00
Bjørn Erik Pedersen
24d5c21942
commands: Fix some flag diff
...
The CLI docs output is now identical with the master version.
See #4598
2018-04-11 09:57:43 +02:00
Bjørn Erik Pedersen
a7d00fc39e
commands: Add basic server test
...
See #4598
2018-04-11 09:51:07 +02:00
Bjørn Erik Pedersen
1e233b1c45
commands: Fix TestFixURL
...
See #4598
2018-04-11 09:50:19 +02:00
Bjørn Erik Pedersen
b110d0ae04
commands: Remove the Hugo global
...
There are still some cleaning to do, but that felt good.
See #4598
2018-04-11 09:50:19 +02:00
Bjørn Erik Pedersen
73825cfc1c
commands: Make the limit command work again
...
See #4598
2018-04-11 09:50:19 +02:00
Bjørn Erik Pedersen
a8f7fbbb10
commands: Move the commands related logic to its own file
...
See #4598
2018-04-11 09:50:19 +02:00
Bjørn Erik Pedersen
e8d6ca9531
commands: Add CLI tests
...
See #4598
2018-04-11 09:50:19 +02:00
Bjørn Erik Pedersen
4d32f2fa89
commands: Make the hugo command non-global
...
See #4598
2018-04-11 09:50:19 +02:00
Bjørn Erik Pedersen
018602c46d
commands: Extract some common types into its own file
...
See #4598
2018-04-11 09:50:19 +02:00
Bjørn Erik Pedersen
2f0d98a19b
commands: Make the server command non-global
...
See #4598
2018-04-11 09:50:18 +02:00
Bjørn Erik Pedersen
e0621d207c
commands: Make the gen commands non-global
...
See #4598
2018-04-11 09:50:18 +02:00
Bjørn Erik Pedersen
e26a8b242a
commands: Make the list commands non-global
...
See #4598
2018-04-11 09:48:56 +02:00
Bjørn Erik Pedersen
2a2c983867
commands: Make the import commands non-global
...
See #4598
2018-04-11 09:48:56 +02:00
Bjørn Erik Pedersen
15b1e269ad
comands: Make the config command non-global
...
See #4598
2018-04-11 09:48:56 +02:00
Bjørn Erik Pedersen
56a1308044
commands: Make the new commands non-global
...
See #4598
2018-04-11 09:48:56 +02:00
Bjørn Erik Pedersen
4b780ca778
commands: Make convert command non-global
...
See #4598
2018-04-11 09:48:56 +02:00
Bjørn Erik Pedersen
7bc5e89fba
commands: Make more commands non-global
...
See #4598
2018-04-11 09:48:56 +02:00
Bjørn Erik Pedersen
fdf1d94ebc
commands: Make benchmark non-global
...
See #4598
2018-04-11 09:48:56 +02:00
Bjørn Erik Pedersen
1157fef859
commands: Start of flag cleaning
...
See #4598
2018-04-11 09:48:55 +02:00
Bjørn Erik Pedersen
e614d8a57c
commands: Use short date format in CLI docs
...
To make it possible to compare the output.
See #4598
2018-04-11 09:48:34 +02:00
Hudson Muff
fca49d6c60
Update README.md
...
I discovered an inconsistency between the website documentation (https://gohugo.io/getting-started/installing/#source ) and this README, for installing from source. I checked them both and the website seems to be newer so I would like to propose updating this README to install Hugo using mage (unless it doesn't really matter).
2018-04-09 18:06:21 +02:00
Bjørn Erik Pedersen
0e8b3cbcd2
Sync dependencies
2018-04-09 11:12:05 +02:00
Bjørn Erik Pedersen
230f2b8c4f
Bump Go versions
...
Fixes #4545
2018-04-09 11:01:01 +02:00
hugoreleaser
d7f47b780c
releaser: Prepare repository for 0.39-DEV
...
[ci skip]
2018-04-09 08:19:32 +00:00
hugoreleaser
712c0fdfe6
releaser: Add release notes to /docs for release of 0.38.2
...
[ci skip]
2018-04-09 08:17:15 +00:00
hugoreleaser
62e7588262
releaser: Bump versions for release of 0.38.2
...
[ci skip]
2018-04-09 08:17:14 +00:00
Bjørn Erik Pedersen
47da0dca52
Release 0.38.2
2018-04-09 10:08:33 +02:00
hugoreleaser
8d87bfd5ee
releaser: Add release notes draft for 0.38.2
...
Rename to *-ready.md to continue. [ci skip]
2018-04-09 08:00:48 +00:00
Bjørn Erik Pedersen
719251c1af
Bump the debouncer dependency
...
No practical difference.
2018-04-08 10:20:39 +02:00
Bjørn Erik Pedersen
8b2ef83bb1
Use a versioned debounce dependency
2018-04-07 18:09:31 +02:00
Bjørn Erik Pedersen
080302eb87
Fix handling of --contentDir etc. flag
...
We need to revisit the commands package re globals and tests, but this should fix the init order of flags and languages.
Fixes #4589
2018-04-07 16:40:45 +02:00
Anthony Fok
094ec17142
travis: Disable shallow clone to fix TestPageWithLastmodFromGitInfo
...
Fixes #4584
2018-04-07 06:54:24 -06:00
Anthony Fok
e84b7ade65
Revert "Disable failing test on Travis"
...
This reverts commit 2170943ae6
and commit 623c9afa84
.
2018-04-07 06:53:47 -06:00
Bjørn Erik Pedersen
2817e84240
Fix handling of content files with "." in them
...
As in, more dots than just to separate the extension and any language indicator.
Fixes #4559
2018-04-07 10:57:29 +02:00
Bjørn Erik Pedersen
623c9afa84
And now really disable failing test on Travis
...
See #4584
2018-04-06 18:14:11 +02:00
Bjørn Erik Pedersen
2170943ae6
Disable failing test on Travis
...
See #4584
2018-04-06 17:31:13 +02:00
Bjørn Erik Pedersen
9cd4d35977
Revert "Try an older GitMap version"
...
This reverts commit 3a3261a3b9
.
2018-04-06 12:01:38 +02:00
Bjørn Erik Pedersen
3a3261a3b9
Try an older GitMap version
...
To test if the test failures goes away.
2018-04-06 10:59:47 +02:00
Bjørn Erik Pedersen
6792d86ad0
hugolib: Set .Parent in bundled pages to its owner
...
Fixes #4582
2018-04-06 10:41:28 +02:00
hugoreleaser
e7d87e2410
releaser: Prepare repository for 0.39-DEV
...
[ci skip]
2018-04-05 16:39:05 +00:00