1
0
Fork 0

Commit Graph

  • 44ad6437e2 {src,test}/.npmignore: New files Mike Gerwitz 2019-10-21 13:22:24 -0400
  • cca36622eb tsconfig.json (include): Whitelist files to build Mike Gerwitz 2019-10-21 10:27:46 -0400
  • 813b1ccee9 Makefile.am (EXTRA_DIST): Add tsconfig.json Mike Gerwitz 2019-10-21 10:22:38 -0400
  • 596944a4ea Server-side DataAPI request precedence and TypeScript introduction Mike Gerwitz 2019-10-18 16:10:08 -0400
  • decf6497de doc/server.text (Server-Side DataAPI): Mention request superceding Mike Gerwitz 2019-10-17 11:46:23 -0400
  • b81022b568 doc/hacking.texi (Typescript Migration): New section Mike Gerwitz 2019-10-17 11:39:13 -0400
  • 16409a014f TokenedDataApi: Accept or kill token Mike Gerwitz 2019-10-16 15:21:26 -0400
  • 544fe1a1fe RestrictedDataApi: Provide error to event if present Mike Gerwitz 2019-10-16 15:20:14 -0400
  • e003abcd4b Integrate TokenedDataApi into system Mike Gerwitz 2019-10-16 14:36:54 -0400
  • d8c065817f NodeCallback<T, R>: New type to simplify callback declarations Mike Gerwitz 2019-10-14 14:47:33 -0400
  • 07c8b55475 TokenedDataApi: New class Mike Gerwitz 2019-10-14 14:40:00 -0400
  • b3ab082e9c {=>Persistent}TokenStore Mike Gerwitz 2019-10-14 14:28:42 -0400
  • d1f72cf5b3 MongoTokenDao, TokenStore: Simplify constructors Mike Gerwitz 2019-10-01 11:53:23 -0400
  • c8589a1c57 TokenDao, TokenStore: Track most recently created tokens Mike Gerwitz 2019-10-01 11:39:56 -0400
  • 0a9a5fe56e TokenStore: Provide document id via constructor Mike Gerwitz 2019-09-25 09:34:44 -0400
  • 929acf0e90 TokenStore: Implement for token lookups and creation Mike Gerwitz 2019-09-23 16:21:33 -0400
  • 9997da3f65 TokenDao: Return previous state Mike Gerwitz 2019-09-23 14:11:26 -0400
  • ddf5892c83 src/types/mongo.d.ts: Add findAndModify Mike Gerwitz 2019-09-18 16:53:04 -0400
  • 5b279f77cb TokenDao (#updateToken): Return updated data Mike Gerwitz 2019-09-18 11:18:16 -0400
  • 4454e40e19 TokenDao: Add error context Mike Gerwitz 2019-09-17 15:53:29 -0400
  • fe10578949 {Context,Chained}Error: New modules Mike Gerwitz 2019-09-17 15:22:52 -0400
  • 1f66a25658 TokenDao: Better error handling for unknown tokens Mike Gerwitz 2019-09-17 09:44:13 -0400
  • fb88ceeae6 TokenDao: class=>interface Mike Gerwitz 2019-09-16 13:38:13 -0400
  • 37f1b86ac1 TokenDao: "quote"=>"document" with nominal type Mike Gerwitz 2019-09-10 12:18:51 -0400
  • 54b3f0db72 TokenDao: Nominal typing Mike Gerwitz 2019-09-10 12:09:08 -0400
  • 9ea66c0440 TokenDao: Lift out nondeterminism (date) Mike Gerwitz 2019-09-09 16:23:15 -0400
  • 9dd1ae3428 TokenDao: Export as default alongside TokenData Mike Gerwitz 2019-09-09 15:41:29 -0400
  • c90757a6d3 TokenDao: Callbacks=>promises Mike Gerwitz 2019-09-09 15:28:35 -0400
  • 9eb5d6c118 package.json.in: Restrict chai-as-promised and add @types Mike Gerwitz 2019-09-09 15:12:44 -0400
  • 18e86ebfe7 TokenDao: Add test and further refine types Mike Gerwitz 2019-09-09 13:52:15 -0400
  • 742955a671 TokenDao: Make root field configurable Mike Gerwitz 2019-09-05 16:44:53 -0400
  • b83f13f480 TokenDao: Add type information for Mongo interactions Mike Gerwitz 2019-09-05 16:14:40 -0400
  • c909599ab5 TokenDao: Move to src/server/{service=>token} Mike Gerwitz 2019-09-05 11:17:51 -0400
  • 22bfb6071b Makefile.am: Copyright range update Mike Gerwitz 2019-09-05 11:04:32 -0400
  • 5fafe4a469 Generate .gitignores for compiled JS files Mike Gerwitz 2019-09-04 16:56:59 -0400
  • 5a1b84c271 TokenDao: Typescript conversion Mike Gerwitz 2019-09-04 16:43:58 -0400
  • bacefb0752 Build typescript files Mike Gerwitz 2019-09-04 16:01:08 -0400
  • 4f8aa3c90b FieldVisibilityEventHandler: Fix arrow function notation Mike Gerwitz 2019-09-04 15:59:27 -0400
  • 20ddff0f6e [DEV-5872] Catch when an element is not present Joseph Frazer 2019-09-26 13:46:50 -0400
  • 28cac6917f [DEV-5872] Catch when an element is not present Joseph Frazer 2019-09-26 13:24:39 -0400
  • 0553060f42 Add optional rate event delay Mike Gerwitz 2019-09-19 10:51:10 -0400
  • b2c05fb136 [DEV-5657] Check for TLD in email addresses Joseph Frazer 2019-09-12 11:29:34 -0400
  • 28f938853a [DEV-5657] Check for TLD in email addresses Joseph Frazer 2019-09-12 09:08:47 -0400
  • 27d570578d quicksave: Remove saving and restoring of state Mike Gerwitz 2019-09-04 11:59:36 -0400
  • e058c8b509 Copyright range update Mike Gerwitz 2019-08-30 09:41:33 -0400
  • 2c49156ba3 controller: Add missing returns Mike Gerwitz 2019-08-28 15:17:04 -0400
  • f16d8f53ec [DEV-5752] Allow override for dynamic submit messages Schaffer, Austin 2019-08-01 15:53:13 -0400
  • 858efdce84 [DEV-5752] Allow override for dynamic submit messages Schaffer, Austin 2019-08-01 15:53:13 -0400
  • 20b06ee64d [DEV-5618] Expose meta bucket to init route Goldsmith, Mark 2019-08-01 13:37:31 -0400
  • 6e99e65167 [DEV-5618] Expose meta bucket to init route Mark Goldsmith 2019-08-01 11:26:45 -0400
  • c808cbce19 Merge branch 'jira-5546' into 'master' Sarah Chintomby 2019-06-18 12:32:56 -0400
  • c55235d7d4 [DEV-5546] Move edge case code for month Sarah Chintomby 2019-06-18 10:21:10 -0400
  • 716f2b1a32 [DEV-5546] Update to use setUTCDate Sarah Chintomby 2019-06-18 10:09:18 -0400
  • 3372e433d7 [DEV-5546] Update getdate to universal time Sarah Chintomby 2019-06-17 13:13:58 -0400
  • 8f0b12bd3a [DEV-5546] Change getdate to getUTCDate Sarah Chintomby 2019-06-17 11:05:52 -0400
  • 53f3e2317e [DEV-5546] Fix calc relativedate for day and also month concerning edge cases Sarah Chintomby 2019-06-17 10:03:10 -0400
  • 5ad78461de HACKING: Mention semver Mike Gerwitz 2019-06-17 10:55:07 -0400
  • 823e91c8bb [DEV-5333] Expose formatted expiration date Chase Gregory 2019-06-17 10:25:56 -0400
  • 9637fc22e1 [DEV-5333] Pass last rated date from the server quote back to the client quote Austin Schaffer 2019-06-12 17:51:31 -0400
  • 23889cbfca [DEV-5333] Use the correct function for day calculations Austin Schaffer 2019-06-12 11:27:00 -0400
  • 723a7f7ff7 [DEV-5333] Expose initialRatedDate to the client from the bucket Austin Schaffer 2019-06-11 14:42:31 -0400
  • 2f0fea8f49 Revert "[DEV-5492] Do not unserialize PHP objects in _sf2_attributes" Joseph Frazer 2019-06-11 10:36:07 -0400
  • 981ba45d7c [DEV-5492] Do not unserialize PHP objects in _sf2_attributes Joseph Frazer 2019-06-10 13:28:49 -0400
  • 2b2b3fe78c Revert "[DEV-5492] Add basic tests for UserSession.js" Joseph Frazer 2019-06-10 11:52:51 -0400
  • 5b08c981c3 [DEV-5492] Do not unserialize PHP objects in _sf2_attributes Joseph Frazer 2019-06-10 11:19:04 -0400
  • 29822599d6 [DEV-5492] Add basic tests for UserSession.js Joseph Frazer 2019-06-10 11:15:49 -0400
  • e5917418fa [DEV-5255] Fix setStartDate to use startData Mark Goldsmith 2019-06-06 16:49:45 -0400
  • 6e65b1f1e6 [DEV-5255] Fix setStartDate to use startData Mark Goldsmith 2019-06-06 15:29:01 -0400
  • 8285fe629c [DEV-3514] Fix bug with expiration date calculation Corey Vollmer 2019-05-30 14:30:48 -0400
  • 0be64040f8 [DEV-3514] Fix bug with expiration date calculation Andrew Fanton 2019-05-30 08:57:39 -0400
  • e8c468a13b Merge branch 'jira-5254' into 'master' Corey Vollmer 2019-05-30 14:26:37 -0400
  • c1082d2a9d [DEV-5254] Expose lastPremDate for the data warehouse Austin Schaffer 2019-05-30 10:15:25 -0400
  • 6edd5297a2 Lock quotes past expiration date Mike Gerwitz 2019-05-29 15:09:37 -0400
  • f569a7e94d [DEV-3514] Display message explaining why quote is locked Andrew Fanton 2019-05-22 11:09:12 -0400
  • 5a5c2ca629 [DEV-3514] Lock quotes that exceed expiration date Andrew Fanton 2019-05-21 14:29:49 -0400
  • 14869d9041 [DEV-3514] Add more robust testing for BasicQuote Corey Vollmer 2019-05-21 11:41:18 -0400
  • 1ab1ecc2d4
    Merge branch 'DEVOPS-151' Herbert Burzlaff 2019-05-16 16:12:55 -0400
  • 6e336610d4
    DEVOPS-151 - gitlab-ci - Splitting up make commands so that the console output has the test (make check) results last Herbert Burzlaff 2019-05-09 08:57:48 -0400
  • 06d928b179
    Switching docker build image to node:4-stretch node:4 has issues with apt since debian made changes to the apt repo for jessie Herbert Burzlaff 2019-05-08 17:10:47 -0400
  • 7ac88d6e55
    DEVOPS-151: code changes to support mongodb HA (Replication) Herbert Burzlaff 2019-05-02 16:44:45 -0400
  • c36bc5a42f
    DEVOPS-151: Updating mongodb nodejs driver to 1.2.14 Herbert Burzlaff 2019-05-02 20:12:55 +0000
  • c0feed41e9 src/calc/Calc.js (relativeDate): Default format to empty string Mike Gerwitz 2019-04-26 11:02:48 -0400
  • 90802edc03 RatingServicePublish: Publish to {queue=>exchange} Mike Gerwitz 2019-04-03 10:42:26 -0400
  • aedf8ceed8 RatingServicePublish:_sendMessage passes program_id Mark Goldsmith 2019-03-27 15:01:24 -0400
  • 77ddbbef3b Exclusively use RatingServicePublish over submit URL Mike Gerwitz 2019-03-26 11:01:16 -0400
  • 98d81c2f2f RatingServicePublish: Close connections after a timeout Mike Gerwitz 2019-03-21 16:34:41 -0400
  • c4591f681d Daemon: Return promise for post_rate reduction Mike Gerwitz 2019-03-21 14:56:42 -0400
  • c92cab4044 package.json (dependencies)[amqplib]: Add Mike Gerwitz 2019-03-21 14:56:26 -0400
  • 13a7f97f8f Proof-of-concept RatingServicePublish to queue post-rate Mike Gerwitz 2019-03-21 14:08:35 -0400
  • b8801c039f RatingServicePublish: New trait (mostly proof-of-concept) Mike Gerwitz 2019-03-20 16:42:47 -0400
  • 814b0ff3a0 Client: Fix forward-validation failure messages Mike Gerwitz 2019-03-07 16:09:22 -0500
  • 53078919bb [DEV-4452] Accordion margin applies to collapsable header only Mark Goldsmith 2019-03-01 10:36:14 -0500
  • 04565a6559 [DEV-4452] Accordion margin applies to collapsable header only Mark Goldsmith 2019-02-28 17:01:59 -0500
  • 20234bd906 db: Restore previous save-all-meta behavior Mike Gerwitz 2019-02-12 09:18:48 -0500
  • 13716d240b server: Correct liza_timestamp_initial_rated to be a vector Mike Gerwitz 2019-02-07 09:57:45 -0500
  • 833017c359 server: Auto-populate liza_timestamp_initial_rated in metabucket Mike Gerwitz 2019-02-05 15:59:40 -0500
  • 37a6805110 [DEV-4338] Change behavior of default data for DAPIs Joseph Frazer 2019-02-04 09:20:54 -0500
  • a2d1ea706a [DEV-4338] Change behavior of default data Joseph Frazer 2019-02-04 08:09:19 -0500
  • deb92bf052 Add accordion group based on stacked group Mike Gerwitz 2019-01-21 10:32:10 -0500
  • 8cd93cd0f5 doc/program.texi: Document accordion group Mike Gerwitz 2019-01-21 10:20:35 -0500