Commit graph

35129 commits

Author SHA1 Message Date
Markus Olsson
f95624bd58 Update README.md 2016-06-15 19:19:55 +02:00
Markus Olsson
447c8666cf Add linter atom plugin recommendations 2016-06-15 19:16:25 +02:00
Markus Olsson
10e4ff4cb7 Document getting node-gyp working on Windows 2016-06-15 19:15:57 +02:00
Markus Olsson
14bee5e95d First take on getting started doc 2016-06-15 18:26:56 +02:00
Markus Olsson
ae0eed8403 First take on structure 2016-06-15 16:29:35 +02:00
Markus Olsson
1f6157fbe0 Revert "All static fields are public"
This reverts commit e5dbf3d7c0.
2016-06-15 15:26:11 +02:00
Markus Olsson
e5dbf3d7c0 All static fields are public
This conforms to what react is using in their es7 exaple
https://facebook.github.io/react/blog/2015/01/27/react-v0.13.0-beta-1.html#es7-property-initializers
2016-06-15 15:21:11 +02:00
Brendan Forster
421a27815d Merge pull request #42 from desktop/deploy
Speak some truth to Central
2016-06-15 20:24:10 +10:00
Markus Olsson
1da3d3c4b1 I don't _think_ this is necessary....? 2016-06-14 20:50:32 +02:00
Markus Olsson
d0012c86c1 📖 2016-06-14 20:34:42 +02:00
Markus Olsson
acd31b0373 📖 2016-06-14 20:22:47 +02:00
Markus Olsson
8e43ee098f Automatically download latest version of the sprites 2016-06-14 20:20:11 +02:00
Markus Olsson
89bc8aa37c Can't use semicolons any more 😢 2016-06-14 13:47:28 +02:00
Markus Olsson
d0b8b9bbad 🎨 2016-06-14 13:44:34 +02:00
Markus Olsson
cf266ee3ce Use single quotes in generated typescript to keep linter happy 2016-06-14 13:44:30 +02:00
Markus Olsson
570bd001a6 Make lint happy 2016-06-14 13:29:20 +02:00
Markus Olsson
6467c7aa23 Let's show an octicon next to the repo name for demo purpoises 2016-06-14 13:20:40 +02:00
Markus Olsson
a6e16c64c8 Expose the fork field of repositories 2016-06-14 13:20:18 +02:00
Markus Olsson
46432ee5f0 Merge remote-tracking branch 'origin/master' into octicons 2016-06-13 22:56:29 +02:00
Markus Olsson
4960acf859 Octicons should inherit ambient foreground color 2016-06-13 20:43:39 +02:00
Markus Olsson
ea66d054ec Demo it in the info view 2016-06-13 20:43:23 +02:00
Markus Olsson
07201fbb48 Use the new OcticonSymbol type for the component 2016-06-13 20:41:53 +02:00
Markus Olsson
1dbfc72386 Let's make it a self-containing type 2016-06-13 20:40:13 +02:00
Markus Olsson
ff9b537503 First round of generated octicons 2016-06-13 17:39:03 +02:00
Markus Olsson
2498ce0a13 I heard you liked xml...
Necessary for the octicons build script
2016-06-13 16:29:10 +02:00
Markus Olsson
e489a78866 Add an initial generate script for octicons
This will require you to have the sprite svg in the current working
directory. Awful, just awful
2016-06-13 16:28:16 +02:00
joshaber
a4b87b8300 Tell Central about the artifacts too. 2016-06-10 13:08:45 -04:00
joshaber
6fd04924f2 Travis bump 2016-06-10 13:03:44 -04:00
joshaber
0f2fddb0a1 Don't need the explicit return. 2016-06-10 12:52:57 -04:00
joshaber
15282f9ee1 Merge branch 'master' into deploy 2016-06-09 16:36:33 -04:00
joshaber
7fa91c16b3 We say context now. 2016-06-09 16:36:30 -04:00
joshaber
aeec7a9077 🔥 fsevents
It’s an optional dependency which can’t be installed on Windows, but
npm isn’t smart enough to not require it when it’s pinned
😞
2016-06-08 17:00:16 -04:00
Josh Abernathy
3adeb24973 Merge pull request #41 from desktop/shrinkwrap
Shrinkwrap
2016-06-08 15:53:50 -04:00
Josh Abernathy
9c8ffbe8a5 Merge pull request #37 from desktop/list-repos
List repos
2016-06-08 15:53:34 -04:00
joshaber
493446bf00 Stringify the JSON before calculating the HMAC. 2016-06-07 15:35:48 -04:00
joshaber
e1d2d95a25 Use node 6 2016-06-07 15:33:40 -04:00
Markus Olsson
2e31c6e5e1 First structure of an octicon component 2016-06-07 19:52:35 +02:00
joshaber
5c66d9be10 Return the promise 2016-06-07 12:43:59 -04:00
joshaber
e790758c32 Tell Central about the deployment. 2016-06-07 12:39:03 -04:00
joshaber
63113f8c63 Continue doing some stuff after uploading. 2016-06-07 12:38:43 -04:00
joshaber
2256d9f80f Log when we're not publishing. 2016-06-07 12:37:43 -04:00
joshaber
3ac7cc084c Merge branch 'master' into list-repos 2016-06-02 17:21:18 -04:00
joshaber
3674721246 Specify which node and npm we want. 2016-06-02 14:44:31 -04:00
joshaber
ac51b32a51 Shrink some wraps. 2016-06-02 14:43:42 -04:00
Josh Abernathy
fcedb6addc Merge pull request #40 from desktop/xplat-npm-commands
Cross platform command abstractions for npm
2016-06-02 09:49:04 -04:00
Markus Olsson
c7f8be5779 env is not a thing on windows
While npm has built in support for substituting env for SET it will only
do so if it's in the beginning of a command, not when chained. So once
again we resort to abstractions
2016-06-02 15:03:25 +02:00
Markus Olsson
f5e0a8334c rm is nat a thing on windows
All praise abstraction
2016-06-02 15:01:57 +02:00
Markus Olsson
ac59e1533f Merge pull request #38 from desktop/draggable-titlebar
Make the titlebar draggable on OS X.
2016-06-02 11:15:27 +02:00
Brendan Forster
035f268f94 Merge pull request #39 from desktop/avoid-type-cast
Avoid type cast
2016-06-02 10:47:13 +02:00
joshaber
97ae06130e Use a type guard to avoid doing a cast. 2016-06-01 16:42:20 -04:00