Added possibility to fetch changesets by branches

This commit is contained in:
Philipp Czora
2018-09-14 16:15:13 +02:00
parent 75002ffcff
commit 5687a552b8
6 changed files with 359 additions and 148 deletions

View File

@@ -15,6 +15,7 @@ import failure from "./modules/failure";
import config from "./config/modules/config";
import type { BrowserHistory } from "history/createBrowserHistory";
import branches from "./repos/modules/branches";
function createReduxStore(history: BrowserHistory) {
const composeEnhancers =
@@ -28,6 +29,7 @@ function createReduxStore(history: BrowserHistory) {
repos,
repositoryTypes,
changesets,
branches,
groups,
auth,
config