[arvados] updated: 2.1.0-2863-gee5443faa

git repository hosting git at public.arvados.org
Thu Aug 25 19:51:18 UTC 2022


Summary of changes:
 doc/api/permission-model.html.textile.liquid       |  2 ++
 services/api/app/models/group.rb                   |  2 +-
 services/api/app/models/user.rb                    | 26 ++++++++++------------
 .../migrate/20220726034131_write_via_all_users.rb  | 24 ++++++++++++++++++++
 services/api/db/structure.sql                      |  4 +---
 services/api/test/fixtures/links.yml               | 12 +++++-----
 .../functional/arvados/v1/users_controller_test.rb | 14 ++++++------
 services/api/test/helpers/users_test_helper.rb     | 15 ++++++-------
 services/api/test/integration/users_test.rb        | 12 +++++-----
 services/api/test/unit/user_test.rb                | 12 +++++-----
 10 files changed, 72 insertions(+), 51 deletions(-)
 create mode 100644 services/api/db/migrate/20220726034131_write_via_all_users.rb

       via  ee5443faad325b16047b9ad4cd588baf51e231fa (commit)
       via  42b74d7dfc9a3f49eef3af6fe3500acde2b9a6de (commit)
       via  e4c83a3ebe3b16c16f604b3b0968ce5600b7ab64 (commit)
       via  86a78a669f01d15ec8fa5da8a3dfa29f5ef28128 (commit)
      from  a699e7edea2e2a0384ff331c3f78a2e9ba8da294 (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 ee5443faad325b16047b9ad4cd588baf51e231fa
Merge: a699e7ede 42b74d7df
Author: Tom Clegg <tom at curii.com>
Date:   Thu Aug 25 15:50:14 2022 -0400

    Merge branch '19269-all-users-writable'
    
    fixes #19269
    
    Arvados-DCO-1.1-Signed-off-by: Tom Clegg <tom at curii.com>

diff --cc services/api/db/structure.sql
index 42fb8b3aa,525300833..825d5c72b
--- a/services/api/db/structure.sql
+++ b/services/api/db/structure.sql
@@@ -3186,6 -3181,6 +3184,6 @@@ INSERT INTO "schema_migrations" (versio
  ('20220303204419'),
  ('20220401153101'),
  ('20220505112900'),
+ ('20220726034131');
 -
 +('20220804133317');
  
- 

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


hooks/post-receive
-- 




More information about the arvados-commits mailing list