-
Notifications
You must be signed in to change notification settings - Fork 12
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
Global status search #3125
Global status search #3125
Conversation
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.
ShiftLeft Scan Summary
Tool | Critical | High | Medium | Low | Status |
---|---|---|---|---|---|
ShiftLeft Source code analyzer for Python | 0 | 0 | 0 | 0 | ✅ |
ShiftLeft Security audit for Infrastructure | 0 | 0 | 0 | 0 | ✅ |
ShiftLeft Class file analyzer | 1 | 10 | 0 | 0 | ❌ |
ShiftLeft Source code analyzer for Java | 0 | 0 | 0 | 0 | ✅ |
ShiftLeft Source code analyzer for JavaScript | 0 | 0 | 12 | 0 | ❌ |
ShiftLeft Source code analyzer for SQL | 0 | 0 | 0 | 0 | ✅ |
ShiftLeft Shell script analysis | 0 | 0 | 0 | 0 | ✅ |
Recommendation
Please review the findings from your Code scanning alerts before approving this pull request 👍
This pull request introduces 12 alerts and fixes 1 when merging 88c54d5 into 217d241 - view on LGTM.com new alerts:
fixed alerts:
|
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.
ShiftLeft Scan Summary
Tool | Critical | High | Medium | Low | Status |
---|---|---|---|---|---|
ShiftLeft Source code analyzer for Python | 0 | 0 | 0 | 0 | ✅ |
ShiftLeft Security audit for Infrastructure | 0 | 0 | 0 | 0 | ✅ |
ShiftLeft Class file analyzer | 1 | 10 | 0 | 0 | ❌ |
ShiftLeft Secrets audit | 0 | 2 | 0 | 0 | ✅ |
ShiftLeft Source code analyzer for Java | 0 | 0 | 0 | 0 | ✅ |
ShiftLeft Source code analyzer for JavaScript | 0 | 0 | 12 | 0 | ❌ |
ShiftLeft Source code analyzer for SQL | 0 | 0 | 0 | 0 | ✅ |
ShiftLeft Shell script analysis | 0 | 0 | 0 | 0 | ✅ |
Recommendation
Please review the findings from your Code scanning alerts before approving this pull request 👍
This pull request introduces 12 alerts and fixes 1 when merging 41e5805 into 217d241 - view on LGTM.com new alerts:
fixed alerts:
|
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.
ShiftLeft Scan Summary
Tool | Critical | High | Medium | Low | Status |
---|---|---|---|---|---|
ShiftLeft Source code analyzer for Python | 0 | 0 | 0 | 0 | ✅ |
ShiftLeft Security audit for Infrastructure | 0 | 0 | 0 | 0 | ✅ |
ShiftLeft Class file analyzer | 1 | 10 | 0 | 0 | ❌ |
ShiftLeft Secrets audit | 0 | 2 | 0 | 0 | ✅ |
ShiftLeft Source code analyzer for Java | 0 | 0 | 0 | 0 | ✅ |
ShiftLeft Source code analyzer for JavaScript | 0 | 0 | 12 | 0 | ❌ |
ShiftLeft Source code analyzer for SQL | 0 | 0 | 0 | 0 | ✅ |
ShiftLeft Shell script analysis | 0 | 0 | 0 | 0 | ✅ |
Recommendation
Please review the findings from your Code scanning alerts before approving this pull request 👍
This pull request introduces 12 alerts and fixes 1 when merging 8cb78bc into 217d241 - view on LGTM.com new alerts:
fixed alerts:
|
8cb78bc
to
127af65
Compare
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.
ShiftLeft Scan Summary
Tool | Critical | High | Medium | Low | Status |
---|---|---|---|---|---|
ShiftLeft Source code analyzer for Python | 0 | 0 | 0 | 0 | ✅ |
ShiftLeft Security audit for Infrastructure | 0 | 0 | 0 | 0 | ✅ |
ShiftLeft Class file analyzer | 1 | 10 | 0 | 0 | ❌ |
ShiftLeft Secrets audit | 0 | 2 | 0 | 0 | ✅ |
ShiftLeft Source code analyzer for Java | 0 | 0 | 0 | 0 | ✅ |
ShiftLeft Source code analyzer for JavaScript | 0 | 0 | 12 | 0 | ❌ |
ShiftLeft Source code analyzer for SQL | 0 | 0 | 0 | 0 | ✅ |
ShiftLeft Shell script analysis | 0 | 0 | 0 | 0 | ✅ |
Recommendation
Please review the findings from your Code scanning alerts before approving this pull request 👍
This pull request fixes 1 alert when merging 127af65 into 217d241 - view on LGTM.com fixed alerts:
|
Make sure migration has a unique name. Properly quote camelCased columns. Use correct boolean type depending on database. Remove text seemingly pasted at random.
…H-3124-global-status-search
… not present Also, make AnetDevAuthenticator behave the same as AnetAuthenticationFilter - by not setting the domain username as name
…ts and report attendance selection UIs
This pull request fixes 3 alerts when merging 807a513 into f3ca1cf - view on LGTM.com fixed alerts:
|
ShiftLeft reports stale issues, nothing we can do about it.
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.
The PR description has the box checked for: "Added and/or updated e2e tests", but there appear to be no changes to the e2e tests. Please add some client-side tests.
…H-3124-global-status-search
This pull request fixes 3 alerts when merging 2fed218 into 8ee8b8c - view on LGTM.com fixed alerts:
|
Required since commit 7cf6499 .
65ae14a
to
2ba4c30
Compare
setFilters([]) | ||
setFilters( | ||
filters.filter(value => commonFiltersForAllObjectTypes[value.key]) | ||
) |
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.
Have you considered the solution where we keep filter types which are common between previous object type and next object type? For example:
- I have "People" object toggled, i selected "Location", "Organization", "Status" filters. (Which are also in the "Position" object)
- I click "Position" toggle button. "Location" and "Organization" is gone, but "Status" is still there.
We could keep all the common ones between switching object types.
Release notes
Closes #3124
Closes #3123
Fixes #3245
User changes
Checklist
repo#issue: Title
title format and these 7 rules