Commit Graph

1865 Commits

Author SHA1 Message Date
Dorian 7bf58cd477 Fix issues related to older node dependencies. 2016-05-10 18:19:57 -04:00
Dorian 08c1acd2d2 Fix the automated invocation of the Ansible Rookeries role. 2016-04-28 18:09:51 -04:00
Dorian 3369708aa9 Make sure the right packages are installed and deployed. 2016-04-28 09:31:52 -04:00
Dorian 66541ca403 Create new setup to allow for faster development of more modular roles. 2016-04-28 08:20:32 -04:00
Dorian 412d8ff6de Add ability to create external role if not present and improve path. 2016-04-25 18:11:24 -04:00
Dorian c119c79763 Add documentation to setting up, installing and running Rookeries locally. 2016-04-09 08:55:14 -04:00
Dorian 58445aa6fc Add in date suffix to the deployable package when deploying to the vagrant box, to clarify what is being installed. 2016-04-06 08:29:47 -04:00
Dorian 32e60ec00d Fix path issue in Ansible role by using the absolute path. 2016-04-05 23:43:04 -04:00
Dorian 0de39da59a Add context to pass around location of deployable package. 2016-04-05 23:29:19 -04:00
Dorian 224bc64054 Add Karma test coverage. 2015-11-18 07:58:03 -05:00
Dorian 8da15da900 Change location of stored splinter screenshots to avoid messing up codebase organization. 2015-11-17 08:09:53 -05:00
Dorian 6c731f3009 Fix JS unit tests to pass, and add into overall test setup. 2015-11-16 18:02:34 -05:00
Dorian b5ba7e456a Remove TODO message as test is more effectively run after deployment.
Running functional tests on remote browsers after deployment avoids a complex setup involving tunnel tech such as SauceLabs connect.
2015-11-16 08:16:19 -05:00
Dorian 01a862ca10 Add support for configuring port and server name of feature to test.
Add initial support for changing web drivers and remote web drivers.
2015-11-14 13:05:44 -05:00
Dorian cf63e59bec Merge branch 'master' into extract-test-database-setup 2015-11-12 08:05:55 -05:00
Dorian e5e5427d74 Add missing dependency to requirements. 2015-11-12 08:04:29 -05:00
Dorian b7455ce83d Refactor creation of test database out into separate context manager.
Add creation test database and spawning of server for functional tests.
2015-11-11 18:23:11 -05:00
Dorian 8534313847 Fix docstring for deployment package creation task. 2015-11-10 18:10:53 -05:00
Dorian a0902ab358 Fix application when trying to load up client, that was not being packaged properly.
Remove extra configuration from vagrant provisioning.
2015-11-10 18:06:18 -05:00
Dorian a7cac9c2b9 Remove redundant header comment. 2015-10-28 18:45:24 -04:00
Dorian e11275120a Update changelog and migrated todo list as issues in Bitbucket project. 2015-10-23 08:24:51 -04:00
Dorian 0e2b83b6ce Update requirements based on feedback from Flask-JWT maintainer. 2015-10-23 08:04:07 -04:00
Dorian fadd72c49e Remove header comments for more compact module docstring.
Remove unused models and decorators.
2015-10-23 08:02:25 -04:00
Dorian 4ab4f1e6ed Remove unnecessary requirements. 2015-10-22 18:14:59 -04:00
Dorian Pula f611056bd0 Merged in end_to_end_tests (pull request #1)
Add initial support for End to End Tests
2015-10-21 08:29:37 -04:00
Dorian 75e765be62 Add verbosity to existing tests and fix task related tests. 2015-10-21 08:21:17 -04:00
Dorian 5eb6d6c165 Fix unit tests task to fail when a unit test fails. 2015-10-20 17:52:06 -04:00
Dorian 35b37ab548 Add initial setup of web tests for Rookeries. 2015-10-19 18:02:57 -04:00
Dorian e0e4cad575 Fix paths in JS unit tests.
Remove JS end-to-end tests to replace with newer bdd style tests.
2015-10-15 08:56:14 -04:00
Dorian 32c36fc329 Remove redundant files.
Change routes for tests and client coffeescript source files.
2015-10-14 18:17:46 -04:00
Dorian c6964a6d74 Merge again. 2015-10-14 17:50:41 -04:00
Dorian 7ac05512ef Merged rookeries-react-app back into rookeries. 2015-10-14 17:44:27 -04:00
Dorian 8576e037a6 Add ability to save page content! 2015-10-10 16:59:19 -04:00
Dorian 00ca3888cf Add ability to save page content! 2015-10-10 16:55:21 -04:00
Dorian 97465fa736 Add ability to show and hide editor panel in content if user is not logged in. 2015-10-09 23:28:17 -04:00
Dorian 02546e5dee Fix user login issue by purging the local storage.
Start work on incorporating page editing and credentials based on the user.
2015-10-07 23:21:35 -04:00
Dorian 910ddd96cb Fix theme switching.
Add initial user login support.
2015-10-07 09:20:14 -04:00
Dorian c4ed6bd281 Bring in openfont webfonts into singular Rookeries LESS.
Remove remote assets and use local assets instead.
2015-10-05 23:27:38 -04:00
Dorian fd62a45a28 Add admin user authentication via JWT. 2015-09-28 07:52:33 -04:00
Dorian 4231771714 Remove user module since Rookeries will not support multiple users for the time being,
Rework security and authentication modules to reuse existing code.
Remove unnecessary configurations.
2015-09-26 21:50:43 -04:00
Dorian 9d72a31689 Initial setup for user login and logout mechanism.
Make site header and footer code more consistent.
2015-09-25 14:57:51 -04:00
Dorian 9b3ea2430c Simplifying the serving of a landing page.
Change API route for serving documents.
2015-09-25 14:25:31 -04:00
Dorian b369a397b4 Fix earlier path issue with retrieval of docs. 2015-09-25 14:16:45 -04:00
Dorian 16b4f9b751 Make application info setup dynamic.
Remove redundant console logging that is cluttering the console.
2015-09-25 13:42:34 -04:00
Dorian c9cfe5c5ac Make navigation menu setup dynamic. 2015-09-25 13:14:56 -04:00
Dorian 2f5a14fc47 Migrate UI sections of from Jinja2 templates into the React app.
Remove redundant views and tests,
2015-09-24 21:58:39 -04:00
Dorian e1f6eed578 Add rudimentary navigation menu and app configuration to rookeries. 2015-09-23 15:25:19 -04:00
Dorian 54c9da735a Consolidate page templates into two simpler templates. 2015-09-10 14:05:39 -04:00
Dorian 9791037e4f Fix user login modal screen.
Remove user registraton modal until needed in the future.
2015-09-08 20:50:18 -04:00
Dorian b67fb1a757 Add in code editor integration to main Rookeries webapp. 2015-09-08 15:39:53 -04:00