forked fromzhangchunlin/uliweb-apijson
- Notifications
You must be signed in to change notification settings - Fork4
Sync#41
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Merged
Uh oh!
There was an error while loading.Please reload this page.
Merged
Sync#41
Changes fromall commits
Commits
Show all changes
14 commits Select commitHold shift + click to select a range
c32aa1d
fix expr determination way; remove an unnessary limit(); add 7 test c…
zhangchunlindda827b
update some comment; fix "NameError: name 'model_name' is not defined…
zhangchunlinf0c5026
add 1 test case, now 55 test cases for apijson-get
zhangchunlind2ab647
fix "AttributeError: 'Request' object has no attribute 'user'"; add 4…
zhangchunlin9461f44
fix "AttributeError: 'Request' object has no attribute 'user'"; add 1…
zhangchunlinb27ad9b
add 4 test cases for apijson-head, now 9 cases
zhangchunlin99812cf
fix @role support in apijson-put; add 7 test cases
zhangchunlinc19ebae
doc: add difference in tag parameter in apijson post/put
zhangchunlin425d3f8
apijson-table: fix apijson-put @role not work problem; demo: make use…
zhangchunlin65d9b84
apijson-table: fix apijson-post with @role
zhangchunlinffdca01
apijson-table: fix @role in apijson-delete
zhangchunlinfbd0249
apijson-viewedit: fix @role
zhangchunlin66d6d27
apijson-table: fix key and title problem in viewedit_items
zhangchunlincbee292
test: workaround date string convert case cause by pendulum bug: htt…
zhangchunlinFile filter
Filter by extension
Conversations
Failed to load comments.
Loading
Uh oh!
There was an error while loading.Please reload this page.
Jump to
Jump to file
Failed to load files.
Loading
Uh oh!
There was an error while loading.Please reload this page.
Diff view
Diff view
There are no files selected for viewing
11 changes: 11 additions & 0 deletionsdemo/apps/apijson_demo/settings.ini
This file contains hidden or 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
3 changes: 3 additions & 0 deletionsdemo/apps/tables/settings.ini
This file contains hidden or 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,4 +1,7 @@ | ||
[APIJSON_TABLES] | ||
user = { | ||
"editable" : "auto", | ||
} | ||
moment = { | ||
"editable" : "auto", | ||
"table_fields" : [ | ||
8 changes: 4 additions & 4 deletionstests/demo/apps/apijson_demo/dbinit.py
This file contains hidden or 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
4 changes: 2 additions & 2 deletionstests/demo/apps/apijson_demo/settings.ini
This file contains hidden or 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
436 changes: 434 additions & 2 deletionstests/test.py
Large diffs are not rendered by default.
Oops, something went wrong.
Uh oh!
There was an error while loading.Please reload this page.
9 changes: 5 additions & 4 deletionsuliweb_apijson/apijson/README.md
This file contains hidden or 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
3 changes: 1 addition & 2 deletionsuliweb_apijson/apijson/__init__.py
This file contains hidden or 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
26 changes: 20 additions & 6 deletionsuliweb_apijson/apijson/templates/vue/inc_apijson_table.html
This file contains hidden or 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
11 changes: 8 additions & 3 deletionsuliweb_apijson/apijson/templates/vue/inc_apijson_viewedit.html
This file contains hidden or 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
41 changes: 25 additions & 16 deletionsuliweb_apijson/apijson/views.py
This file contains hidden or 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
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.