Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

show message on notebook list if server is unreachable #2159

Merged
merged 2 commits into from Jul 20, 2012

Conversation

Carreau
Copy link
Member

@Carreau Carreau commented Jul 18, 2012

usefull when :
server goes down, you don't notice it on dashboard

restart on https, cookies is unvalid, autoreload don't work

usefull when :
server goes down, you don't notice it on dashboard

restart on https, cookies is unvalid, autoreload don't work
var settings = {
processData : false,
cache : false,
type : "GET",
dataType : "json",
success : $.proxy(this.list_loaded, this)
success : $.proxy(this.list_loaded, this),
error : $.proxy( function(){that.list_loaded([],null,null,{msg:"Error connecting to server."})},this)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

probably should put spaces after the commas here? simple style..

@fperez
Copy link
Member

fperez commented Jul 20, 2012

I'm not the one who should be reviewing JS codes, but it looks good to me and it's a sensible improvement.

@Carreau
Copy link
Member Author

Carreau commented Jul 20, 2012

I'll trust myself on this one and merge, because I get caught too often today.

Carreau added a commit that referenced this pull request Jul 20, 2012
show message on notebook list if server is unreachable
@Carreau Carreau merged commit aa922b1 into ipython:master Jul 20, 2012
minrk added a commit to minrk/ipython that referenced this pull request Jul 21, 2012
PR ipython#2159 introduced a bug preventing the notebook list from drawing
minrk added a commit that referenced this pull request Jul 21, 2012
handle undefined param in notebooklist

PR #2159 introduced a bug preventing the notebook list from drawing
@Carreau
Copy link
Member Author

Carreau commented Jul 21, 2012

Sorry about that, i'd fixed that on local but might have forgot to push...

mattvonrocketstein pushed a commit to mattvonrocketstein/ipython that referenced this pull request Nov 3, 2014
show message on notebook list if server is unreachable
mattvonrocketstein pushed a commit to mattvonrocketstein/ipython that referenced this pull request Nov 3, 2014
PR ipython#2159 introduced a bug preventing the notebook list from drawing
mattvonrocketstein pushed a commit to mattvonrocketstein/ipython that referenced this pull request Nov 3, 2014
handle undefined param in notebooklist

PR ipython#2159 introduced a bug preventing the notebook list from drawing
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants