Commit Graph
100 Commits
Author SHA1 Message Date
Dark-Alex-17 3483a2dd2c PAN-50 Addressed Brittany's comment about nonexistent fields 2019-03-13 22:24:32 -06:00
Dark-Alex-17 d19cb5a989 PAN-50 Addressed Brittany's comment about logging consistency 2019-03-13 22:05:08 -06:00
Dark-Alex-17 47dd67623e PAN-50 Addressed Brittany's comment about my typo 2019-03-13 21:57:36 -06:00
Dark-Alex-17 64dd8397cc PAN-50 Finished integration tests for theorems 2019-03-11 13:07:21 -06:00
Dark-Alex-17 fd760293ef PAN-50 Wrote Unit tests for the Theorem Controller, and initial integration Test for the theorem controller, but need to fix custom queries in both accountRepository and theoremRepository 2019-03-11 00:09:34 -06:00
Dark-Alex-17 816d85196b PAN-50 added findByUsername to the AccountController class and tests 2019-03-10 23:04:29 -06:00
Dark-Alex-17 f4c7b55b62 PAN-60 Fixed a refactoring issue 2019-03-10 13:00:59 -06:00
Dark-Alex-17 f617ee7bd9 PAN-60 Fixed an issue with the connection to the database 2019-03-10 12:47:05 -06:00
Dark-Alex-17 c826185bba PAN-60 Created an example UserService 2019-03-10 12:33:54 -06:00
Dark-Alex-17 22e401062a PAN-60 created the RequestFactory 2019-03-10 12:03:11 -06:00
Dark-Alex-17 e9661fdf78 PAN-60 created initial RestService 2019-03-10 11:48:34 -06:00
Dark-Alex-17 6d7979c179 PAN-50 Created the findByProven_status method 2019-03-07 11:07:10 -07:00
Dark-Alex-17 11aa1f1cf7 PAN-50 Created the findByBranch method 2019-03-07 10:50:22 -07:00
Dark-Alex-17 d6b18c2279 PAN-50 Began creation of the TheoremController 2019-03-07 10:27:51 -07:00
Dark-Alex-17 2c3977e595 Merge remote-tracking branch 'origin/master' 2019-03-07 10:18:13 -07:00
Dark-Alex-17 103d09bb0e PAN-10 added a null check to the recurse method 2019-03-05 11:48:18 -07:00
Dark-Alex-17 0e661bbf79 Merge remote-tracking branch 'origin/master' 2019-03-03 21:18:06 -07:00
Dark-Alex-17 a0753903b2 PAN-50 Updated the DTO's 2019-03-03 21:12:07 -07:00
Dark-Alex-17 3762c10359 PAN-50 Fixed the .travis.yml file 2019-03-03 19:03:48 -07:00
Dark-Alex-17 4999227e1b PAN-50 Created the TheoremRepository 2019-03-03 18:43:16 -07:00
Dark-Alex-17 ca8dc5c5df PAN-50 Created the DTO for theorems 2019-03-03 18:38:29 -07:00
Dark-Alex-17 9d7673ebf2 PAN-50 Created the DTO for theorems 2019-03-03 18:36:14 -07:00
Dark-Alex-17 f6de79a3d4 PAN-50 Added the creation of the theorems table to the local_development.sql 2019-03-03 18:25:46 -07:00
Dark-Alex-17 d8422f67d7 TEST 2019-03-03 16:25:49 -07:00
Dark-Alex-17 4130e7bef3 Added the README 2019-03-03 16:15:35 -07:00
Dark-Alex-17 96c90a3c49 change git root 2019-03-03 16:13:24 -07:00
Dark-Alex-17 30988fa94a PAN-48 Updated the sonar configuration 2019-02-24 22:40:33 -07:00
Dark-Alex-17 0734f6ff10 PAN-48 Added dependency on utilities to the persistence project 2019-02-24 20:31:24 -07:00
Dark-Alex-17 030e66f516 PAN-48 Added update test to Definition integration test 2019-02-24 20:25:20 -07:00
Dark-Alex-17 9ad185b033 PAN-48 Wrote IntegrationTests for Accounts 2019-02-24 20:22:22 -07:00
Dark-Alex-17 68fb41c067 PAN-48 Wrote IntegrationTests for Accounts 2019-02-24 20:13:01 -07:00
Dark-Alex-17 327724faf1 PAN-48 Wrote unit tests for the AccountController 2019-02-24 19:59:49 -07:00
Dark-Alex-17 9020b0fdbb PAN-48 Wrote unit tests for the updateDefinition method 2019-02-24 19:48:18 -07:00
Dark-Alex-17 a3ab3f10bf PAN-48 Created the updateDefinition method 2019-02-24 19:17:51 -07:00
Dark-Alex-17 b77a750c30 PAN-48 Created the AccountController and created the copyNonNullProperties method 2019-02-24 19:14:17 -07:00
Dark-Alex-17 8c9f2bbd9c PAN-48 Updated the AccountsDto and the AccountsRepository 2019-02-24 17:30:39 -07:00
Dark-Alex-17 bb28de709a PAN-7 Updated the loaddb.sh file 2019-02-24 16:26:17 -07:00
Dark-Alex-17 9e4131f693 PAN-7 Updated the .travis.yml file 2019-02-24 16:18:36 -07:00
Dark-Alex-17 d0f8e0bafa PAN-7 Reverted the loadDb task 2019-02-24 16:03:55 -07:00
Dark-Alex-17 dbba747283 PAN-7 Added the loaddb task as a dependency to the integration tests 2019-02-24 15:47:51 -07:00
Dark-Alex-17 09cbc8c64a PAN-7 Wrote unit tests for the DefinitionController 2019-02-24 15:30:05 -07:00
Dark-Alex-17 f2c05fb68f PAN-7 Wrote CRUD integration test 2019-02-23 23:13:45 -07:00
Dark-Alex-17 207db50b15 PAN-7 fixed the loaddb.bat file for Windows 2019-02-23 20:51:41 -07:00
Dark-Alex-17 21ef4f27c8 PAN-7 Added project names to Sonar in the sub projects 2019-02-21 11:24:34 -07:00
Dark-Alex-17 1d44395e7b PAN-7 Cleaned up the gradle files 2019-02-21 11:03:33 -07:00
Dark-Alex-17 d8e81b1abb Revert "PAN-7 Updated the build.gradle files"
This reverts commit da673068
2019-02-19 11:00:17 -07:00
Dark-Alex-17 da673068bb PAN-7 Updated the build.gradle files 2019-02-17 23:17:15 -07:00
Dark-Alex-17 abefb397e3 PAN-7 Finished the DefinitionController 2019-02-17 22:22:05 -07:00
Dark-Alex-17 dffe0187df PAN-7 Added response codes to DefinitionRepository methods 2019-02-17 18:23:09 -07:00
Dark-Alex-17 a4dde1b216 PAN-7 Set up the findAll method in the DefinitionDTO 2019-02-17 17:42:25 -07:00
Dark-Alex-17 cc302f17c3 PAN-7 Initial setup of the persistence with Spring Data JPA, Hibernate, Tomcat Server, and Spring Boot 2019-02-17 16:52:31 -07:00
Dark-Alex-17 015c80215c Merge remote-tracking branch 'origin/master' 2019-02-14 12:30:22 -07:00
Dark-Alex-17 2200a6a2d3 PAN-7 Initial setup of the persistence with Spring Data JPA 2019-02-14 12:24:34 -07:00
Dark-Alex-17 04e662ecd6 PAN-6 added a Windows batch file to load the DB on Windows systems. 2019-02-12 10:59:39 -07:00
Dark-Alex-17 f43c73a925 PAN-6 Fixed the user creation for .travis.yml 2019-02-10 14:09:04 -07:00
Dark-Alex-17 460de0700a PAN-6 Fixed the user creation for .travis.yml 2019-02-10 14:04:21 -07:00
Dark-Alex-17 ff6b1d9564 PAN-6 Fixed the user creation for .travis.yml 2019-02-10 13:59:34 -07:00
Dark-Alex-17 ff19bf8c1c PAN-6 Fixed the user creation for .travis.yml 2019-02-10 13:57:25 -07:00
Dark-Alex-17 aed4996c1b PAN-6 Fixed the user creation for .travis.yml 2019-02-10 13:53:12 -07:00
Dark-Alex-17 6fc5783732 PAN-6 Fixed the user creation for .travis.yml 2019-02-10 13:50:32 -07:00
Dark-Alex-17 c571e24e83 PAN-6 Fixed the user creation for .travis.yml 2019-02-10 13:48:49 -07:00
Dark-Alex-17 1518bd9b73 PAN-6 Fixed the user creation for .travis.yml 2019-02-10 13:44:14 -07:00
Dark-Alex-17 6314de459d PAN-6 Fixed the user creation for .travis.yml 2019-02-10 13:41:26 -07:00
Dark-Alex-17 a5a3692444 PAN-6 Fixed the user creation for .travis.yml 2019-02-10 13:35:48 -07:00
Dark-Alex-17 a949ce4fae PAN-6 Fixed the user creation for .travis.yml 2019-02-10 13:33:36 -07:00
Dark-Alex-17 a2bfb801cd PAN-6 Created default panda user for mysql DB in .travis.yml 2019-02-10 13:28:32 -07:00
Dark-Alex-17 55a2a961f6 PAN-6 Updating loaddb gradle directory 2019-02-10 13:22:41 -07:00
Dark-Alex-17 f446b6a746 PAN-6 Updating MySQL version in Travis 2019-02-10 13:20:11 -07:00
Dark-Alex-17 8be4da85b0 PAN-6 Removed duplicate .travis.yml file 2019-02-10 13:04:07 -07:00
Dark-Alex-17 4bc02261a6 PAN-6 Changed the default version in the SQL script 2019-02-10 13:00:26 -07:00
Dark-Alex-17 76a0c7b407 PAN-6 Fixed an issue with the .travis file 2019-02-10 12:57:07 -07:00
Dark-Alex-17 4e6b590fd1 PAN-6 Fixed an issue with the .travis file 2019-02-10 12:53:03 -07:00
Dark-Alex-17 6057d26eee Merge remote-tracking branch 'origin/PAN-6' into PAN-6 2019-02-10 12:49:41 -07:00
Dark-Alex-17 eb88ea2d10 PAN-6 Fixed an issue with the .travis file 2019-02-10 12:49:20 -07:00
Dark-Alex-17 8ed4ab3f7f PAN-6 Removed some tings from the Travis file to hopefully speed up the builds 2019-02-10 12:44:11 -07:00
Dark-Alex-17 c13a0d5e66 PAN-6 Changed the location of the SQL script 2019-02-10 12:43:16 -07:00
Dark-Alex-17 04c2eede15 PAN-6 Added the loadDb task to the build pipeline for Travis 2019-02-10 12:38:09 -07:00
Dark-Alex-17 1e77a38483 PAN-6 Added the loadDb task to the build pipeline for Travis 2019-02-10 12:16:58 -07:00
Dark-Alex-17 e28bf8cda4 PAN-6 Updated the sql script and created a gradle task to reload the database 2019-02-10 11:59:33 -07:00
Dark-Alex-17 89af852ec8 PAN-6 Created the DB script and updated the .travis file to create the DB in Travis 2019-02-10 11:38:02 -07:00
Dark-Alex-17 f988e1af7a PAN-6 created and populated the initial accounts table. 2019-02-07 11:49:26 -07:00
Dark-Alex-17 c5bbb355d7 Added extra methods to the base DAO 2019-02-05 11:40:44 -07:00
Dark-Alex-17 77652722af Completed Architectural Setup 2019-02-03 21:42:03 -07:00
Dark-Alex-17 6980708288 Set up basic configurations 2019-02-03 21:11:34 -07:00
Dark-Alex-17 fc36fa994e Updated the build.gradle to delegate down to the subprojects 2019-02-03 20:46:37 -07:00
Dark-Alex-17 d008757b53 Testing the change in build.gradle 2019-02-03 20:19:36 -07:00
Dark-Alex-17 c37c8d2e87 Updated the configurations 2019-02-03 19:44:36 -07:00
Dark-Alex-17 85e59cc8dc Updated the gradle test files 2019-02-03 19:36:47 -07:00
Dark-Alex-17 9979975fd0 Updated the builds 2019-02-03 19:35:30 -07:00
Dark-Alex-17 683d6e22c4 Updated the package architecture 2019-02-03 19:26:57 -07:00
Dark-Alex-17 ae9b27d941 Created the initial NotationDao and NotationDto, and NotationManager 2019-02-03 19:09:46 -07:00
Dark-Alex-17 52e08d61d0 Set up the BaseDAO 2019-02-03 19:07:25 -07:00
Dark-Alex-17 3671b582b7 Set up the BaseDTO 2019-02-03 19:04:49 -07:00
Dark-Alex-17 94efcd8b62 Created intial managers 2019-02-03 19:03:00 -07:00
Dark-Alex-17 89b421b236 Created initial DAO's/DTO's 2019-02-03 18:54:31 -07:00
Dark-Alex-17 61b8fca76b Added initial classes that need to be written 2019-02-03 18:47:57 -07:00
Dark-Alex-17 5372643b52 Added a computer algebra system to the dependencies 2019-02-03 18:25:38 -07:00
Dark-Alex-17 4e395aa6b4 Create different modules to break up the work 2019-02-03 16:23:08 -07:00
Dark-Alex-17 93898f5bef Update .travis.yml 2019-02-01 22:44:04 -07:00
Dark-Alex-17 5be55578b1 Update .travis.yml 2019-02-01 22:41:46 -07:00