~rahmadani/bzr-visualstudio/+git/trunk:release/2.2.0.14

Last commit made on 2017-05-12
Get this branch:
git clone -b release/2.2.0.14 https://git.launchpad.net/~rahmadani/bzr-visualstudio/+git/trunk

Branch merges

Branch information

Name:
release/2.2.0.14
Repository:
lp:~rahmadani/bzr-visualstudio/+git/trunk

Recent commits

7d4e254... by Steven Kirk <email address hidden>

Bump version to 2.2.0.14

63fd51c... by Jasmine Greenaway <email address hidden>

Merge pull request #960 from github/fixes/usagetracker-tick-bg-thread

Use Timer in usage tracker.

ea07d4f... by Jasmine Greenaway <email address hidden>

Merge pull request #982 from github/fixes/971-show-docs-in-github-repo-only

Show docs in GitHub repo only

4c29788... by Jasmine Greenaway <email address hidden>

check notification in RepoChanged instead

7176205... by Jasmine Greenaway <email address hidden>

hide welcome message when not visible

522c2c7... by Jasmine Greenaway <email address hidden>

update comment

a2d0236... by Jasmine Greenaway <email address hidden>

remove timer and move message logic to refresh method

4025d1e... by Jasmine Greenaway <email address hidden>

check if currently in a github repo.

a3803a6... by Jasmine Greenaway <email address hidden>

Merge pull request #979 from github/fixes/login-delay

Add a delay to the login process.

083d8a2... by Steven Kirk <email address hidden>

Add a delay to the login process.

We're getting a lot of reports of failed logins, and looking at the logs
it appears that using a token immediately after it's given out can fail.
Add a delay of 1s (I tried less but this seems to give the best results)
before reading `/user` after authorization.