Commit Graph

38 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 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
Chris de Graaf 1c8030be89
Catch missing user exception in interactive mode and prompt for it (#180) 2020-06-04 10:09:20 -05:00
Chris de Graaf 765d2db0e6
Version + license bump 2020-05-28 09:49:13 -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 6409473dbf
Replace ReferenceTests with our own function (#164) 2020-05-15 11:14:24 -05:00
Chris de Graaf cc2fee9cfc
Update compat info 2019-12-17 13:39:37 +07:00
Lyndon White 742d109d6c Correct verision string to indicate this is unreleased (#115) 2019-11-26 07:30:28 +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 5e9ff16cbe
Remove interactive stuff (for now) 2019-10-06 14:43:17 +07:00
Chris de Graaf 19afffbbb8
Add a compat entry for Mustache
Since we're using custom tags.
2019-09-28 09:46:12 +07:00
Chris de Graaf 5e843dadbb
Replace Cassette mocking with SimpleMock
FYI: CI should fail until SimpleMock is finished being registered.
2019-09-26 00:32:06 +07:00
Chris de Graaf 146c1bdbe5
Add prehooks/posthooks for more fine-grained plugin control 2019-09-26 00:32:05 +07:00
Chris de Graaf 493c54a948
More tests, more Windows fiddling
Cassette is cool!
2019-09-26 00:32:04 +07:00
Chris de Graaf 5adde3ad7c
Add some basic tests 2019-09-26 00:32:03 +07:00
Chris de Graaf cfed5fc7e6
Use Parameters.with_kw instead of kwdef for 1.0 compat 2019-09-26 00:32:02 +07:00
Chris de Graaf c0fe7bb2c2
The Big Squash: A bunch of irrelevant garbage 2019-09-26 00:31:53 +07:00
Chris de Graaf 895f2be769
Version bump 2019-08-25 12:01:27 +07:00
Chris de Graaf f129e741b2 Make Pkg.develop optional (close #78) 2019-06-17 10:44:36 -05:00
Chris de Graaf 77387b267b
Add Julia compat constraint 2019-05-15 11:46:40 -05:00
Chris de Graaf eebb121095
Bump version 2019-05-15 11:02:32 -05:00
Chris de Graaf f82a29a543 Update version 2019-02-14 09:23:44 -06:00
Chris de Graaf bff5a22c7a Drop AutoHashEquals dep, use concrete types as fields 2018-12-20 13:21:17 -06:00
Chris de Graaf 35b42be06c Bump version, fix Codecov in Travis 2018-12-19 14:28:26 -06:00
Chris de Graaf 984475cd83 A bit of formatting, drop Distributed dependency 2018-11-07 14:39:07 -06:00
Eric Davies b87f19bc97
Fix UUID to match registry 2018-11-07 13:27:20 -06:00
Chris de Graaf 322466e178
We're updating the current release, not making a new one 2018-10-24 14:15:53 -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 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 0ae017f715 Use REPL.TerminalMenus 2018-09-19 16:01:35 -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 adbbfd887d More deprecations: info, Pkg, nullables, and more, and update default pkg dir 2018-09-17 16:29:28 -05:00
Chris de Graaf d7b4859dc8 Add Project/Manifest.toml 2018-09-17 15:00:27 -05:00