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

[Merged by Bors] - feat: add refresh-jobs schemas (CV3-710) #471

Closed
wants to merge 4 commits into from

Conversation

abuyak-vf
Copy link
Contributor

@abuyak-vf abuyak-vf commented Dec 8, 2023

Brief description. What is this change?

Add new collection refresh-jobs and add new fields to projects - refreshRates and lastSuccessUpdate

Implementation details. How do you make this change?

Add new collection: refresh-jobs

List of fields needed to store information in this table:

  • projectID - value from project
  • documentID - value from project
  • workspaceID - value from project
  • checksum - ******is a value derived from the digital data of a file or message, generated using a specific algorithm.
  • refreshRate - field for storing information about the document update frequency, possible values here are: daily, weekly, monthly, never.
  • executeAt - datetime object when need to run update next time.

Add new fields to collection: projects

  • refreshRate - field for storing information about the document update frequency, possible values here are: daily, weekly, monthly, never.
  • lastSuccessUpdate - time of the last successful document update.

@abuyak-vf abuyak-vf self-assigned this Dec 8, 2023
packages/base-types/src/models/refreshJob.ts Outdated Show resolved Hide resolved
packages/base-types/src/models/project/knowledgeBase.ts Outdated Show resolved Hide resolved
Copy link

sonarqubecloud bot commented Dec 8, 2023

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

@abuyak-vf
Copy link
Contributor Author

bors r+

bors-vf bot pushed a commit that referenced this pull request Dec 8, 2023
### Brief description. What is this change?

Add new collection `refresh-jobs` and add new fields to `projects` - `refreshRates` and `lastSuccessUpdate `
@bors-vf
Copy link

bors-vf bot commented Dec 8, 2023

Pull request successfully merged into master.

Build succeeded:

@bors-vf bors-vf bot changed the title feat: add refresh-jobs schemas (CV3-710) [Merged by Bors] - feat: add refresh-jobs schemas (CV3-710) Dec 8, 2023
@bors-vf bors-vf bot closed this Dec 8, 2023
@bors-vf bors-vf bot deleted the feat/add-refresh-job-schema/CV3-710 branch December 8, 2023 20:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants