Commit Graph

435 Commits

Author SHA1 Message Date
Chris de Graaf 52bac95d66
Allow setting custom default branch name (#192) 2020-06-17 11:06:11 -05:00
Chris de Graaf 970554be7f
Version bump 2020-06-11 19:02:49 -05:00
Chris de Graaf f61215823a
Don't include versions lower than the minimum in CI suites (#190) 2020-06-11 18:41:26 -05:00
Chris de Graaf 5f22493a03
Mark a test as broken in CI 2020-06-08 22:41:53 -05:00
Chris de Graaf 4ab0cca5bd
Oops, revert version bump
I still haven't released 0.7.3, I have no idea why CI is failing.
2020-06-08 22:37:13 -05:00
Chris de Graaf fb1715e605
Fix reference test 2020-06-08 21:53:23 -05:00
Gustavo Goretkin 803d50aabe
Order Documenter and CI consistently (#188) 2020-06-08 21:48:37 -05:00
Chris de Graaf 25d4294c2e
Make extra_versions accept any string, strip quotes from input (#185) 2020-06-04 11:59:18 -05:00
Chris de Graaf 1c8030be89
Catch missing user exception in interactive mode and prompt for it (#180) 2020-06-04 10:09:20 -05:00
Eric Hanson 6db8ffdefc
Update Github actions CI (#181) 2020-06-03 11:36:53 -05:00
Chris de Graaf 765d2db0e6
Version + license bump 2020-05-28 09:49:13 -05:00
Anshul Singhvi d98579b7e7
Document Documenter{GithubActions} and add it to interactive mode (#178) 2020-05-28 09:37:41 -05:00
Chris de Graaf 087dcc8d05
Use Julia 1.x for doc builds on Travis and GHA (#174) 2020-05-27 15:17:25 -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 ab075ca47d
Cache artifacts in Travis, AppVeyor, GitHubActions, and Cirrus (#173) 2020-05-27 15:05:47 -05:00
Chris de Graaf 88774305b8
Make the .jl remote suffix optional (#172) 2020-05-26 09:08:47 -05:00
Chris de Graaf bffedf49ab
Remove unreleased notice from README 2020-05-25 18:22:09 -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 6409473dbf
Replace ReferenceTests with our own function (#164) 2020-05-15 11:14:24 -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 c605793b2f
Add some testing docs 2020-04-17 23:48:33 -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
Jiahao Chen b603011ea9
README.md: fix typo (#150) 2020-03-29 16:54:06 -05:00
Chris de Graaf 0a0a4731a3
Updates for Julia 1.4 2020-03-23 09:26:24 -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 21617c56f0
Merge pull request #138 from invenia/cdg/tb
Various updates for GitHub Actions
2020-03-04 01:19:18 +07:00
Curtis Vogt 594e7e5823
Test documentation on latest Julia release (#139) 2020-03-04 00:28:38 +07:00
Curtis Vogt 71fc3de4d0
Switch to using GitLab CI extends (#140) 2020-02-25 07:40:19 +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 a1dc3ef95c
Add DOCUMENTER_KEY to the GitHub Actions doc build job 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 ba14f890e2
Merge pull request #131 from invenia/cv/yaml-literal-block
Use literal block style for multi-line YAML
2020-02-15 10:13:11 +07:00
Curtis Vogt e258aacd7a Use literal block style for multi-line YAML
Allows for Julia code to not require the use of semi-colon which is
matches how most users will write Julia code. An additional benefit
is that it allows for use of single line comments.
2020-02-14 12:09:13 -06: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 83891275ff
[ci skip] Update TagBot config 2019-12-18 11:25:33 +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 cc2fee9cfc
Update compat info 2019-12-17 13:39:37 +07:00
Chris de Graaf ef6e2757df
Remove some code that somehow got in here 2019-12-17 13:37:42 +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