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

Feature/weos 1125 - As a developer I should be able to delete a field from a content type #86

Merged
merged 22 commits into from
Feb 14, 2022

Conversation

atoniaw
Copy link
Contributor

@atoniaw atoniaw commented Feb 8, 2022

  • Please check if the PR fulfills these requirements
  • The commit message follows our guidelines
  • Tests for the changes have been added (for bug fixes / features)
  • Docs have been added / updated (for bug fixes / features)
  • What kind of change does this PR introduce? (Bug fix, feature, docs update, ...)
    * Allows a user to soft remove a database column
    * Allows a user to remove a database column using x-remove
    * Allows user to remove a primary key field (sqlite only)

  • What is the current behavior? (You can also link to an open issue here)

  • What is the new behavior (if this is a feature change)?

  • Does this PR introduce a breaking change? (What changes might users need to make in their application due to this PR?)

  • Other information:

@atoniaw atoniaw changed the title Feature/weos 1125 Feature/weos 1125 - As a developer I should be able to delete a field from a content type Feb 8, 2022
WEOS:1328 uncommented projections test
@atoniaw atoniaw marked this pull request as ready for review February 8, 2022 15:11
Copy link
Contributor

@akeemphilbert akeemphilbert left a comment

Choose a reason for hiding this comment

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

Remove tests.db and tasks.db and update gitignore

controllers/rest/middleware_initialize.go Outdated Show resolved Hide resolved
projections/gorm.go Outdated Show resolved Hide resolved
projections/gorm.go Outdated Show resolved Hide resolved
Copy link

@Aidan-E Aidan-E left a comment

Choose a reason for hiding this comment

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

"id" field is not displayed when creating a blog.

atoniaw and others added 4 commits February 9, 2022 11:44
removed sending swagger schema into the migrate function
fixed bug in content_entity toMap function that omits added id
used constants for database modifiers in the swagger file
updated gitignore
feat:Weos 1309 Removed swagger schema parameter from projections migrate
atoniaw and others added 3 commits February 10, 2022 13:22
Weos 1288 - Make 404 error if user inputs 0 when viewing item by sequence number
akeemphilbert
akeemphilbert previously approved these changes Feb 11, 2022
akeemphilbert
akeemphilbert previously approved these changes Feb 14, 2022
Aidan-E
Aidan-E previously approved these changes Feb 14, 2022
@akeemphilbert akeemphilbert merged commit aab0c90 into dev Feb 14, 2022
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.

5 participants