Anshul Singhvi
d98579b7e7
Document Documenter{GithubActions} and add it to interactive mode ( #178 )
2020-05-28 09:37:41 -05:00
Chris de Graaf
9021985de9
Fix interactive code for one-field types ( #176 )
2020-05-27 15:06:08 -05:00
Chris de Graaf
88774305b8
Make the .jl remote suffix optional ( #172 )
2020-05-26 09:08:47 -05:00
Chris de Graaf
7ae227000a
Update version to 0.7.0 ( #171 )
...
* Update version to 0.7.0
Also update Travis config to test on 1.x instead of 1.4 specifically.
* One last bugfix
2020-05-25 18:16:51 -05:00
Chris de Graaf
18c32a1519
Interactive mode ( #145 )
2020-05-25 15:20:27 -05:00
Chris de Graaf
35002583b4
Add new negated-type syntax for disabling default plugins ( #167 )
2020-05-24 22:02:30 -05:00
Chris de Graaf
353acd5d1c
Properly rename BasicPlugin -> FilePlugin
...
How did I miss this up so bad the first time?
2020-04-21 23:51:10 -05:00
Chris de Graaf
02d416bedf
Rename BasicPlugin -> FilePlugin ( #159 )
...
The new name does a much better job of describing what they're
actually for, IMO.
2020-04-21 13:56:02 -05:00
Chris de Graaf
e14d672b60
Git: Allow setting custom user.name and user.email ( #158 )
2020-04-21 13:55:21 -05:00
Chris de Graaf
ad0c012e88
Fix some GitLab URL issues ( #157 )
2020-04-18 10:35:35 -05:00
Chris de Graaf
29c9f6b46f
Default to running TagBot daily ( #154 )
2020-04-17 15:45:06 -05:00
Stefan Karpinski
f276d58127
default authors: add "and contributors" ( #153 )
2020-04-16 14:39:02 -05:00
Chris de Graaf
1976070a50
Remove setup-julia from CompatHelper workflow
...
Julia is now installed by default on GitHub Actions:
https://github.com/bcbi/CompatHelper.jl/issues/185
2020-03-19 08:20:10 +07:00
Chris de Graaf
dd025be988
Pkg.develop new packages in the Documenter manifest ( #143 )
2020-03-09 12:27:36 +07:00
Chris de Graaf
506d0d33da
Update CompatHelper defaults and add some customization
2020-02-15 23:13:37 +07:00
Chris de Graaf
abbfdb00ea
Fix some docs
2020-02-15 23:13:37 +07:00
Chris de Graaf
914480157b
Implement equality for Template and Plugins
2020-02-15 23:13:37 +07:00
Chris de Graaf
5e4b91ce97
Support the full range of TagBot options
...
TODO: Fix the `show` tests.
2020-02-15 23:13:31 +07:00
Chris de Graaf
ab9949a236
Merge pull request #107 from invenia/cdg/actions
...
Add plugins for TagBot and CompatHelper
2019-12-18 11:26:05 +07:00
Chris de Graaf
a57bd160c3
Add nightly Julia to GitHubActions plugin ( #124 )
2019-12-17 15:55:07 +07:00
Chris de Graaf
761dfe534d
Add back some deprecated methods ( #116 )
2019-12-17 15:21:31 +07:00
Chris de Graaf
cd204640d3
Fix some typos, make CompatHelper a default plugin
2019-12-17 13:35:53 +07:00
Chris de Graaf
428ab6966f
Rework TagBot to fit the new options
2019-12-17 13:21:28 +07:00
Chris de Graaf
7c5552202c
Add some TagBot options
2019-12-17 13:21:27 +07:00
Chris de Graaf
1f653ec04b
Add a CompatHelper plugin
...
TODO: Handle the Manifest.toml updating stuff.
2019-12-17 13:21:27 +07:00
Chris de Graaf
a79c087010
Add a TagBot plugin
2019-12-17 13:21:27 +07:00
Chris de Graaf
277892564a
Add a view method for coverage plugins ( fix #122 )
2019-12-17 12:15:00 +07:00
Chris de Graaf
689d8d9858
Run reference tests on 1.3
2019-12-17 12:15:00 +07:00
Miles Lucas
d759b5f9d5
Fix broken GH Actions badge ( #121 )
2019-12-17 07:35:16 +07:00
Chris de Graaf
8edafa6fe5
Fix a gitignore bug
...
This only came up when you generate more than one package in the same
Julia session. The mutating `append!` function was adding stuff to the
global variable that the coverage plugins were using for their
gitignores. The new `vcat` is non-mutating.
2019-11-10 11:15:56 +07:00
Chris de Graaf
4d70635d3a
Add GitHubActions plugin for CI and docs
...
The docs deployment requires Documenter 0.24 but I'm assuming that
PkgTemplates 0.7 won't be released until after Documenter 0.24.
2019-11-10 11:15:55 +07:00
Chris de Graaf
6bb3c2c669
Add version option to ProjectFile plugin to set initial version
2019-11-04 15:58:32 +07:00
Chris de Graaf
aaa1f5280c
Clean up Travis configs and temp name generation
2019-11-01 12:46:18 +07:00
Chris de Graaf
206b7e9ade
Support ARM builds on Travis CI
2019-11-01 09:27:12 +07:00
Chris de Graaf
ab55313ee9
Add a bit more detail to the extra kwargs warning
2019-11-01 08:43:44 +07:00
Chris de Graaf
b3449ee272
Add a fetch ref to the remote, too
...
We can't add upstream remotes until the remote actually exists, it
seems. So that has to wait until we also create the upstream repo.
2019-10-22 19:24:19 +07:00
Chris de Graaf
eac2a1278d
Update deps/fixtures, skip more tests when Git is not installed
...
TODO: We need to figure something out to stop dependency versions from
constantly changing in the fixture manifests, because that's going to
get annoying to update all the time. I still want it to be included in
the tests, though.
2019-10-16 22:39:46 +07:00
Chris de Graaf
69a7c5c68b
Add a test for the test/Project.toml warning
2019-10-06 16:55:54 +07:00
Chris de Graaf
ca51806cf6
Reduce line length of docstrings
2019-10-06 16:55:32 +07:00
Chris de Graaf
266a22d5c2
Check and warn for unused keywords, update some metadata
2019-10-06 16:16:31 +07:00
Chris de Graaf
ad8e78d87e
Add DroneCI plugin for new PkgTemplates
2019-10-06 15:29:50 +07:00
Chris de Graaf
5e9ff16cbe
Remove interactive stuff (for now)
2019-10-06 14:43:17 +07:00
Chris de Graaf
cce0f5a750
Merge branch 'master' into cdg/plugins
2019-10-05 22:07:50 +07:00
Mosè Giordano
6d2c4ea7c0
Add Drone CI plugin ( #94 )
2019-10-05 13:44:35 +07:00
Chris de Graaf
441eee3219
Update docs with interactive stuff
2019-09-28 11:21:45 +07:00
Chris de Graaf
aa3e7769ed
Add another set of reference tests, fix a bug they found
2019-09-28 10:31:55 +07:00
Chris de Graaf
f630f9c3f4
Properly allow not prompting for fields with defaults
2019-09-28 09:46:11 +07:00
Chris de Graaf
719538e9e8
Move some code around
2019-09-27 11:54:00 +07:00
Chris de Graaf
a373a25c05
Add interactive constructor for Documenter
2019-09-27 00:08:02 +07:00
Chris de Graaf
3a9c9634e6
A bunch of experimental interactive code
...
This needs some good tests, but it seems to be mostly working in the
REPL! Some general cleanup is needed, too.
2019-09-26 23:10:23 +07:00