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

Release/v0.30.0 rc1 #1428

Merged
merged 26 commits into from
Feb 6, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
26 commits
Select commit Hold shift + click to select a range
308dba6
Added Filter fields dropdown and Show all button in add annotation po…
VarunReddy1111 Jan 26, 2024
1ac9d73
removed paranthesis around the array
VarunReddy1111 Jan 26, 2024
238d2b0
Merge pull request #1416 from alliance-genome/SCRUM-2756
VarunReddy1111 Jan 26, 2024
976b088
changing the position of the pop up page to always stay on top
VarunReddy1111 Jan 29, 2024
19cffd6
Merge branch 'alpha' into SCRUM-2756
VarunReddy1111 Jan 29, 2024
37f0d02
Merge pull request #1417 from alliance-genome/SCRUM-2756
VarunReddy1111 Jan 29, 2024
4ef4629
added internal field to the dropdown
VarunReddy1111 Jan 29, 2024
eb62751
Merge branch 'alpha' into SCRUM-2756
VarunReddy1111 Jan 29, 2024
7ee06df
Merge pull request #1419 from alliance-genome/SCRUM-2756
VarunReddy1111 Jan 29, 2024
76629af
Merge branch 'alpha' into gh-actions-mergeback-v0.29.0-rc1-alpha
actions-user Jan 29, 2024
8e23cb5
Changes in header
VarunReddy1111 Jan 31, 2024
5ac361c
Added Set MOD Defaults button
VarunReddy1111 Feb 2, 2024
7cbbfac
Merge pull request #1421 from alliance-genome/SCRUM-3665/SCRUM-2744
VarunReddy1111 Feb 3, 2024
54e2d9d
Merge branch 'alpha' into gh-actions-mergeback-v0.29.0-rc1-alpha
oblodgett Feb 4, 2024
ba14712
Merge pull request #1420 from alliance-genome/gh-actions-mergeback-v0…
oblodgett Feb 4, 2024
4a3abaf
update release notes
adamgibs Feb 5, 2024
bb49e9a
Merge pull request #1422 from alliance-genome/release/v0.29.0
adamgibs Feb 5, 2024
f8e8c26
Merge branch 'alpha' into gh-actions-mergeback-v0.29.0-alpha
actions-user Feb 5, 2024
e9ffec0
Merge pull request #1423 from alliance-genome/gh-actions-mergeback-v0…
adamgibs Feb 5, 2024
d252bf3
Changed the fields first alphabet to caps
VarunReddy1111 Feb 5, 2024
ea076ca
Merge branch 'alpha' into SCRUM-3665/SCRUM-2744
VarunReddy1111 Feb 5, 2024
059dd6d
Merge pull request #1425 from alliance-genome/fix_typos
VarunReddy1111 Feb 6, 2024
df331f6
SCRUM-2744 Changed mod default button name and Added XBStaff
VarunReddy1111 Feb 6, 2024
c8fe396
Merge pull request #1426 from alliance-genome/SCRUM-2744
VarunReddy1111 Feb 6, 2024
380e351
Updated defaults
oblodgett Feb 6, 2024
6d7d195
Merge pull request #1427 from alliance-genome/change_defaults
oblodgett Feb 6, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 19 additions & 0 deletions RELEASE-NOTES.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,25 @@

https://agr-jira.atlassian.net/wiki/spaces/ATEAM/overview

## v0.29.0
* New features
* Allele detail page: Visually emphasize field names/sections and visually demphasize 'Add' buttons (SCRUM-3343)
* Report Failed Loads table in Data Loads page UI (SCRUM-3440)
* Notify developers via Slack of failed curation system loads (SCRUM-3470)
* Provide "Saving in progress" indicator and inactivate interaction with page on allele detail pages (SCRUM-3536)
* Move "Add" buttons in Allele detail page to right of field names (in-line)(SCRUM-3551)
* Reduce empty space in disease annotations table to create a more compact representation (SCRUM-3564)
* Enable downloading of all exception messages for a given data load (SCRUM-2639)

* Fixes and maintenance
* Upgrade python version used in agr_db_backups (SCRUM-3094)
* FB constructs failing to load (SCRUM-3613)
* Fix failing Construct Association loads (SCRUM-3620)
* SGD Allele load failing with uninterpretable exception messages (SCRUM-3630)
* Attempting to display FB constructs with secondary IDs in Constructs table (on alpha) throws error (SCRUM-3631)
* RGD Allele load entries failing incorrectly (SCRUM-3633)
* Create Json View to Limit data from Disease Annotations (SCRUM-3588)

## v0.28.0-rc2
* Updates quarkus to version 3
* Fixes and maintenance
Expand Down
Loading
Loading