[ARVADOS] updated: 1.3.0-3210-g56524d5ff

Git user git at public.arvados.org
Tue Sep 22 20:33:21 UTC 2020


Summary of changes:
 .../app/controllers/application_controller.rb      |  2 +-
 doc/admin/upgrading.html.textile.liquid            |  5 ++++
 doc/api/methods/links.html.textile.liquid          | 22 ++++++++-------
 services/api/app/models/arvados_model.rb           |  7 ++++-
 services/api/app/models/database_seeds.rb          |  2 ++
 .../20200914203202_public_favorites_project.rb     | 23 +++++++++++++++
 services/api/db/structure.sql                      |  3 +-
 services/api/lib/current_api_client.rb             | 33 ++++++++++++++++++++++
 services/api/test/fixtures/groups.yml              |  7 +++++
 services/api/test/unit/permission_test.rb          | 20 +++++++++++++
 10 files changed, 111 insertions(+), 13 deletions(-)
 create mode 100644 services/api/db/migrate/20200914203202_public_favorites_project.rb

       via  56524d5ff75c38af0df5f9bc7852dec1ac756f3c (commit)
       via  dd3b2b4e0a38c715107ae0ce404b275f96cf25f6 (commit)
       via  7499f61a2912cfdb1a316808fafa6e6ee77ee2e0 (commit)
       via  a13547aec78a75da2174e083f6015280787cd597 (commit)
       via  7e358c01226d55a44ca7b6224f9c33c38510572b (commit)
       via  3c893d29ad7a9acda0c25b47fd0c9ba5a4a5193a (commit)
      from  e97a5d828bdf7cb9626d72efd94d3bcf718a18c9 (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 56524d5ff75c38af0df5f9bc7852dec1ac756f3c
Merge: e97a5d828 dd3b2b4e0
Author: Peter Amstutz <peter.amstutz at curii.com>
Date:   Tue Sep 22 16:32:54 2020 -0400

    Merge branch '16811-public-favs' refs #16811
    
    Arvados-DCO-1.1-Signed-off-by: Peter Amstutz <peter.amstutz at curii.com>


commit dd3b2b4e0a38c715107ae0ce404b275f96cf25f6
Author: Peter Amstutz <peter.amstutz at curii.com>
Date:   Tue Sep 22 16:31:42 2020 -0400

    16811: Make note about public favorites migration
    
    Also add recommendation to back up database before upgrading.
    
    Arvados-DCO-1.1-Signed-off-by: Peter Amstutz <peter.amstutz at curii.com>

diff --git a/doc/admin/upgrading.html.textile.liquid b/doc/admin/upgrading.html.textile.liquid
index c6b415e4f..1eb2468c3 100644
--- a/doc/admin/upgrading.html.textile.liquid
+++ b/doc/admin/upgrading.html.textile.liquid
@@ -16,6 +16,7 @@ h2. General process
 
 # Consult upgrade notes below to see if any manual configuration updates are necessary.
 # Wait for the cluster to be idle and stop Arvados services.
+# Make a backup of your database, as a precaution.
 # Install new packages using @apt-get upgrade@ or @yum upgrade at .
 # Wait for package installation scripts as they perform any necessary data migrations.
 # Restart Arvados services.
@@ -91,6 +92,10 @@ for uuid in $(arv link list --filters '[["link_class", "=", "permission"], ["tai
 done
 </pre>
 
+h4. "Public favorites" moved to their own project
+
+As a side effect of new permission system constraints, "star" links (indicating shortcuts in Workbench) that were previously owned by "All users" (which is now a "role" and cannot own things) will be migrated to a new system project called "Public favorites" which is readable by the "Anonymous users" role.
+
 h2(#v2_0_0). v2.0.0 (2020-02-07)
 
 "Upgrading from 1.4":#v1_4_1

commit 7499f61a2912cfdb1a316808fafa6e6ee77ee2e0
Merge: a13547aec e97a5d828
Author: Peter Amstutz <peter.amstutz at curii.com>
Date:   Tue Sep 22 15:57:34 2020 -0400

    Merge branch 'master' into 16811-public-favs
    
    Arvados-DCO-1.1-Signed-off-by: Peter Amstutz <peter.amstutz at curii.com>


-----------------------------------------------------------------------


hooks/post-receive
-- 




More information about the arvados-commits mailing list