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

Backup mitglieder export via sftp #554

Merged
merged 5 commits into from
Jun 13, 2024

Conversation

TheWalkingLeek
Copy link
Member

To test this locally (using the docker dev setup):

  1. Checkout https://github.com/hitobito/development/tree/feature/sac_272_sftp_service
  2. Adjust config/settings.yml
host: 'sftp'
user: 'hitobito'
password: 'hito42bito'
port: 22
  1. Execute the job using rails c
  2. Check results inside of sftp/ folder inside the development repo

@TheWalkingLeek TheWalkingLeek linked an issue May 17, 2024 that may be closed by this pull request
7 tasks
@TheWalkingLeek TheWalkingLeek force-pushed the feature/sac_272_export_sftp_upload branch 2 times, most recently from 29536b3 to 6798693 Compare May 17, 2024 10:39
Copy link
Contributor

@amaierhofer amaierhofer left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Die paar whitespaces sollten auf jedenfall raus. Ich fänds auch gut wenn wir den worker nicht so lange blockieren und das path handling noch ein bisschen vereinfacht werden würde.

app/jobs/export/backup_mitglieder_export_job.rb Outdated Show resolved Hide resolved
app/jobs/export/backup_mitglieder_export_job.rb Outdated Show resolved Hide resolved
app/domain/backup_mitglieder_export.rb Outdated Show resolved Hide resolved
spec/jobs/export/backup_mitglieder_export_job_spec.rb Outdated Show resolved Hide resolved
spec/jobs/export/backup_mitglieder_export_job_spec.rb Outdated Show resolved Hide resolved
spec/domain/sftp_spec.rb Outdated Show resolved Hide resolved
@TheWalkingLeek TheWalkingLeek force-pushed the feature/sac_272_export_sftp_upload branch 3 times, most recently from 95efdea to 1280137 Compare May 24, 2024 08:12
@amaierhofer amaierhofer force-pushed the feature/sac_272_export_sftp_upload branch from aacedce to 64bdcc4 Compare May 27, 2024 13:46
@TheWalkingLeek TheWalkingLeek force-pushed the feature/sac_272_export_sftp_upload branch from 64bdcc4 to 4a675bc Compare May 28, 2024 05:58
@daniel-illi daniel-illi force-pushed the master branch 2 times, most recently from a477c7c to 875e250 Compare June 12, 2024 12:09
@TheWalkingLeek TheWalkingLeek force-pushed the feature/sac_272_export_sftp_upload branch from 4a675bc to 0d8ec77 Compare June 13, 2024 06:04
@TheWalkingLeek TheWalkingLeek force-pushed the feature/sac_272_export_sftp_upload branch from 0d8ec77 to 4284ce2 Compare June 13, 2024 09:13
@TheWalkingLeek TheWalkingLeek merged commit 6be41bf into master Jun 13, 2024
7 of 9 checks passed
@TheWalkingLeek TheWalkingLeek deleted the feature/sac_272_export_sftp_upload branch June 13, 2024 11:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

EXPORT: Exports regelmässig auf SFTP hochladen
2 participants