Skip to content
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

implement '$not' regex #274

Merged
merged 1 commit into from
Sep 30, 2021
Merged

implement '$not' regex #274

merged 1 commit into from
Sep 30, 2021

Conversation

tsetsoo
Copy link
Contributor

@tsetsoo tsetsoo commented Sep 23, 2021

Implementing $not filter operator with regex. It has the opposite function of $regex.

Part of #273

README.md Outdated Show resolved Hide resolved
README.md Show resolved Hide resolved
tsetsoo pushed a commit to tsetsoo/rest-layer that referenced this pull request Sep 24, 2021
@tsetsoo
Copy link
Contributor Author

tsetsoo commented Sep 29, 2021

@smyrman Do you think we can go ahead and merge this PR? The regex functionality is needed regardless of whether we decide to support the ability to not the whole expression.

@smyrman
Copy link
Collaborator

smyrman commented Sep 29, 2021

Let's go ahead. Could you please squash your changes into one commit?

Example:

git fetch
git rebase -i origin/master

mark second commit as "fixup".

git push -f

@tsetsoo tsetsoo force-pushed the master branch 2 times, most recently from eab2396 to 119039b Compare September 30, 2021 07:06
@tsetsoo
Copy link
Contributor Author

tsetsoo commented Sep 30, 2021

Done

smyrman
smyrman previously approved these changes Sep 30, 2021
@smyrman
Copy link
Collaborator

smyrman commented Sep 30, 2021

@rs: Seams travis is no longer working, so I can't merge this:

image

@rs
Copy link
Owner

rs commented Sep 30, 2021

I removed the requirement for travis check before merging waiting for a github actions migration.

@rs rs merged commit 19f124d into rs:master Sep 30, 2021
Dragomir-Ivanov pushed a commit to Dragomir-Ivanov/rest-layer that referenced this pull request May 31, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants