Граф коммитов

819 Коммитов

Автор SHA1 Сообщение Дата
Ed Lee 7410e4b21a chore(lint): Enable and autofix comma-dangle never. 2016-08-10 11:17:03 -07:00
Ursula Sarracini 95e6dae527 Merge pull request #1063 from sarracini/recommended_type
chore(addon): Closes #1007 Add type for recommendations
2016-08-10 10:33:29 -04:00
Ursula Sarracini 0e586e16e9 chore(addon): Closes #1007 Add type for recommendations 2016-08-10 10:27:48 -04:00
Ed Lee d51c73c785 Merge pull request #1060 from Mardak/eslint-passnew
chore(lint): Explicitly turn on passing rules for eslint 3.2.2 eslint-plugin-react 6.0.0.
2016-08-09 13:15:19 -07:00
Ed Lee d581bd1a0f chore(lint): Explicitly turn on passing rules for eslint 3.2.2 eslint-plugin-react 6.0.0. 2016-08-09 12:57:57 -07:00
Peter deHaan bd5f518c83 fix(icon): Fix bad path to glyph-showmore-16.svg in icons.scss (#1058) 2016-08-09 10:56:15 -07:00
Ed Lee 78c4d84240 Merge pull request #1037 from Mardak/eslint-autofix
chore(lint): Enable and autofix various eslint rules using the prevaling style.
2016-08-09 10:01:18 -07:00
Ed Lee 39e6cd4245 chore(lint): Autofix react/jsx-space-before-closing always. 2016-08-09 09:58:33 -07:00
Ed Lee 656733ba6a chore(lint): Autofix react/jsx-curly-spacing never. 2016-08-09 09:58:33 -07:00
Ed Lee 6c2e796f39 chore(lint): Autofix react/jsx-closing-bracket-location after-props. 2016-08-09 09:58:33 -07:00
Ed Lee b641131de6 chore(lint): Autofix react/jsx-boolean-value always. 2016-08-09 09:58:30 -07:00
Ed Lee 3ce8ece2d2 chore(lint): Autofix semi-spacing before:false, after:true. 2016-08-09 09:57:47 -07:00
Ed Lee ad641b6fe8 chore(lint): Autofix padded-blocks never. 2016-08-09 09:57:47 -07:00
Ed Lee 58e46eea16 chore(lint): Autofix object-shorthand always. 2016-08-09 09:57:46 -07:00
Ed Lee ac26360667 chore(lint): Autofix no-multiple-empty-lines max:1, BOF:0, EOF:0. 2016-08-09 09:57:46 -07:00
Ed Lee 86d8acb4a6 chore(lint): Autofix no-multi-spaces. 2016-08-09 09:57:46 -07:00
Ed Lee 9eb7ca64dc chore(lint): Autofix block-spacing never. 2016-08-09 09:57:46 -07:00
Ed Lee 6e23fecbe9 chore(lint): Autofix arrow-parens as-needed. 2016-08-09 09:57:46 -07:00
Ed Lee b5ad7a78ed Merge pull request #1055 from Mardak/npm-eslint
chore(package): Update eslint to latest version; fix reported issues with defining generators when yield isn't used and also fix indentation in a couple of places.
2016-08-09 09:56:38 -07:00
Mark Banner e1fca24f30 chore(package): Update eslint to latest version; fix reported issues with defining generators when yield isn't used and also fix indentation in a couple of places. 2016-08-09 09:55:30 -07:00
Ed Lee d1b1637b44 Merge pull request #1040 from Mardak/eslint-smallfix
chore(lint): Enable various eslint rules that only need a few fixes.
2016-08-08 23:46:27 -07:00
Ed Lee 9c30201918 chore(lint): Enable no-useless-concat. 2016-08-08 12:42:36 -07:00
Ed Lee 1c2fe326d2 chore(lint): Enable react/no-did-update-set-state. 2016-08-08 12:42:36 -07:00
Ed Lee 61f828d132 chore(lint): Enable no-return-assign except-parens. 2016-08-08 12:42:35 -07:00
Ed Lee a8b989464e chore(lint): Enable dot-location property. 2016-08-08 10:41:36 -07:00
Ed Lee 4b1308c4d8 chore(lint): Enable no-catch-shadow. 2016-08-08 10:41:36 -07:00
Ed Lee 9f79483a18 chore(lint): Enable no-sequences. 2016-08-08 10:41:36 -07:00
Ed Lee bebd40e8d9 chore(lint): Enable no-script-url. 2016-08-08 10:41:36 -07:00
Ed Lee 0c5a439339 Merge pull request #1042 from Standard8/multiprocesscompat
fix(addon): #1033 Turn on the Multiprocess compatibility flag, correct the uses of addObserver, and avoid the use of shims.
2016-08-08 08:18:45 -07:00
ricky rosario c585233689 Merge pull request #1050 from Standard8/npm-remaining
chore(package): Update the remaining out of date npm packages.
2016-08-08 08:11:23 -04:00
Mark Banner 05903377d6 chore(package): Update the remaining out of date npm packages. 2016-08-05 16:25:22 +01:00
Nan Jiang 26dd2a3a96 Merge pull request #1047 from ncloudioj/eslint-exclude-json-boto
chore (addon): Add python virtual env to eslintignore
2016-08-05 09:56:06 -04:00
Nan Jiang 423f6aa9ac chore (addon): Add python virtual env to eslintignore 2016-08-05 09:50:05 -04:00
Mark Banner 631ab03270 fix(addon): #1033 Turn on the Multiprocess compatibility flag, correct the uses of addObserver, and avoid the use of shims. 2016-08-05 10:44:42 +01:00
ricky rosario 8a5ab07b9a Merge pull request #1030 from rlr/gh1024/package
fix (addon): #1024 fix package script
2016-08-04 20:23:56 -04:00
Kate Hudson 8f3c6f3390 Merge pull request #1038 from k88hudson/gh1028
chore(build): #1028 Use nightly for test/run
2016-08-04 16:53:30 -07:00
Peter deHaan 6b730cb62f Remove JSCS and replace with ESLint rules (#961)
* Remove JSCS and replace with ESLint rules

* Fix goofy indentation on lib/PlacesProvider.js
2016-08-04 15:49:02 -07:00
k88hudson 5a6ce3e902 chore(build): #1028 Use nightly for test/run
As of Firefox 48.0, jpm run and jpm test no longer work on Firefox Release channel,
since unsigned add-ons are not allowed.
2016-08-04 13:55:15 -07:00
Nan Jiang b762e04d40 Merge pull request #1036 from ncloudioj/gh1034-fix-event-pings
fix (addon): #1034 Fix event ping to include experiment data only if necessary
2016-08-04 16:39:04 -04:00
Nan Jiang 7a25d89931 fix (addon): #1034 Fix event ping to include experiment data only if necessary 2016-08-04 16:29:30 -04:00
Ed Lee 5411fce046 Merge pull request #1035 from Mardak/eslint-passing
chore(lint): Turn on already passing eslint rules.
2016-08-04 11:53:12 -07:00
Ed Lee 9f02ba014b chore(lint): Turn on already passing eslint rules. 2016-08-04 10:31:27 -07:00
Nan Jiang 3660fab6bf Merge pull request #1032 from ncloudioj/gh1029-move-metadata-sqlite
chore(metadata-store): #1029 Move metadata.sqlite to the root profile directory
2016-08-04 11:07:56 -04:00
Nan Jiang eb8e456011 Migrate the exsiting metadata store if possible 2016-08-04 10:22:58 -04:00
Nan Jiang e08bc15834 chore(metadata-store): #1029 Move metadata.sqlite to the root profile directory 2016-08-04 09:25:32 -04:00
Ricky Rosario ebcd9f4cd3 fix (addon): #1024 fix package script 2016-08-04 07:51:22 -04:00
ricky rosario 7ab07c87cc fix (addon): #1013 only send tab data if there is an active tab (#1031)
Fixes #1013 
Closes #1031
2016-08-04 07:50:18 -04:00
Nan Jiang a5efa3b305 Merge pull request #1019 from ncloudioj/gh1002-reconnect-db
Handle exceptions if the addon couldn't connect to Metadatastore
2016-08-03 14:36:58 -04:00
Mark Banner f0aab615a3 Merge pull request #1023 from Standard8/npm-prod-deps
chore(package): Update npm prod dependencies to latest versions.
2016-08-03 18:29:11 +01:00
Nan Jiang 8e53596f90 Reset the metadata store reconnect counter upon success 2016-08-03 09:36:57 -04:00