- 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 bou...
-
- 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
-
- 07 Nov, 2019 1 commit
-
-
Anthony Palumbo authored
-
- 31 Oct, 2019 1 commit
-
-
tilley14 authored
* Added skeleton tests/funcs for projects feature All tests currently run and FAIL Added TODOs that will need to be addressed before being feature complete. Added project modules to indexes. Beginning implementation of projects find functionality * Fixing copy and paste error. * Added projectName validator and tests. Projects find now can take a name parameter to find projects with a specified name. This search is case insensitive. Tests for the new validator pass * Using && instead of & to evaluate validation If the type of the variable we are evaluating is undefined, we do not want to continue. Trying to call length on something that is not a string can cause failures * Completing projects.db find tests * Added controller tests for project find All project find tests pass * Adding descriptions to sample projects * Fixing table name * Projects response code 200 tests pass * Added Tests for finding projects with parameters...
-
- 28 Oct, 2019 5 commits
-
-
tilley14 authored
Should have been committed with previous PR
-
tilley14 authored
* Added skeleton tests/funcs for projects feature All tests currently run and FAIL Added TODOs that will need to be addressed before being feature complete. Added project modules to indexes. Beginning implementation of projects find functionality * Fixing copy and paste error. * Added projectName validator and tests. Projects find now can take a name parameter to find projects with a specified name. This search is case insensitive. Tests for the new validator pass * Using && instead of & to evaluate validation If the type of the variable we are evaluating is undefined, we do not want to continue. Trying to call length on something that is not a string can cause failures * Completing projects.db find tests * Added controller tests for project find All project find tests pass * Adding descriptions to sample projects * Fixing table name * Projects response code 200 tests pass * Added Tests for finding projects with parameters...
-
Jared authored
Changed build stage names
-
Jared authored
* Changing checkout branch from master to git branch
-
Jared authored
-
- 19 Oct, 2019 1 commit
-
-
Jared authored
-
- 18 Oct, 2019 2 commits
- 16 Oct, 2019 4 commits
- 10 Oct, 2019 3 commits
- 16 Sep, 2019 1 commit
-
-
tilley14 authored
Moved README from pubsub folder to outside Salesforce project
-
- 13 Sep, 2019 1 commit
-
-
exw4141 authored
-
- 12 Sep, 2019 1 commit
-
-
Anthony Palumbo authored
Create LICENSE
-
- 07 Aug, 2019 3 commits
- 06 Aug, 2019 1 commit
-
-
Brian Picciano authored
-
- 03 Aug, 2019 1 commit
-
-
James C. De Ricco authored
-
- 30 Jul, 2019 2 commits
-
-
-
Kirk Walek authored
-
- 29 Jul, 2019 2 commits
-
-
James C. De Ricco authored
This suite includes a POST test too.
-
James C. De Ricco authored
These tests have been broken since the Display Assets feature was enhanced with sponsor, project, and asset type filters. This modifies the tests to use the new type signature of the assets.db.find function.
-