OpenlyOne / openly-rails

"GitHub" for Google Drive [inactive]
https://www.open.ly/
GNU General Public License v3.0
21 stars 1 forks source link

Contributions Feature #289

Closed FinnWoelm closed 5 years ago

FinnWoelm commented 5 years ago

Implement a basic version of pull requests. Anyone who has view access to a project can create a contribution. A contribution is essentially an isolated workspace for that user to edit and modify copies of the original documents. The project team can then review the suggested changes and accept the contribution to apply the suggested changes to the original files in the project.

codecov-io commented 5 years ago

Codecov Report

Merging #289 into development will increase coverage by 0.04%. The diff coverage is 100%.

Impacted file tree graph

@@              Coverage Diff               @@
##           development    #289      +/-   ##
==============================================
+ Coverage        99.56%   99.6%   +0.04%     
==============================================
  Files              115     128      +13     
  Lines             2500    2798     +298     
==============================================
+ Hits              2489    2787     +298     
  Misses              11      11
Impacted Files Coverage Δ
app/dashboards/project_dashboard.rb 100% <ø> (ø) :arrow_up:
...pp/controllers/contributions/folders_controller.rb 100% <100%> (ø)
app/models/providers/google_drive/file_sync.rb 100% <100%> (ø) :arrow_up:
...pp/controllers/abstract/file_changes_controller.rb 100% <100%> (ø)
app/models/contribution.rb 100% <100%> (ø)
...pp/controllers/contributions/reviews_controller.rb 100% <100%> (ø)
app/models/ability.rb 100% <100%> (ø) :arrow_up:
app/models/vcs/operations/file_restore.rb 100% <100%> (ø) :arrow_up:
...controllers/contributions/file_infos_controller.rb 100% <100%> (ø)
app/controllers/abstract/file_infos_controller.rb 100% <100%> (ø)
... and 39 more

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update df36b3e...03c243c. Read the comment docs.