drive:batch-db-operations

Last commit made on 2015-08-08
Get this branch:
git clone -b batch-db-operations https://git.launchpad.net/drive

Branch merges

Branch information

Name:
batch-db-operations
Repository:
lp:drive

Recent commits

c61f72c... by Emmanuel Odeke <email address hidden>

db: batch operations started

93c69c3... by Emmanuel Odeke <email address hidden>

pull: cleaned up goroutine rationer + verbose opt

+ Cleaned up the legacy goroutine rationer for pulls.
+ Added a verbose option for showing the current operation.

bae47eb... by Emmanuel Odeke <email address hidden>

sort: perform plain string comparison

The previous use of a collator was causing a lot of out memory
problems for folks on low powered devices. The old collator
actually was using an undefined language locale so seems
unnecessary.

a03f95b... by Emmanuel Odeke <email address hidden>

retryableErrorCheck: err assert to googleapi.Error to get statusCode

031a782... by Emmanuel Odeke <email address hidden>

DefaultMaxProcs now from NumCPU()

cded030... by Emmanuel Odeke <email address hidden>

retrier(expbackoff): fix err assert + add OAuthErr

+ Fixed up type assertion for error received during
retry error checks.
+ Added OAuthErr amongst errors to be checked for retry.

8a9f015... by Emmanuel Odeke <email address hidden>

Merge pull request #325 from canpolat/patch-4

README: Add memory precautions to Known Issues

4523e07... by eren

Add memory precautions to Known Issues

85f3a79... by Emmanuel Odeke <email address hidden>

Merge branch 'canpolat-patch-2'

7e93aeb... by eren

One /drive/ too many