Commit Graph

  • f215df891c Decrease debounce timeout, which will make polling much snappier Lucien Greathouse 2018-04-22 16:41:45 -07:00
  • ce5fe00a66 Delete Promise.spec.lua Lucien Greathouse 2018-04-21 01:16:19 -07:00
  • 2d71e3ebea Switch to library version of Promise Lucien Greathouse 2018-04-20 23:26:50 -07:00
  • 187194a615 Keep track of actual file name in VfsItem. Lucien Greathouse 2018-04-20 23:13:43 -07:00
  • 9e956e593d Expand test project to have a partition targeting a script directly Lucien Greathouse 2018-04-20 23:13:01 -07:00
  • c2cfcc7a2c Prevent syncing while a sync is already in progress. Lucien Greathouse 2018-04-20 22:27:12 -07:00
  • 8c482f75dd Improve error messages for 'serve' command. Lucien Greathouse 2018-04-20 21:45:48 -07:00
  • 29a83cb626 Update LICENSE Lucien Greathouse 2018-04-12 00:18:45 -07:00
  • a563e4c381 Update LICENSE Lucien Greathouse 2018-04-12 00:13:09 -07:00
  • 9cee587f22 Remove documentation from README and point to snazzy new documentation website Lucien Greathouse 2018-04-08 00:16:21 -07:00
  • b5cc243466 Flesh out documentation, normalize markdown indentation Lucien Greathouse 2018-04-08 00:09:28 -07:00
  • 73c6b5a08c 0.4.4 v0.4.4 Lucien Greathouse 2018-04-07 22:58:39 -07:00
  • 1f5a686570 Fix small regression that I missed for 0.4.3 Lucien Greathouse 2018-04-07 22:57:48 -07:00
  • 6fc497f95e 0.4.3 v0.4.3 Lucien Greathouse 2018-04-07 22:53:56 -07:00
  • 52eea667a7 Make plugin connection much more robust, with better errors Lucien Greathouse 2018-04-07 22:24:21 -07:00
  • c2f7e268ff Update changelog Lucien Greathouse 2018-04-07 20:13:07 -07:00
  • 31e5c558ab Open Http Properties upon HttpEnabled prompt (#58) Validark 2018-04-07 21:10:55 -06:00
  • 7a7ac9550d Update server dependencies Lucien Greathouse 2018-04-04 23:09:02 -07:00
  • 4d0fdf0dfd 0.4.2 v0.4.2 Lucien Greathouse 2018-04-04 23:06:57 -07:00
  • b448e8007e Fix duplication 0.4.x duplication bug for good Lucien Greathouse 2018-04-04 23:05:01 -07:00
  • bad0e67266 Remove extra spawn in server code Lucien Greathouse 2018-04-04 23:02:46 -07:00
  • 3dee3dd627 Fix README whitespace inconsistency Lucien Greathouse 2018-04-04 00:14:23 -07:00
  • 4772350968 Version 0.4.1 v0.4.1 Lucien Greathouse 2018-04-01 23:39:19 -07:00
  • eabcc0bd1d Add root gitignore to ignore mkdocs generated site Lucien Greathouse 2018-04-01 23:36:04 -07:00
  • 3a3af6ab10 Introduce mkdocs documentation Lucien Greathouse 2018-04-01 23:35:18 -07:00
  • 9723622b66 Bump server to version 0.4.1, update dependencies Lucien Greathouse 2018-04-01 23:30:33 -07:00
  • 3b1d647acb Bump license year Lucien Greathouse 2018-04-01 23:30:25 -07:00
  • 6fa925a402 Merge plugin back into main repository (#49) Lucien Greathouse 2018-04-01 23:22:04 -07:00
  • c8f837d726 Add dates to each release in CHANGELOG Lucien Greathouse 2018-04-01 21:23:22 -07:00
  • 4557396564 Improve README in slight ways Lucien Greathouse 2018-03-27 01:51:15 -07:00
  • d3d67d47e1 Add new plugin logo Lucien Greathouse 2018-03-27 01:11:18 -07:00
  • 42107e0715 Update changes again, one day we'll release 0.4.0 v0.4.0 Lucien Greathouse 2018-03-27 00:57:20 -07:00
  • ed183e0805 Update CHANGES, 0.4.0 Lucien Greathouse 2018-03-27 00:55:52 -07:00
  • 116be16392 Improve error message when a partition target doesn't exist. Lucien Greathouse 2018-03-27 00:50:44 -07:00
  • 2c188738e6 Document JSON syncing and fix README typos v0.4.0-pre3 Lucien Greathouse 2018-02-21 23:48:37 -08:00
  • ebffba9589 Add bi-directional syncing note from Quenty Lucien Greathouse 2018-02-04 08:55:19 -08:00
  • ab644c3dfa Update model.json example v0.4.0-pre2 Lucien Greathouse 2018-02-04 07:31:33 -08:00
  • c6cdd8a815 Change test project to test another edge case Lucien Greathouse 2018-02-04 07:26:30 -08:00
  • d99df59d9b 'Wildcard' type in DefaultPlugin, change to PascalCase in API Lucien Greathouse 2018-02-04 07:10:59 -08:00
  • c5f8247543 Add support for Bool and Number primitive types. Lucien Greathouse 2018-02-03 23:16:29 -08:00
  • 72557c9d23 Hip logo, totally not riffing on Babel Lucien Greathouse 2018-01-29 15:57:10 -08:00
  • 1a1b6d923f Fix JsonModelPlugin setting the name of the resulting RbxInstance v0.4.0-pre1 Lucien Greathouse 2018-01-09 16:40:39 -08:00
  • 27cf2c8740 Add error context to output for JsonModelPlugin Lucien Greathouse 2018-01-09 11:31:48 -08:00
  • c08a598d3f Fix broken file watcher implementation Lucien Greathouse 2018-01-08 12:33:36 -08:00
  • 1318842c36 Update dependencies Lucien Greathouse 2018-01-08 12:33:33 -08:00
  • 86d7d033d7 Add 'route' to each RbxInstance, which tags how the instance was generated Lucien Greathouse 2018-01-05 13:07:09 -08:00
  • 2df1dfa1cb Insulate VFS internals a little bit Lucien Greathouse 2018-01-03 18:13:49 -08:00
  • 78a1c658d8 Simplify and collapse some code from 'rojo serve' Lucien Greathouse 2018-01-03 18:05:00 -08:00
  • f52f43fe90 Eliminate extra thread for VfsWatcher Lucien Greathouse 2018-01-03 18:02:56 -08:00
  • 58b244b7e9 Reorganize some of the unwieldly parts of the codebase Lucien Greathouse 2018-01-03 16:45:46 -08:00
  • d8bcbee463 Rename RbxItem -> RbxInstance Lucien Greathouse 2018-01-03 16:01:48 -08:00
  • f00152a9ac Add a bit of documentation, this code is lacking it Lucien Greathouse 2018-01-03 16:00:27 -08:00
  • 9720c56765 Change each VfsItem to keep a full route instead of just its name Lucien Greathouse 2018-01-03 15:56:19 -08:00
  • 13ce04abb2 Add 'Contributing' section to README Lucien Greathouse 2018-01-03 11:44:45 -08:00
  • ab22b55b84 Add further logging in verbose mode Lucien Greathouse 2018-01-02 18:17:44 -08:00
  • 73117edbe7 Enable JsonModelPlugin by default as a test Lucien Greathouse 2018-01-02 15:41:10 -08:00
  • d7e2a3542c Make notes about compatibility breakage and version 0.4.0 Lucien Greathouse 2018-01-02 14:52:51 -08:00
  • fe240ed577 Prototype JsonModelPlugin, untested Lucien Greathouse 2017-12-21 17:09:32 -08:00
  • 5e98cbe68f More detail in DESIGN.md Lucien Greathouse 2017-12-21 16:10:47 -08:00
  • 7a372dc50c Add forgotten change about CPU usage Lucien Greathouse 2017-12-21 14:21:03 -08:00
  • 958b6660be Update README and DESIGN Lucien Greathouse 2017-12-20 23:00:48 -08:00
  • e731811911 Add changes from serve-instances merge Lucien Greathouse 2017-12-20 22:54:10 -08:00
  • 66144cef2f Merge branch 'serve-instances' Lucien Greathouse 2017-12-20 22:52:32 -08:00
  • 13925f5879 Publish 0.3.2 v0.3.2 v0.3.x Lucien Greathouse 2017-12-20 22:41:23 -08:00
  • 68ba3fee6c Fix max body size typo Lucien Greathouse 2017-12-20 22:36:12 -08:00
  • 95581dbaa6 Pass common plugin chain into web handler Lucien Greathouse 2017-12-20 22:35:26 -08:00
  • aaaf3ba0b9 Implement handle_rbx_change API for plugins as a pass Lucien Greathouse 2017-12-20 22:11:46 -08:00
  • b885cae086 Rename TransformResult -> TransformFileResult in preparation for two-way syncing Lucien Greathouse 2017-12-20 22:01:38 -08:00
  • 0f78eb933a DESIGN doc, stub out /write endpoint Lucien Greathouse 2017-12-20 22:00:01 -08:00
  • 6ee9a48e20 Use plugin chain code in Vfs Lucien Greathouse 2017-12-18 01:52:08 -08:00
  • f90c51e923 Move web server onto main thread Lucien Greathouse 2017-12-18 01:20:04 -08:00
  • 6472a2cbce Add handle_file_change to plugin API Lucien Greathouse 2017-12-17 22:46:56 -08:00
  • c75cbebbf0 Merge branch 'master' into serve-instances Lucien Greathouse 2017-12-17 22:12:04 -08:00
  • 2e340ff78c Merge pull request #22 from Quenty/fix-21-high-cpu Lucien Greathouse 2017-12-17 21:42:21 -08:00
  • 5a20646c57 Address code review, remove unnecessary import James Onnen 2017-12-17 23:40:32 -06:00
  • 199ebda689 Use ::park() instead of ::sleep() James Onnen 2017-12-17 14:34:31 -06:00
  • ae6ca6fb23 Fix #21: High CPU usage in a small project James Onnen 2017-12-17 14:20:24 -06:00
  • 12bfcd7b66 Implement init.lua support in ScriptPlugin Lucien Greathouse 2017-12-14 00:19:07 -08:00
  • d365bc076e Add VfsItem::name to make comparisons easier Lucien Greathouse 2017-12-14 00:18:55 -08:00
  • 67ac6b7cec First implementation of 'ScriptPlugin', which serves script files as scripts Lucien Greathouse 2017-12-13 23:58:53 -08:00
  • 01325c8c7e Implement PluginChain Lucien Greathouse 2017-12-13 23:40:32 -08:00
  • 21e9625c36 Prototype plugin architecture, switch instance-based stuff to that Lucien Greathouse 2017-12-13 17:50:34 -08:00
  • 5bf1f11190 Hacky first go at it -- keeping the existing VfsItem infrastructure Lucien Greathouse 2017-12-13 15:41:25 -08:00
  • b4e31ea35d Fix serve path failing to be absolute when given as a relative path Lucien Greathouse 2017-12-14 01:08:05 -08:00
  • 7c6fe38346 CLI version 0.3.1 v0.3.1 Lucien Greathouse 2017-12-14 00:24:01 -08:00
  • f89d491f29 Run rustfmt Lucien Greathouse 2017-12-13 12:05:11 -08:00
  • 59b2401c2c Add more detailed error reporting around invalid projects Lucien Greathouse 2017-12-13 11:55:30 -08:00
  • b74ba141d1 Update dependencies, server v0.3.0 v0.3.0 Lucien Greathouse 2017-12-12 15:01:36 -08:00
  • b60f06aa88 Update changelog to represent refactoring of server/client Lucien Greathouse 2017-12-11 15:50:22 -08:00
  • f00bcc6d7e Point to the rojo-plugin repository Lucien Greathouse 2017-12-08 16:52:13 -08:00
  • d5b41e2bd4 Remove plugin source, moved to rojo-plugin Lucien Greathouse 2017-12-08 16:50:30 -08:00
  • c9a53debc3 Add small config test Lucien Greathouse 2017-12-08 16:32:32 -08:00
  • edd45ca02e Update to Lemur master, 'fixes' Promise tests Lucien Greathouse 2017-12-08 15:53:25 -08:00
  • f88cb67210 Back to being custom, since the 'Rust' image has a really old Python version Lucien Greathouse 2017-12-08 15:46:50 -08:00
  • 302c6cf663 Hybrid build script between Travis and custom installation... Lucien Greathouse 2017-12-08 15:42:56 -08:00
  • 7995b6eca4 Try radically changing the Travis script Lucien Greathouse 2017-12-08 15:39:17 -08:00
  • fd7e737c20 Put back the original Rust config, maybe this will work Lucien Greathouse 2017-12-08 14:26:29 -08:00
  • 68b3d56619 Remove extra stuff I accidentally added :D Lucien Greathouse 2017-12-08 14:23:58 -08:00
  • 059ff1777b Try some random fixes I saw on StackOverflow to work around Travis-CI bug Lucien Greathouse 2017-12-08 14:23:37 -08:00
  • dd16cadb4c Fix indentation, yaml is mean Lucien Greathouse 2017-12-08 14:01:09 -08:00