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

Implements versioned files for sirius biz #202

Merged
merged 4 commits into from
Nov 12, 2018
Merged

Conversation

tbiScireum
Copy link
Contributor

Enables us to version e.g. javascript written jobs

  • Fixes: SE-4561

Enables us to version e.g. javascript written jobs
- Fixes: SE-4561
/**
* Entity holding meta information about a versioned file.
*/
@Explain("No need to override the equals method. Mapping and property can have the same name, this is sirius standard.")
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

check settings - this should be suppressed anyway

@tbiScireum tbiScireum requested a review from andyHa November 7, 2018 08:43
/**
* Entity holding meta information about a versioned file.
*/
public class VersionedFile extends SQLTenantAware {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

check via storage framework if active?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

done

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

still add a @framework(XXX) here so that the table isn't created if the framework isn't active.

also - shoudln't we move all this into a sub-package "versions" to not confuse it with VirtualObjectVersion(s)

this prevents the table from being created if the framwork is not active
@andyHa andyHa merged commit 9501212 into master Nov 12, 2018
@andyHa andyHa deleted the tbi/se4561-versioned-files branch November 12, 2018 15:55
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.

3 participants