- 27 Feb, 2020 1 commit
-
-
Anthony Palumbo authored
-
- 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 * Added test for invalid query * Created Project enpoint and Validator Added test for Validator * Added Create Project Controller Module and Tests * Added Project create db module and tests * Adding semicolon * Fixing property error * Added Client Create Project Tests Seperated GET and POST Tests * Added tests and implementation for PUT/ update All tests pass * Updating tests to pass bad requests * Adding API documentation * Fixed some formatting. Removed old Todos. Updated some comments * using querybuilder for url testing removed todos and some commented out code * Fixing Grammar Error * fixing more spelling mistakes
-
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 14 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.
-
-
Kirk Walek authored
-
James C. De Ricco authored
-
Brian Picciano authored
Feature register access code
-
Brian Picciano authored
Access code generation
-
James C. De Ricco authored
-
kmw6893 authored
-
kmw6893 authored
-
James C. De Ricco authored
Merge pull request #10 from my-conservation-life/feature-create-asset-definition-test-undefined-description Feature create asset definition test undefined description
-
James C. De Ricco authored
Feature map project assets ignore null bbox
-
James C. De Ricco authored
map.test: write unit tests for the Map LWC
-
James C. De Ricco authored
The Map LWC is a child of MapProjectAssets LWC. Since we updated the Map LWC to call fitWorld() by default, we need to add a mock function in the mock Leaflet map object here.
-