Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fork Reva #10945

Open
1 of 20 tasks
kobergj opened this issue Jan 30, 2025 · 3 comments
Open
1 of 20 tasks

Fork Reva #10945

kobergj opened this issue Jan 30, 2025 · 3 comments
Labels
Type:Story User Story

Comments

@kobergj
Copy link
Collaborator

kobergj commented Jan 30, 2025

Description

We are currently using a sub branch in the cs3org for reva. This is suboptimal. We do not have control over the source as the cs3org could delete our branch at any time. We need to fork reva to the owncloud org to have full control over the code.

User Stories

  • As a developer, I want to have control over code I wrote myself so that I can quickly improve and maintain it.

Value

This will help maintaining and improving ocis drastically

Acceptance Criteria

  • A fork of the cs3org/reva exists in the owncloud organization (@DeepDiver1975 has permissions to create it)
  • Update the current owncloud/reva fork to newest version of cs3org/reva edge branch
  • The default branch is called main and is protected
  • The owncloud fork must NOT import anything from cs3org/reva (imports/scripts need to be adjusted)
  • There are no mentions/imports of cs3org/reva anywhere in owncloud/reva.
  • Ocis imports the owncloud fork instead of the cs3org original everywhere
  • There are no mentions/imports of cs3org/reva anywhere in owncloud/ocis.

Definition of ready

  • Everybody needs to understand the value written in the user story
  • Acceptance criteria have to be defined
  • All dependencies of the user story need to be identified
  • Feature should be seen from an end user perspective
  • Story has to be estimated
  • Story points need to be less than 20

Definition of done

  • Functional requirements
    • Functionality described in the user story works
    • Acceptance criteria are fulfilled
  • Quality
    • Code review happened
    • CI is green (that includes new and existing automated tests)
    • Critical code received unit tests by the developer
  • Non-functional requirements
    • No sonar cloud issues
  • Configuration changes
    • The next branch of the ocis charts is compatible
@kobergj kobergj added the Type:Story User Story label Jan 30, 2025
@kobergj kobergj mentioned this issue Jan 30, 2025
21 tasks
@DeepDiver1975
Copy link
Member

fork already exists: https://github.com/owncloud/reva - but 4yo

@phil-davis
Copy link
Contributor

Also need to consider what CI to run and set that up.
I suppose, at least at first, run the drone pipelines in the existing .drone.star and they will run on the ownCloud drone CI systems (not on the cs3org drone server).
Will need to check references to branch names in .drone.star and other related files.

@DeepDiver1975
Copy link
Member

Also need to consider what CI to run and set that up.
I suppose, at least at first, run the drone pipelines in the existing .drone.star and they will run on the ownCloud drone CI systems (not on the cs3org drone server).
Will need to check references to branch names in .drone.star and other related files.

FYI: drone is active on the fork

@kobergj kobergj moved this from Qualification to Backlog in Infinite Scale Team Board Feb 5, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type:Story User Story
Projects
Status: Backlog
Development

No branches or pull requests

3 participants