Skip to content

Commit fd59fc4

Browse files
authored
Release/0.1.1 beta.3 (#236)
* 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
1 parent bf33270 commit fd59fc4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

paddlecloud/paddlecloud/travis_settings.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
"default": {
1212
"ENGINE": "django.db.backends.mysql",
1313
"NAME": "paddlecloud",
14+
"USER": "root",
1415
'HOST': '127.0.0.1', # Or an IP Address that your DB is hosted on
1516
'PORT': '3306',
1617
}

0 commit comments

Comments
 (0)