Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
A
apollo
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
openSource
apollo
Commits
586006a9
Commit
586006a9
authored
Oct 12, 2016
by
vss宋顺
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' into 'release'
Master See merge request !27
parents
7fbe7a5d
5877d839
Hide whitespace changes
Inline
Side-by-side
Showing
16 changed files
with
26 additions
and
21 deletions
+26
-21
pom.xml
apollo-adminservice/pom.xml
+1
-1
pom.xml
apollo-assembly/pom.xml
+1
-1
pom.xml
apollo-biz/pom.xml
+1
-1
pom.xml
apollo-buildtools/pom.xml
+1
-1
README.md
apollo-client/README.md
+1
-1
pom.xml
apollo-client/pom.xml
+1
-1
pom.xml
apollo-common/pom.xml
+1
-1
pom.xml
apollo-configservice/pom.xml
+1
-1
pom.xml
apollo-core/pom.xml
+1
-1
pom.xml
apollo-demo/pom.xml
+1
-1
pom.xml
apollo-portal/pom.xml
+1
-1
config.html
apollo-portal/src/main/resources/static/config.html
+1
-1
index.html
apollo-portal/src/main/resources/static/index.html
+4
-4
common-style.css
...-portal/src/main/resources/static/styles/common-style.css
+6
-3
nav.html
...lo-portal/src/main/resources/static/views/common/nav.html
+3
-1
pom.xml
pom.xml
+1
-1
No files found.
apollo-adminservice/pom.xml
View file @
586006a9
...
...
@@ -4,7 +4,7 @@
<parent>
<groupId>
com.ctrip.framework.apollo
</groupId>
<artifactId>
apollo
</artifactId>
<version>
0.2.0
-SNAPSHOT
</version>
<version>
0.2.0
</version>
<relativePath>
../pom.xml
</relativePath>
</parent>
<modelVersion>
4.0.0
</modelVersion>
...
...
apollo-assembly/pom.xml
View file @
586006a9
...
...
@@ -4,7 +4,7 @@
<parent>
<groupId>
com.ctrip.framework.apollo
</groupId>
<artifactId>
apollo
</artifactId>
<version>
0.2.0
-SNAPSHOT
</version>
<version>
0.2.0
</version>
<relativePath>
../pom.xml
</relativePath>
</parent>
<modelVersion>
4.0.0
</modelVersion>
...
...
apollo-biz/pom.xml
View file @
586006a9
...
...
@@ -4,7 +4,7 @@
<parent>
<artifactId>
apollo
</artifactId>
<groupId>
com.ctrip.framework.apollo
</groupId>
<version>
0.2.0
-SNAPSHOT
</version>
<version>
0.2.0
</version>
</parent>
<modelVersion>
4.0.0
</modelVersion>
<artifactId>
apollo-biz
</artifactId>
...
...
apollo-buildtools/pom.xml
View file @
586006a9
...
...
@@ -4,7 +4,7 @@
<parent>
<groupId>
com.ctrip.framework.apollo
</groupId>
<artifactId>
apollo
</artifactId>
<version>
0.2.0
-SNAPSHOT
</version>
<version>
0.2.0
</version>
<relativePath>
../pom.xml
</relativePath>
</parent>
<modelVersion>
4.0.0
</modelVersion>
...
...
apollo-client/README.md
View file @
586006a9
...
...
@@ -88,7 +88,7 @@ If you need this functionality, you could specify the cluster as follows:
<dependency>
<groupId>
com.ctrip.framework.apollo
</groupId>
<artifactId>
apollo-client
</artifactId>
<version>
0.
1.1
</version>
<version>
0.
2.0
</version>
</dependency>
## III. Client Usage
...
...
apollo-client/pom.xml
View file @
586006a9
...
...
@@ -4,7 +4,7 @@
<parent>
<groupId>
com.ctrip.framework.apollo
</groupId>
<artifactId>
apollo
</artifactId>
<version>
0.2.0
-SNAPSHOT
</version>
<version>
0.2.0
</version>
<relativePath>
../pom.xml
</relativePath>
</parent>
<modelVersion>
4.0.0
</modelVersion>
...
...
apollo-common/pom.xml
View file @
586006a9
...
...
@@ -4,7 +4,7 @@
<parent>
<groupId>
com.ctrip.framework.apollo
</groupId>
<artifactId>
apollo
</artifactId>
<version>
0.2.0
-SNAPSHOT
</version>
<version>
0.2.0
</version>
<relativePath>
../pom.xml
</relativePath>
</parent>
<modelVersion>
4.0.0
</modelVersion>
...
...
apollo-configservice/pom.xml
View file @
586006a9
...
...
@@ -4,7 +4,7 @@
<parent>
<groupId>
com.ctrip.framework.apollo
</groupId>
<artifactId>
apollo
</artifactId>
<version>
0.2.0
-SNAPSHOT
</version>
<version>
0.2.0
</version>
<relativePath>
../pom.xml
</relativePath>
</parent>
<modelVersion>
4.0.0
</modelVersion>
...
...
apollo-core/pom.xml
View file @
586006a9
...
...
@@ -4,7 +4,7 @@
<parent>
<groupId>
com.ctrip.framework.apollo
</groupId>
<artifactId>
apollo
</artifactId>
<version>
0.2.0
-SNAPSHOT
</version>
<version>
0.2.0
</version>
<relativePath>
../pom.xml
</relativePath>
</parent>
<modelVersion>
4.0.0
</modelVersion>
...
...
apollo-demo/pom.xml
View file @
586006a9
...
...
@@ -4,7 +4,7 @@
<parent>
<artifactId>
apollo
</artifactId>
<groupId>
com.ctrip.framework.apollo
</groupId>
<version>
0.2.0
-SNAPSHOT
</version>
<version>
0.2.0
</version>
</parent>
<modelVersion>
4.0.0
</modelVersion>
<artifactId>
apollo-demo
</artifactId>
...
...
apollo-portal/pom.xml
View file @
586006a9
...
...
@@ -4,7 +4,7 @@
<parent>
<groupId>
com.ctrip.framework.apollo
</groupId>
<artifactId>
apollo
</artifactId>
<version>
0.2.0
-SNAPSHOT
</version>
<version>
0.2.0
</version>
<relativePath>
../pom.xml
</relativePath>
</parent>
<modelVersion>
4.0.0
</modelVersion>
...
...
apollo-portal/src/main/resources/static/config.html
View file @
586006a9
...
...
@@ -3,7 +3,7 @@
<head>
<meta
charset=
"UTF-8"
>
<title>
apollo
</title>
<title>
Apollo配置中心
</title>
<link
rel=
"icon"
href=
"./img/config.png"
>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"vendor/bootstrap/css/bootstrap.min.css"
>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"vendor/angular/angular-toastr-1.4.1.min.css"
>
...
...
apollo-portal/src/main/resources/static/index.html
View file @
586006a9
...
...
@@ -10,7 +10,7 @@
<link
rel=
"stylesheet"
type=
"text/css"
media=
'all'
href=
"vendor/font-awesome.min.css"
>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"styles/common-style.css"
>
<title>
apollo
</title>
<title>
Apollo配置中心
</title>
</head>
<body>
...
...
@@ -24,19 +24,19 @@
<h5>
我的项目
</h5>
</aside>
<aside
class=
"media-body"
>
<div
class=
"col-md-2 text-center"
ng-click=
"goToCreateAppPage()"
>
<div
class=
"
app-panel
col-md-2 text-center"
ng-click=
"goToCreateAppPage()"
>
<div
href=
"#"
class=
"thumbnail create-btn hover cursor-pointer"
>
<img
src=
"img/plus-white.png"
/>
<h5>
创建项目
</h5>
</div>
</div>
<div
class=
"col-md-2 text-center"
ng-repeat=
"app in createdApps"
ng-click=
"goToAppHomePage(app.appId)"
>
<div
class=
"
app-panel
col-md-2 text-center"
ng-repeat=
"app in createdApps"
ng-click=
"goToAppHomePage(app.appId)"
>
<div
href=
"#"
class=
"thumbnail hover cursor-pointer"
>
<h4
ng-bind=
"app.appId"
></h4>
<h5
ng-bind=
"app.name"
></h5>
</div>
</div>
<div
class=
"col-md-2 text-center"
ng-show=
"hasMoreCreatedApps"
<div
class=
"
app-panel
col-md-2 text-center"
ng-show=
"hasMoreCreatedApps"
ng-click=
"getUserCreatedApps()"
>
<div
href=
"#"
class=
"thumbnail hover cursor-pointer"
>
<img
class=
"more-img"
src=
"img/more.png"
/>
...
...
apollo-portal/src/main/resources/static/styles/common-style.css
View file @
586006a9
...
...
@@ -59,9 +59,7 @@ pre {
}
.logo
{
width
:
150px
;
height
:
50px
;
background
:
url('../img/logo.png')
no-repeat
font-size
:
25px
;
}
.i-20
{
...
...
@@ -555,6 +553,10 @@ table th {
}
/*index page*/
#app-list
h5
{
word-wrap
:
break-word
;
word-break
:
break-all
;
}
#app-list
.media-body
{
padding-top
:
15px
;
}
...
...
@@ -578,6 +580,7 @@ table th {
#app-list
.app-panel
{
position
:
relative
;
height
:
100px
;
}
#app-list
.operate-panel
{
...
...
apollo-portal/src/main/resources/static/views/common/nav.html
View file @
586006a9
...
...
@@ -2,7 +2,9 @@
<div
class=
"container-fluid"
>
<div
class=
"navbar-header"
>
<a
class=
"navbar-brand logo"
href=
"/"
></a>
<a
class=
"navbar-brand logo"
href=
"/"
>
<b>
Apollo 配置中心
</b>
</a>
</div>
<div
class=
"collapse navbar-collapse"
id=
"bs-example-navbar-collapse-1"
>
...
...
pom.xml
View file @
586006a9
...
...
@@ -4,7 +4,7 @@
<modelVersion>
4.0.0
</modelVersion>
<groupId>
com.ctrip.framework.apollo
</groupId>
<artifactId>
apollo
</artifactId>
<version>
0.2.0
-SNAPSHOT
</version>
<version>
0.2.0
</version>
<name>
Apollo
</name>
<packaging>
pom
</packaging>
<description>
Ctrip Configuration Center
</description>
...
...
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