The Teamboard: Difference between revisions

From diaspora* project wiki
(Created page with "This page is proposed to be used to have the summarized status of contributors present work. == Contributors == === Senya === ==== Issues in work ==== - Account backup/migrati...")
 
Line 2: Line 2:
== Contributors ==
== Contributors ==
=== Senya ===
=== Senya ===
==== Issues in work ====
==== Issues in hand ====
- Account backup/migration ([https://github.com/diaspora/diaspora/issues/908 #908])
- Account backup/migration ([https://github.com/diaspora/diaspora/issues/908 #908])


Line 8: Line 8:


- Federation behavior testing
- Federation behavior testing
==== Maintainers' reaction required ====
==== Maintainers' reaction required ====
- Don't include wrong shareable types in scopes ([https://github.com/diaspora/diaspora/pull/6812 #6812])
- Don't include wrong shareable types in scopes ([https://github.com/diaspora/diaspora/pull/6812 #6812])

Revision as of 17:04, 18 May 2016

This page is proposed to be used to have the summarized status of contributors present work.

Contributors

Senya

Issues in hand

- Account backup/migration (#908)

- Mentions in comments (#1851)

- Federation behavior testing

Maintainers' reaction required

- Don't include wrong shareable types in scopes (#6812)

- Extend the generated fixtures set and refactor AccountDeletion (#6783)

- Update the user data export archive format. (#6726)

Account backup/migration plan

1) Get the "Account migration model/message and local user rename feature" (#6750) merged.

2) Implement the archive manual import

3) Implement automatic backup of the archive to other pods

Mentions in comments

I started this work in #6818. It must be decided, whether it worth doing anything about the issue before the new federation code gets integrated or not.

Federation behavior testing

I started this project in order to make federation testing possible in a reproducible way and as close as possible to the real pod data exchange. This package includes rake tasks that deploy a number of test pods basing on diaspora-replica and LXC. Then it communicates with the pods using JSON requests with the diaspora-api gem and perform actions which imply data exchange using the federation routines. This tool may help in debugging federation refactorings, new features development, regression testings against new and old code. I was provided with a server and I'm now going to deploy the software using the buildbot as a CI system.