Skip to content

Commit

Permalink
feat(New Issue): Generate branch name when an issue is created
Browse files Browse the repository at this point in the history
  • Loading branch information
leonardokl committed Apr 1, 2017
1 parent 7ad46ab commit 83673fd
Show file tree
Hide file tree
Showing 6 changed files with 2,797 additions and 2,281 deletions.
6 changes: 1 addition & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,18 +37,16 @@
"conventional-changelog-cli": "^1.2.0",
"coveralls": "^2.11.14",
"css-loader": "^0.25.0",
"diacritics": "^1.3.0",
"enzyme": "^2.4.1",
"eslint": "^3.5.0",
"eslint-plugin-react": "^6.2.2",
"exports-loader": "^0.6.3",
"faker": "^4.1.0",
"imports-loader": "^0.6.5",
"install": "^0.8.7",
"jest": "^16.0.1",
"lodash": "^4.17.4",
"normalizr": "^3.2.2",
"npm": "^4.4.1",
"perfect-scrollbar": "^0.6.12",
"react": "^15.4.2",
"react-addons-css-transition-group": "^15.4.2",
"react-addons-test-utils": "^15.3.2",
Expand All @@ -62,13 +60,11 @@
"redux-logger": "^2.10.1",
"redux-mock-store": "^1.2.1",
"redux-saga": "^0.14.3",
"redux-thunk": "^2.1.0",
"reselect": "^2.5.4",
"semantic-ui-react": "^0.67.1",
"style-loader": "^0.13.1",
"stylus": "^0.54.5",
"stylus-loader": "^2.3.1",
"underscore": "^1.8.3",
"webpack": "^1.13.2",
"whatwg-fetch": "^1.0.0"
}
Expand Down
6 changes: 4 additions & 2 deletions public/index.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
<!doctype html>
<html>
<html lang="en">
<head>
<title>Gitlab</title>
<title>Gitlab Manager</title>
<meta charset="UTF-8">
<meta http-equiv="Content-type" content="text/html; charset=UTF-8">
<link
rel="stylesheet"
type="text/css"
Expand Down
Loading

0 comments on commit 83673fd

Please sign in to comment.