[ARVADOS] updated: 1.3.0-2545-g89b2499da

Git user git at public.arvados.org
Wed May 13 21:16:23 UTC 2020


Summary of changes:
 .../api_client_authorizations_helper.rb => models/trashed_group.rb}     | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 copy services/api/app/{helpers/api_client_authorizations_helper.rb => models/trashed_group.rb} (72%)

       via  89b2499dadef0c9a44c852867e2774c16938a15f (commit)
      from  d87627e76bf804359fc5b7eccb6f4b5ced1ae820 (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 89b2499dadef0c9a44c852867e2774c16938a15f
Author: Peter Amstutz <peter.amstutz at curii.com>
Date:   Wed May 13 17:16:07 2020 -0400

    16007: Add TrashedGroup model
    
    Arvados-DCO-1.1-Signed-off-by: Peter Amstutz <peter.amstutz at curii.com>

diff --git a/services/api/app/models/trashed_group.rb b/services/api/app/models/trashed_group.rb
new file mode 100644
index 000000000..5c85946ba
--- /dev/null
+++ b/services/api/app/models/trashed_group.rb
@@ -0,0 +1,6 @@
+# Copyright (C) The Arvados Authors. All rights reserved.
+#
+# SPDX-License-Identifier: AGPL-3.0
+
+class TrashedGroup < ApplicationRecord
+end

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


hooks/post-receive
-- 




More information about the arvados-commits mailing list