Skip to content

Commit

Permalink
Release/0.1.1 beta.3 (#236)
Browse files Browse the repository at this point in the history
* tutorial and usage update

* first add

* rm not need

* fix bugs

* add logging

* add docker file

* fix by yancey's comment

* update

* save parameter

* fix yaml

* fix bugs

* fix bugs

* fix convert bug

* fix by wuyi's comment

* add readme

* rm logging.confg

* modify README.md

* modify README.md

* add start command

* update

* update by comments

* upload files with recursion

* prettify output

* remove replica set name

* recursion to loop

* dlnel index page (#194)

* switch to dlnel index page

* mount template files

* delete unused comments

* add port env

* update tutorial (#202)

* update tutorial

* update

* remove unused line

* update

* update

* update

* test format

* modify travis.yaml

* fix

* fix

* fix sudo

* add travis

* add glide

* add gimme

* fix style

* fix style

* add files

* modify sh

* fix by wuyi's comments

* fix pre-commit bugs

* Format quota print (#205)

* forat quota print

* update

* add sleep for pserver get ready (#216)

* Update readme (#214)

* update readme

* update

* Enable ingress notebook access (#219)

* enable ingress notebook access

* update notebook resource

* test ok

* fix

* fix

* fix login url (#229)

* Fix invalid job path (#227)

* fix invalid job path

* update doc

* check job name in clint (#231)

* [Done]Fault tolerant job (#212)

* fault tolerant job

* ft job

* update

* tested job submit with ft job

* update

* fix ci
  • Loading branch information
Yancey1989 authored Jul 23, 2017
1 parent bf33270 commit fd59fc4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions paddlecloud/paddlecloud/travis_settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
"default": {
"ENGINE": "django.db.backends.mysql",
"NAME": "paddlecloud",
"USER": "root",
'HOST': '127.0.0.1', # Or an IP Address that your DB is hosted on
'PORT': '3306',
}
Expand Down

0 comments on commit fd59fc4

Please sign in to comment.