Chris de Graaf
8dfe929cce
Make git stuff optional
2018-11-12 14:58:09 -06:00
Chris de Graaf
166cee2c34
Add the package to the current env, not the global one
2018-11-12 14:01:30 -06:00
Chris de Graaf
250b97ad0a
Add new packages to the global environment
2018-11-12 13:59:27 -06:00
Chris de Graaf
2822ae4619
Merge pull request #39 from invenia/cdg/manifest
...
Don't commit manifest by default
2018-11-12 13:56:58 -06:00
Eric Davies
39e579a494
Merge pull request #34 from invenia/cdg/cc
...
Deprecate CodeCov for Codecov
2018-11-09 15:19:51 -06:00
Chris de Graaf
2b02947bab
Correctly log which files were committed
2018-11-09 15:18:09 -06:00
Chris de Graaf
5cf4954780
Don't always commit Manifest.toml
2018-11-07 15:12:40 -06:00
Chris de Graaf
2797d6dffc
Don't define an interactive method for any Documenter
...
Since Documenter subtypes can have extra fields now, it isn't safe.
2018-11-07 14:56:57 -06:00
Chris de Graaf
984475cd83
A bit of formatting, drop Distributed dependency
2018-11-07 14:39:07 -06:00
morris25
dced413b49
Fixes formatting
2018-11-05 16:12:30 -06:00
Chris de Graaf
34f30637a2
Deprecate CodeCov for Codecov
2018-11-05 16:06:22 -06:00
morris25
9f47d403f7
Allows additional_kwargs to take symbol keywords
2018-11-05 15:47:58 -06:00
morris25
6cb0b8583b
Changes additional_kwargs to expect Dict and warns about ignored kwargs
2018-11-05 10:49:57 -06:00
morris25
eb356e0ec9
Adds tests
2018-11-02 17:23:40 -05:00
morris25
f0ed4cca98
Adds additional kwargs to Documenter plugin
2018-11-02 16:38:17 -05:00
Chris de Graaf
68ccca2ad6
Add Test as a test-only dependency ( close #25 )
2018-10-22 15:44:32 -05:00
Chris de Graaf
9b6c320397
Don't rely on Git to be preconfigured in tests ( close #27 )
2018-10-22 15:44:31 -05:00
Chris de Graaf
78a4fb0b9b
Use Pkg.devdir instead of our own implementation ( close #28 )
2018-10-22 13:04:26 -05:00
Chris de Graaf
b55dc64ff1
Functions in Dates are exported
2018-10-15 11:55:09 -05:00
Chris de Graaf
9671bc6836
Return the Template from generate_interactive
2018-10-10 14:16:03 -05:00
Chris de Graaf
9b38d75942
Use autodocs for generated documentation
2018-09-28 16:46:28 -05:00
Chris de Graaf
0fd34f5847
Update docs example
2018-09-28 16:46:27 -05:00
Chris de Graaf
9c6a160bc2
Simplify internal API
2018-09-28 16:45:38 -05:00
Chris de Graaf
41f4f1aa74
Update docs
...
TODO: A new asciicast.
2018-09-26 16:56:33 -05:00
Chris de Graaf
18f5e2d0c0
Update default file templates
2018-09-26 16:56:33 -05:00
Chris de Graaf
e2c615faf8
Remove some not-very-useful features
...
Removed keywords to Template: years, requirements, and gitconfig.
2018-09-26 16:56:33 -05:00
Chris de Graaf
b0a9844792
Generate packages for 1.0
...
Use Pkg to generate Project.toml and the src entrypoint, and add the
Test package from the stdlib.
Also remove some options to generate that added complexity: force,
temp_dir, and ssh. Trying to create a package at an already-existent path
is now an error no matter what. The ssh keyword to generate has been
moved to Template.
TODO:
- Update the file templates to current standards.
- Clean up the gen_plugin signature and update those docs.
- Pkg.add requirements provided to the template.
- Update interactive_template's requirements gathering to use a loop.
- **Make smaller commits.**
2018-09-26 16:56:33 -05:00
Chris de Graaf
ce318d1198
Don't explicitly import Base.show
2018-09-19 16:23:11 -05:00
Chris de Graaf
0ae017f715
Use REPL.TerminalMenus
2018-09-19 16:01:35 -05:00
Chris de Graaf
4e4c68dfec
Replace travis-ci.org with travis-ci.com ( close #18 )
2018-09-19 15:32:03 -05:00
Chris de Graaf
ab261170ef
A few more deprecations still
2018-09-19 14:57:21 -05:00
Chris de Graaf
3a2f3fcb71
More deprecations, mostly readstring
2018-09-19 14:25:09 -05:00
Chris de Graaf
e29a6b9d31
Deprecation fixes, mostly in tests (local tests are passing!)
2018-09-19 14:19:16 -05:00
Chris de Graaf
1385d6fa4b
A few more deprecations
2018-09-17 16:43:12 -05:00
Chris de Graaf
564a379c5e
@info instead of @warn
2018-09-17 16:29:29 -05:00
Chris de Graaf
d932a29ded
Deprecations: readstring, Nullables, warn
2018-09-17 16:29:29 -05:00
Chris de Graaf
adbbfd887d
More deprecations: info, Pkg, nullables, and more, and update default pkg dir
2018-09-17 16:29:28 -05:00
Chris de Graaf
632283b847
Replace Void/Nullables
2018-09-17 15:00:16 -05:00
Chris de Graaf
f070978334
Void -> Nothing
2018-09-17 14:34:57 -05:00
Chris de Graaf
75c7875899
Misc style changes
2017-12-12 15:15:55 +00:00
Chris de Graaf
bab42686d8
Fix Julia version display in show
2017-12-11 14:23:07 +00:00
Chris de Graaf
5683495e52
Add coverage regex to default gitlab-ci.yml
2017-12-11 13:39:25 +00:00
Chris de Graaf
7e38c92413
Update show style
2017-12-07 17:00:16 +00:00
Chris de Graaf
fb2c2e7429
Add tests for show methods
2017-12-07 13:33:22 +00:00
Chris de Graaf
74ab858800
Add a pretty show method
2017-12-01 17:33:57 +00:00
Chris de Graaf
d075ff678e
Update/reorganize docs
2017-12-01 12:12:37 +00:00
Chris de Graaf
1e19351822
Floor default minimum Julia version display, update a docstring
2017-11-14 18:20:56 +00:00
Chris de Graaf
545a4c5688
Wrap package and generated tests in a test set
2017-11-14 18:20:18 +00:00
Chris de Graaf
3b8abd5cbe
Remove default CodeCov config
2017-10-27 17:14:13 +01:00
Chris de Graaf
4974e58af9
Update logging and examples
2017-10-27 17:14:10 +01:00