Skip to content

Releases: Ensembl/ensembl-production-services

Fix detailed status post copy

05 Aug 14:38
9d4a902
Compare
Choose a tag to compare

Fix bug when all the tables have been copied but that flush, optimize and other DBA's post processing are running

Fix wrong time display

05 Aug 09:37
9d4a902
Compare
Choose a tag to compare

Fix wrong time in copy db detail page, time was not BST

Fix display bugs

27 Jul 15:03
4dca8c1
Compare
Choose a tag to compare

Fixed display bug for job failures. Fixed status to match latest version from DBA. Re-instated the reset failed job button but only for superuser, the button now update the job status to 'Manually Launched by Production team' which will make sure that DBAs Rundeck will restart the job

Updated Css Display for db copy

07 Jul 14:56
1cdf84a
Compare
Choose a tag to compare
Merge pull request #93 from Ensembl/merge_master_stable

Merge master stable

db copy fix to match DBA changes

22 Jun 09:06
7daeeab
Compare
Choose a tag to compare

Removed the reset failed job button since DBA have 3 auto retry and notification on copy failures. Turned off Timezone as it's ingnoring British summer time

Fix copy status bug

12 Jun 16:00
1221f9b
Compare
Choose a tag to compare

Added support for the Creating Requests status in the db copy service

Copy service bug fixed and improvement

12 Jun 10:12
50647e9
Compare
Choose a tag to compare

Many bug fixes and improvement for the copy service:
Added search box on job list page
Added check that tgt_db_name match the number of items in src_incl_db
Make sure people do not try to rename a pattern on target server
Now ordering list view by request date. Added a resubmit job in job list and job detail.
Now ordering list view by request date. Added a resubmit job in job list and job detail.
Upgraded Django to 2.2.13. Added request_date to fixtures
Added info about tabled included or excluded from the copy. Added target host to the detail page
Added a search box in the detail page to allow filtering on target host, database name and table name
Updated model proterties to support new status introduced by DBA. Now if a copy is running date is set and status will be Processing Requests. If a copy fail, a new status is Try:3/3. 96/101 Transferred.
Added failure message if they exists when the copy fails
Now properly reporting submitted status if transfer is reset. Also fixed failure details to be displayed red
Fixed detail view table ordering to follow order of copy by DBA. Fixed issue with copy progress displaying wrong table
Re-enabled filtering web data per their db id.
Added refresh button

Bug fix copy job api

19 May 15:07
9c1be18
Compare
Choose a tag to compare

Restored job_id in the RequestJob detail serializer. As a result job_id was missing from the post.

Updated db_copy endpoints status

11 May 15:16
e41c8fe
Compare
Choose a tag to compare

Updated db_copy endpoints status to be more accurate and to match interface

Updates on copy service

21 Apr 16:08
402ac5d
Compare
Choose a tag to compare

Few updates and debugs