Commit Graph

1865 Commits

Author SHA1 Message Date
Dorian cde2d981c7 cli: Add support for enabling site migration. 2020-01-31 09:50:10 -05:00
Dorian 35671685ba cli: Reorganize part of initialization and creating a cache directory if none exists. 2020-01-30 22:02:58 -05:00
Dorian d7f8bd056c cli: Add notes for restructuring the initialization code. 2020-01-30 13:50:48 -05:00
Dorian 29240f66e9 ci: Schedule docker builds to coincide with local mornings. 2020-01-30 10:22:34 -05:00
Dorian bd08951ae3 cli: Use project for creating the site manifest. 2020-01-30 09:27:34 -05:00
Dorian ca521ce54a cli: Break out creation of the site configuration and using default values. 2020-01-30 09:19:19 -05:00
Dorian dea6ae88a7 cli: Start migrating init to use a structure to organize the code. 2020-01-29 11:49:43 -05:00
Dorian 7debf0ce21 cli: Move sample data for init into single block for extraction. 2020-01-29 10:26:14 -05:00
Dorian dda7b5c6fe docs: Add documentation about the project structure. 2020-01-27 17:55:44 -05:00
Dorian 010e64f0cb docs: Add some documentation to the server module. 2020-01-27 09:36:47 -05:00
Dorian e08cecaa03 cli: Improve setup of getting the port of the local server. 2020-01-27 08:39:15 -05:00
Dorian 5239ea81e4 cli: Refactor build and init commands to use the Project structure. 2020-01-25 09:29:47 -05:00
Dorian e70017c127 cli: Refactor server command to use the Project structure. 2020-01-24 23:00:56 -05:00
Dorian cdabc662d7 cli: Refactor to use build directory. 2020-01-24 19:27:33 -05:00
Dorian 636adae4ad cli: Start migrating server to use Project struct. 2020-01-24 17:54:27 -05:00
Dorian d7af30580b cli: Fix UX messaging and migrate function to appropriate place. 2020-01-24 17:30:25 -05:00
Dorian c953a17678 ci: Update names and add clippy check. 2020-01-24 10:05:28 -05:00
Dorian 84b4a08907 ci: Comment out manual creation of the Docker image. 2020-01-24 09:53:30 -05:00
Dorian f5d99b5617 cli: Clean up imports and update project entity. 2020-01-24 09:42:04 -05:00
Dorian 3258f38d16 cli: Migrate commands into their own modules. 2020-01-24 08:55:41 -05:00
Dorian 5ebce7e4d8 cli: Ensure ico files do not get accidentally copied over. 2020-01-23 17:50:38 -05:00
Dorian a4dac748c2 Merged in build-ci-reorg (pull request #39)
Make My Builds and Tests Fast
2020-01-23 22:24:52 +00:00
Dorian 9612fda106 docs: Document changes to the CI builds. 2020-01-23 16:52:26 -05:00
Dorian c2d869fab6 build: Add work to build and publish the docker images. 2020-01-23 16:23:33 -05:00
Dorian 2228cee85e build: Make rebuild of Docker build image manual. 2020-01-23 16:20:34 -05:00
Dorian 840a6f9fe3 build: Workaround issue caused by lack of a first run before a test. 2020-01-23 16:15:59 -05:00
Dorian 509df69ddd build: Additional fixes and add manual docker build override. 2020-01-23 15:28:42 -05:00
Dorian b57150fda0 build: Fix up the building of Rookeries cli tool.
Fix tests for builds.
2020-01-23 15:13:56 -05:00
Dorian ebfdb96966 build: Fix up the building of Rookeries cli tool. 2020-01-23 11:49:27 -05:00
Dorian edeef5dae7 build: Fix up the building of Rookeries. 2020-01-23 11:45:17 -05:00
Dorian c6d79474bc build: Fix the building of Rookeries. 2020-01-23 11:37:31 -05:00
Dorian 52eb34368b build: Fix the CI configuration for using the docker orb. 2020-01-23 11:34:38 -05:00
Dorian d92c3112f0 build: Fix the CI configuration. 2020-01-23 11:31:06 -05:00
Dorian b4ac56f6d5 build: Update the CI and improve the setup. 2020-01-23 11:28:53 -05:00
Dorian fc4b1de72d build: Separate different build steps in CI. 2020-01-23 11:06:57 -05:00
Dorian d58862ec3b build: Document plans to speed up CI. 2020-01-23 10:49:20 -05:00
Dorian 0b75b52704 cli: Start migration to using a project structure. 2020-01-23 09:44:22 -05:00
Dorian 58dd8a53b8 Merged in rust-2018-cleanup (pull request #37)
Rust 2018 clean-up
2020-01-23 13:35:35 +00:00
Dorian 85e46c2688 Merge remote-tracking branch 'remotes/origin/master' into rust-2018-cleanup
# Conflicts:
#	tests/test_cli_interaction.rs
2020-01-23 08:31:52 -05:00
Dorian 2931a4aea3 cli: Add clippy fix. 2020-01-23 08:29:48 -05:00
Dorian 7adf6da121 cli: Update version in preparation for post-0.17.0 work. 2020-01-23 08:27:29 -05:00
Dorian 090497890d cli: Remove externs and macro_use as part of using Rust 2018. 2020-01-23 08:20:43 -05:00
Dorian a63ff2559f tests: Help with test assertions. 2020-01-18 09:35:22 -05:00
Dorian 292a61b559 docs: Update release date for version 0.17.0. 2020-01-17 10:29:37 -05:00
Dorian 8ddd180c3d cli: Fix tests and the experience of using the tool. 2020-01-15 17:55:27 -05:00
Dorian d3651c97cc cli: Upgrade dependencies to resolve security issues. 2020-01-14 08:54:09 -05:00
Dorian 405d64a580 cli: Prepare to release the next version of Rookeries. 2020-01-13 18:19:27 -05:00
Dorian bde86855f0 cli: Add clippy recommended changes. 2020-01-02 08:38:19 -05:00
Dorian 4f4c845e7f Merged in autobuild-refactor (pull request #35)
Add support for auto-rebuild
2019-12-17 15:22:12 +00:00
Dorian eaaa912fb5 docs: Update the changelog with a planned feature release. 2019-12-17 09:46:59 -05:00