forked from ckan/ckanext-xloader
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge commit 'a96ce28c589dfe6b1b850d8eeeb14f1e1dfe9759'
* commit 'a96ce28c589dfe6b1b850d8eeeb14f1e1dfe9759': (80 commits) Add note about 2.11 support Update images and actions, test 2.11 feat(tests): added tyoe guess on mixed integers; add more ignorable blank lines to test sample, ckan#206 add more options for maintainers to expedite XLoader runs, GitHub ckan#202 strip extra space for column name In plugin.py, there is an fix of resource format key error fix list syntax for combining range and dict skip blank rows in source files, ckan#206 add unit test for handling empty lines, ckan#206 add sample file with extra blank line at end, ckan#206 fix(tests): less complicated; further cleanup fix(tests): finalized test method; fix(tests): subrequest params; fix(tests): module path; feat(tests): added new test; fix(syntax): flake8; fix(helpers): comments and better syntax; fix(templates): set in block; ... # Resolved conflicts: # .github/workflows/test.yml # ckanext/xloader/controllers.py # ckanext/xloader/plugin.py # ckanext/xloader/templates-bs2/package/resource_edit_base.html # ckanext/xloader/templates/package/resource_edit_base.html # ckanext/xloader/utils.py # ckanext/xloader/views.py
- Loading branch information
1 parent
bcb2b07
commit 4f6047a
Showing
47 changed files
with
1,816 additions
and
1,863 deletions.
There are no files selected for viewing
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -17,8 +17,4 @@ max-line-length=127 | |
|
||
# List ignore rules one per line. | ||
ignore = | ||
E501 | ||
C901 | ||
W503 | ||
F401 | ||
F403 |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
version: 2 | ||
registries: | ||
python-index-pypi-org: | ||
type: python-index | ||
url: https://pypi.org/ | ||
replaces-base: true | ||
username: "${{secrets.PYTHON_INDEX_PYPI_ORG_USERNAME}}" | ||
password: "${{secrets.PYTHON_INDEX_PYPI_ORG_PASSWORD}}" | ||
|
||
updates: | ||
- package-ecosystem: pip | ||
directory: "/" | ||
schedule: | ||
interval: daily | ||
time: "19:00" | ||
open-pull-requests-limit: 10 | ||
registries: | ||
- python-index-pypi-org |
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,6 @@ | ||
include full_text_function.sql | ||
include *requirements*.txt | ||
include CHANGELOG | ||
include LICENSE | ||
include README.rst | ||
include ckanext/xloader/config_declaration.yaml | ||
recursive-include ckanext/xloader/templates *.html | ||
recursive-include ckanext/xloader/templates-bs2 *.html |
Oops, something went wrong.