-
-
Notifications
You must be signed in to change notification settings - Fork 55
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
Update "Last Update (Timestamp)" Column Dynamically When Quota is Reached #127
Open
davisjk
wants to merge
24
commits into
Elijas:master
Choose a base branch
from
davisjk:add-days
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from 22 commits
Commits
Show all changes
24 commits
Select commit
Hold shift + click to select a range
edcc6e2
Create New AddDays Column
davisjk 76ff90d
Reorganize declarations
davisjk eb7c228
Undo minor change I decided not to use
davisjk c27050a
Undo a couple more things that accidentally got removed
davisjk 9040be6
umm
davisjk fe99ee6
Finished updating methods to find videos in channels and playlists ho…
davisjk 86e5094
Auto-formatted document cause whitespace was driving me crazy
davisjk 002d25c
Replace redundant code
davisjk dd1e0e5
Fixed exception I was seeing and also updated the last update timesta…
davisjk 6b296a2
Update README with new column info
davisjk 7a7757c
Fix an error with setting and updating dates from spreadsheet to do w…
davisjk 0506385
Decouple addTime and nextTimeDiff
davisjk 00a9cd6
Revert README updates in prep for removing "new" column
davisjk 82c4674
get rid of max days to add column and update getting video ids but st…
davisjk 09471ce
Fix minor errors with changing list of vid ids to list of vid snippets
davisjk fea2eb0
Fixing some more small errors with changing to a list of metadata
davisjk 1d5c346
handle exceeded quota more gracefully
davisjk 3c793b3
Removing error
davisjk 6c43a61
Code checking errors for exceeded quota wasn't parsing json correctly
davisjk b3ee38b
Add # and quota stuff to README
davisjk f92c916
Fix deleting duplicates and make deleting a little more optimized and…
davisjk 7ab65d2
Add note about deleting duplicates
davisjk 62e4fb4
Make markdown list indentation consistent so that it displays correctly
davisjk d78c20a
Merge branch 'master' into add-days
davisjk File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Might need a larger indent here, seems like it's resetting the ordered list count
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should be fixed now. Looks good there and I also noticed a couple other places it was misaligned