Skip to content

Commit f976046

Browse files
goTrace testing
2 parents 092618d + 894005c commit f976046

File tree

19,774 files changed

+18
-3097845
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

19,774 files changed

+18
-3097845
lines changed

.gitignore

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,13 @@
11
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
22

33
# dependencies
4-
/__tests__/goTrace/node_modules
5-
/node_modules
6-
/tracer-npm-package/node_modules
4+
node_modules
5+
/__tests__/goTrace_testing/node_modules/
6+
/node_modules/
7+
/tracer-npm-package/node_modules/
8+
/src/node_modules/
9+
/src/node_modules
10+
src/node_modules/.bin
711
/.pnp
812
.pnp.js
913

@@ -49,4 +53,4 @@ settings.json
4953
*.icloud
5054

5155
# env
52-
.env
56+
.env

CONTRIBUTING.MD

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,5 +26,4 @@ Code changes related to enhancements and improvements are tracked as pull reques
2626
## License
2727
By contributing, you agree that your contributions will be licensed under Trace's MIT License.
2828

29-
## License
30-
This document was adapted from the contribution guidelines from [Atom](https://github.com/atom/atom).
29+
This document was adapted from the contribution guidelines from [Atom](https://github.com/atom/atom).

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
Trace is a lightweight, open-source GraphQL query performance monitoring GUI that provides users with real-time, resolver-level performance tracing metrics and error logging. At its inception, Trace was created for the developer looking for a straightforward option for query performance monitoring on their Express-GraphQL server -- without having to install hefty libraries full of tools they'll never use such as Apollo or Hasura. Trace provides a simple, intuitive interface for users looking to test queries for their Express-GraphQL servers.
66

7-
As a easy-to-configure and self-contained application, Trace not only equips users with resolver-level query tracing but also illustrative insights on specific resolvers. Trace is designed to be used in a development environment for debugging and performance tuning.
7+
As an easy-to-configure and self-contained application, Trace not only equips users with resolver-level query tracing but also illustrative insights on specific resolvers. Trace is designed to be used in a development environment for debugging and performance tuning.
88

99
## Table of Contents 📋
1010

@@ -81,7 +81,7 @@ Trace works with one of the simplest ways to run a GraphQL API server: Express,
8181
schema,
8282
query,
8383
null, // Optional: rootValue, which will get passed as the root value to the executor
84-
null, // Important: leave this nulL!
84+
null, // Important: leave this null!
8585
variables
8686
)
8787
});

__tests__/goTrace_testing/test_server.js

Whitespace-only changes.

src/components/header.tsx

Lines changed: 6 additions & 5 deletions
Large diffs are not rendered by default.

src/next.config.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
/** @type {import('next').NextConfig} */
2+
23
module.exports = {
34
reactStrictMode: true,
45
distDir: 'trace',

src/node_modules/.bin/acorn

Lines changed: 0 additions & 1 deletion
This file was deleted.

src/node_modules/.bin/browserslist

Lines changed: 0 additions & 1 deletion
This file was deleted.

src/node_modules/.bin/eslint

Lines changed: 0 additions & 1 deletion
This file was deleted.

src/node_modules/.bin/esparse

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)