-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathCHANGES.txt
84 lines (74 loc) · 2.74 KB
/
CHANGES.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
Changelog
=========
1.3
------------------
- changed list_datasets endpoint to /datasets
- Updated Kaminari and fixed pagination in dashboards
- Facet 'Workflow status' added to reviewer dashboard
- Method to add large files (> 2GB)
- Databank client library for ruby
- Added resque jobs
- to migrate dataset contents to databank
- to update status of record after it is published
- to register DOIs after publish
- Added new methods
- save, read and delete files in Dataset model
- check all access rights are defined
- check if doi registered
- check minimum metadata
- update_status in workflow model
- Added tests
- Article
- DatasetAgreement
- GenericFile
- DoiMethods
- BuildMetadata
- Embargo date validation
- If two files with the same name are uploaded, save with a modified filename
- Files served from Databank after they have been migrated
- New wokflow states - data migrated, system verified, DOI registered
- Added timeout for cud responses
- The file url is saved along with the silo name, dataset name and the filename in the datastream
- Mounted resque web, available to reviewers
- Added controller to monitor queues in redis (for non-oradeposit jobs)
- Labels and text messages in webui cutomized for articles
- Logic for edits allowed based on next workflow status being defined
- List of roles for data steward expanded further and a default value is selected
1.2
------------------
- Improve workflow and limits for file upload in forms and add help text
- Modify inheritance of javascript files
- Mint DOIs for Datasets and register once published
- Funder field is no longer mandatory
- Fix rdf model for publication activity
- Index and display published records in ORA
- Modify workflow and corresponding states for reviewing
- Display DOI's as hypertexts
- Updated helper text
- List of roles for data steward expanded
- Removed the form fill tracker
- Disambiguate user and admin file sizes
1.1
------------------
- Embargo options are displayed in archving section in form
- Enabled search
- Added sections to manage workflow and permissions in dataset form
- Added facets to list of publications and datasets
- Added new form for article review
- Published records pushed to redis queue
- Embargo options displayed in an accoridon on the record page
- Page redirects made based on user roles
- Cleaned up the data progress in forms
- Display of file embargo options in form improved
- Made improvements to reviewer dashboard
- Improved checks for mandatory fields
- Improved code sharing by adding commn classes to models
- Removed unused views
- Form user experience improved
1.0.1
------------------
- Replaced CUD IP with domain name
- Added sso ids to rolemap
1.0.0 - Unreleased
------------------
- Initial release