-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #133 from slovensko-digital/ECO-253/update_upvs_da…
…taset_source ECO-253 Update fetching UPVS datasets
- Loading branch information
Showing
13 changed files
with
38 additions
and
180 deletions.
There are no files selected for viewing
6 changes: 4 additions & 2 deletions
6
app/jobs/upvs/fetch_public_authority_active_edesks_list_job.rb
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
27 changes: 0 additions & 27 deletions
27
app/jobs/upvs/find_public_authority_active_edesk_list_job.rb
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,16 @@ | ||
namespace :upvs do | ||
desc 'Sync all public authority eDesks' | ||
task 'public_authority_edesks:sync' => :environment do | ||
Upvs::FindPublicAuthorityEdeskListJob.perform_later | ||
Upvs::FetchPublicAuthorityEdesksListJob.perform_later | ||
end | ||
|
||
desc 'Sync public authority eDesks' | ||
task 'public_authority_active_edesks:sync' => :environment do | ||
Upvs::FindPublicAuthorityActiveEdeskListJob.perform_later | ||
Upvs::FetchPublicAuthorityActiveEdesksListJob.perform_later | ||
end | ||
|
||
desc 'Sync services with forms list' | ||
task 'services_with_forms:sync' => :environment do | ||
Upvs::FindServicesWithFormsListJob.perform_later | ||
Upvs::FetchServicesWithFormsListJob.perform_later | ||
end | ||
end |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
23 changes: 0 additions & 23 deletions
23
spec/jobs/upvs/find_public_authority_active_edesk_list_job_spec.rb
This file was deleted.
Oops, something went wrong.
23 changes: 0 additions & 23 deletions
23
spec/jobs/upvs/find_public_authority_edesk_list_job_spec.rb
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.