query
Here are 1,037 public repositories matching this topic...
Right now query
in the nodejs api is just a string. we should support gql-parsed strings too, so that if they are exported elsewhere, it can be used directly.
import gql from 'graphql-tag';
export const GRAPHQL_QUERY=gql`
query {
something {
anotherthing
}
}
`;
-
Updated
Mar 27, 2020 - Go
-
Updated
Jun 6, 2020 - TypeScript
Today, we add for: 5m
to alerts, automatically.
Use case: mysql_global_status_uptime < 60
would never trigger
5m
can be the default value.
Progression:
Basic resource monitoring
- Prometheus self-monitoring
- Host/Hardware
- Docker Containers
- Blackbox
- Windows
Databases and brokers
- MySQL
- PostgreSQL
- PGBouncer
- [
URL: http://pumpkindb.org/doc/master
Upon initial load, all documentation pages are scrolled down just a tiny bit, but it makes a bad initial impression (feels messy). Has something to do with the gitbook theme we're using, I suppose. When pages are changed by clicking on menu items, there is no such issue because subsequent navigation is done over AJAX.
![screenshot 2017-04-22 15 2
-
Updated
Jun 8, 2020 - TypeScript
-
Updated
May 15, 2020 - TypeScript
-
Updated
May 15, 2020 - PHP
The documentation seems fairly limited. Looking for a way to execute a "WHERE EXISTS" or "WHERE NOT EXISTS" type query.
Is the recommendation to extend pypika to include it or is there a way to custom write part of the query?
Not seeing much documentation on extending the module.
-
Updated
Apr 30, 2020 - Ruby
Introduction
This is a proposal for adding more explicit and extensive, and even ASCII art inspired support for set algebra in openCypher.
In my opinion sets of graphs is a once-in-a-lifetime opportunity that is much more than a revival: Doing set algebra on sets of graphs is potentially several orders of magnitude more powerful than SQL-based set algebra (or the simple lists etc. offered
-
Updated
Mar 14, 2017 - JavaScript
-
Updated
May 29, 2020 - PHP
-
Updated
Mar 20, 2020 - PHP
Issue
Course.joining{ enrollments.on(id == enrollments.course_id) }.where.has{ enrollments.progress == 100 }
will produce the following query:
SELECT "courses".*
FROM "courses"
INNER JOIN "enrollments" ON "courses"."id" = "enrollments"."course_id"
WHERE "enrollments_courses"."progress" = 100.0 // <-- Error here
Notice the WHERE
condition, it's `
add as a gitbook plugin
I suggest an attribute in the bot overview, which displays if the bot is currently in use or rather currently playing something, so if you use multiple bots its easier to see which bot is the one you want to control.
In this picture I added "Current Song" into the table via Firefox Source Edit.
Minor issue with "Example usage" curl command in comments of /cmd/sbserver/main.go. The url being evaluated should be appended with [PLATFORM]/[THREAT TYPE]/[THEAT ENTRY TYPE]. Working example:
$ curl \
-H "Content-Type: application/json" \
-X POST -d '{
"threatInfo": {
"threatTypes": ["UNWANTED_SOFTWARE", "MALWARE"],
"platformTypes": ["ANY_PLATFORM"],
To help users unfamiliar with SMW to find features and supplementary functions which are normally not enabled by default, I created [0] as starting point.
I would appreciate if some people from the community find the time to finalize and complete the list.
Tasks
- Identify features and supplementary functions
- SMWSearch
- Add separate summary sections to the
smw@wiki
-
Updated
Jun 8, 2020 - Go
-
Updated
May 15, 2020 - PHP
Improve this page
Add a description, image, and links to the query topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the query topic, visit your repo's landing page and select "manage topics."
Describe the bug
We previously had a test coverage of 82% but now it drops to 75%. Ideally, code coverage should be > 80% for a healthy repo.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Ideally, code coverage should be > 80% for a healthy