- aa53390 Replace `GerritNav.navigateToChange()` by new `setUrl()` service by Ben Rohlfs · 2 years, 6 months ago
- be9451a Delete common-test-setup-karma.ts by Frank Borden · 2 years, 6 months ago
- e1ba821 Remove chai and assert from global window by Frank Borden · 2 years, 7 months ago
- 2c4b72d Use @open-wc's a11y testing by Frank Borden · 2 years, 7 months ago
- dedd671 Use @open/wc test fixture in most test files by Frank Borden · 2 years, 7 months ago
- 37c7e42 Convert expect to assert style in tests by Frank Borden · 2 years, 7 months ago
- 42c1a45 Web Dev Server by Frank Borden · 2 years, 7 months ago
- 535bb91 add ShadowDOM tests for elements/admin/ components by Frank Borden · 2 years, 8 months ago
- 8d3a644 Make BindValueChangeEventDetail more type-correct by Chris Poucet · 2 years, 9 months ago
- 1e12525 Remove empty lines after license header by Ben Rohlfs · 2 years, 10 months ago
- 94fcbbc Replace license headers with shorter SPDX header by Ben Rohlfs · 2 years, 10 months ago
- 4d71f28 Fix typo in InheritedBooleanInfoConfiguredValue enum by paladox · 2 years, 10 months ago
- 5ec77f0 Change the way subscriptions are done by Chris Poucet · 2 years, 10 months ago
- 32b861a Migrate gr-change-actions to lit by paladox · 2 years, 11 months ago
- e0503d5 Fix all remaining lit lint errors by Milutin Kristofic · 3 years, 2 months ago
- 9221cce Move services/dependency to models/dependency by Chris Poucet · 3 years, 2 months ago
- 0b96141 Migrate ConfigModel to DI by Chris Poucet · 3 years, 2 months ago
- 808f3f9 Migrate config-model to new pattern by Frank Borden · 3 years, 4 months ago
- 55cbccb Introduce the concept of Finalizable to tear down services. by Chris Poucet · 3 years, 4 months ago
- c6e880b Generalize the mechanism on how to setup appContext by Chris Poucet · 3 years, 4 months ago
- 8f71ce6 Convert gr-create-change-dialog to lit by Paladox none · 3 years, 4 months ago
- 9e10111 Fix gr-create-change-dialog types by Dmitrii Filippov · 3 years, 8 months ago
- 59dad57 Get rid of @override. by Chris Poucet · 3 years, 7 months ago
- 09637ae Add the override keyword to class members in TypeScript files by Gerrit Code Review · 3 years, 7 months ago
- 21e05fa Refactor create-change-dialog to use server config state by Ben Rohlfs · 3 years, 9 months ago
- 3bd1f01 Refactor create-change-dialog to use repo config state by Ben Rohlfs · 3 years, 9 months ago
- a459f46 Convert 'done()' to async/await in tests by Frank Borden · 3 years, 9 months ago
- 27c856da Remove LegacyElementMixin everywhere by Ben Rohlfs · 4 years ago
- d56d7c9 Remove .js suffix from imports in typescript test files by Ben Rohlfs · 4 years ago
- 5f520da Replace at-/de-tached with dis-connectedCallback by Ben Rohlfs · 4 years ago
- d94011e Remove GestureEventListeners by Ben Rohlfs · 4 years ago
- 7b71b11 Remove all for...in loops by Ben Rohlfs · 4 years, 1 month ago
- 3a6ff7e Introduce a proper mock for the RestApiService by Ben Rohlfs · 4 years, 2 months ago
- 35a698f Remove unused import for gr-rest-api-interface by Dhruv Srivastava · 4 years, 3 months ago
- 43935a4 Change all components to use the service for rest-api-interface by Ben Rohlfs · 4 years, 3 months ago
- fc3e4f7 Add test-data-generators and convert several test files to TS by Dmitrii Filippov · 4 years, 5 months ago
- d47eeb9 Replace flushAsynchronousOperations() by flush() by Ben Rohlfs · 4 years, 6 months ago
- bc2a26d Convert files to typescript by Ben Rohlfs · 4 years, 6 months ago
- 38b3e0d Replace all usage of `bind()` with arrow functions by Tao Zhou · 4 years, 6 months ago
- 0a42d41 Keep RestApiService in sync with gr-rest-api-interface by Tao Zhou · 4 years, 7 months ago
- 610b379 Convert gr-create-change-dialog to typescript by Milutin Kristofic · 4 years, 7 months ago
- 0c982a1b Rename files to preserve history by Milutin Kristofic · 4 years, 7 months ago
- 89a6b77 Convert all *_html.js files to typescript by Dmitrii Filippov · 4 years, 8 months ago
- e3c09ae Remove url-encoding-behavior and move methods to url-util by Dmitrii Filippov · 4 years, 8 months ago
- 0049afe Convert base-url-behavior and docs-url-behavior to url-util by Dmitrii Filippov · 4 years, 8 months ago
- 7d4f2f3 Update sinon version by Dmitrii Filippov · 4 years, 9 months ago
- 06117e8 Convert tests to karma by Dmitrii Filippov · 4 years, 9 months ago
- 7298842 Rename all _test.html to _test.js files by Dmitrii Filippov · 4 years, 9 months ago
- 2ebeb22 PolyGerrit: Remove unnecessary if statement by David Ostrovsky · 4 years, 10 months ago
- a2401c1 PolyGerrit: Fix typos in code and comments by David Ostrovsky · 4 years, 11 months ago
- 1f9cac8 Avoid global Polymer variable in the code by Dmitrii Filippov · 5 years ago
- d90e7f4 Add `charset` meta tag to all test files by Tao Zhou · 4 years, 11 months ago
- b203c26 Add eslint-plugin-prettier and format all *_html.js by Tao Zhou · 4 years, 11 months ago
- eb8b269 Get rid of global Gerrit.Nav by Dmitrii Filippov · 5 years ago
- d1ef737 Use imported URLEncodingBehavior by Dmitrii Filippov · 5 years ago
- 41de60b Remove FireBehavior imports and get rid of global test helpers by Dmitrii Filippov · 5 years ago
- e25546a Remove all usage of Gerrit.FireBehavior by Tao Zhou · 5 years ago
- bcb3b17 Use imported BaseUrlBehavior by Dmitrii Filippov · 5 years ago
- 416960c Cleanup tests after conversion to ES6-modules by Dmitrii Filippov · 5 years ago
- daf0ec9 Convert polygerrit to es6-modules by Dmitrii Filippov · 5 years ago
- dbe9545 Rename .html files to .js files by Dmitrii Filippov · 5 years ago
- 4f10d77 Fix tests for M80 by Tao Zhou · 5 years ago
- ab57ce3 Add more jsdoc for closure checks by Tao Zhou · 5 years ago
- 1c2c9ee Enable `arrow-body-style` with as-needed by Tao Zhou · 5 years ago
- 9a07681 Replace deprecated `require-jsdoc`, `valid-jsdoc` with jsdoc plugin for eslint by Tao Zhou · 5 years ago
- 285e40e Sanitize height, border and padding of gr-autocomplete by Ben Rohlfs · 5 years ago
- 8ef16f7 Remove unnecessary common-test-setup.js by Tao Zhou · 5 years ago
- 3fd2b10 Convert legacy Polyemer elements to class-based by Dmitrii Filippov · 5 years ago
- b453929 Workaround for 'polymer-cli lint' bug by Dmitrii Filippov · 5 years ago
- b82003c Update eslint version and eslint rules by Dmitrii Filippov · 5 years ago
- 501f9d9 Replace all css spacing by variables in theme files by Ben Rohlfs · 5 years ago
- f55c736 Remove _legacyUndefinedCheck from the admin modules by Paladox none · 5 years ago
- 5313a88 Revert "Remove all _legacyUndefinedCheck" by Paladox none · 5 years ago
- 0f8964b Remove all _legacyUndefinedCheck by Tao Zhou · 5 years ago
- 44b3a7c Migrate from Polymer fire to Gerrit.FireBehavior by Paladox none · 6 years ago
- 540a5fe Surround <input is="iron-input"> with <iron-input> by Ben Rohlfs · 6 years ago
- 6290935 Prepare Polymer 2 tests by Ole Rehmsen · 6 years ago
- ecf0b78 Use non-minified webcomponents-lite in tests by Ole Rehmsen · 6 years ago
- 3164074 Use bower paths relative to the domain by Ole Rehmsen · 6 years ago
- 3e7f5fd Polymer 2: Add _legacyUndefinedCheck by brohlfs · 6 years ago
- bfb7780 Fix mobile display on gr-create-change-dialog by Paladox none · 6 years ago
- bd9c390 Hide "private" check box if private changes are disabled by Paladox none · 6 years ago
- 292d013 Decode inheritance project IDs before use by Wyatt Allen · 7 years ago
- 2aa2f3c Fix creating changes through the ui by Paladox none · 7 years ago
- 6ff4869 Add PG UI support for new changes with base commit by Aaron Gable · 7 years ago
- 8cdc76b Add @license tags to PG HTML and JS assets by Dave Borowitz · 7 years ago
- d0f2bda gr-create-change-dialog: Pass private-by-defaut value by Paladox none · 7 years ago
- 067b7d5 PolyGerrit: Add FollowUp button on change screen by David Ostrovsky · 7 years ago
- 6482e45 Sentence case create change dialog by Kasper Nilsson · 7 years ago
- 985bfc4 PolyGerrit: Update create dialog by Paladox · 7 years ago
- a144c8c Fix styling of create change dialog by Kasper Nilsson · 7 years ago
- e64a1c9 Change font sizes from em to rem by Becky Siegel · 7 years ago
- 5d7f52d Limit topic length by Wyatt Allen · 7 years ago
- 2bd5c21 Rename projects admin interface to repo by Paladox none · 7 years ago
- 6e347e8 PolyGerrit: Update create dialog to use per project private config instead of global by Paladox none · 8 years ago
- c30b2fe PolyGerrit: Add support for project command by Paladox none · 8 years ago