LP DAAC DAR Tool
  1. LP DAAC DAR Tool

DAR Tool

Public
AuthorCommitMessageCommit dateIssues
Justin KochJustin Koch
2c649576394MMerge branch 'hotfix/v2.0.5'
Justin KochJustin Koch
015cb9aab8b[LDDT-32] Added a section on Google Maps usage to the README.LDDT-32
Justin KochJustin Koch
38719fad181[LDDT-34] Bumped version number.LDDT-34
Justin KochJustin Koch
af28adc54d3[LDDT-32] Add the ability to pass credentials, sourced from a config file, in the requests that load the Google Maps API libraries.LDDT-32
Justin KochJustin Koch
f38c955ca4aMMerge branch 'release/v2.0.3'
Justin KochJustin Koch
ef1a2cc2cb4[LDDT-25] Bumped version to 2.0.3LDDT-25
Justin KochJustin Koch
25d4167039cMMerge branch 'feature/limit-search-results' into develop
Justin KochJustin Koch
5f9f49de33b[LDDT-23] Slightly modified the content of max limit message on the search page.LDDT-23
Justin KochJustin Koch
cc2ca3c1f98[LDDT-23] Content changes to the email for the maximum limit.LDDT-23
Justin KochJustin Koch
a0168077802[LDDT-23] Small formatting modifcation to the max search results section of the README.LDDT-23
Justin KochJustin Koch
e6ae5d81f35[LDDT-23] Added information on the configurable max search results to the README.LDDT-23
Justin KochJustin Koch
cb3fefa2e56[LDDT-23] Added functionality for preventing excessive connections to the Japan GDS server during a search submission by enforcing a configurable maximum search result limit. When that limit has been exceeded, instead of continuing on to make requests to Japan for the individual scene data (the source of the excessive connections), an email is sent to the user with a descriptive message. Added a statement on the search page about the limit, which sources a newly created config service, to the the maximum limit informantion.LDDT-23
Justin KochJustin Koch
48d4ae5e9a0[LPOPS-895] Modified the README for the e5eil01 scripts and the main README with information on the user mod scripts.LPOPS-895
Justin KochJustin Koch
05d2668473f[LPOPS-895] Migrated to the new DAAC postgres HA host for the DAR Tool. This also affected the user scripts (hosted separately from the app on e5eil01. The DAAC_OPS_HA service had to be used, so a code change to the modify and add user scripts was necessary.LPOPS-895
Justin KochJustin Koch
2df99a02652MMerge branch 'hotfix/v2.0.2' into develop
Justin KochJustin Koch
75acf3719f3MMerge branch 'hotfix/v2.0.2'
Justin KochJustin Koch
506b290337c[LDDT-18] Bumped version to 2.0.2LDDT-18
Justin KochJustin Koch
a1a9b1de827[LDDT-17] Fixed an issue where date fields failed to be parsed from the database, causing issues with the DAR submission and search submission functionality.LDDT-17
Justin KochJustin Koch
f470b699a1aMMerge branch 'release/v2.0.1' into develop
Justin KochJustin Koch
e4706d18d9cMMerge branch 'release/v2.0.1'
Justin KochJustin Koch
99592596b2b[LDDT-16] Added a middleware config variable to track the version of the app.Bumped the version to 2.0.1 in preparation for the OPS release.LDDT-16
Justin KochJustin Koch
c73542c7233MMerge branch 'feature/ts2' into develop
Justin KochJustin Koch
9a52321c6bfSmall change to README pertaining to a file path
Justin KochJustin Koch
c0300de4fa1[LDDT-13] Fixed a JS error that was causing problems when using the Internet Explorer browser.LDDT-13
Justin KochJustin Koch
645cf3d1b94[LDDT-13] Added information to README pertaining to the new Japan interaction config variable.LDDT-13
Justin KochJustin Koch
196d364c14e[LDDT-13] Added ability to configure a variable that will allow interaction with Japan - namely the Submit DAR and Modify DAR services - in a test mode. Added trimming of whitespace of private config variables when they are parsed from the file. Added the host configuration for TS2.LDDT-13
Justin KochJustin Koch
fb9646052a8[LDDT-13] Fixed an issue with the export results functionality not working. Utilized a temporary directory in the api directory that is used for storing the built results csv, along with other log files. Modified the incorrect path to the getcsvfile service call.LDDT-13
Justin KochJustin Koch
d4ca956abb8[LDDT-13] Reverted the link change in the README done in commit 7813d28d3bb79ed6c0cd516a634e3889b7fd0a7bLDDT-13
Justin KochJustin Koch
7813d28d3bb[LDDT-13] Slightly modified a link in the README.LDDT-13
Justin KochJustin Koch
f8ae0952511[LDDT-13] Added a README markdown file detailing various aspects of the app. Fixed a small bug in the parsing of the api's private config file.LDDT-13
Justin KochJustin Koch
c007ef05a0b[LDDT-13] Changed the names of the directories containing the two layers of the application.LDDT-13
Justin KochJustin Koch
e984401dbff[LDDT-13] Many modifications to the application's web and middleware layer to allow for configurability and portability in different modes.LDDT-13
Justin DealJustin Deal
13435f4ac61Identified and updated DAR Tool scripts on e5eil01 that were still attempting to access oracle.
Justin DealJustin Deal
41a9d7aa631Changed output of logs from tglines home dir to dartool home dir
Justin DealJustin Deal
62bae747f8cConverted from Oracle to Postgres.Lot's of style tweaks for consistency.
Tom LinesTom Lines
e0f8ea36af3Adding some documentation
Tom LinesTom Lines
cb888c86c91Fixed some permissions
Tom LinesTom Lines
1767c47c317Initial