Ted Blackman
1b27582e3a
ford-fusion: minor cleanup to +get-value
2020-04-17 02:23:19 -04:00
Ted Blackman
fdcc80b1e2
ford-fusion: use .baked.nub; fixes /mar/hoon dep cycle
2020-04-17 02:14:41 -04:00
Philip Monk
92f8fad85d
clay: write checkout-ankh and checkout-mime
2020-04-16 20:18:02 -07:00
Philip Monk
a479618a23
clay: add +get-changes
2020-04-16 14:05:43 -07:00
Ted Blackman
bc0238fb3a
ford-fusion: +test-strandio-lib
2020-04-16 16:58:45 -04:00
Ted Blackman
2c54934927
ford-fusion: test trivial file has no deps other than itself
2020-04-16 16:46:45 -04:00
Ted Blackman
c043f7872e
ford-fusion: test-cycle
2020-04-16 16:36:16 -04:00
Ted Blackman
af24318955
ford-fusion: check for cycles
2020-04-16 16:30:55 -04:00
Ted Blackman
3592b7e5bc
ford-fusion: minor +promote-ford cleanup
2020-04-16 16:09:02 -04:00
Ted Blackman
46ee902eaa
ford-fusion: hook up %cc scry to +get-cast
2020-04-16 15:00:03 -04:00
Ted Blackman
ea23be3973
ford-fusion: report syntax errors
2020-04-16 09:55:48 -04:00
Ted Blackman
241a7165d4
test: remove redundant helpers
2020-04-16 09:40:59 -04:00
Ted Blackman
95f27d4a7b
ford-fusion: +run-pact compiles
2020-04-16 09:38:34 -04:00
Ted Blackman
6e12f71789
ford-fusion: +validate-path, +cast-path
2020-04-16 09:28:14 -04:00
Ted Blackman
dcf2c0ec51
ford-fusion: +test-parse-fail
2020-04-16 09:08:18 -04:00
Ted Blackman
b285ebe407
test: +expect-yes, +expect-crash
2020-04-16 09:08:03 -04:00
Ted Blackman
5854162e74
ford-fusion: parse /?
2020-04-16 08:56:06 -04:00
Ted Blackman
35c39bf076
ford-fusion: +get-cast compiles, initial tests pass
2020-04-16 08:45:48 -04:00
Philip Monk
522a7fb933
clay: add -read to demonstrate live ford builds
2020-04-15 20:12:47 -07:00
Philip Monk
6441116e9f
clay: get-fit fix from ted
2020-04-15 19:55:41 -07:00
Philip Monk
311cf5329c
clay: integrate ford vase and mark without cache
2020-04-15 19:10:22 -07:00
Philip Monk
310f5d19ef
clay: add stubs for %a, %b, and %c cares
2020-04-15 17:47:45 -07:00
Philip Monk
d04191320a
clay: add +promote-ford
2020-04-15 16:24:48 -07:00
Philip Monk
0c2eddd39f
clay: add %meet strategy to -merge
2020-04-10 22:38:10 -07:00
Philip Monk
17fa15336f
clay: fix %init for -merge
2020-04-10 20:42:56 -07:00
Philip Monk
d70431a6b0
clay: add %cs for hash of yaki data
2020-03-27 20:45:32 -07:00
Philip Monk
3f2a7b08a5
clay: add -merge except meet/mate/meld
...
-merge will replace |merge so that. Once they reach feature parity and
%info is rewritten to forward to -commit, we can rip out about half of
clay.hoon
2020-03-25 20:54:19 -07:00
Philip Monk
4d013573e1
clay: print changes on commit
2020-03-24 17:24:19 -07:00
Philip Monk
51ff5b8d67
clay: connect |commit to %park
...
Can remove the old commit flow once existing usage of %info is ported to
%park.
2020-03-24 16:48:18 -07:00
Philip Monk
531630e93a
clay: add %park task and -commit
...
%park is a plumbing commit task. It guarantees completion in a single
event, so you have to do much of the work before calling it. -commit
is an example of how to do this.
2020-03-20 21:30:56 -07:00
Philip Monk
6b7a791054
clay: initial version of +up
2020-03-20 15:30:24 -07:00
Isaac Visintainer
83fc700d41
release: urbit-os-v1.0.4
2020-03-19 11:19:30 -07:00
ixv
b811506969
Merge pull request #2548 from urbit/mp/groups/delorted
...
groups: delete group members without shared metadata; delete groups
2020-03-19 10:54:42 -07:00
ixv
c410263c5b
Merge pull request #2559 from urbit/mp/publish/recompare
...
publish: sort inclusive of accented characters
2020-03-19 10:54:24 -07:00
Fang
65404276b8
Merge pull request #2557 from urbit/mp/chat/sidebar-nicks
...
chat: sidebar pulls nickname from associated group
2020-03-19 17:28:03 +01:00
Matilde Park
e9c2f47729
publish: sort inclusive of accented characters
...
Alphabetical and reverse alphabetical sort in the sidebar
now uses localeCompare instead of Unicode point comparison.
2020-03-19 12:12:58 -04:00
Matilde Park
c5d790410e
chat: sidebar pulls nickname from associated group
...
We were looking for the box in our contacts object, not the associated
group, so if you had a group and chat with the same name,
you'd see nicknames, but in no other situations. This commit rectifies
that by safely polling for the associated group of the chat.
2020-03-19 11:46:47 -04:00
Fang
bee7f67d45
Merge pull request #2518 from urbit/m/chat-hook-watch-nack
...
chat-hook: clear all subscriptions on watch-nack
2020-03-19 15:35:26 +01:00
Fang
a162ab0e73
chat-hook: handle watch-nack for /store wires too
...
Similar to /backlog wires, we want to emulate %remove behavior on-nack.
2020-03-19 15:32:40 +01:00
Fang
23e3399c05
Merge pull request #2543 from urbit/mp/link/contrib-count
...
link: restore contributor counts in sidebar
2020-03-19 13:59:27 +01:00
Jared Tobin
14ce3177aa
Merge branch 'mp/publish/new-button' ( #2549 )
...
* origin/mp/publish/new-button:
publish: prevent submission of empty notes
publish: add responsive width for new post button
Signed-off-by: Jared Tobin <jared@tlon.io>
2020-03-19 14:36:25 +04:00
Jared Tobin
7a7fe45677
Merge branch 'm/chat-groupify-extra' ( #2546 )
...
* origin/m/chat-groupify-extra:
chat-view: %delete even without association
frontend: apply ec6c2ed69
to link, publish, groups
chat fe: clarify copy
chat fe: support adding chat to existing group
chat fe: invite search with/out ships
chat-view: allow %groupify into existing group
chat-view: add docs for %create action
Signed-off-by: Jared Tobin <jared@tlon.io>
2020-03-19 14:35:59 +04:00
Jared Tobin
c5a1451ae8
Merge branch 'ixv/publish-post-height' ( #2544 )
...
* origin/ixv/publish-post-height:
publish: fix post textarea overflowing container in firefox
Signed-off-by: Jared Tobin <jared@tlon.io>
2020-03-19 14:34:46 +04:00
Jared Tobin
2b794da987
Merge branch 'philip/goad-force' ( #2539 )
...
* origin/philip/goad-force:
goad: run with %force on kernel change
Signed-off-by: Jared Tobin <jared@tlon.io>
2020-03-19 14:34:07 +04:00
Fang
d823448635
chat-view: %delete even without association
...
Previously, running %delete had a hard dependency on a (metadata-store)
association being present for the chat. If a remotely-hosted chat got
deleted, that would delete the association, preventing us from deleting
the chat for ourselves.
Now, we simply neglect to do related metadata deletions if no
association was present in the first place.
2020-03-19 01:33:33 +01:00
Fang
cc1c28fdec
frontend: apply ec6c2ed69
to link, publish, groups
2020-03-19 00:00:02 +01:00
Matilde Park
b86d6006a0
publish: prevent submission of empty notes
...
The onclick would fire regardless of disabled attr.
This commit adds a conditional check to the onclick's function.
2020-03-18 18:42:42 -04:00
Matilde Park
45b61f90e1
publish: add responsive width for new post button
2020-03-18 18:34:18 -04:00
Fang
143bae6190
chat fe: clarify copy
...
Also clarifies a comment, and removes unnecessary console.log calls.
2020-03-18 23:28:35 +01:00
ixv
8a0d342d8f
Merge pull request #2411 from urbit/bs/portable-urbit-atom
...
`urbit-atom` 32 bit and GHCJS support.
2020-03-18 15:16:10 -07:00