Commit Graph

15656 Commits

Author SHA1 Message Date
Fang
c0d07fa14a
chat-cli: Clean up code
Renames, refactors, and occasionally rewrites many of the arms used
within the application. Splits +sh into +sh-in and +sh-out, improves
naming for rendering cores, moves arms around for better organization,
and adds descriptions to all arms.
2019-10-07 16:31:10 +02:00
Fang
7911061dab
chat-cli: Make more fully-featured
Brings it largely up to parity with Talk, save for features relating to:
- presence & nicknames
- circle management (permissions, sources)
- deprecated message types

In addition to implementing remaining functionality for basic usage
patterns, makes the following changes:
- glyphs per target, not multiple targets
- assume /~ship/path paths are created/used by the chat-hook

Code cleanup pending.
2019-10-07 16:09:22 +02:00
Fang
07454e2327
apps: Add WIP chat-cli 2019-10-07 16:09:14 +02:00
Jared Tobin
f9fc56a227
mailmap: add .mailmap file [ci skip]
The .mailmap file is used by git-shortlog when creating summaries of
commits for releases, etc.  Contributors who use multiple email
addresses (e.g. jared@tlon.io, jared@jtobin.io) or who would like their
name formatted in a particular manner (e.g. 'Jared Tobin' instead of
'jtobin') can add entries to .mailmap to unify their commits under a
single heading.

