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

feat(#307): add more CRUD functions #321

Merged
merged 6 commits into from
Oct 10, 2021
Merged

feat(#307): add more CRUD functions #321

merged 6 commits into from
Oct 10, 2021

Conversation

Decipher
Copy link
Member

@Decipher Decipher commented Oct 8, 2021

Types of changes

  • Bug fix (a non-breaking change which fixes an issue)
  • New feature (a non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)

Description

  • Added createResource method
  • Added updateResource method

Checklist:

  • My change requires a change to the documentation.
  • I have updated the documentation accordingly. (PR: #)
  • I have added tests to cover my changes (if not applicable, please state why)
  • All new and existing tests are passing.

Screenshots/Media:

@changeset-bot
Copy link

changeset-bot bot commented Oct 8, 2021

🦋 Changeset detected

Latest commit: ebb8144

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 10 packages
Name Type
druxt Minor
druxt-entity Minor
druxt-blocks Patch
druxt-breadcrumb Patch
druxt-menu Patch
druxt-router Patch
druxt-schema Patch
druxt-site Patch
druxt-test-utils Major
druxt-views Patch

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

@codecov
Copy link

codecov bot commented Oct 8, 2021

Codecov Report

Merging #321 (ebb8144) into develop (ee15810) will increase coverage by 0.16%.
The diff coverage is 79.16%.

Impacted file tree graph

@@             Coverage Diff             @@
##           develop     #321      +/-   ##
===========================================
+ Coverage    96.43%   96.59%   +0.16%     
===========================================
  Files           89       89              
  Lines         2802     2819      +17     
  Branches       590      595       +5     
===========================================
+ Hits          2702     2723      +21     
+ Misses          90       85       -5     
- Partials        10       11       +1     
Impacted Files Coverage Δ
packages/druxt/src/client.js 93.44% <73.68%> (+0.23%) ⬆️
packages/entity/src/components/DruxtEntityForm.vue 100.00% <100.00%> (+14.81%) ⬆️
packages/druxt/src/stores/druxt.js 73.72% <0.00%> (+0.84%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update ee15810...ebb8144. Read the comment docs.

@Decipher Decipher force-pushed the feature/307-ah_crud branch from bbc7f1c to 2fa80fb Compare October 8, 2021 03:45
@Decipher Decipher force-pushed the feature/307-ah_crud branch from 2fa80fb to 9592599 Compare October 10, 2021 04:20
@Decipher Decipher force-pushed the feature/307-ah_crud branch from 9592599 to ebb8144 Compare October 10, 2021 04:37
@Decipher Decipher changed the title feat(#307): add more CRUD fucntons feat(#307): add more CRUD functions Oct 10, 2021
@Decipher Decipher marked this pull request as ready for review October 10, 2021 05:19
@Decipher Decipher merged commit 897dcbc into develop Oct 10, 2021
@Decipher Decipher deleted the feature/307-ah_crud branch October 10, 2021 05:19
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.

1 participant