You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 30, 2024. It is now read-only.
It also mangles the content:options in the queries with the queries it generates... it adds regex-style slashes to the content: option values, which I need to remove in order to make the query valid. Any chance you could create a bug report for that issue?
Steps to reproduce:
Have an Insights graph
Click a data point in that Insights graph
Expected behavior:
this portion of the query below -content:"NPM_CONFIG_UPDATE_NOTIFIER"
does not get mangled into -content:/"NPM_CONFIG_UPDATE_NOTIFIER"/
repo:telus/.* repo:has.topic(telus-digital) after:2023-08-12T18:04:00Z
before:2023-08-15T18:04:00Z type:diff file:^(?:app/)?Dockerfile
select:repo (-content:/"NPM_CONFIG_UPDATE_NOTIFIER"/ AND /^FROM.*node[^0-9]*(15|16|17|18|19|20|lts|latest)/)
If you would like immediate help on this, please email support@sourcegraph.com (you can still create the issue, but there are no SLAs on issues like there are for support requests).
It also mangles the content: options in the queries with the queries it generates... it adds regex-style slashes to the content: option values, which I need to remove in order to make the query valid. Any chance you could create a bug report for that issue?
Steps to reproduce:
Expected behavior:
this portion of the query below
-content:"NPM_CONFIG_UPDATE_NOTIFIER"
does not get mangled into
-content:/"NPM_CONFIG_UPDATE_NOTIFIER"/
Actual behavior:
If you would like immediate help on this, please email support@sourcegraph.com (you can still create the issue, but there are no SLAs on issues like there are for support requests).
/cc @vovakulikov