-
- Downloads
Allow project group links to be expired
Showing
- app/assets/javascripts/dispatcher.js 1 addition, 0 deletionsapp/assets/javascripts/dispatcher.js
- app/controllers/projects/group_links_controller.rb 3 additions, 1 deletionapp/controllers/projects/group_links_controller.rb
- app/helpers/members_helper.rb 0 additions, 4 deletionsapp/helpers/members_helper.rb
- app/models/concerns/expirable.rb 15 additions, 0 deletionsapp/models/concerns/expirable.rb
- app/models/member.rb 1 addition, 5 deletionsapp/models/member.rb
- app/models/project_group_link.rb 3 additions, 1 deletionapp/models/project_group_link.rb
- app/views/projects/group_links/index.html.haml 9 additions, 0 deletionsapp/views/projects/group_links/index.html.haml
- app/views/shared/members/_member.html.haml 1 addition, 1 deletionapp/views/shared/members/_member.html.haml
- app/workers/remove_expired_group_links_worker.rb 7 additions, 0 deletionsapp/workers/remove_expired_group_links_worker.rb
- config/initializers/1_settings.rb 3 additions, 0 deletionsconfig/initializers/1_settings.rb
- db/migrate/20160818205718_add_expires_at_to_project_group_links.rb 29 additions, 0 deletions...e/20160818205718_add_expires_at_to_project_group_links.rb
- db/schema.rb 2 additions, 1 deletiondb/schema.rb
- doc/workflow/share_projects_with_other_groups.md 10 additions, 8 deletionsdoc/workflow/share_projects_with_other_groups.md
- spec/features/projects/group_links_spec.rb 32 additions, 0 deletionsspec/features/projects/group_links_spec.rb
- spec/workers/remove_expired_group_links_worker_spec.rb 24 additions, 0 deletionsspec/workers/remove_expired_group_links_worker_spec.rb
- spec/workers/remove_expired_members_worker_spec.rb 4 additions, 4 deletionsspec/workers/remove_expired_members_worker_spec.rb
app/models/concerns/expirable.rb
0 → 100644
spec/features/projects/group_links_spec.rb
0 → 100644
Please register or sign in to comment