[ARVADOS] updated: 2.1.0-1662-ge6769d205

Git user git at public.arvados.org
Thu Nov 18 20:01:23 UTC 2021


Summary of changes:
 doc/admin/upgrading.html.textile.liquid            |   4 +
 lib/controller/auth_test.go                        |   2 +-
 lib/controller/cmd.go                              |   4 +-
 lib/controller/dblock/dblock.go                    | 101 +++++++++++++++
 lib/controller/federation/conn.go                  |   4 +
 lib/controller/federation_test.go                  |   2 +-
 lib/controller/handler.go                          |   9 +-
 lib/controller/handler_test.go                     |  39 +++++-
 lib/controller/rpc/conn.go                         |   7 ++
 lib/controller/server_test.go                      |  19 +--
 lib/controller/trash.go                            |  33 +++++
 sdk/go/arvados/api.go                              |   2 +
 sdk/go/arvados/client.go                           |   2 +
 sdk/go/arvadostest/api.go                          |   4 +
 sdk/go/arvadostest/api_test.go                     |  10 ++
 .../controllers/arvados/v1/schema_controller.rb    |  21 ++++
 .../controllers/sys_controller.rb}                 |  77 +++++-------
 services/api/app/models/collection.rb              |   6 -
 services/api/config/routes.rb                      |   2 +
 .../api/test/functional/sys_controller_test.rb     | 135 +++++++++++++++++++++
 services/api/test/integration/errors_test.rb       |   2 +-
 .../api/test/unit/api_client_authorization_test.rb |   7 --
 services/api/test/unit/collection_test.rb          |  55 ---------
 services/api/test/unit/group_test.rb               |  44 -------
 24 files changed, 407 insertions(+), 184 deletions(-)
 create mode 100644 lib/controller/dblock/dblock.go
 create mode 100644 lib/controller/trash.go
 create mode 100644 sdk/go/arvadostest/api_test.go
 rename services/api/{lib/sweep_trashed_objects.rb => app/controllers/sys_controller.rb} (55%)
 create mode 100644 services/api/test/functional/sys_controller_test.rb

       via  e6769d20505e2c8c74b2d7e3f9c2f33f2a2db092 (commit)
       via  5e7bfcf5cd8b1450e01e4f129bebde8456c814f7 (commit)
       via  8a33f7899da36343e687febb63678d90e83b7d63 (commit)
       via  a2d44a516ca802e3b648313e8de268ddc1492341 (commit)
       via  eafbd28d0a866807471951e133a8132dbdfa9cfc (commit)
       via  3134405ebc155a8a51738b7c6d0d4be348c65087 (commit)
       via  69c08bb019277b158fc2f568b7de7483caa2875d (commit)
       via  cd595132cceecb3ab12af7731f643f3662af54dd (commit)
       via  aa3d4030686f5db784dcaf2d7f28225eb98c4267 (commit)
       via  63c38a33171c1811c8f46895ecd2f68a9dbce701 (commit)
       via  f23f5689eac6354eb9567c91f2ff8586e2118e92 (commit)
       via  fdf081b663b91c1d0af669e0224e67a47b8497a3 (commit)
       via  685db28b50225cde7dbb03aa2275f7a165d888a3 (commit)
      from  0f42105b1b59d1b5da764f34e6eb6a1137d7e1cb (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 e6769d20505e2c8c74b2d7e3f9c2f33f2a2db092
Merge: 0f42105b1 5e7bfcf5c
Author: Tom Clegg <tom at curii.com>
Date:   Thu Nov 18 15:01:06 2021 -0500

    Merge branch '18339-sweep-trash-lock'
    
    fixes #18339
    
    Arvados-DCO-1.1-Signed-off-by: Tom Clegg <tom at curii.com>


commit 5e7bfcf5cd8b1450e01e4f129bebde8456c814f7
Author: Tom Clegg <tom at curii.com>
Date:   Thu Nov 18 15:00:19 2021 -0500

    18339: Tweak upgrade note.
    
    Arvados-DCO-1.1-Signed-off-by: Tom Clegg <tom at curii.com>

diff --git a/doc/admin/upgrading.html.textile.liquid b/doc/admin/upgrading.html.textile.liquid
index a39499bab..1302bdf42 100644
--- a/doc/admin/upgrading.html.textile.liquid
+++ b/doc/admin/upgrading.html.textile.liquid
@@ -41,7 +41,7 @@ h2(#main). development main (as of 2021-11-10)
 
 h3. Previously trashed role groups will be deleted
 
-Due to a bug in previous versions, the @DELETE@ operation on a role group caused the group to be flagged as trash in the database, but continue to grant permissions regardless. After upgrading, any role groups that had been trashed this way will be deleted. This might surprise some users if they were relying on permissions that were still in effect due to this bug. Future @DELETE@ operations on a role group will delete the group immediately.
+Due to a bug in previous versions, the @DELETE@ operation on a role group caused the group to be flagged as trash in the database, but continue to grant permissions regardless. After upgrading, any role groups that had been trashed this way will be deleted. This might surprise some users if they were relying on permissions that were still in effect due to this bug. Future @DELETE@ operations on a role group will immediately delete the group and revoke the associated permissions.
 
 h3. Users are visible to other users by default
 

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


hooks/post-receive
-- 




More information about the arvados-commits mailing list