Improvements to RSS feed widget like caching #31

Merged
ZugBahnHof merged 10 commits from 2-caching-of-feed-data into master 2020-03-28 21:14:11 +01:00
ZugBahnHof commented 2020-03-20 16:21:26 +01:00 (Migrated from edugit.org)

Closes #2

Closes #2
ZugBahnHof commented 2020-03-20 16:21:27 +01:00 (Migrated from edugit.org)

changed milestone to %"2.0a2"

changed milestone to %"2.0a2"
debdolph commented 2020-03-20 16:23:07 +01:00 (Migrated from edugit.org)

mentioned in merge request AlekSIS!214

mentioned in merge request AlekSIS!214
ZugBahnHof commented 2020-03-20 16:48:29 +01:00 (Migrated from edugit.org)

added 1 commit

  • 0534f85e - Remove django-bleach from dashboardfeeds app

Compare with previous version

added 1 commit <ul><li>0534f85e - Remove django-bleach from dashboardfeeds app</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-App-DashboardFeeds/-/merge_requests/6/diffs?diff_id=1459&start_sha=04c449bdb7a2207fbe098bd2c6254042d51e460e)
debdolph commented 2020-03-20 17:33:32 +01:00 (Migrated from edugit.org)

assigned to @nik

assigned to @nik
debdolph commented 2020-03-20 17:36:58 +01:00 (Migrated from edugit.org)

added 6 commits

  • 0534f85e...b4cf1e8e - 5 commits from branch master
  • aa124c20 - Merge branch 'master' into 2-caching-of-feed-data

Compare with previous version

added 6 commits <ul><li>0534f85e...b4cf1e8e - 5 commits from branch <code>master</code></li><li>aa124c20 - Merge branch &#39;master&#39; into 2-caching-of-feed-data</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-App-DashboardFeeds/-/merge_requests/6/diffs?diff_id=1462&start_sha=0534f85e00e75132afa7fb9277365f51d99834ab)
hansegucker commented 2020-03-25 11:03:02 +01:00 (Migrated from edugit.org)

If you write "remove", than remove, please.

If you write "remove", than remove, please.
hansegucker commented 2020-03-25 11:04:18 +01:00 (Migrated from edugit.org)

changed title from {-Resolve "Caching of feed data"-} to {+Improvements to RSS feed widget like caching+}

changed title from **{-Resolve "Caching of feed data"-}** to **{+Improvements to RSS feed widget like caching+}**
nik commented 2020-03-28 19:49:58 +01:00 (Migrated from edugit.org)

Please adher to import order:

  1. stdlib
  2. Django
  3. Third-party
  4. Other AlekSIS apps or core
  5. Relative imports from own app
Please adher to import order: 1. stdlib 2. Django 3. Third-party 4. Other AlekSIS apps or core 5. Relative imports from own app
ZugBahnHof commented 2020-03-28 20:52:11 +01:00 (Migrated from edugit.org)

added 1 commit

  • 052ab9cc - Add celery task to retrieve feeds

Compare with previous version

added 1 commit <ul><li>052ab9cc - Add celery task to retrieve feeds</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-App-DashboardFeeds/-/merge_requests/6/diffs?diff_id=1539&start_sha=aa124c20aa8013c94a61e3c9cb2fc45a51780515)
ZugBahnHof commented 2020-03-28 20:53:02 +01:00 (Migrated from edugit.org)

added 1 commit

  • 302783bf - Remove django-bleach from dashboardfeeds app

Compare with previous version

added 1 commit <ul><li>302783bf - Remove django-bleach from dashboardfeeds app</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-App-DashboardFeeds/-/merge_requests/6/diffs?diff_id=1540&start_sha=052ab9cc436ec6bb20b262f7cd6762ea90cb2d30)
ZugBahnHof commented 2020-03-28 20:57:28 +01:00 (Migrated from edugit.org)

added 1 commit

Compare with previous version

added 1 commit <ul><li>d2fe619a - Reorder imports in models.py</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-App-DashboardFeeds/-/merge_requests/6/diffs?diff_id=1541&start_sha=302783bf9ff5a60d3cbdbb09882984d1105bc6aa)
ZugBahnHof commented 2020-03-28 20:58:43 +01:00 (Migrated from edugit.org)

changed this line in version 7 of the diff

changed this line in [version 7 of the diff](/AlekSIS/official/AlekSIS-App-DashboardFeeds/-/merge_requests/6/diffs?diff_id=1542&start_sha=d2fe619abbc199e43ab96015fb3efbe5fb49293f#a94cf2a730f4b88def6e913563ab0f12519dff49_12_14)
ZugBahnHof commented 2020-03-28 20:58:43 +01:00 (Migrated from edugit.org)

added 1 commit

Compare with previous version

added 1 commit <ul><li>795bf0e6 - Reorder imports in models.py</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-App-DashboardFeeds/-/merge_requests/6/diffs?diff_id=1542&start_sha=d2fe619abbc199e43ab96015fb3efbe5fb49293f)
nik commented 2020-03-28 21:07:28 +01:00 (Migrated from edugit.org)

Separate import sections with a blank line.


from aleksis.core.util.core_helpers import celery_optional
Separate import sections with a blank line. ```suggestion:-0+0 from aleksis.core.util.core_helpers import celery_optional ```
nik commented 2020-03-28 21:09:44 +01:00 (Migrated from edugit.org)

added 1 commit

Compare with previous version

added 1 commit <ul><li>1efb06cd - Reorder imports</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-App-DashboardFeeds/-/merge_requests/6/diffs?diff_id=1543&start_sha=795bf0e6948b9caf8f516037e4db31e8f70354d2)
nik commented 2020-03-28 21:10:23 +01:00 (Migrated from edugit.org)

added 1 commit

  • dd12a6ef - Apply suggestion to aleksis/apps/dashboardfeeds/tasks.py

Compare with previous version

added 1 commit <ul><li>dd12a6ef - Apply suggestion to aleksis/apps/dashboardfeeds/tasks.py</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-App-DashboardFeeds/-/merge_requests/6/diffs?diff_id=1544&start_sha=1efb06cdb47203d9b0cb37e193fd27bc35fbd6b8)
nik commented 2020-03-28 21:14:11 +01:00 (Migrated from edugit.org)

mentioned in commit 01b9f7a2df

mentioned in commit 01b9f7a2df980d966f439f44ace000ed54358b49
nik commented 2020-03-28 21:14:11 +01:00 (Migrated from edugit.org)

merged

merged
Sign in to join this conversation.
No reviewers
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
aleksis/AlekSIS-App-DashboardFeeds!31
No description provided.