- 24 Feb, 2020 4 commits
-
-
tilley14 authored
Fixing some tests
-
Nikolas Tilley authored
Some of the client tests still do not work
-
Jared authored
All commits encompassing the currently working map model, as well as logic for displaying points and connecting to the database.
-
Edward W authored
Added API docs for temporal queries
-
- 23 Feb, 2020 4 commits
-
-
Nikolas Tilley authored
-
tilley14 authored
Updating documentation for the database endpoints in the API.
-
tilley14 authored
Documentation for import CSV related API endpoints
-
tilley14 authored
Export headers
-
- 21 Feb, 2020 3 commits
-
-
exw4141 authored
-
exw4141 authored
-
APalumbo97 authored
-
- 18 Feb, 2020 2 commits
-
-
APalumbo97 authored
-
tilley14 authored
(Edward Wong and Nikolas Tilley) Added Geo-Spacial and Temporal Query Endpoints to the Open Source DB Added History table to the database Asset Properties get saved in the History Table
-
- 17 Feb, 2020 5 commits
-
-
exw4141 authored
-
APalumbo97 authored
-
APalumbo97 authored
-
APalumbo97 authored
-
APalumbo97 authored
-
- 13 Feb, 2020 1 commit
-
-
APalumbo97 authored
-
- 11 Feb, 2020 1 commit
-
-
APalumbo97 authored
-
- 10 Feb, 2020 5 commits
-
-
Edward W authored
-
APalumbo97 authored
-
Anthony Palumbo authored
-
tilley14 authored
* Fixed test not calling the correct function * Fixed client test to look at rows and not body
-
Edward W authored
Put back the WHERE TRUE and left comments why
-
- 07 Feb, 2020 4 commits
-
-
Nikolas Tilley authored
The where true is needed so extra where clauses can be appended onto the end of the find query
-
APalumbo97 authored
-
Edward W authored
Import CSV Feature
-
APalumbo97 authored
-
- 06 Feb, 2020 2 commits
-
-
tilley14 authored
Fixing sourceApiVersion for lwc tests.
-
APalumbo97 authored
-
- 05 Feb, 2020 1 commit
-
-
Anthony Palumbo authored
-
- 04 Feb, 2020 1 commit
-
-
tilley14 authored
* Added envelope location search The envelope search returns the assets that are located within a rectangle created from the bounds minLat, minLon, maxLat, maxLon. * client tests and fixing query string * Lat is Y, Lon is X * Adding radius search Users can give a lon,lat point and a radius and query for assets within the circle * Added new polygon search Tests are in progress Had to break other tests because of lat/lon y/x mixup. Will fix soon. Made parameters required for geometry search * polygonFind uses LINESTRING fixed an error due to the way prepared statements inserts parameters by using ST_GeomFromText with a linestring instead of trying to insert SQL routines. (its a good thing this didn't work because that would be a source of sql injection) Changed geometrySearch/polygon from a POST back to GET since the error had to do with the prepared statement rather than sending a body in a GET. * Fixed, now lat=y lon=x * fix boundingbox lat=y lon=x * Newline * Removed redundant where clause * Fixed merge comments
-
- 03 Feb, 2020 2 commits
- 05 Dec, 2019 1 commit
-
-
Anthony Palumbo authored
-
- 19 Nov, 2019 1 commit
-
-
tilley14 authored
Removing broken url-join usage.
-
- 14 Nov, 2019 1 commit
-
-
tilley14 authored
* WIP Added controller for projects * LWC for creating new projects. Added an LWC for creating a new project in the open source database * Added projects find tests * Adding update/edit options from display table * Added Tests and cleaned up code * Adding newlines to end of files * putting connection url back to deploy url * Another new line * Added titles and icons to lwcs * Updating tests * Updated Tests * Added listener to refresh project table Project table will refresh when a project is created in a different lwc * Using URL instead of strings for url building * Clearing inputs when successfully saved * Fixing tests and removing unused variables * Triggering tests * triggering test * changing expected type to Number * Triggering tests * Triggering tests * triggering tests * adding url join dependency * fixing error
-
- 11 Nov, 2019 1 commit
-
-
Anthony Palumbo authored
Added CORS methods to header
-
- 08 Nov, 2019 1 commit
-
-
Nikolas Tilley authored
Please enter the commit message for your changes. Lines starting
-