Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
A
apaas-ui
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
gzga-jzapi
apaas-ui
Commits
f3fbbb84
Commit
f3fbbb84
authored
Jun 04, 2020
by
徐一鸣
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'dev' of cloud.wodcloud.com:apaas/apaas-v3-ui into dev
parents
a645ed84
05c94b84
Changes
4
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
242 additions
and
54 deletions
+242
-54
.beagle.yml
.beagle.yml
+2
-2
build/conf.yaml
build/conf.yaml
+3
-3
build/dockerfile
build/dockerfile
+2
-1
src/pages/user/user_info.vue
src/pages/user/user_info.vue
+235
-48
No files found.
.beagle.yml
View file @
f3fbbb84
...
@@ -31,7 +31,7 @@ pipeline:
...
@@ -31,7 +31,7 @@ pipeline:
image
:
registry.cn-qingdao.aliyuncs.com/wod-devops/docker:1.0
image
:
registry.cn-qingdao.aliyuncs.com/wod-devops/docker:1.0
volumes
:
volumes
:
-
/var/run/docker.sock:/var/run/docker.sock
-
/var/run/docker.sock:/var/run/docker.sock
base
:
registry.cn-qingdao.aliyuncs.com/wod
/nginx:1.15.9-alpine
base
:
registry.cn-qingdao.aliyuncs.com/wod
-devops/ui-base:2.0.0
repo
:
apaas/apaas-v3-ui
repo
:
apaas/apaas-v3-ui
version
:
1.0.0
version
:
1.0.0
channel
:
alpha
channel
:
alpha
...
@@ -42,7 +42,7 @@ pipeline:
...
@@ -42,7 +42,7 @@ pipeline:
image
:
registry.cn-qingdao.aliyuncs.com/wod-devops/docker:1.0
image
:
registry.cn-qingdao.aliyuncs.com/wod-devops/docker:1.0
volumes
:
volumes
:
-
/var/run/docker.sock:/var/run/docker.sock
-
/var/run/docker.sock:/var/run/docker.sock
base
:
registry.cn-qingdao.aliyuncs.com/wod
/nginx:1.15.9-alpine
base
:
registry.cn-qingdao.aliyuncs.com/wod
-devops/ui-base:2.0.0
repo
:
apaas/apaas-v3-ui
repo
:
apaas/apaas-v3-ui
version
:
1.0.0
version
:
1.0.0
registry
:
hub.wodcloud.com
registry
:
hub.wodcloud.com
...
...
build/conf.yaml
View file @
f3fbbb84
index
:
/awecloud/ui/
index
:
/apaas/ui/
login
:
/awecloud/dex/login
login
:
/iam/login/#/login
logout
:
/awecloud/dex/logout
logout
:
/iam/api/logout
\ No newline at end of file
\ No newline at end of file
build/dockerfile
View file @
f3fbbb84
FROM
{{ BASEIMAGE }}
FROM
{{ BASEIMAGE }}
MAINTAINER
{{ AUTHOR }}
MAINTAINER
{{ AUTHOR }}
LABEL
Author={{ AUTHOR }} Name={{ PROJECT }} Version={{ VERSION }}
LABEL
Author={{ AUTHOR }} Name={{ PROJECT }} Version={{ VERSION }}
ADD
./dist /usr/share/nginx/html
ADD
./dist /www
\ No newline at end of file
ADD
./build/conf.yaml /www/conf.yaml
\ No newline at end of file
src/pages/user/user_info.vue
View file @
f3fbbb84
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment