-
Notifications
You must be signed in to change notification settings - Fork 557
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
Sections #398
Open
rsterbin
wants to merge
46
commits into
mistic100:dev
Choose a base branch
from
rsterbin:sections
base: dev
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
+2,240
−111
Open
Sections #398
Changes from all commits
Commits
Show all changes
46 commits
Select commit
Hold shift + click to select a range
baa79ce
Began work on adding sections (placeholder commit)
4291680
Set basic styles for sections
c33383b
Partially working type selection
ad69458
Fixed a bug in swapping the section-exists flag
b3e29dc
Set up json building and validation for sections
9a34dfa
When switching section types, add an empty rule to the group after we…
248f2d9
Implemented allow_sections and section flags
989967e
Set allow_sections in the example
6d249e8
Unless we have a default section id, create the section with no group…
6e1d3ad
Began work on adding sections (placeholder commit)
4440b58
Set basic styles for sections
8094d49
Partially working type selection
323bfc4
Fixed a bug in swapping the section-exists flag
f945379
Set up json building and validation for sections
e7e09df
When switching section types, add an empty rule to the group after we…
a771cf4
Implemented allow_sections and section flags
d9959dd
Set allow_sections in the example
543b87b
Unless we have a default section id, create the section with no group…
164acbe
Merge branch 'sections' of github.com:rsterbin/jQuery-QueryBuilder in…
3943f67
Fixed a merge error
3dfdf29
Fixed linting and style errors
1a3fa87
You can now set section data from JSON
ff606d4
Fixed linting/style warnings
1c16555
More bug fixes for sections
6df52ff
Invert plugin passes tests and works for sections
0ac0326
Broke section checking into its own method and added section detail t…
b7fc580
Fixed a logical error in setRules
8e6b42e
First pass at sections test suite (only currently passing tests for now)
d0a8ec6
Rounded out section tests and made allow_sections default to true
360fece
Removed allow_sections from the example
eb4f8ea
Sortable plugin now restricts moving rules/groups in and out of sections
08ba292
Fixed missing error message and tooltip on section
e4d7bf4
Changing filters now works both in and out of sections
5afefaf
Unique filters within sections
ed48873
Added support for sections to the SQL plugin and an error about non-s…
96b5847
Tests for get-sql sections support
fa0a2ab
Test for get-mongo sections error
187bdac
Setting sections from SQL works now; also:
a2a041e
Fixed linting and style warnings
8d550fe
Put sections in right include location
cf5395c
Merge branch 'dev' into sections
a46736a
Increased test coverage and fixed a bug in the sections part of the u…
71d8cec
Added a test for inverting on sections and fixed a bug in auto-settin…
5db5f73
Added testing of default unique filters
9fe66f5
Added a test for remove filter on a section
e3966f3
Forgot about section flags
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
not used
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Derp, forgot to remove that.