Renovate Bot
61330b0b7a
Update dependency gatsby-theme-apollo-docs to v1.0.17
2019-07-02 09:23:39 +00:00
Renovate Bot
aa57fda817
Update dependency gatsby-theme-apollo-docs to v1.0.16
2019-07-02 00:28:08 +00:00
Renovate Bot
317c79844c
Update dependency gatsby to v2.11.6
2019-06-30 13:14:58 +00:00
Renovate Bot
60a78fbd11
Update dependency gatsby to v2.11.5
2019-06-29 17:18:00 +00:00
Renovate Bot
dd9429d1a0
Update dependency gatsby to v2.11.3
2019-06-29 09:19:19 +00:00
Renovate Bot
ead8a719b6
Update dependency gatsby-theme-apollo-docs to v1.0.15
2019-06-29 00:25:19 +00:00
Renovate Bot
13cd6e320e
Update dependency gatsby-theme-apollo-docs to v1.0.14
2019-06-27 02:18:39 +00:00
Renovate Bot
70491aafa6
Update dependency gatsby-theme-apollo-docs to v1.0.12
2019-06-26 23:19:17 +00:00
Evans Hauser
59337b8409
op-reg: update summary of changes to exand on tags ( #490 )
2019-06-24 14:37:42 -07:00
Renovate Bot
d9237393c9
Update dependency gatsby to v2.10.0
2019-06-22 09:16:16 +00:00
Peter Ringelmann
7eada0b0b2
Change missionPatch type to String ( #485 )
...
`missionPatch`'s type in the schema must have accidentally been changed from `String` to `PatchSize` when a resolver was added.
This causes a fairly difficult to debug error in the Client UI while working through the tutorial. (at least for graphQL newbies like me)
2019-06-18 11:17:19 -07:00
Renovate Bot
4660a0c83b
Update dependency gatsby to v2.9.4
2019-06-15 09:24:37 +00:00
Renovate Bot
3528e72963
Update dependency gatsby-theme-apollo-docs to v1.0.11
2019-06-13 04:18:28 +00:00
Renovate Bot
5fb560478f
Pin dependency gatsby-theme-apollo-docs to 1.0.10
2019-06-13 02:22:19 +00:00
Evans Hauser
ecdae24feb
op-reg: update migration guide with more details ( #480 )
...
* op-reg: update migration guide with more details
In order to fully describe what the upgrade contains and requires,
we need to expand on the operation registry migration plan to include a
feature description and more detailed instruction set
* address feedback and add details
* make tag copy language more friendly
* add more warnings around variants/tags
2019-06-12 17:11:16 -07:00
Trevor Blades
58986ab095
Upgrade theme and use ButtonLink components ( #481 )
...
* Upgrade theme and use ButtonLink components
* Upgrade theme
2019-06-12 16:03:43 -07:00
Renovate Bot
d252aec5ae
Update dependency gatsby-theme-apollo-docs to v1.0.6
2019-06-11 19:41:00 +00:00
Renovate Bot
91a93b5272
Update dependency gatsby-theme-apollo-docs to v1.0.5
2019-06-10 23:17:41 +00:00
Chang Wang
640d03b779
Merge pull request #474 from apollographql/chang/op-safelist-upgrade
...
Op-reg / safelist migration guide
2019-06-10 16:37:22 -04:00
Chang Wang
acb9ca543d
add action/attitude, remove space
2019-06-10 16:34:45 -04:00
Chang Wang
4b4fad65f2
clarify that "current" is the default untagged variant
2019-06-10 11:05:49 -04:00
Chang Wang
93e90013e1
note no breaking changes in upgrades
2019-06-10 10:02:31 -04:00
Chang Wang
50fd6b543a
stronger suggestion to dryrun
2019-06-10 10:02:31 -04:00
Chang Wang
cebe61cc22
specify alpha.4
2019-06-10 10:02:31 -04:00
Chang Wang
f0a8a93e83
advise doing an initial test run
2019-06-10 10:02:31 -04:00
Chang Wang
01cf97e1eb
add migration guide from 0.1
2019-06-10 10:02:31 -04:00
Chang Wang
2a55395ae3
typo: missing closing parens on link
2019-06-10 10:02:31 -04:00
Renovate Bot
4ec5354fe5
Update dependency gatsby to v2.8.6
2019-06-08 09:17:19 +00:00
Renovate Bot
6788ae30e2
Update dependency gatsby-theme-apollo-docs to v1.0.4
2019-06-07 21:17:44 +00:00
Chang Wang
220ce7cdaf
Document how to configure schemaTag in operation registry plugin - AP-468 ( #466 )
...
Document how to configure schemaTag in operation registry plugin - AP-468
2019-06-07 14:47:42 -04:00
Chang Wang
80e15696d1
Merge branch 'master' into chang/op-safelist-docs
2019-06-06 21:26:37 -04:00
Renovate Bot
ea1f2997a9
Update dependency gatsby-theme-apollo-docs to v1.0.3
2019-06-07 00:22:07 +00:00
Chang Wang
6b6fb1f997
Remove docs on ENGINE_SCHEMA_TAG
...
The only way to specify a tag will initially be manually passing it in through the config to avoid a breaking change
2019-06-06 16:28:08 -04:00
Chang Wang
28fcf18431
add section to set schema tag on client:push
2019-06-04 18:09:21 -04:00
Danielle Man
38de63ec6f
Merge branch 'master' into chang/op-safelist-docs
2019-06-03 09:37:28 -07:00
Danielle Man
cb6b940b47
Merge pull request #465 from apollographql/revert-463-revert-455-dman/rename
...
Change title of "Operation Registry" page to "Securing your graph".
2019-06-03 09:37:15 -07:00
Danielle Man
d4a80f5844
Merge branch 'master' into revert-463-revert-455-dman/rename
2019-06-03 09:34:33 -07:00
Renovate Bot
8f3f0efcc6
Update dependency gatsby to v2.8.2
2019-06-01 09:12:32 +00:00
Chang Wang
67c67fac38
add section about schema tags
2019-05-31 17:30:48 -04:00
Joey Sinonet
e91445b2a6
Remove "Deply to Now" from tutorial ( #444 )
...
This part of the tutorial is no longer working.
As such, it only hampers someone trying to work through the tutorial.
Even following the suggestions in https://github.com/apollographql/apollo/issues/264 , I was not able to create a successful deployment. (If I had, I would have opened a PR to fix the instructions.)
Since this seems to be producing a more negative experience than positive, I suggest removing this part of the tutorial until working instructions become available.
2019-05-31 23:38:23 +03:00
Jesse Rosenberger
ed4cb0fb79
Update _redirects
2019-05-31 19:27:14 +03:00
Jesse Rosenberger
31cb023f98
Update gatsby-config.js
2019-05-31 19:24:28 +03:00
Jesse Rosenberger
85c1ef51ec
Update _redirects
2019-05-31 19:24:07 +03:00
Jesse Rosenberger
3adf526eeb
Update and rename operation-safelisting.md to operation-registry.md
2019-05-31 19:20:57 +03:00
Jesse Rosenberger
6c3493c6ba
Revert "Revert "rename operation-registry to operation-safelisting ( #455 )" ( #463 )"
...
This reverts commit 76c4672033 .
2019-05-31 19:09:28 +03:00
Matthew Leffler
2033cb62ff
Remove broken docs link ( #461 )
2019-05-31 17:30:44 +03:00
Matthew Jacobi
f1c225dff9
fix broken APC link ( #345 )
...
* fix broken APC link
pointing it to old docs unless something better?
* Update graphql-glossary.md
2019-05-31 12:48:23 +03:00
Subhojit Paul
916484fd9f
Correct minimum node and npm versions ( #456 )
...
* Correct minimum node and npm versions
The tutorial uses `async`/`await` syntax which was introduced in Node 7.6.0
* Update introduction.md
2019-05-31 12:43:02 +03:00
Jesse Rosenberger
76c4672033
Revert "rename operation-registry to operation-safelisting ( #455 )" ( #463 )
...
This reverts commit 3ee7e6e63c .
2019-05-31 12:28:04 +03:00
Renovate Bot
8bebdc8eec
Update dependency gatsby-theme-apollo-docs to v1.0.2
2019-05-30 23:23:47 +00:00