-
-
Notifications
You must be signed in to change notification settings - Fork 50
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
Release v1.1.0 with new features and minor fixes #160
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Member
johguentner
commented
Jun 16, 2023
•
edited
Loading
edited
- Resolve Parents, Relations and Users
- Database Creation
- Testing: Added new way of testing (creation of snapshots with real API calls, to keep speed during active testing and especially increase test accuracy)
- Fix: Not serializing scalar values
- Added block type: Quote
- some entities have parents or expose user-ids, without additional information - by resolving these within the "endpoint" (not a real notion enpoint) ``Resolve::class``, the additional information can be easily obtained
- load `NOTION_API_TOKEN` - important for later tests
- allows to register the `Http` macro `recordAndFakeLater` - this allows to create records for http requests, which will be stored and faked later to avoid calling API endpoints
- if the service is running in the console
- which has similar functionality as previous, however tests with the new `Http::recordAndFakeLater` macro
- for comments endpoint
- http macro
- why `HasTitle` trait is not used within `Page::class`
- class for building Notion databases and their properties
- fix missing parent type - refactor method names to shorter and (hopefully) more readable - introduce `DatabaseSchemeBuilder::class`, which allows a more eloquent definition of a new database structure (similar to Laravel migrations) - allow to add multiple properties at the same time (bulk) - add all further properties (listed within the Notion API docs)
…de/laravel-notion-api into feature/database-creation
- cover, icon and description - polish typing
…de/laravel-notion-api into feature/database-creation
- change `plugin` to `macro`, because it is a more accurate definition
- polish `PestHttpRecorder::class`
- ... rebuild snapshots for comments (due to changed file-naming structure)
- specifically regarding type checking
- due to changed exception message
add the ability to resolve users and parents
Database Creation
PR Summary
|
add quote block type
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.