Commit Graph

23 Commits

Author SHA1 Message Date
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