-
Notifications
You must be signed in to change notification settings - Fork 2
Comparing changes
Open a pull request
base repository: RomainVialard/ErrorHandler
base: v1.0.0
head repository: RomainVialard/ErrorHandler
compare: master
Commits on Mar 30, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 8d42816 - Browse repository at this point
Copy the full SHA 8d42816View commit details -
Configuration menu - View commit details
-
Copy full SHA for 931a40d - Browse repository at this point
Copy the full SHA 931a40dView commit details -
Retry on UrlFetch calls with muteHttpExceptions
* Check if response is from a UrlFetch call with muteHttpExceptions activated * Check responseCode * if 500, perform exponential backoff * in case of failure after exponential backoff, don't throw an error, return response & log issue in Stackdriver
Configuration menu - View commit details
-
Copy full SHA for 182272f - Browse repository at this point
Copy the full SHA 182272fView commit details -
Add expBackOffFetch(): helper function to automatically handles expon…
…ential backoff on UrlFetch use
Configuration menu - View commit details
-
Copy full SHA for cb4a995 - Browse repository at this point
Copy the full SHA cb4a995View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6d02626 - Browse repository at this point
Copy the full SHA 6d02626View commit details
Commits on Apr 4, 2018
-
Configuration menu - View commit details
-
Copy full SHA for cde94a1 - Browse repository at this point
Copy the full SHA cde94a1View commit details -
Merge pull request #1 from RomainVialard/RomainVialard-patch-1
Retry on UrlFetch calls with muteHttpExceptions
Configuration menu - View commit details
-
Copy full SHA for e259f2e - Browse repository at this point
Copy the full SHA e259f2eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6729ad9 - Browse repository at this point
Copy the full SHA 6729ad9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7940fb3 - Browse repository at this point
Copy the full SHA 7940fb3View commit details
Commits on Apr 5, 2018
-
Merge pull request #2 from RomainVialard/RomainVialard-patch-1
Fix issue where response is undefined
Configuration menu - View commit details
-
Copy full SHA for 3a4c63d - Browse repository at this point
Copy the full SHA 3a4c63dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 93bed1e - Browse repository at this point
Copy the full SHA 93bed1eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0ddaa80 - Browse repository at this point
Copy the full SHA 0ddaa80View commit details -
Configuration menu - View commit details
-
Copy full SHA for ac17f04 - Browse repository at this point
Copy the full SHA ac17f04View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3dfaabd - Browse repository at this point
Copy the full SHA 3dfaabdView commit details -
Configuration menu - View commit details
-
Copy full SHA for 12e41eb - Browse repository at this point
Copy the full SHA 12e41ebView commit details -
Configuration menu - View commit details
-
Copy full SHA for 14c4838 - Browse repository at this point
Copy the full SHA 14c4838View commit details -
Configuration menu - View commit details
-
Copy full SHA for d70433e - Browse repository at this point
Copy the full SHA d70433eView commit details -
Merge pull request #3 from RomainVialard/RomainVialard-patch-1
Avoid ReferenceError
Configuration menu - View commit details
-
Copy full SHA for c3c3e7d - Browse repository at this point
Copy the full SHA c3c3e7dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 50d7de7 - Browse repository at this point
Copy the full SHA 50d7de7View commit details
Commits on Apr 17, 2018
-
Proposal to add translated error messages
Need to find the best way to list translations and find them.
Configuration menu - View commit details
-
Copy full SHA for 0863b23 - Browse repository at this point
Copy the full SHA 0863b23View commit details -
Configuration menu - View commit details
-
Copy full SHA for e162d49 - Browse repository at this point
Copy the full SHA e162d49View commit details
Commits on Apr 18, 2018
-
return '' on unknown translation,
add translated flag in logged error object context
Configuration menu - View commit details
-
Copy full SHA for 57cc084 - Browse repository at this point
Copy the full SHA 57cc084View commit details -
Configuration menu - View commit details
-
Copy full SHA for 66a8d54 - Browse repository at this point
Copy the full SHA 66a8d54View commit details -
Configuration menu - View commit details
-
Copy full SHA for 103f4cd - Browse repository at this point
Copy the full SHA 103f4cdView commit details -
Configuration menu - View commit details
-
Copy full SHA for a4690eb - Browse repository at this point
Copy the full SHA a4690ebView commit details
Commits on Apr 19, 2018
-
Specific attention on Document XXX is missing (perhaps it was deleted?)
Configuration menu - View commit details
-
Copy full SHA for ca24afc - Browse repository at this point
Copy the full SHA ca24afcView commit details -
Configuration menu - View commit details
-
Copy full SHA for 90c4a91 - Browse repository at this point
Copy the full SHA 90c4a91View commit details -
Configuration menu - View commit details
-
Copy full SHA for ee0236a - Browse repository at this point
Copy the full SHA ee0236aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 697e60d - Browse repository at this point
Copy the full SHA 697e60dView commit details
Commits on Apr 20, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 939b923 - Browse repository at this point
Copy the full SHA 939b923View commit details -
Silent failure on exponential backoff,also added options: verbose, lo…
…gError, retryNumber, log as warning with logError
Configuration menu - View commit details
-
Copy full SHA for db7863b - Browse repository at this point
Copy the full SHA db7863bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2e14773 - Browse repository at this point
Copy the full SHA 2e14773View commit details -
Configuration menu - View commit details
-
Copy full SHA for df23f60 - Browse repository at this point
Copy the full SHA df23f60View commit details -
moved to silent failure by default, return ErrorHandler_.CustomError …
…object, add options.throwOnFailure to expBackoff()
Configuration menu - View commit details
-
Copy full SHA for f0151ae - Browse repository at this point
Copy the full SHA f0151aeView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9969553 - Browse repository at this point
Copy the full SHA 9969553View commit details -
Merge pull request #4 from RomainVialard/RomainVialard-patch-1
Proposal to add translated error messages
Configuration menu - View commit details
-
Copy full SHA for 78c9c57 - Browse repository at this point
Copy the full SHA 78c9c57View commit details
Commits on Apr 22, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 857fde5 - Browse repository at this point
Copy the full SHA 857fde5View commit details
Commits on Apr 23, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 263f37e - Browse repository at this point
Copy the full SHA 263f37eView commit details -
Merge pull request #7 from RomainVialard/RomainVialard-patch-1
Wrong condition order
Configuration menu - View commit details
-
Copy full SHA for 12b9e3e - Browse repository at this point
Copy the full SHA 12b9e3eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0ada882 - Browse repository at this point
Copy the full SHA 0ada882View commit details -
Fixed issue on nb of retries + direct link to file
The exponential backoff was actually perform 4 times with delays of approximately 1, 2, 4 and 8s. The last retry (after 16s) was skipped. It also means that asking for 1 retry only with retryNumber actually meant performing 0 retry. I also added a direct link to the right line of the right file in the Apps Script project with "directLink".
Configuration menu - View commit details
-
Copy full SHA for 8acf26a - Browse repository at this point
Copy the full SHA 8acf26aView commit details -
I aggregated "Invalid to header" & "Invalid cc header" under NORMALIZED_ERRORS.INVALID_EMAIL - not sure if it's a good idea, might be useful to know / differentiate which field (to or cc) is impacted
Configuration menu - View commit details
-
Copy full SHA for bbfba4f - Browse repository at this point
Copy the full SHA bbfba4fView commit details -
Configuration menu - View commit details
-
Copy full SHA for ce5b591 - Browse repository at this point
Copy the full SHA ce5b591View commit details -
Removed addonName from fileName
The addonName was in the stack trace but also in fileName, which breaks the ability to create a direct link to the source code.
Configuration menu - View commit details
-
Copy full SHA for f5fcd05 - Browse repository at this point
Copy the full SHA f5fcd05View commit details
Commits on Apr 24, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 12f7dcd - Browse repository at this point
Copy the full SHA 12f7dcdView commit details -
Merge pull request #8 from RomainVialard/RomainVialard-patch-2
Fixed issue on nb of retries + direct link to file
Configuration menu - View commit details
-
Copy full SHA for 542517b - Browse repository at this point
Copy the full SHA 542517bView commit details -
fix error fileName for directLink,
Update Changelog for v2.0.0, Update ReadMe
Configuration menu - View commit details
-
Copy full SHA for cd5bda6 - Browse repository at this point
Copy the full SHA cd5bda6View commit details
Commits on Apr 27, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 99a772e - Browse repository at this point
Copy the full SHA 99a772eView commit details -
Configuration menu - View commit details
-
Copy full SHA for e359e74 - Browse repository at this point
Copy the full SHA e359e74View commit details
Commits on Apr 30, 2018
-
Configuration menu - View commit details
-
Copy full SHA for f4a907c - Browse repository at this point
Copy the full SHA f4a907cView commit details
There are no files selected for viewing
Large diffs are not rendered by default.