[ARVADOS] updated: 30c1cff48b0cb14e28a8b5d77b78029997c8521a
git at public.curoverse.com
git at public.curoverse.com
Thu Jul 31 17:05:14 EDT 2014
Summary of changes:
doc/user/reference/api-tokens.html.textile.liquid | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
via 30c1cff48b0cb14e28a8b5d77b78029997c8521a (commit)
via 0a8e8fd2fbefe1630b99725b1ca1f17ab424f556 (commit)
via 5e3197461ae340eeabb41f459fddd14861d91e7d (commit)
from d1d80a45ac9092c3da1aeda3b43e911569765041 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
commit 30c1cff48b0cb14e28a8b5d77b78029997c8521a
Author: radhika <radhika at curoverse.com>
Date: Thu Jul 31 16:48:25 2014 -0400
3193: one more minor doc update
diff --git a/doc/user/reference/api-tokens.html.textile.liquid b/doc/user/reference/api-tokens.html.textile.liquid
index 54df059..5cecd51 100644
--- a/doc/user/reference/api-tokens.html.textile.liquid
+++ b/doc/user/reference/api-tokens.html.textile.liquid
@@ -14,10 +14,9 @@ Click on the link with your _email address_ in the upper right corner to access
h2. Setting the environment
-For your convenience, the "Manage account" page on Workbench provides the "Current Token" panel that includes a command you may copy and paste directly into the shell. It will look something like this:
+For your convenience, the "Manage account" page on Workbench provides the "Current Token" panel that includes a command you may copy and paste directly into the shell. It will look something as the following.
-bc. Paste the following lines at a shell prompt to set up the necessary environment for Arvados SDKs to authenticate to your account, you at example.com
-HISTIGNORE=$HISTIGNORE:'export ARVADOS_API_TOKEN=*'
+bc. HISTIGNORE=$HISTIGNORE:'export ARVADOS_API_TOKEN=*'
export ARVADOS_API_TOKEN=2jv9346o396exampledonotuseexampledonotuseexes7j1ld
export ARVADOS_API_HOST={{ site.arvados_api_host }}
export ARVADOS_API_HOST_INSECURE=true
commit 0a8e8fd2fbefe1630b99725b1ca1f17ab424f556
Merge: 5e31974 d1d80a4
Author: radhika <radhika at curoverse.com>
Date: Thu Jul 31 16:41:46 2014 -0400
Merge branch '3193-manage-account' of git.curoverse.com:arvados into 3193-manage-account
commit 5e3197461ae340eeabb41f459fddd14861d91e7d
Author: radhika <radhika at curoverse.com>
Date: Thu Jul 31 16:34:31 2014 -0400
3193: add public key as tooltip to the fingerprint
diff --git a/apps/workbench/app/views/users/_manage_ssh_keys.html.erb b/apps/workbench/app/views/users/_manage_ssh_keys.html.erb
index a7d285a..1165ffa 100644
--- a/apps/workbench/app/views/users/_manage_ssh_keys.html.erb
+++ b/apps/workbench/app/views/users/_manage_ssh_keys.html.erb
@@ -30,7 +30,7 @@
<td style="word-break:break-all;">
<% if key[:public_key] && key[:public_key].size > 0 %>
<div>
- <%= SSHKey.fingerprint key[:public_key] %>
+ <span title="<%=key[:public_key]%>"> <%= SSHKey.fingerprint key[:public_key] %> </span>
</div>
<% else %>
<%= key[:public_key] %>
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list