Deployable. Accepts null strings. Removed keyword parameter.
Pre-release
Pre-release
sammdu
released this
06 Dec 19:18
·
184 commits
to main
since this release
All tests pass. Can be deployed on Tomcat.
https://api.autodirect.tech
What's Changed
- Added functionality to query SensoAPI, WIP with regards frontend comm… by @Shalev-Lifshitz in #1
- Demo day by @tupi2001 in #3
- changed main class name by @sammdu in #9
- API calls now work from localhost and autodirect.tech by @sammdu in #17
- fixed cors cleanly by annotating the entire API class. Close #11 by @sammdu in #19
- Created package structure and added all the classes that will be need… by @Shalev-Lifshitz in #31
- added license info for new .java files by @sammdu in #32
- Implemented the Environment Variables Scheme by @sammdu in #33
- Finished implementing the unit conversion method by @tupi2001 in #35
- SensoApi can now take all query params from front end and query the senso /rate api by @Shalev-Lifshitz in #34
- Updated SensoApi and added SensoApiTest.java by @Shalev-Lifshitz in #36
- Done with DB initialization & CSV ingestion by @sammdu in #37
- Feature/initdb/create users table by @tupi2001 in #39
- Dynamic
offers_*
tables interaction class complete. by @sammdu in #40 - Reorganized codebase to match with our updated CRC card design which … by @Shalev-Lifshitz in #41
- For some reason, some files didn't delete before. Deleted them now. by @Shalev-Lifshitz in #42
- Filled the interfaces with code by @Shalev-Lifshitz in #44
- Feature/filling entities by @Shalev-Lifshitz in #45
- Filled TableUsers with code by @Shalev-Lifshitz in #47
- Added tests for TableOffers and updated TableOffers, also merged with feature/SvcSearch branch while working on this by @Shalev-Lifshitz in #59
- Merged feature/SvcSearch onto main by @Shalev-Lifshitz in #60
- Added search feature by @Shalev-Lifshitz in #57
- Created SvcUserLogin and associated tests by @tupi2001 in #58
- fixed CSV ingesting in InitDatabase by @sammdu in #64
- SvcSearch works with "null" string input, not actual null (spring cant actually take null) by @Shalev-Lifshitz in #65
Full Changelog: https://github.com/TLI-Group-1/Backend/commits/deploy/null-str-no-kw