@smashwilson's updates

This commit is contained in:
Ash Wilson
2018-02-27 10:55:35 -05:00
committed by GitHub
parent 405eb5cf36
commit 7fdcf7399d

View File

@@ -3,6 +3,10 @@
- Atom IDE
- @atom/watcher
- GitHub Package
- Loads of [planning and process](https://github.com/atom/github/blob/master/docs/how-we-work.md)
- Recent commit history [RFC](https://github.com/atom/github/pull/1318) and [implementation](https://github.com/atom/github/pull/1322)
- Port another few components from Etch to React in preparation for :point_up:
- Wrestle with a few [flaky](https://github.com/atom/github/pull/1289) [tests](https://github.com/atom/github/pull/1320) to get our [build](https://github.com/atom/github/pull/1317) under control.
- Teletype
- Xray
- We finished off some up-front planning around Xray's support for real time collaboration.
@@ -12,7 +16,12 @@
- Atom IDE
- @atom/watcher
- Diagnose crashes and lockups on Atom launch
- GitHub Package
- Recent commit implementation: land a [read-only view of the most recent commits](https://github.com/atom/github/pull/1322).
- Port [CommitViewController and CommitView to React](https://github.com/atom/github/pull/1325).
- Write up `docs/vision` from meeting notes.
- Begin on ["remember me"](https://github.com/atom/github/issues/861) for the git credential helper.
- Teletype
- Tree-sitter
- Xray