1. 678e19d Revert "Revert "Add keyboard shortcuts for admin menu links"" by Ben Rohlfs · 2 years, 2 months ago
  2. cc2cf8f Revert "Add keyboard shortcuts for admin menu links" by Dhruv Srivastava · 2 years, 2 months ago
  3. b91a6a4 Merge diff.ts and edit.ts into change.ts view model by Ben Rohlfs · 2 years, 2 months ago
  4. e740884 Derive diff view properties directly from diff view model by Ben Rohlfs · 2 years, 2 months ago
  5. 196dc72 Move handling of COMMENT route from diff view to router by Ben Rohlfs · 2 years, 3 months ago
  6. d1009f8 Move basic change state from router to change view model by Ben Rohlfs · 2 years, 3 months ago
  7. ecc6799 Merge view state of DIFF and EDIT into CHANGE by Ben Rohlfs · 2 years, 3 months ago
  8. 71c83d0 Add keyboard shortcuts for admin menu links by Ben Rohlfs · 2 years, 2 months ago
  9. c35ed18 Revert "Revert "Add a route and a dialog for creating a change directly from the URL"" by Ben Rohlfs · 2 years, 4 months ago
  10. 85e556132 Revert "Add a route and a dialog for creating a change directly from the URL" by Ben Rohlfs · 2 years, 4 months ago
  11. 20ad014 Add a route and a dialog for creating a change directly from the URL by Ben Rohlfs · 2 years, 4 months ago
  12. 5215769 Escape quotes and backslashes in topics and hashtags. by Kamil Musin · 2 years, 4 months ago
  13. bfc688b Some 'project' to 'repo' renaming by Ben Rohlfs · 2 years, 5 months ago
  14. 7aeecaa Move behavior from component into view model for change-list-view by Ben Rohlfs · 2 years, 5 months ago
  15. 69c5686 Fix the base path of all URL creation methods by Ben Rohlfs · 2 years, 5 months ago
  16. 20fe8e8 Convert `checksRunsSelected` state from array to set by Ben Rohlfs · 2 years, 5 months ago
  17. 209f141 Add a `checksResultsFilter` URL parameter by Ben Rohlfs · 2 years, 6 months ago
  18. 6485eb8 Add a `checksRunsSelected` URL parameter by Ben Rohlfs · 2 years, 6 months ago
  19. 7cd327d Add a `tab` URL parameter that is reflected by change view state by Ben Rohlfs · 2 years, 6 months ago
  20. a1d2c0c Add the selected patchset for Checks as a URL parameter by Ben Rohlfs · 2 years, 6 months ago
  21. 7b22a29 Move `attempt` and `filter` into URL parameters by Ben Rohlfs · 2 years, 6 months ago
  22. 27e9569 Revert "Move behavior from component into view model for change-list-view" by Ben Rohlfs · 2 years, 6 months ago
  23. c8a096d Move behavior from component into view model for change-list-view by Ben Rohlfs · 2 years, 6 months ago
  24. 16bcd82 Replace `GerritNav.navigateToDiff()` by new `setUrl()` service by Ben Rohlfs · 2 years, 6 months ago
  25. 38ede01 Make `createChangeUrl()` function easier to work with by Ben Rohlfs · 2 years, 6 months ago
  26. b196f2f Move dashboard types and config from gr-navigation into a utility by Ben Rohlfs · 2 years, 6 months ago
  27. eebb5e9 Merge "Switch the change view to listening to the view model" by Ben Rohlfs · 2 years, 6 months ago
  28. 5c32869 Merge "Fix group and repo views" by Chris Poucet · 2 years, 6 months ago
  29. a715dea Fix group and repo views by Ben Rohlfs · 2 years, 6 months ago
  30. 10dfa93 Switch the change view to listening to the view model by Ben Rohlfs · 2 years, 6 months ago
  31. 91d1d2b Switch the diff view to listening to the view model by Ben Rohlfs · 2 years, 6 months ago
  32. b89c205 Switch the documentation view to listening to the view model by Ben Rohlfs · 2 years, 6 months ago
  33. 42d29da Switch the search view to listening to the view model by Ben Rohlfs · 2 years, 6 months ago
  34. f6ad550 Move finalize() method into abstract `Model` class by Ben Rohlfs · 2 years, 6 months ago
  35. a842043 Switch the admin view to listening to the view model by Ben Rohlfs · 2 years, 6 months ago
  36. 7931eed Switch the dashboard view to listening to the view model by Ben Rohlfs · 2 years, 6 months ago
  37. 4092c51 Switch the settings view to listening to the view model by Ben Rohlfs · 2 years, 6 months ago
  38. 6120eb3 Switch the edit view to listening to the view model by Ben Rohlfs · 2 years, 6 months ago
  39. 2586e57 Inject router and view models by Ben Rohlfs · 2 years, 6 months ago
  40. 7f8ba52 Complete moving the change url creation into change.ts view model by Ben Rohlfs · 2 years, 6 months ago
  41. f75d338 Move generating of dashboard URLs into dashboard.ts by Ben Rohlfs · 2 years, 6 months ago
  42. bd8dbcf Move generating of group URLs into group.ts by Ben Rohlfs · 2 years, 6 months ago
  43. 58a8a4f Fix dependency cycle. by Kamil Musin · 2 years, 6 months ago
  44. 26db742 Move generating of repo URLs into repo.ts by Ben Rohlfs · 2 years, 6 months ago
  45. 3868e43 Move generating of settings URLs into settings.ts by Ben Rohlfs · 2 years, 6 months ago
  46. 2148185 Remove edit url generation from gr-navigation by Ben Rohlfs · 2 years, 6 months ago
  47. 3ffed1e Add edit_test by Ben Rohlfs · 2 years, 6 months ago
  48. 804e724 Move generating of change URLs into change.ts by Ben Rohlfs · 2 years, 6 months ago
  49. 731738b Move generating of diff URLs into diff.ts by Ben Rohlfs · 2 years, 6 months ago
  50. 6a0033a Move generating of edit URLs into edit.ts by Ben Rohlfs · 2 years, 6 months ago
  51. 39aa057 Move generating of search URLs into search.ts by Ben Rohlfs · 2 years, 6 months ago
  52. 65c2f2b Create view state files for `change`, `diff` and `edit` by Ben Rohlfs · 2 years, 6 months ago
  53. a58c596 Create view state files for `dashboard` and `search` by Ben Rohlfs · 2 years, 6 months ago
  54. ed8d950 Pull `updateState` into super class by Ben Rohlfs · 2 years, 6 months ago
  55. 25d2431 Create view state files for `documentation`, `agreement`, `plugin` by Ben Rohlfs · 2 years, 6 months ago
  56. ec56d3e Create view state files for `group` and `repo` by Ben Rohlfs · 2 years, 6 months ago
  57. dcb88ac Create view state files for `settings` and `admin` by Ben Rohlfs · 2 years, 6 months ago