To initialise the file, I've added enough entries to ensure there are no
duplicate authors when running 'git shortlog --since="1 year ago"'.
2019-10-07 16:54:31 +04:00
Jared Tobin
95bb70967f pills: update solid (#1) 2019-10-07 10:51:21 +03:00
Jared Tobin
c3a69d683b
Merge branch 'container-image-tags' (#1800)
* container-image-tags:
  build: Trimming build target from container image tag

Signed-off-by: Jared Tobin <jared@tlon.io>
2019-10-07 09:34:26 +04:00
pkova
a019c2079e eyre: add channel \n heartbeat every 20 seconds 2019-10-07 03:11:11 +03:00
Brendan Hay
55e6533e68
build: Trimming build target from container image tag 2019-10-06 10:44:02 -07:00
Jared Tobin
9e3b960194
contributing: fix awkward language [ci skip]
This is more of an OCD fix than anything, but technically the canonical
source tree is not located 'in' the master branch; it *is* the master
branch.
2019-10-06 19:03:26 +04:00
Jared Tobin
64a20fd700
contributing: add notes on describing contributions [ci skip]
Adds a couple of blurbs on how to describe contributions to the git
practice 'contributing' section.
2019-10-06 18:57:47 +04:00
Jared Tobin
20462d1529 pills: update solid 2019-10-06 12:09:54 +02:00
yosoyubik
84ebe8bf37 tests: unit tests for +in (set) 2019-10-06 12:00:53 +02:00
yosoyubik
764615b587 tests: unit tests for +to (queue) 2019-10-06 12:00:53 +02:00
yosoyubik
9d0e0c7827 tests: unit tests for +by (map) 2019-10-06 12:00:53 +02:00
yosoyubik
30a4496a87 tests: unit tests for +differ (diff/merge) 2019-10-06 12:00:53 +02:00
yosoyubik
7ed0a938e2 hoon: fix for +uno/uni (#1779) set/map union 2019-10-06 12:00:53 +02:00
yosoyubik
b55149af55 hoon: fix for +apt:to (#1778) queue correctness 2019-10-06 12:00:48 +02:00
Jared Tobin
18f55bb5f8
Merge branch 'tank-priorities' (#1797)
* tank-priorities:
  vere: Wrap tank dump priority escape codes with terminal check

Signed-off-by: Jared Tobin <jared@tlon.io>
2019-10-06 09:22:57 +04:00
Jared Tobin
b85936ee5c
Merge branch 'container-image-tags' (#1798)
* container-image-tags:
  build: Tag container images with git branch/sha build information

Signed-off-by: Jared Tobin <jared@tlon.io>
2019-10-05 22:32:33 +04:00
Brendan Hay
7070650bf6
build: Tag container images with git branch/sha build information 2019-10-05 11:16:59 -07:00
Brendan Hay
4dc1ec8874
vere: Wrap tank dump priority escape codes with terminal check 2019-10-05 11:04:58 -07:00
Jared Tobin
8aeaf1610b
Merge branch 'behn-log-drip-fail' (#1795)
* behn-log-drip-fail:
  updates solid pill
  behn: print error on failed %drip
2019-10-05 16:28:20 +04:00
Jared Tobin
9ebe114c3b
Merge branch 'eyre-cookie' (#1794)
* eyre-cookie:
  eyre: changed cookie format

Signed-off-by: Jared Tobin <jared@tlon.io>
2019-10-05 16:14:46 +04:00
Joe Bryan
a282342558
Merge pull request #1793 from urbit/forkless-daemon
Add Option to Disable Terminal/TTY Assumptions
2019-10-04 15:29:37 -07:00
Isaac Visintainer
e9c639464b eyre: changed cookie format 2019-10-04 15:06:01 -07:00
Joe Bryan
a1db81cbc9 updates solid pill 2019-10-04 14:19:42 -07:00
Brendan Hay
db0b7acd13
Adding terminal guard around tty column/row calculations 2019-10-04 23:16:08 +02:00
Joe Bryan
f389e2b141
Merge pull request #1792 from urbit/image-pill
Bake Solid Pill Into Container Images
2019-10-04 14:10:37 -07:00
Brendan Hay
e8f133d532
Adding -T option to disable terminal/tty assumptions
Without incurring the fork() that -d/daemon mode implies.
2019-10-04 23:09:24 +02:00
Philip Monk
d202a4fb56 behn: print error on failed %drip 2019-10-04 14:05:52 -07:00
Joe Bryan
424b5d4c39
Merge pull request #1791 from urbit/rm-eth-snapshot-args
removes obsolete cli args for eth snapshots (-C and -E)
2019-10-04 14:01:13 -07:00
Joe Bryan
e6e402023c removes obsolete cli args for eth snapshots (-C and -E) 2019-10-04 13:32:56 -07:00
Brendan Hay
9fee1ffb12
Adding conditional gdb/coredump logging for debug images 2019-10-04 22:31:25 +02:00
Jared Tobin
b5fec5ef97
Merge branch 'update-pills' (#1789)
* update-pills:
  Update all pills and fix .gitignore.

Signed-off-by: Jared Tobin <jared@tlon.io>
2019-10-04 12:07:15 +04:00
Joe Bryan
57c2bc440f
Merge pull request #1788 from urbit/rename-fuzz-option
Remove Fuzz Testing Option
2019-10-03 15:10:14 -07:00
Elliot Glaysher
330faa3205 Update all pills and fix .gitignore.
The ivory pill had not been rolled after the last changes to zuse,
meaning that you could no longer boot a ship. Also fixes .gitignore
so as to not hide old build artifacts which could interfere with
picking up changes to the ivory pill.
2019-10-03 15:03:50 -07:00
Brendan Hay
0687d3e0fb
Removing unnecessary call to seed prng for fuzz testing 2019-10-03 23:18:00 +02:00
Logan Allen
39a5017254 chat: added old @ messages, now called %me messages 2019-10-03 13:33:07 -07:00
Brendan Hay
1609be8fcd
Removing -f (fuzz testing) option 2019-10-03 22:07:47 +02:00
Jared Tobin
8a54139a4f
Merge branch 'docker-image' (#1786)
* docker-image:
  Adding nix expressions to build/bake docker images

Signed-off-by: Jared Tobin <jared@tlon.io>
2019-10-03 22:57:44 +04:00
Brendan Hay
a312651e58
Adding nix expressions to build/bake docker images 2019-10-03 20:21:41 +02:00
Jared Tobin
8920bf0dc5
meta: update contributing section in arvo readme [ci skip]
The subtree in pkg/arvo apparently still has a README in it, which had
gotten only slightly out of sync with the overall project README.  This
commit updates its 'contributing' section to point at the appropriate
contributing document.
2019-10-03 14:39:14 +04:00
Logan Allen
e3b39f735f marks: moved hook action marks 2019-10-02 18:30:50 -07:00
Logan Allen
2625efd485 apps: updated style and added moon support 2019-10-02 18:30:50 -07:00
Logan Allen
8b74a674f3 chat-hook: updated to allow a simpler message send flow 2019-10-02 18:30:50 -07:00
Logan Allen
693b6f2b81 hood: added chat-store, hook, and view to startup 2019-10-02 18:30:50 -07:00
Logan Allen
0f5eea480d chat: added new JS files, deleted old chat.hoon 2019-10-02 18:30:41 -07:00
Jared Tobin
aa8baa367c
Merge branch 'trim-vanes' (#1782)
* trim-vanes:
  updates solid pill
  arvo: clear caches in response to (high) memory pressure
  gall: clear caches in response to memory pressure
  eyre: close channels in response to memory pressure
  ford: clear caches in response to memory pressure

Signed-off-by: Jared Tobin <jared@tlon.io>
2019-10-02 12:21:56 +04:00
Joe Bryan
f1804bdab5 updates solid pill 2019-10-01 15:22:07 -07:00
Joe Bryan
22ddd4aeb5 arvo: clear caches in response to (high) memory pressure 2019-10-01 15:04:13 -07:00