diff --git a/.gitignore b/.gitignore index a6424d81..a63f25b8 100644 --- a/.gitignore +++ b/.gitignore @@ -7,4 +7,3 @@ coverage .yarn-cache deploy.sh .vscode/ -.run/ diff --git a/.run/start.run.xml b/.run/start.run.xml new file mode 100644 index 00000000..ec55fdb3 --- /dev/null +++ b/.run/start.run.xml @@ -0,0 +1,15 @@ + + + + + + + + \ No newline at end of file diff --git a/src/components/Icons/DotnetCore.vue b/src/components/Icons/DotnetCore.vue new file mode 100644 index 00000000..8da31e36 --- /dev/null +++ b/src/components/Icons/DotnetCore.vue @@ -0,0 +1,45 @@ + + + + + \ No newline at end of file diff --git a/src/components/Icons/Golang.vue b/src/components/Icons/Golang.vue new file mode 100644 index 00000000..8803e812 --- /dev/null +++ b/src/components/Icons/Golang.vue @@ -0,0 +1,47 @@ + + + + + \ No newline at end of file diff --git a/src/components/Icons/ImgIcon.vue b/src/components/Icons/ImgIcon.vue new file mode 100644 index 00000000..a118dc76 --- /dev/null +++ b/src/components/Icons/ImgIcon.vue @@ -0,0 +1,14 @@ + + + + + \ No newline at end of file diff --git a/src/components/Icons/Maven.vue b/src/components/Icons/Maven.vue new file mode 100644 index 00000000..c5646235 --- /dev/null +++ b/src/components/Icons/Maven.vue @@ -0,0 +1,148 @@ + + + + + \ No newline at end of file diff --git a/src/components/Icons/Npm.vue b/src/components/Icons/Npm.vue new file mode 100644 index 00000000..65318a86 --- /dev/null +++ b/src/components/Icons/Npm.vue @@ -0,0 +1,19 @@ + + + + + \ No newline at end of file diff --git a/src/components/Icons/Php.vue b/src/components/Icons/Php.vue new file mode 100644 index 00000000..834b1895 --- /dev/null +++ b/src/components/Icons/Php.vue @@ -0,0 +1,130 @@ + + + + + \ No newline at end of file diff --git a/src/components/Icons/Python.vue b/src/components/Icons/Python.vue new file mode 100644 index 00000000..45ce7182 --- /dev/null +++ b/src/components/Icons/Python.vue @@ -0,0 +1,31 @@ + + + + + \ No newline at end of file diff --git a/src/components/Icons/Ruby.vue b/src/components/Icons/Ruby.vue new file mode 100644 index 00000000..bc6d11b0 --- /dev/null +++ b/src/components/Icons/Ruby.vue @@ -0,0 +1,166 @@ + + + + + \ No newline at end of file diff --git a/src/components/Jobs/ListItem.vue b/src/components/Jobs/ListItem.vue index 26edb8df..1ca5d321 100644 --- a/src/components/Jobs/ListItem.vue +++ b/src/components/Jobs/ListItem.vue @@ -10,7 +10,7 @@ # {{ wrapper.buildNumber }} {{ wrapper.triggerText }} @@ -27,15 +27,24 @@ + v-if="wrapper.isPushTrigger || wrapper.isTagTrigger || (wrapper.hasGitCommitInfo && wrapper.isManualKindTrigger)"> - {{ wrapper.branch }} +
+ mdi-source-branch + {{ wrapper.pushOrTag.branch }} +
+
+ flow-icon-git-commit + {{ wrapper.pushOrTag.commit_total }} + commits +
- + -
{{ wrapper.commitMsg }}
- {{ wrapper.commitId }} +
{{ wrapper.pushOrTag.head_commit.message }}
+ {{ wrapper.pushOrTag.head_commit.id }}
@@ -47,9 +56,9 @@
- {{ wrapper.prBaseRepo }} ← {{ wrapper.prHeadRepo}} + {{ wrapper.prBaseRepo }} ← {{ wrapper.prHeadRepo }}
-
{{ wrapper.prBaseBranch }} ← {{ wrapper.prHeadBranch}}
+
{{ wrapper.prBaseBranch }} ← {{ wrapper.prHeadBranch }}
@@ -60,6 +69,28 @@ + + + + + + mdi-source-branch + + {{ wrapper.patchSet.ref }} + + / + {{ wrapper.patchSet.branch }} + + + + + +
{{ wrapper.patchSet.subject }}
+
+
+
@@ -79,38 +110,38 @@ diff --git a/src/components/Settings/KubeConfigEditor.vue b/src/components/Settings/DataEditor.vue similarity index 68% rename from src/components/Settings/KubeConfigEditor.vue rename to src/components/Settings/DataEditor.vue index 2764dfd2..bb20e495 100644 --- a/src/components/Settings/KubeConfigEditor.vue +++ b/src/components/Settings/DataEditor.vue @@ -5,19 +5,17 @@ diff --git a/src/view/Job/JobInfoBar.vue b/src/view/Job/JobInfoBar.vue index 55b3fa3b..e0d2531f 100644 --- a/src/view/Job/JobInfoBar.vue +++ b/src/view/Job/JobInfoBar.vue @@ -99,7 +99,7 @@ export default { return { showTty: false, agentIcons: icons, - duration: '-', + duration: 'n/a', durationInterval: null, } }, diff --git a/src/view/Settings/Config/Edit.vue b/src/view/Settings/Config/Edit.vue index 8adc0537..e3ffedd6 100644 --- a/src/view/Settings/Config/Edit.vue +++ b/src/view/Settings/Config/Edit.vue @@ -58,7 +58,7 @@ + + \ No newline at end of file diff --git a/src/view/Settings/Git/Index.vue b/src/view/Settings/Git/Index.vue new file mode 100644 index 00000000..03fb5b2f --- /dev/null +++ b/src/view/Settings/Git/Index.vue @@ -0,0 +1,85 @@ + + + + + \ No newline at end of file diff --git a/src/view/Settings/Git/New.vue b/src/view/Settings/Git/New.vue new file mode 100644 index 00000000..83571b23 --- /dev/null +++ b/src/view/Settings/Git/New.vue @@ -0,0 +1,156 @@ + + + + + \ No newline at end of file diff --git a/src/view/Settings/Home.vue b/src/view/Settings/Home.vue index 9ef1904f..c3e0d21a 100644 --- a/src/view/Settings/Home.vue +++ b/src/view/Settings/Home.vue @@ -7,7 +7,7 @@ - +