-
Notifications
You must be signed in to change notification settings - Fork 1
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
Config revamp #82
Merged
Merged
Config revamp #82
Commits on Sep 28, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 76d6cb0 - Browse repository at this point
Copy the full SHA 76d6cb0View commit details
Commits on Sep 29, 2022
-
Configuration menu - View commit details
-
Copy full SHA for ec5f4ec - Browse repository at this point
Copy the full SHA ec5f4ecView commit details
Commits on Sep 30, 2022
-
Allow multiple exports using a configuration file
See the README changelog for more context. In addition, note that the code that is related to exporting notion objects to files is now placed in `export.py`. Previously it had been shared between `notion.py`, `page.py`, `main.py`, and `database.py`. This refactor simplifies the `Client` class and greatly reduces the number of configuration items we need to pass into it. It also makes the separation of concerns cleaner.
Configuration menu - View commit details
-
Copy full SHA for 712a4d7 - Browse repository at this point
Copy the full SHA 712a4d7View commit details -
Reload all plugins for each export
This solution is simple, although it may have perforamance issues. Note that the `importlib.import_module` uses the internal python module cache.
Configuration menu - View commit details
-
Copy full SHA for 773d38f - Browse repository at this point
Copy the full SHA 773d38fView commit details -
Configuration menu - View commit details
-
Copy full SHA for f974c7b - Browse repository at this point
Copy the full SHA f974c7bView commit details -
Configuration menu - View commit details
-
Copy full SHA for dbb131c - Browse repository at this point
Copy the full SHA dbb131cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 879c411 - Browse repository at this point
Copy the full SHA 879c411View commit details
Commits on Oct 1, 2022
-
Fix accidentally committed code
I'm not sure how the tests are passing
Configuration menu - View commit details
-
Copy full SHA for 59ce791 - Browse repository at this point
Copy the full SHA 59ce791View commit details
Commits on Oct 4, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 0f6f4a5 - Browse repository at this point
Copy the full SHA 0f6f4a5View commit details -
Configuration menu - View commit details
-
Copy full SHA for b309374 - Browse repository at this point
Copy the full SHA b309374View commit details -
Small improvements to error messages
- Provide a link back to the database that you don't have permission to - Suggest switching nested databases into a simple table
Configuration menu - View commit details
-
Copy full SHA for 5f048fc - Browse repository at this point
Copy the full SHA 5f048fcView commit details -
Configuration menu - View commit details
-
Copy full SHA for ba1b96a - Browse repository at this point
Copy the full SHA ba1b96aView commit details -
Configuration menu - View commit details
-
Copy full SHA for a0a2b14 - Browse repository at this point
Copy the full SHA a0a2b14View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3362f97 - Browse repository at this point
Copy the full SHA 3362f97View commit details -
Configuration menu - View commit details
-
Copy full SHA for cdfcda5 - Browse repository at this point
Copy the full SHA cdfcda5View commit details
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.