GitHub Repositories is an open source Google Chrome Extension project. Check it out in the Google Chrome Web Store
User data is retrieved using the GitHub API V3 and OAuth2.
master
is the primary development branch.release
is the latest deployed version of the extension.
Release version numbers will follow the format:
<version>.<update>.<patch>
All source code is minified before being published to the Google Chrome Web Store.
- [GitHub API v3] (http://developer.github.com/v3/)
- jQuery (included)
- jQuery Timeago (included)
- HTML5 Storage (included)
- HTML5 Caching (included)
- Chrome Extension Socket (included)
- OAuth2 Chrome Extension (included)
- GitHub Notifier (included)
- Add CSS for private repositories
- User links added to repositories
- Show number of repositories in context switcher
- New copy notification
- New button classes (CSS)
- Changed sort time from "updated_at" to "pushed_at"
- Remove changed fork names from showing up in organization repos
- Added background page to handle long load request when popup is closed
- Smarter caching (Cache shows even when expired - triggers refresh)
- Append data to DOM as soon as retrieved from GitHub
- Improve instant search
- Update filtering
- Notifications
- Refactored source
- Added Google Analytics number to source (not worthy of an update - developer mistake)
- Update manifest description
- If not context is found it will fallback to the user account context
- Updated tooltip CSS and moved the copied tooltip to show under the url input box
- Can now get changed (name) forked organization repo parents
- Change context to be tracked by user ID rather than login
- Removed merge sort and binary search functions for context hunting (I know... overkill)
- Copy cloning links to clipboard automatically
- Add expand graphic to repository view
- Stop extension from lockup up when failing to get changed organization forked repos
- Context switching
- Public, Private, Watched, Organization, and Forked repos available
- Ability to download and get cloning links from extension
- Filter data results
- Instant search
- New settings menu
- Upgrade to GitHub API v3
- Access to private data using OAuth2
- New GUI for accessing data
- Original release
- Public access only