Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [DEV-7060] Remove key sizzle calls from ElementStylerHEADmaster | Goldsmith, Mark | 2020-02-19 | 2 | -41/+229 |
|\ | | | | | See merge request floss/liza!90 | ||||
| * | [DEV-7060] Set document in constructor of ElementStyler | Mark Goldsmith | 2020-02-19 | 2 | -8/+19 |
| | | |||||
| * | [DEV-7060] Correct checkbox and noyes element ID retrieval | Mark Goldsmith | 2020-02-19 | 2 | -9/+171 |
| | | |||||
| * | [DEV-7060] Remove key sizzle calls from ElementStyler | Mark Goldsmith | 2020-02-19 | 1 | -34/+49 |
|/ | |||||
* | Access bucket data during rate event | Austin Schaffer | 2020-02-18 | 2 | -1/+176 |
|\ | |||||
| * | [DEV-6306] Access bucket data during rate event | Anthony Dalfonso | 2020-02-18 | 2 | -1/+176 |
| | | | | | | | | | | | | | | | | When triggering a rate event, the handler was previously only able to use numeric values. It now processes string values by looking up the corresponding bucket value. Co-Authored-By: Austin Schaffer <austin.schaffer@ryansg.com> | ||||
* | | Add backwards compatibility with node v4 | Austin Schaffer | 2020-02-18 | 1 | -1/+1 |
|\ \ | |/ |/| | |||||
| * | Add backwards compatibility with node v4 | Austin Schaffer | 2020-02-14 | 1 | -1/+1 |
|/ | |||||
* | Add backwards compatibility for node v4 | Austin Schaffer | 2020-02-14 | 2 | -5/+4 |
|\ | |||||
| * | Add backwards compatibility with node v4 | Austin Schaffer | 2020-02-14 | 2 | -5/+4 |
|/ | |||||
* | phpjs: Remove library dependency | Austin Schaffer | 2020-02-05 | 3 | -15/+16 |
|\ | |||||
| * | Replace old php.js dependency | Austin Schaffer | 2020-02-04 | 2 | -11/+12 |
| | | |||||
| * | Replace sprintf functionality | Austin Schaffer | 2020-02-04 | 1 | -4/+4 |
|/ | |||||
* | Replace unmaintained memcached client library | Austin Schaffer | 2020-02-04 | 7 | -519/+35 |
|\ | |||||
| * | Fix nodejs v12 deprecation warnings | Austin Schaffer | 2020-02-04 | 3 | -5/+5 |
| | | |||||
| * | Replace unmaintained memcached client library | Austin Schaffer | 2020-02-04 | 4 | -514/+30 |
|/ | |||||
* | [DEV-6323] Send action to client for re-rating | Shaver, Shelly | 2020-02-03 | 4 | -0/+213 |
|\ | | | | | | | | | Merge branch 'jira-6323' into 'master' See merge request floss/liza!83 | ||||
| * | [DEV-6323] Send action to client for re-rating | Shelly Shaver | 2020-02-03 | 4 | -0/+213 |
|/ | | | | | | | | Delay action is sent if any raters have not completed rating and a re-try is needed. The __rate_pending count of pending suppliers is saved in ratedate and used to prevent post-rate messages from being processed by the delta processor. | ||||
* | Defer classifier hook until after initQuote | Mike Gerwitz | 2020-02-03 | 1 | -2/+2 |
|\ | |||||
| * | [DEV-6968] Client: Hook classifier after initQuote | Mike Gerwitz | 2020-02-03 | 1 | -2/+2 |
|/ | | | | | | | | | | | | | | | | | This saves a lot of time for large classifiers by waiting to invoke it until after some initial bucket setup has been done. In particular, initQuote. DelayedStagingBucket exists to try to limit the number of events that are kicked off. In this case, initQuote typically uses setCommittedValues, which DelayedStagingBucket does not override. However, overriding it did not provide a whole lot of benefit, since initQuote also calls getDataByName, which forces DelayedStagingBucket to flush so that hooks can run validations and such. The last step in Client#_changeQuote is to force the classifier to run, so this should be safe, unless calculated values happen to use classification results, in which case they'll be momentarily wrong and then immediately updated after the classifier runs. | ||||
* | Pass canTerm to individual raters | Austin Schaffer | 2020-02-03 | 8 | -22/+364 |
|\ | |||||
| * | [DEV-6721] Add optional code coverage | Austin Schaffer | 2020-01-31 | 4 | -5/+22 |
| | | |||||
| * | [DEV-6721] Pass canterm to individual raters | Austin Schaffer | 2020-01-31 | 4 | -17/+342 |
|/ | |||||
* | [DEV-6325] Return previous rating results on rate call | Shelly Shaver | 2020-01-27 | 2 | -3/+60 |
|\ | | | | | | | Merge branch 'jira-6325' | ||||
| * | [DEV-6325] Return previous rating results on rate call | Shelly Shaver | 2020-01-24 | 2 | -3/+60 |
|/ | |||||
* | Pass along information about whether a save step was the last one | Austin Schaffer | 2020-01-15 | 12 | -57/+116 |
|\ | |||||
| * | [DEV-6730] Store concluding_save with the reverse delta | Austin Schaffer | 2020-01-15 | 7 | -35/+59 |
| | | |||||
| * | [DEV-6730] Post whether or not a save step will conclude the process | Austin Schaffer | 2020-01-15 | 5 | -22/+57 |
|/ | |||||
* | Update docker image for gitlab ci | Austin Schaffer | 2020-01-15 | 1 | -5/+1 |
|\ | |||||
| * | Update docker image for gitlab ci | Austin Schaffer | 2020-01-15 | 1 | -5/+1 |
|/ | |||||
* | [DEV-5314] Do not publish directly to postrate exchange after rating | Schaffer, Austin | 2020-01-02 | 3 | -200/+1 |
|\ | | | | | See merge request floss/liza!77 | ||||
| * | [DEV-5314] Do not publish directly to postrate exchange after rating | Schaffer, Austin | 2020-01-02 | 3 | -200/+1 |
|/ | |||||
* | [DEV-6763] Include ratedata in data deltas | Shelly Shaver | 2019-12-27 | 2 | -6/+21 |
|\ | |||||
| * | [DEV-6763] Include ratedata in data deltas | Austin Schaffer | 2019-12-26 | 2 | -6/+21 |
|/ | |||||
* | [DEV-6756] Prevent special chars from "local-part" of email address | Joseph Frazer | 2019-12-23 | 2 | -3/+14 |
|\ | | | | | | | | | | | | | Merge branch 'jira-6756' * jira-6756: [DEV-6756] Prevent special chars from "local-part" of email address | ||||
| * | [DEV-6756] Prevent special chars from "local-part" of email address | Joseph Frazer | 2019-12-23 | 2 | -3/+14 |
|/ | | | | | | | The `"(),:;<>@[\]`` are allowed in the "local-part" of an email address under certain circumstances, but our regex is not checking those circumstances. It is better if we do not allow them until we improve validation. | ||||
* | Do not use Object.create when applying delta | Austin Schaffer | 2019-12-20 | 4 | -4/+11 |
|\ | |||||
| * | [DEV-5312] Use milliseconds for timestamp | Austin Schaffer | 2019-12-19 | 2 | -2/+3 |
| | | |||||
| * | [DEV-5312] Do not use Object.create when applying delta | Austin Schaffer | 2019-12-19 | 2 | -2/+8 |
|/ | |||||
* | [DEV-6710] Introduce Concept of Environment to Quotes | Schaffer, Austin | 2019-12-19 | 6 | -9/+26 |
|\ | |||||
| * | [DEV-6710] [WIP] Save environment on quote save | Austin Schaffer | 2019-12-19 | 6 | -9/+26 |
|/ | |||||
* | [DEV-5312] Revert schema change; filter by double underscore; add programid; ↵ | Austin Schaffer | 2019-12-18 | 10 | -504/+159 |
|\ | | | | | | | add step field on rate delta | ||||
| * | [DEV-5312] Correct lowercase environment variable | Austin Schaffer | 2019-12-18 | 1 | -1/+1 |
| | | |||||
| * | [DEV-5312] Get delta processor program field from mongodb | Austin Schaffer | 2019-12-18 | 7 | -2/+20 |
| | | |||||
| * | [DEV-5312] Remove recursive avro schema and filter bucket keys starting with ↵ | Austin Schaffer | 2019-12-18 | 3 | -492/+120 |
| | | | | | | | | two underscores | ||||
| * | [DEV-5312] Update avro schema error context so invalid path is not overwritten | Austin Schaffer | 2019-12-18 | 2 | -9/+18 |
|/ | |||||
* | [DEV-5312] Update the avro schema to accept arbitrary array depths | Austin Schaffer | 2019-12-17 | 12 | -152/+606 |
|\ | |||||
| * | [DEV-5312] Use formatted time when logging events | Austin Schaffer | 2019-12-17 | 3 | -5/+8 |
| | | |||||
| * | [DEV-5312] Log quote_id along with doc_id | Austin Schaffer | 2019-12-17 | 6 | -16/+46 |
| | | |||||
| * | [DEV-5312] Allow for arbitrary depth in bucket schema | Austin Schaffer | 2019-12-17 | 3 | -131/+552 |
|/ |
index : liza | |
Data collection, validation, and processing framework for JavaScript [employer project] |
aboutsummaryrefslogtreecommitdiffstats |