Skip to content

Releases: openedx/taxonomy-connector

Remove all the usages of old `course_id` field including the column definition in `CourseSkills` model.

16 Apr 06:17
ecf9a9b

Choose a tag to compare

Remove all the usages of old course_id field including the column definition in CourseSkills model.

Replace the usages of old `course_id` in `CourseSkills` with the new `course_key` field.

14 Apr 06:59
4846e10

Choose a tag to compare

Replace the usages of old course_id in CourseSkills with the new course_key field.

Added a new field named `course_key` in `CourseSkills` model to deprecate and replace the old `course_id` field in future.

12 Apr 07:25
9603ae0

Choose a tag to compare

Added a new field named course_key in CourseSkills model to deprecate and replace the old course_id field in future.

Handled edge cases in `refresh_course_skills` command.

12 Mar 06:58
7e602b7

Choose a tag to compare

Merge pull request #53 from edx/hammad/ENT-4202

ENT-4202 | Handled edge cases in `refresh_course_skills` command.

Updated logging

11 Mar 07:28
daed9c8

Choose a tag to compare

Merge pull request #52 from edx/hammad/ENT-4202

ENT-4202 | Updated logging.

Added --all param in refresh_course_skills command

10 Mar 09:55
86bca6f

Choose a tag to compare

added --all param to refresh_course_skills command to backup course_skills.

added management command `populate_job_names`

04 Mar 13:02
05bebeb

Choose a tag to compare

Merge pull request #49 from edx/hammad/ENT-4108

ENT-4108 | added management command `populate_job_names`

Added description field in Skill model

23 Feb 09:19
433b3ef

Choose a tag to compare

  • Added description field in Skill model and update the refresh_course_skill command to save skill description.
  • Pinning EMSI skills API version to 7.35

Updated refresh_job_skill and refresh_job_postings command

17 Feb 10:59
30bfe8e

Choose a tag to compare

  • Updated refresh_job_skill command to get jobs related only to skills that are in our system
  • Updated refresh_job_postings command to get job_posting only related to job we already have in our system.
  • Added constrains on the Job, Skill, JobPostings, CourseSkill and JobSkill table.
  • Added migration to remove all previous taxonomy data.
  • Added utility to chuck the queryset provided.

1.3.6

29 Jan 11:31

Choose a tag to compare

Remove caching from EMSI API client