Commit Graph

15468 Commits

Author SHA1 Message Date
Jared Tobin
9f371aff66
Merge branch 'pkova/cookie-change' (#1667)
* pkova/cookie-change:
  eyre: make auth cookie live for one week

Signed-off-by: Jared Tobin <jared@tlon.io>
2019-08-28 19:20:08 -02:30
Jared Tobin
123a523eeb
Merge branch 'mp-gulp-rename' (#1675)
* mp-gulp-rename:
  Interface: Add "clean 'renamed' files" gulp task

Signed-off-by: Jared Tobin <jared@tlon.io>
2019-08-28 18:52:33 -02:30
Jared Tobin
d5799e20fd
Merge pull request #1660 from pkova/master
Update sidebar most recent message timestamp every minute
2019-08-28 18:23:31 -02:30
Jared Tobin
31674675e4
Merge branch 'origin/chat-style' (#1623)
* origin/chat-style:
  Added another round of changes
  Broke out functions, inlined more of the app, fewer declarations, more subject modifications rather than subject additions
  Added more changes.
  Updated to remove some of the =/  with the old style, and a few other small changes
  Added fixes to chat style as per Mark's comments

Signed-off-by: Jared Tobin <jared@tlon.io>
2019-08-28 18:09:41 -02:30
Logan Allen
dafec48b36 Added another round of changes 2019-08-28 13:35:36 -07:00
pkova
1a64774011 chat: update sidebar timestamp every minute 2019-08-28 22:47:29 +03:00
Logan Allen
3ae8e55e48 Broke out functions, inlined more of the app, fewer declarations, more subject modifications rather than subject additions 2019-08-28 12:41:25 -07:00
Logan Allen
5052227ee7 Added more changes. 2019-08-28 12:41:25 -07:00
Logan Allen
7dfd796e95 Updated to remove some of the =/ with the old style, and a few other small changes 2019-08-28 12:41:25 -07:00
Logan Allen
19b71d02b4 Added fixes to chat style as per Mark's comments 2019-08-28 12:41:25 -07:00
pkova
814ac7a4f9 eyre: make auth cookie live for one week 2019-08-28 22:40:20 +03:00
Matilde Park
0643d600b6 contributing / interface: 'confirm' -> 'apply' 2019-08-28 14:05:07 -04:00
Matilde Park
52cccd4851 Interface: Add "clean 'renamed' files" gulp task
gulp.rename just copies files, leaving the original.
For minified files, this was navigated by not
tracking the -min.js files in git. However, when
deploying OTA, the -min.js files are still deployed
to all ships. This commit adds 'del' package,
and a task to clean up the -min files when done
for all current Landscape applications.
2019-08-28 13:39:42 -04:00
Jared Tobin
dd4dcb5f95
contributing: s/urbit/Urbit
'Urbit' refers to the project/product/platform, whereas 'urbit' refers
to an individual ship or instance.  This corrects some old, incorrect
lower-case usage.
2019-08-28 13:40:50 -02:30
Jared Tobin
fa25ffe8ee
Merge branch 'origin/jt-contributing' 2019-08-28 13:34:12 -02:30
Jared Tobin
1853311347
contributing: text fixup
'clear' is preferred to "clear, obvious" here.
2019-08-28 13:31:38 -02:30
Jared Tobin
e68f4a12cd
contributing: remove labelling discussion
In general contributors can't add labels to issues, so this section was
incorrect.
2019-08-28 13:30:50 -02:30
Matilde Park
d557c13dcd contributing: adds userspace information, links
We had no information on contributing to Landscape.
Now we do. Tried to ensure it follows voice and
line break standards.
2019-08-28 12:00:04 -04:00
Jared Tobin
7d8b7435c5
contributing: add hoon style guide link 2019-08-28 13:29:50 -02:30
Jared Tobin
4dbb224abb
contributing: improve description.. description
This factors the finer details out of the broad description spec, moving
them into the next paragraph.
2019-08-28 13:21:22 -02:30
Jared Tobin
9ce01da050
contributing: add 'issues' section
Replaces "what to work on" with a section that describes how we track
issues, as well as guidelines for submitting them.
2019-08-28 12:50:09 -02:30
Jared Tobin
fd1f710b83
contributing: add mailing list info to intro 2019-08-28 12:49:03 -02:30
Jared Tobin
e7c6c2f668
contributing: update kernel & pills section
Removes information about our deprecated pill caching framework.
2019-08-28 12:30:35 -02:30
Jared Tobin
8f9af91d66
contributing: touch up code style section
Suggests contributors mimic recent Hoon code, rather than only %ford in
particular.
2019-08-28 12:30:35 -02:30
Jared Tobin
2132f13d29
contributing: add git/release info
Revamps the "Git practice" section to make it less of a git and GitHub
tutorial and more of a guide of expected contribution style.  In
particular, it answers the questions of:

* what tree contributors should branch from
* how to submit contributions
* how to structure commits
* how to format commit descriptions
* what contributions are considered acceptable
* what our expectations are around committing pills

Additionally, adds a "Releases" section that describes how we go about
making and deploying releases.
2019-08-28 12:30:35 -02:30
Joe Bryan
b2a7e8c30d term: rewrites spinner, renders on main loop 2019-08-27 23:14:40 -07:00
Joe Bryan
15c7c6c11c term: minor refactoring of write patterns 2019-08-27 23:12:04 -07:00
Jared Tobin
052903a4ee
Merge remote-tracking branch 'origin/mp-chat-leave' (#1637)
* origin/mp-chat-leave:
  Leave copy + root route copy
2019-08-27 19:48:44 -02:30
Jared Tobin
b8d1dc9220
gall: fix issue id in comment
The comment was pointing at the wrong GitHub issue.
2019-08-27 14:10:11 -02:30
Jared Tobin
858928460c
pills: update solid 2019-08-27 13:12:19 -02:30
Philip Monk
4e62ce2905
gall: handle foreign coup success 2019-08-27 10:00:08 -02:30
Philip Monk
3e6625d20f
gall: only print peek bad result if bad 2019-08-27 09:59:56 -02:30
Jared Tobin
fa64a8092a
Merge branch 'philip/autocommit' (#1662)
* philip/autocommit:
  kiln: add autocommit
2019-08-27 09:18:36 -02:30
Jared Tobin
2a802b5a30
Merge branch 'philip/fastboot' (#1663)
* philip/fastboot:
  dill, helm: add lite boot option with -l
2019-08-27 08:00:49 -02:30
Philip Monk
a25b082e04
dill, helm: add lite boot option with -l 2019-08-26 11:04:24 -07:00
Jared Tobin
c96ee9d7d7
Merge pull request #1661 from urbit/philip/fast-clay
zuse: make of-wain:format use linear space (or "Make commits fast")
2019-08-25 21:27:13 -02:30
Philip Monk
4958dc506d
kiln: add autocommit 2019-08-25 02:11:02 -07:00
Philip Monk
e2f18afe0a
zuse: make of-wain:format use linear space 2019-08-24 22:50:36 -07:00
Jared Tobin
de68c34ea5
Merge branch 'mp-chat-444sigil'
* mp-chat-444sigil:
  Chat: Standardise sigil size and input line height
2019-08-24 08:50:09 -02:30
Jared Tobin
1076663018
Merge branch 'philip/jael-fix' 2019-08-24 08:31:25 -02:30
Jared Tobin
6a4030d44f
Merge pull request #1657 from urbit/philip/slog-colors
Add colors for priority printfs
2019-08-24 07:47:58 -02:30
Jared Tobin
adb397883c
Merge pull request #1642 from urbit/mp-chat-sidebar
Chat: Fix "join channel" route rendering
2019-08-24 07:46:52 -02:30
Philip Monk
754fd98b7f
pier.c: add colors for priority printfs 2019-08-23 19:34:57 -07:00
Matilde Park
7cb600dc6a Chat: Fix join channel's route render 2019-08-23 15:42:10 -04:00
Jared Tobin
164bba60fa
Merge pull request #1635 from urbit/chat-pending
Chat: Display pending messages
2019-08-23 15:55:35 -02:30
Jared Tobin
f1ff251f4d
pills: update solid, ivory 2019-08-23 14:41:16 -02:30
Jared Tobin
ce98dc8811
gall: add basic test harness 2019-08-23 14:16:57 -02:30
Jared Tobin
03ba0fd404
Merge pull request #1650 from urbit/jt-update-pills
pills: update solid, brass, ivory
2019-08-23 14:15:48 -02:30
Philip Monk
ec9eedd50f
ph: clean up card structures 2019-08-22 15:33:52 -07:00
Philip Monk
b22b616160
jael: fix tests 2019-08-22 15:03:48 -07:00