forked from XSEDE/Discovery_Manage-RDR
-
Notifications
You must be signed in to change notification settings - Fork 0
/
CHANGELOG
61 lines (45 loc) · 2.15 KB
/
CHANGELOG
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
v2.8.0 20241119 JP
- Load CiderOrganizations model if CIDER_ORGANIZATIONS_PATH is set
v2.7.0 20241105 JP
- Change CiderGroups pk to new group_id field, info_groupid becomes a normal index field
v2.6.2 20241101 JP
- Fix mapping of CiDeR features id to model feature_category_id
v2.6.1 20241101 JP
- Fix Warehouse_Features primary key bugs
v2.6.0 20241031 JP
- Load CiderFeatures model if CIDER_FEATURES_PATH is set
v2.5.0 20241030 JP
- Load new CiderGroups model from new API
- Use urlparse for source url parsing, unfortunately destination url uses non-standard scheme
- Compose last update and groups URLs by combining source URL configured CIDER_LAST_PATH, CIDER_GROUPS_PATH
- Make last update and groups optional if not configured with CIDER_LAST_PATH, CIDER_GROUPS_PATH
- Convert several functions to use urlparse urls rather than raw string urls
v2.4.1 20231208 JP
- Fix all the sbin/ scripts and files for to latest approach used in resource_v3
v2.4.0 20231208 JP
- Convert to new CiDeR resource response format with typed resources and no sub-resources
- Upgrade daemonaction(obsolete) and --once to latest approach used in resource_v3
- Convert stats to use Counter
- Remove some straggling XSEDE references
- Other small coding improvements
- Implement temporary CiDeR bug workaround where info_resourceid and info_sideid len > 40
Using parent values which are actually self references
v2.3.0 20230523 JP
- Remove hardcoded logging level
- Improved debug logging
v2.2.0 20230187 JP
- Process new online_service_resources
v2.1.2 20230217 JP
- Newer Operations_Warehouse_Django changes DJANGO_CONF to APP_CONFIG
v2.1.1 20221214 JP
- Fix affiliations: process each resource once with a comma separated list of affiliations
v2.1.0 20221213 JP
- Fix Processing topic description
- Merge affiliations into comma separated project_affiliation
2.0.0 20221018 JP
- Forked XSEDE router and modified for ACCESS
FROM Upstream XSEDE Router
tag-1.3-20220331 JP
- Implement the ability to load multiple affiliations, use library to parse url, bug fix(s)
tag-1.2-20210907 JP
- Switch to .objects.update_or_create for Drupal 3.0