Guest User

Untitled

a guest
Jul 17th, 2018
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 15.13 KB | None | 0 0
  1. git diff
  2. diff --git a/tests/unit/amo/components/TestHeader.js b/tests/unit/amo/components/TestHeader.js
  3. index 8b7e6e0d..b4178d45 100644
  4. --- a/tests/unit/amo/components/TestHeader.js
  5. +++ b/tests/unit/amo/components/TestHeader.js
  6. @@ -179,7 +179,7 @@ describe(__filename, () => {
  7. expect(link).toHaveLength(0);
  8. });
  9.  
  10. - it('displays manage my submissions when user is logged in', () => {
  11. + it('displays a "manage my submissions" link when user is logged in', () => {
  12. const username = 'championshuttler';
  13. const { store } = dispatchSignInActions({
  14. userProps: { username },
  15. @@ -190,7 +190,7 @@ describe(__filename, () => {
  16. );
  17.  
  18. expect(link).toHaveLength(1);
  19. - expect(link.prop('children')).toEqual('Manage My Submissions');
  20. + expect(link.children()).toHaveText('Manage My Submissions');
  21. expect(link).toHaveProp('href', '/developers/addons/');
  22. });
  23. });
  24. championshuttler@championshuttler:~/Desktop/addons-frontend$
  25. championshuttler@championshuttler:~/Desktop/addons-frontend$ git add .
  26. championshuttler@championshuttler:~/Desktop/addons-frontend$ git commit -m "minor fixes as will suggested :)"
  27. [5487 ad2b5206] minor fixes as will suggested :)
  28. 1 file changed, 2 insertions(+), 2 deletions(-)
  29. championshuttler@championshuttler:~/Desktop/addons-frontend$ git push origin 5487
  30.  
  31. Counting objects: 7, done.
  32. Delta compression using up to 4 threads.
  33. Compressing objects: 100% (7/7), done.
  34. Writing objects: 100% (7/7), 604 bytes | 0 bytes/s, done.
  35. Total 7 (delta 6), reused 0 (delta 0)
  36. remote: Resolving deltas: 100% (6/6), completed with 6 local objects.
  37. To github.com:championshuttler/addons-frontend.git
  38. 33cd12bf..ad2b5206 5487 -> 5487
  39. championshuttler@championshuttler:~/Desktop/addons-frontend$
  40. championshuttler@championshuttler:~/Desktop/addons-frontend$ git diff
  41. championshuttler@championshuttler:~/Desktop/addons-frontend$ git status
  42. On branch 5487
  43. nothing to commit, working tree clean
  44. championshuttler@championshuttler:~/Desktop/addons-frontend$ git log
  45. commit ad2b52064738309a7295c6cfce121451c0c2c32b
  46. Author: championshuttler <shivams2799@gmail.com>
  47. Date: Tue Jul 17 02:08:46 2018 +0530
  48.  
  49. minor fixes as will suggested :)
  50.  
  51. commit 33cd12bf069221bd1d3601b6cd01400fd94cb5ef
  52. Author: championshuttler <shivams2799@gmail.com>
  53. Date: Tue Jul 17 00:20:09 2018 +0530
  54.  
  55. adding className to source file + prettier
  56.  
  57. commit 2914a95568cf5b89d729938af2000cbd793c3c05
  58. Author: championshuttler <shivams2799@gmail.com>
  59. Date: Mon Jul 16 22:33:33 2018 +0530
  60.  
  61. updating test case
  62.  
  63. commit dee4b7a8e5f827dff7a13a1b336d116232cedefd
  64. Author: championshuttler <shivams2799@gmail.com>
  65. Date: Wed Jul 11 19:59:19 2018 +0530
  66.  
  67. adding failed test case :(
  68.  
  69. commit 9abbc459a583c93f859e219d720b68bbb66f3c1b
  70. Author: championshuttler <shivams2799@gmail.com>
  71. Date: Wed Jul 11 17:23:56 2018 +0530
  72.  
  73. adding manage my submissions under tool
  74.  
  75. commit 4662450489f777b7acd954f00cb36cf0198e485f
  76. Author: Mark Heijl <markh@babelzilla.org>
  77. Date: Wed Jul 11 11:03:43 2018 +0000
  78.  
  79. championshuttler@championshuttler:~/Desktop/addons-frontend$ git log --onl
  80. fatal: unrecognized argument: --onl
  81. championshuttler@championshuttler:~/Desktop/addons-frontend$ git log --oneline
  82. ad2b5206 minor fixes as will suggested :)
  83. 33cd12bf adding className to source file + prettier
  84. 2914a955 updating test case
  85. dee4b7a8 adding failed test case :(
  86. 9abbc459 adding manage my submissions under tool
  87. 46624504 Pontoon: Update Dutch (nl) localization of AMO Frontend
  88. c4c780a1 Pontoon: Update Chinese (China) (zh-CN) localization of AMO Frontend
  89. f53596bd Pontoon: Update Portuguese (Portugal) (pt-PT) localization of AMO Frontend
  90. e4462ea6 Pontoon: Update Portuguese (Portugal) (pt-PT) localization of AMO Frontend
  91. 963d7174 Pontoon: Update Kabyle (kab) localization of AMO Frontend
  92. 4d725af3 Pontoon: Update Chinese (Taiwan) (zh-TW) localization of AMO Frontend
  93. 02007c1c Sync yarn.lock with master
  94. a1c65a66 Do not add br between html tags (#5526)
  95. 51249eb1 Update react-textarea-autosize to the latest version 🚀 (#5538)
  96. 6faca37c Apply Prettier to SCSS files (#5542)
  97. aba2609c Pontoon: Update Frisian (fy-NL) localization of AMO Frontend
  98. c3adf263 Pontoon: Update Frisian (fy-NL) localization of AMO Frontend
  99. 30f32fb4 Pontoon: Update Frisian (fy-NL) localization of AMO Frontend
  100. 3fa37595 Pontoon: Update Chinese (China) (zh-CN) localization of AMO Frontend
  101. 3115f944 Pontoon: Update Chinese (Taiwan) (zh-TW) localization of AMO Frontend
  102. 2e16d89d Pontoon: Update Georgian (ka) localization of AMO Frontend
  103. 74b858b2 Pontoon: Update Georgian (ka) localization of AMO Frontend
  104. 907708c7 Pontoon: Update Georgian (ka) localization of AMO Frontend
  105. 1d4f746f Pontoon: Update Malay (ms) localization of AMO Frontend
  106. 22534ae5 Pontoon: Update Malay (ms) localization of AMO Frontend
  107. 3ff737f7 Pontoon: Update Kabyle (kab) localization of AMO Frontend
  108. bbca31a1 Pontoon: Update Kabyle (kab) localization of AMO Frontend
  109. 84c5b036 Pontoon: Update Slovenian (sl) localization of AMO Frontend
  110. 4d0b00b0 Pontoon: Update Spanish (es) localization of AMO Frontend
  111. 744304d3 Sync yarn.lock with master
  112. 09b77565 Pontoon: Update Sorbian, Upper (hsb) localization of AMO Frontend
  113. 5891e42e Pontoon: Update Sorbian, Upper (hsb) localization of AMO Frontend
  114. db833a18 Pontoon: Update Hebrew (he) localization of AMO Frontend
  115. d7eee76e Pontoon: Update Norwegian Nynorsk (nn-NO) localization of AMO Frontend
  116. championshuttler@championshuttler:~/Desktop/addons-frontend$ git status
  117. On branch 5487
  118. nothing to commit, working tree clean
  119. championshuttler@championshuttler:~/Desktop/addons-frontend$ git diff
  120. championshuttler@championshuttler:~/Desktop/addons-frontend$ git log -1 --format=%cd --date=local
  121. Tue Jul 17 02:08:46 2018
  122. championshuttler@championshuttler:~/Desktop/addons-frontend$ git checkout master
  123. Switched to branch 'master'
  124. Your branch is up-to-date with 'origin/master'.
  125. championshuttler@championshuttler:~/Desktop/addons-frontend$ git pull upstream master
  126. remote: Counting objects: 161, done.
  127. remote: Compressing objects: 100% (54/54), done.
  128. remote: Total 161 (delta 126), reused 134 (delta 104), pack-reused 0
  129. Receiving objects: 100% (161/161), 30.04 KiB | 0 bytes/s, done.
  130. Resolving deltas: 100% (126/126), completed with 89 local objects.
  131. From github.com:mozilla/addons-frontend
  132. * branch master -> FETCH_HEAD
  133. 705df897..e02eab48 master -> upstream/master
  134. Updating 705df897..e02eab48
  135. Fast-forward
  136. config/default-disco.js | 1 +
  137. config/default.js | 3 +
  138. config/dev.js | 1 +
  139. config/development.js | 1 +
  140. package.json | 1 -
  141. src/amo/components/Addon/index.js | 12 +-
  142. src/amo/components/Header/index.js | 9 +
  143. src/amo/components/UserProfileEdit/styles.scss | 4 +
  144. src/amo/components/UserProfileEditNotifications/styles.scss | 4 +
  145. src/amo/components/UserProfileEditPicture/index.js | 157 +++++---
  146. src/amo/components/UserProfileEditPicture/styles.scss | 25 +-
  147. src/core/css/inc/mixins.scss | 3 +-
  148. src/core/store.js | 6 +-
  149. src/disco/components/DiscoPane/index.js | 11 +-
  150. src/disco/components/Footer/index.js | 7 +-
  151. src/disco/utils.js | 16 +
  152. tests/unit/TestCSPConfig.js | 2 +-
  153. tests/unit/TestConfig.js | 2 +-
  154. tests/unit/TestFrameGuardConfig.js | 2 +-
  155. tests/unit/TestLocalesConfig.js | 26 +-
  156. tests/unit/TestPackageJson.js | 2 +-
  157. tests/unit/TestPrefixConfig.js | 2 +-
  158. tests/unit/TestSriDataPlugin.js | 2 +-
  159. tests/unit/amo/actions/testViewContext.js | 2 +-
  160. tests/unit/amo/actions/test_featured.js | 78 ++--
  161. tests/unit/amo/components/TestAboutPage.js | 2 +-
  162. tests/unit/amo/components/TestAddon.js | 283 ++++++++------
  163. tests/unit/amo/components/TestCategories.js | 2 +-
  164. tests/unit/amo/components/TestCategoriesPage.js | 2 +-
  165. tests/unit/amo/components/TestFooter.js | 2 +-
  166. tests/unit/amo/components/TestHeader.js | 13 +
  167. tests/unit/amo/components/TestLanguagePicker.js | 132 +++----
  168. tests/unit/amo/components/TestRatingManager.js | 2 +-
  169. tests/unit/amo/components/TestReviewGuide.js | 2 +-
  170. tests/unit/amo/components/TestUserProfileEditPicture.js | 57 ++-
  171. tests/unit/amo/reducers/testViewContext.js | 2 +-
  172. tests/unit/amo/sagas/testCategories.js | 2 +-
  173. tests/unit/amo/sagas/testIndex.js | 2 +-
  174. tests/unit/amo/test_utils.js | 2 +-
  175. tests/unit/core/TestAddonManager.js | 2 +-
  176. tests/unit/core/TestInstallAddon.js | 1703 +++++++++++++++++++++++++++++++++++++++++----------------------------------------
  177. tests/unit/core/TestLocalState.js | 2 +-
  178. tests/unit/core/actions/test_categories.js | 60 +--
  179. tests/unit/core/actions/test_errors.js | 2 +-
  180. tests/unit/core/actions/test_index.js | 54 +--
  181. tests/unit/core/client/test_client_config.js | 2 +-
  182. tests/unit/core/client/test_logger.js | 2 +-
  183. tests/unit/core/i18n/TestI18nProvider.js | 2 +-
  184. tests/unit/core/i18n/test_translate.js | 2 +-
  185. tests/unit/core/i18n/test_utils.js | 2 +-
  186. tests/unit/core/middleware/test_HstsMiddleware.js | 2 +-
  187. tests/unit/core/middleware/test_cspMiddleware.js | 380 +++++++++---------
  188. tests/unit/core/middleware/test_frameguardMiddleware.js | 2 +-
  189. tests/unit/core/middleware/test_logRequests.js | 2 +-
  190. tests/unit/core/middleware/test_prefixMiddleware.js | 2 +-
  191. tests/unit/core/middleware/test_staticAssets.js | 2 +-
  192. tests/unit/core/middleware/test_trailingSlashMiddleware.js | 2 +-
  193. tests/unit/core/reducers/testInfoDialog.js | 2 +-
  194. tests/unit/core/reducers/test_api.js | 2 +-
  195. tests/unit/core/reducers/test_categories.js | 2 +-
  196. tests/unit/core/reducers/test_errorPage.js | 2 +-
  197. tests/unit/core/reducers/test_installations.js | 2 +-
  198. tests/unit/core/sagas/testAddons.js | 2 +-
  199. tests/unit/core/sagas/testUtils.js | 2 +-
  200. tests/unit/core/test_imageUtils.js | 2 +-
  201. tests/unit/core/test_store.js | 63 +--
  202. tests/unit/core/test_tracking.js | 508 ++++++++++++------------
  203. tests/unit/disco/components/TestAddonCompatibilityError.js | 2 +-
  204. tests/unit/disco/components/TestApp.js | 130 +++----
  205. tests/unit/disco/components/TestDiscoPane.js | 17 +-
  206. tests/unit/disco/components/TestFooter.js | 19 +-
  207. tests/unit/disco/reducers/testDiscoResults.js | 2 +-
  208. tests/unit/disco/test_actions.js | 106 ++---
  209. tests/unit/disco/test_tracking.js | 2 +-
  210. tests/unit/disco/test_utils.js | 52 ++-
  211. tests/unit/testHelpers.js | 2 +-
  212. tests/unit/ui/components/TestCardList.js | 2 +-
  213. tests/unit/ui/components/TestLoadingText.js | 2 +-
  214. tests/unit/ui/components/TestOverlay.js | 2 +-
  215. tests/unit/ui/components/TestOverlayCard.js | 2 +-
  216. tests/unit/ui/components/TestSwitch.js | 2 +-
  217. yarn.lock | 19 +-
  218. 82 files changed, 2174 insertions(+), 1883 deletions(-)
  219. championshuttler@championshuttler:~/Desktop/addons-frontend$ git log --oneline
  220. e02eab48 adding manage my submissions under tool (#5559)
  221. 3959c696 I5364 updating about this theme logic (#5592)
  222. 9d180ea8 Add focus style on upload button and notification checkboxes (#5572)
  223. ce3d9ace Add UTM parameters on Disco Pane (#5610)
  224. da9fd4bc Enable redux-devtools in -dev (#5609)
  225. 729cee1a Fix top-level describe block descriptions (#5602)
  226. 705df897 Upgrade react-transition-group (#5612)
  227. fb0eb3b3 Sync yarn.lock with master
  228. 365ec303 Remove unused HoverIntent component (#5618)
  229. 300af51c Cleanup core (#5601)
  230. 873f9431 fix(package): update react-textarea-autosize to version 7.0.3 (#5571)
  231. c3725626 Remove video on DiscoPane (#5605)
  232. a8cb05de Cleanup amo (#5577)
  233. 748ac53b Pontoon: Update Greek (el) localization of AMO Frontend
  234. 8c18104f EditableCollectionAddon - Replace comment icon with button and only show button when needed (#5569)
  235. 20f39b1e Pontoon: Update Greek (el) localization of AMO Frontend
  236. c468de46 Enable new collections UI and features on prod (#5589)
  237. 6b85e37f Replace hero sections (#5611)
  238. 7a51bb75 Pontoon: Update Finnish (fi) localization of AMO Frontend
  239. a24e5371 Pontoon: Update Finnish (fi) localization of AMO Frontend
  240. f87349f4 Pontoon: Update Finnish (fi) localization of AMO Frontend
  241. bdebb3a8 Pontoon: Update Finnish (fi) localization of AMO Frontend
  242. 004ff8b8 Pontoon: Update Greek (el) localization of AMO Frontend
  243. 92a44ddb Pontoon: Update Greek (el) localization of AMO Frontend
  244. 827dbc8c Pontoon: Update Greek (el) localization of AMO Frontend
  245. e22b83d5 Pontoon: Update Greek (el) localization of AMO Frontend
  246. 81e6ebca Pontoon: Update Greek (el) localization of AMO Frontend
  247. 2c16f8a5 Pontoon: Update Finnish (fi) localization of AMO Frontend
  248. 68869361 Pontoon: Update Finnish (fi) localization of AMO Frontend
  249. 37eb7715 Pontoon: Update Italian (it) localization of AMO Frontend
  250. b94731cc Pontoon: Update Frisian (fy-NL) localization of AMO Frontend
  251. 3e9eee30 Pontoon: Update Dutch (nl) localization of AMO Frontend
  252. 3e02e199 Pontoon: Update French (fr) localization of AMO Frontend
  253. b64954e9 Pontoon: Update Kabyle (kab) localization of AMO Frontend
  254. championshuttler@championshuttler:~/Desktop/addons-frontend$ git push origin master
  255. Counting objects: 161, done.
  256. Delta compression using up to 4 threads.
  257. Compressing objects: 100% (33/33), done.
  258. Writing objects: 100% (161/161), 30.03 KiB | 0 bytes/s, done.
  259. Total 161 (delta 126), reused 160 (delta 125)
  260. remote: Resolving deltas: 100% (126/126), completed with 89 local objects.
  261. To github.com:championshuttler/addons-frontend.git
  262. 705df897..e02eab48 master -> master
  263. championshuttler@championshuttler:~/Desktop/addons-frontend$ git log -1 --format=%cd --date=local
  264. Tue Jul 17 03:38:31 2018
  265. championshuttler@championshuttler:~/Desktop/addons-frontend$
Add Comment
Please, Sign In to add comment