Wishlist for 1.0 #103

Open
opened 2021-07-12 18:27:01 +00:00 by jfowl · 26 comments
jfowl commented 2021-07-12 18:27:01 +00:00 (Migrated from gitlab.com)

What I want to have before 1.0 comes out

This is mostly stuff I would like to try to work on, but stealing work and feedback is welcome.

CI-Stuff

Manual testing is cumbersome, time consuming and possbily faulty. Test should therefor be done by the CI.

  • Tests
    • Romeo and Juliet benchmark (maybe flamegraphed?)
    • Registering (!128) and logging in with Element Web works
    • Registering and logging in with FluffyChat Web works
    • mtxclient (Nheko's lib) works (Steal tests here, tests expect homeserver at localhost:8008)
    • Sytest (https://hub.docker.com/r/valkum/sytest-conduit) (!130)
    • Adjust Sytest blacklist
    • Expose indicators to GitLab to catch regressions in MRs
  • Builds
    • Docker build and push to registry (!134)
    • Document docker
    • Multiarch docker builds (probably requires buildx and docker socket access)
    • Missing musl builds
    • Debian package's (important: arm version for raspberry pi)
    • Download-Script similar to sh.rustup.rs
  • Version/Update available checker (#227)
  • Statistics: How many users are running conduit at which version? (maybe combined with version checker?) (#227)

Docs and stuff

  • Docs cleanup (Maybe everything into docs/) (!301 !314 )
  • Issue templates for bug, feature request (!129)
# What I want to have before 1.0 comes out _This is mostly stuff I would like to try to work on, but stealing work and feedback is welcome._ ## CI-Stuff Manual testing is cumbersome, time consuming and possbily faulty. Test should therefor be done by the CI. - Tests - [ ] Romeo and Juliet benchmark (maybe flamegraphed?) - [ ] Registering (!128) and logging in with Element Web works - [ ] Registering and logging in with FluffyChat Web works - [ ] mtxclient (Nheko's lib) works ([Steal tests here](https://nheko.im/nheko-reborn/mtxclient/-/pipelines/1345/test_report), tests expect homeserver at localhost:8008) - [x] Sytest (https://hub.docker.com/r/valkum/sytest-conduit) (!130) - [ ] Adjust Sytest blacklist - [ ] Expose indicators to GitLab to catch regressions in MRs - Builds - [x] Docker build and push to registry (!134) - [ ] Document docker - [x] Multiarch docker builds (probably requires buildx and docker socket access) - [x] Missing musl builds - [ ] Debian package's (important: arm version for raspberry pi) - [ ] Download-Script similar to sh.rustup.rs - [x] Version/Update available checker (#227) - [ ] Statistics: How many users are running conduit at which version? (maybe combined with version checker?) (#227) ## Docs and stuff - [ ] Docs cleanup (Maybe everything into docs/) (!301 !314 ) - [x] Issue templates for bug, feature request (!129)
timokoesters commented 2021-07-12 18:28:14 +00:00 (Migrated from gitlab.com)

assigned to @jfowl

assigned to @jfowl
jfowl commented 2021-07-12 18:35:43 +00:00 (Migrated from gitlab.com)

changed the description

changed the description
jfowl commented 2021-07-12 19:28:44 +00:00 (Migrated from gitlab.com)

changed the description

changed the description
jfowl commented 2021-07-17 10:42:56 +00:00 (Migrated from gitlab.com)

changed the description

changed the description
jfowl commented 2021-07-17 19:11:20 +00:00 (Migrated from gitlab.com)

changed the description

changed the description
jfowl commented 2021-07-18 15:48:29 +00:00 (Migrated from gitlab.com)

mentioned in merge request !130

mentioned in merge request !130
jfowl commented 2021-07-18 15:53:21 +00:00 (Migrated from gitlab.com)

changed the description

changed the description
jfowl commented 2021-07-18 22:28:01 +00:00 (Migrated from gitlab.com)

changed the description

changed the description
jfowl commented 2021-07-19 08:34:57 +00:00 (Migrated from gitlab.com)

marked the checklist item Issue templates for bug, feature request (!129) as completed

marked the checklist item **Issue templates for bug, feature request (!129)** as completed
jfowl commented 2021-07-19 08:50:00 +00:00 (Migrated from gitlab.com)

marked the checklist item Sytest (https://hub.docker.com/r/valkum/sytest-conduit) (!130) as completed

marked the checklist item **Sytest (https://hub.docker.com/r/valkum/sytest-conduit) (!130)** as completed
jfowl commented 2021-07-19 19:07:56 +00:00 (Migrated from gitlab.com)

changed the description

changed the description
jfowl commented 2021-07-21 09:32:48 +00:00 (Migrated from gitlab.com)

marked the checklist item Missing musl builds as completed

marked the checklist item **Missing musl builds** as completed
jfowl commented 2021-07-21 22:34:06 +00:00 (Migrated from gitlab.com)

marked the checklist item Docker build and push to registry (!134) as completed

marked the checklist item **Docker build and push to registry (!134)** as completed
jfowl commented 2021-07-21 22:34:44 +00:00 (Migrated from gitlab.com)

changed the description

changed the description
jfowl commented 2021-07-27 11:39:30 +00:00 (Migrated from gitlab.com)

Binary size can be decreased significantly with full optimizations:

  • 34 MB (16 codegen units, thin lto)
  • 25.9 MB (1 codegen unit, "fat" lto)

We should consider using these settings for real releases

Tested with x86_64-unknown-linux-musl

Binary size can be decreased significantly with full optimizations: - 34 MB (16 codegen units, thin lto) - 25.9 MB (1 codegen unit, "fat" lto) We should consider using these settings for real releases _Tested with x86_64-unknown-linux-musl_
jfowl commented 2021-08-23 20:31:49 +00:00 (Migrated from gitlab.com)

mentioned in issue #127

mentioned in issue #127
poVoq commented 2021-09-02 10:38:51 +00:00 (Migrated from gitlab.com)

Support for: https://matrix-org.github.io/synapse/latest/admin_api/purge_history_api.html

Or some other way to delete history and free disk-space would be really good to have.

Support for: https://matrix-org.github.io/synapse/latest/admin_api/purge_history_api.html Or some other way to delete history and free disk-space would be really good to have.
jfowl commented 2021-09-02 13:20:47 +00:00 (Migrated from gitlab.com)

mentioned in issue #145

mentioned in issue #145
jfowl commented 2021-11-16 14:18:40 +00:00 (Migrated from gitlab.com)

mentioned in merge request !225

mentioned in merge request !225
jfowl commented 2021-12-15 19:24:35 +00:00 (Migrated from gitlab.com)

marked the checklist item Multiarch docker builds (probably requires buildx and docker socket access) as completed

marked the checklist item **Multiarch docker builds (probably requires buildx and docker socket access)** as completed
jfowl commented 2022-01-22 12:55:04 +00:00 (Migrated from gitlab.com)

changed the description

changed the description
jfowl commented 2022-01-22 13:21:32 +00:00 (Migrated from gitlab.com)

marked this issue as related to #215

marked this issue as related to #215
jfowl commented 2022-02-20 09:49:35 +00:00 (Migrated from gitlab.com)

changed the description

changed the description
Thatoo commented 2023-08-14 16:31:52 +00:00 (Migrated from gitlab.com)
* [ ] Handle [Purge Remote Media API](https://matrix-org.github.io/synapse/latest/admin_api/media_admin_api.html#purge-remote-media-api) and [Delete local media](https://matrix-org.github.io/synapse/latest/admin_api/media_admin_api.html#delete-local-media) through command in the admin room. * [ ] [LDAP support](https://gitlab.com/famedly/conduit/-/issues/154 "Support LDAP authentication") * [ ] [SSO and OIDC support](https://gitlab.com/famedly/conduit/-/issues/134 "Support SSO and OpenID Connect authentication") * [ ] [Add more commands to admin room](https://gitlab.com/famedly/conduit/-/issues/12 "Add more commands to admin room") * [ ] [And more documentation about admin-room](https://gitlab.com/famedly/conduit/-/issues/122)
ninjadev64 commented 2024-02-29 09:21:32 +00:00 (Migrated from gitlab.com)

Some of the checklist items on here can be checked off (such as "Document docker" and "Debian packages").

Some of the checklist items on here can be checked off (such as "Document docker" and "Debian packages").
timokoesters commented 2024-02-29 09:23:14 +00:00 (Migrated from gitlab.com)

marked the checklist item Version/Update available checker (#227) as completed

marked the checklist item **Version/Update available checker (#227)** as completed
Sign in to join this conversation.
No labels
Android
CS::needs customer feedback
CS::needs follow up
CS::needs on prem installation
CS::waiting
Chrome
Design:: Ready
Design:: in progress
Design::UX
E2EE
Edge
Firefox
GDPR
Iteration 13 IM
Linux
MacOS
Need::Discussion
Need::Steps to reproduce
Need::Upstream fix
Needs:: Planning
Needs::Dev-Team
Needs::More information
Needs::Priority
Needs::Product
Needs::Refinement
Needs::Severity
Priority::1-Critical
Priority::2-Max
Priority::3-Impending
Priority::4-High
Priority::5-Medium
Priority::6-Low
Priority::7-None
Progress::Backlog
Progress::Review
Progress::Started
Progress::Testing
Progress::Triage
Progress::Waiting
Reporter::Sentry
Safari
Target::Community
Target::Customer
Target::Internal
Target::PoC
Target::Security
Team:Customer-Success
Team:Design
Team:Infrastructure
Team:Instant-Messaging
Team:Product
Team:Workflows
Type::Bug
Type::Design
Type::Documentation
Type::Feature
Type::Improvement
Type::Support
Type::Tests
Windows
blocked
blocked-by-spec
cla-signed
conduit
contribution::advanced
contribution::easy
contribution::help needed
from::review
iOS
p::ti-tenant
performance
product::triage
proposal
refactor
release-blocker
s: dart_openapi_codegen
s::Famedly-Patient
s::Org-Directory
s::Passport-Generator
s::Requeuest
s:CRM
s:Famedly-App
s:Famedly-Web
s:Fhiroxide
s:Fhiroxide-cli
s:Fhiroxide-client
s:Fhirs
s:Hedwig
s:LISA
s:Matrix-Dart-SDK
s:Role-Manager
s:Synapse
s:User-Directory
s:WFS-Matrix
s:Workflow Engine
s:dtls
s:famedly-error
s:fcm-shared-isolate
s:matrix-api-lite
s:multiple-tab-detector
s:native-imaging
severity::1
severity::2
severity::3
severity::4
technical-debt
voip
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: Matthias/conduit#103
No description provided.