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

[WIP] Make the last modified date consider files in subdirectory #5336

Closed
wants to merge 2 commits into from

Conversation

mikebeijen
Copy link

Fixes #5300

This PR makes last modified date consider the last modified date files in its subdirectory.
Currently WIP, needs sorting of timestamps and testing.

@kevin-bates
Copy link
Member

hi @mikebeijen - this is still marked as WIP. This seems like a useful fix, do you know about how much is left to do?

@kevin-bates kevin-bates mentioned this pull request May 5, 2020
24 tasks
@kevin-bates
Copy link
Member

Hi @mikebeijen - it would be great to get this into NB 6.1 - for which momentum is mounting. Any chance you could get this out of WIP soon?

Comment on lines +506 to +508
console.log(len)
console.log(list)
console.log("********************************************************")
Copy link
Member

Choose a reason for hiding this comment

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

Left over comments?

Comment on lines +440 to +441
console.log("LIST CONTENTS BELOW")
console.log(this.contents.list_contents(that.notebook_path))
Copy link
Member

Choose a reason for hiding this comment

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

Left over comments?

@Zsailer
Copy link
Member

Zsailer commented May 15, 2020

It looks like this is still a ways from being ready. @mikebeijen, feel free to ping me when you're ready for review.

@blink1073 blink1073 added this to the 6.1 milestone May 15, 2020
@mikebeijen
Copy link
Author

It certainly is not ready yet. Likely, I will not have the time to work on it the upcoming time. So let's not count on this one. Will consider picking up the issue later.

@Zsailer
Copy link
Member

Zsailer commented May 15, 2020

Thanks, @mikebeijen. Feel free to ping me when you pick this back up. Notebook is likely going to freeze on features in the near future. I'll do my best to communicate here if that happens before you can work on this again.

@blink1073 blink1073 modified the milestones: 6.1, Backlog May 25, 2020
@Zsailer Zsailer changed the base branch from main to 6.4.x March 7, 2022 18:23
@jtpio
Copy link
Member

jtpio commented Aug 1, 2023

Just checked with Notebook 7 / JupyterLab and they seem to be considering files in subdirectories correctly:

subdirectory-file-changed.mp4

Closing as fixed, and also because the classic notebook UI has now moved to https://github.com/jupyter/nbclassic.

If you think this would still be relevant to be available in the classic notebook UI provided by nbclassic please open an issue or PR on this repo: https://github.com/jupyter/nbclassic. Thanks!

@jtpio jtpio closed this Aug 1, 2023
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Aug 1, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

last modified sorting does not consider files in a sub directory
5 participants