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