1. 0877c06 Merge branch 'stable-3.7' into stable-3.8 by Luca Milanesio · 1 year ago
  2. b98fd47 Fix typo in some tests by Orgad Shaneh · 1 year ago
  3. ef65cba Refactor title-change event by Ben Rohlfs · 1 year, 11 months ago
  4. 3eb68d2 Refine the UX of weblinks by Ben Rohlfs · 1 year, 10 months ago
  5. 72b5995 Merge branch 'stable-3.7' by Phan Nguyen Tuan Khang · 1 year, 10 months ago
  6. eedb76e Merge branch 'stable-3.6' into stable-3.7 by Phan Tran Tuan Khai · 1 year, 10 months ago
  7. b08e751 Fix the search by query in the project filter by Phan Tran Tuan Khai · 1 year, 10 months ago
  8. 59ee7a2 Add a standard `<gr-weblink>` component by Ben Rohlfs · 1 year, 10 months ago
  9. 118aa9f Stop using page.js directly from random components by Ben Rohlfs · 2 years ago
  10. 1536b59 Remove SHOWN_ITEMS_COUNT constant and respect ...PerPage vars by Ben Rohlfs · 2 years ago
  11. 678e19d Revert "Revert "Add keyboard shortcuts for admin menu links"" by Ben Rohlfs · 2 years ago
  12. cc2cf8f Revert "Add keyboard shortcuts for admin menu links" by Dhruv Srivastava · 2 years ago
  13. 71c83d0 Add keyboard shortcuts for admin menu links by Ben Rohlfs · 2 years, 1 month ago
  14. 876f915 Move few usages of GrOverlay to Dialog element by Dhruv Srivastava · 2 years, 3 months ago
  15. bfc688b Some 'project' to 'repo' renaming by Ben Rohlfs · 2 years, 3 months ago
  16. 39aa057 Move generating of search URLs into search.ts by Ben Rohlfs · 2 years, 4 months ago
  17. be9451a Delete common-test-setup-karma.ts by Frank Borden · 2 years, 4 months ago
  18. dcb88ac Create view state files for `settings` and `admin` by Ben Rohlfs · 2 years, 4 months ago
  19. e1ba821 Remove chai and assert from global window by Frank Borden · 2 years, 5 months ago
  20. 2c4b72d Use @open-wc's a11y testing by Frank Borden · 2 years, 5 months ago
  21. dedd671 Use @open/wc test fixture in most test files by Frank Borden · 2 years, 5 months ago
  22. 37c7e42 Convert expect to assert style in tests by Frank Borden · 2 years, 5 months ago
  23. 42c1a45 Web Dev Server by Frank Borden · 2 years, 5 months ago
  24. 535bb91 add ShadowDOM tests for elements/admin/ components by Frank Borden · 2 years, 6 months ago
  25. 1e12525 Remove empty lines after license header by Ben Rohlfs · 2 years, 8 months ago
  26. 94fcbbc Replace license headers with shorter SPDX header by Ben Rohlfs · 2 years, 8 months ago
  27. 8003bd3 Enforce lit/quoted-expressions 'never' by Ben Rohlfs · 2 years, 10 months ago
  28. 3574178 Fix gr-repo-list test by Paladox none · 3 years, 2 months ago
  29. c6e880b Generalize the mechanism on how to setup appContext by Chris Poucet · 3 years, 2 months ago
  30. fd16724 Convert gr-repo-list to lit by Paladox none · 3 years, 3 months ago
  31. 5475642 Convert gr-repo-list_test.js to typescript by Paladox none · 3 years, 3 months ago
  32. c91cd53 Migrate gr-create-repo-dialog to lit by Paladox none · 3 years, 3 months ago
  33. 4d709c6 Fix template types in gr-list-view by Ben Rohlfs · 3 years, 4 months ago
  34. 949a17d Inline gr-list-view-mixin stuff and remove it by Frank Borden · 3 years, 4 months ago
  35. bb5a93a Some small refactorings to enable stricter js compiler flags by brohlfs · 3 years, 5 months ago
  36. a2e173e Move to async test-functions by Chris Poucet · 3 years, 5 months ago
  37. 59dad57 Get rid of @override. by Chris Poucet · 3 years, 5 months ago
  38. 94d4415 Merge branch 'stable-3.3' into stable-3.4 by David Ostrovsky · 3 years, 8 months ago
  39. 9001d01 Merge branch 'stable-3.2' into stable-3.3 by David Ostrovsky · 3 years, 8 months ago
  40. 6ce7d26 Merge branch 'stable-3.1' into stable-3.2 by David Ostrovsky · 3 years, 8 months ago
  41. 18dd78a Add a test for case insensitive repo search by Ben Rohlfs · 3 years, 8 months ago
  42. 69d2f0b Fix regression - enable insensitive search for repo search by Milutin Kristofic · 3 years, 10 months ago
  43. 64eb810 Upgrade package.json dependencies by Frank Borden · 3 years, 10 months ago
  44. c098bf4 Fix regression - enable insensitive search for repo search by Milutin Kristofic · 3 years, 10 months ago
  45. 6500178 Merge branch 'stable-3.3' into master by Marco Miller · 3 years, 10 months ago
  46. e897cd9 Merge branch 'stable-3.2' into stable-3.3 by Mark Bekhet · 3 years, 10 months ago
  47. 4050ed9 Merge branch 'stable-3.1' into stable-3.2 by Mark Bekhet · 3 years, 10 months ago
  48. 19d1f3d Apply a second filter after receiving the initial repo list by Mark Bekhet · 3 years, 11 months ago
  49. 27c856da Remove LegacyElementMixin everywhere by Ben Rohlfs · 3 years, 11 months ago
  50. 5f520da Replace at-/de-tached with dis-connectedCallback by Ben Rohlfs · 3 years, 11 months ago
  51. d94011e Remove GestureEventListeners by Ben Rohlfs · 3 years, 11 months ago
  52. 9f65d91 Add readonly to restApiService property by Dhruv Srivastava · 4 years ago
  53. 2632075 Auto focus on the first input field by Dhruv Srivastava · 4 years ago
  54. 3a6ff7e Introduce a proper mock for the RestApiService by Ben Rohlfs · 4 years ago
  55. 35a698f Remove unused import for gr-rest-api-interface by Dhruv Srivastava · 4 years, 2 months ago
  56. 43935a4 Change all components to use the service for rest-api-interface by Ben Rohlfs · 4 years, 2 months ago
  57. 6015013 Refactor title-change events to use event-util by Milutin Kristofic · 4 years, 2 months ago
  58. 86d7ddd Remove `readOnly` flag from Polymer properties. by Ben Rohlfs · 4 years, 4 months ago
  59. d47eeb9 Replace flushAsynchronousOperations() by flush() by Ben Rohlfs · 4 years, 4 months ago
  60. 34b0f12 Replace `&&` with optional chaining by Tao Zhou · 4 years, 5 months ago
  61. c54a1fc Move all GrRestApiInterface to `RestApiService & Element` by Tao Zhou · 4 years, 5 months ago
  62. 4b3d994 Move gr-repo-list to ts by Tao Zhou · 4 years, 5 months ago
  63. 20848bf Rename gr-repo-list to ts to keep histories by Tao Zhou · 4 years, 5 months ago
  64. 01a6b28 Move gr-create-repo-dialog to ts by Tao Zhou · 4 years, 5 months ago
  65. 85b4891 Use page/page.js instead of page/page.mjs by Dmitrii Filippov · 4 years, 5 months ago
  66. 89a6b77 Convert all *_html.js files to typescript by Dmitrii Filippov · 4 years, 6 months ago
  67. d8d5640 Convert gr-list-view-behavior to mixin by Dmitrii Filippov · 4 years, 7 months ago
  68. 7d4f2f3 Update sinon version by Dmitrii Filippov · 4 years, 7 months ago
  69. 06117e8 Convert tests to karma by Dmitrii Filippov · 4 years, 7 months ago
  70. 7298842 Rename all _test.html to _test.js files by Dmitrii Filippov · 4 years, 7 months ago
  71. 1f9cac8 Avoid global Polymer variable in the code by Dmitrii Filippov · 4 years, 9 months ago
  72. d90e7f4 Add `charset` meta tag to all test files by Tao Zhou · 4 years, 9 months ago
  73. b203c26 Add eslint-plugin-prettier and format all *_html.js by Tao Zhou · 4 years, 9 months ago
  74. eb8b269 Get rid of global Gerrit.Nav by Dmitrii Filippov · 4 years, 10 months ago
  75. 8a856ff Get rid of global moment and page by Dmitrii Filippov · 4 years, 10 months ago
  76. c417182 Use imported ListViewBehavior by Dmitrii Filippov · 4 years, 10 months ago
  77. 0a3c986 Replace all 'this.fire' with 'this.dispatchEvent' for customEvents by Tao Zhou · 4 years, 10 months ago
  78. 416960c Cleanup tests after conversion to ES6-modules by Dmitrii Filippov · 4 years, 10 months ago
  79. daf0ec9 Convert polygerrit to es6-modules by Dmitrii Filippov · 4 years, 10 months ago
  80. dbe9545 Rename .html files to .js files by Dmitrii Filippov · 4 years, 10 months ago
  81. b800561 Replace `$$` with `shadowRoot.querySelector` by Tao Zhou · 4 years, 11 months ago
  82. eefacb0 Fix implicitly declared variables by Dmitrii Filippov · 4 years, 11 months ago
  83. 4f10d77 Fix tests for M80 by Tao Zhou · 5 years ago
  84. ab57ce3 Add more jsdoc for closure checks by Tao Zhou · 5 years ago
  85. 1c2c9ee Enable `arrow-body-style` with as-needed by Tao Zhou · 5 years ago
  86. 84b1a3a Merge branch 'stable-3.0' into stable-3.1 by David Ostrovsky · 5 years ago
  87. 6cdfa90 Merge branch 'stable-2.16' by Thomas Draebing · 5 years ago
  88. 25673ab Downport "Replace deprecated `require-jsdoc`, `valid-jsdoc` with jsdoc plugin for eslint" by Tao Zhou · 5 years ago
  89. 9a07681 Replace deprecated `require-jsdoc`, `valid-jsdoc` with jsdoc plugin for eslint by Tao Zhou · 5 years ago
  90. 8ef16f7 Remove unnecessary common-test-setup.js by Tao Zhou · 5 years ago
  91. 3fd2b10 Convert legacy Polyemer elements to class-based by Dmitrii Filippov · 5 years ago
  92. 03b17e2 Move repository description to the last column. by Dhruv Srivastava · 5 years ago
  93. b453929 Workaround for 'polymer-cli lint' bug by Dmitrii Filippov · 5 years ago
  94. 662c96c Remove _legacyUndefinedCheck from gr-repo-list by Paladox none · 5 years ago
  95. 75f5950 Remove _legacyUndefinedCheck from gr-repo-list by Paladox none · 5 years ago
  96. 453529c Move repository description to the last column. by Dhruv Srivastava · 5 years ago
  97. 5313a88 Revert "Remove all _legacyUndefinedCheck" by Paladox none · 5 years ago
  98. 0f8964b Remove all _legacyUndefinedCheck by Tao Zhou · 5 years ago
  99. 540a5fe Surround <input is="iron-input"> with <iron-input> by Ben Rohlfs · 6 years ago
  100. 6290935 Prepare Polymer 2 tests by Ole Rehmsen · 6 years ago