emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] branch elpa/graphql-mode created (now 9740e4027b)


From: ELPA Syncer
Subject: [nongnu] branch elpa/graphql-mode created (now 9740e4027b)
Date: Sat, 29 Jan 2022 08:03:14 -0500 (EST)

elpasync pushed a change to branch elpa/graphql-mode.

        at  9740e4027b Merge pull request #45 from 
LaurenceWarne/parameter-fontlock-fix

This branch includes the following new commits:

       new  061d6d0b34 Initial commit
       new  16c3d63521 First commit
       new  5bd8b6273e fontify more graphql constructions
       new  d9fa01b446 Improve highlight of definitions
       new  096df5b167 Basic line indentation
       new  bf0412def0 Better fontification of type [implements X]?
       new  347431ce18 Fontify fragments
       new  497529dd4d Fontify query
       new  cbd07029fa Better indentation of closing pairs
       new  836373c72e Basic support for imenu
       new  319dfd97d7 Define graphql-send-query
       new  301d2419a0 Prompt the user for the GraphQL
       new  d3aa4d66e0 Extract constants and values into separate variables
       new  83cba48fd8 Remove unnecessary syntax
       new  8a4a5fae69 Fontify field arguments as variable names
       new  ec3c72cd28 Support enum definitions
       new  6017afac92 Rename graphql.el to graphql-mode.el
       new  4c87cdab57 Fix: make the graphql-url buffer-local before the mode 
is enabled
       new  41df2a3140 Add docstring for graphql-mode
       new  ef2933eb92 Add autoload cookie to auto-mode-alist setting
       new  dec32e6441 Fix package dependencies
       new  ad54fdb48a Improve package description
       new  8e58196e21 Merge pull request #1 from syohex/fix-package
       new  5f2ee4b3b3 Add melpa badge
       new  7482c1b100 Add basic commentary
       new  7aa3532aed Don't depend on json-mode
       new  66efefd508 Add customization group and variable to customize 
indentation level
       new  0b41444096 Add installation notes
       new  7798aef2a8 Fix typo
       new  6e1f5335fa Mention json-mode in the README.md
       new  3ddf204de7 Add mailmap to merge author lines
       new  14bbd1917e Update copyright notice
       new  83e3a73f21 Fix: don't add slash between url and query parameters
       new  2326c1fb18 Merge pull request #7 from eoma/fix-url
       new  7d954d0045 Fix font lock to highlight whole symbols, not just words
       new  eed3c6ca1c Create sample GraphQL server
       new  e254c7405d graphql-send-query uses the whole buffer
       new  880701685d Add some types/field to the test schema
       new  de4b2e8117 Remember graphql-url value only if the query is 
successful
       new  3c25bf5cbd Adapt more regexs to understand _ as part f symbols
       new  3cbaa5ef35 Add multiple queries definition and variables support
       new  36dc6e6c9d Update with David feedback
       new  26a5d8a665 make graphql-current-* function, not command. also 
graphql-begining-of-variables
       new  22a4340ec3 add post body json support: query, operationName, 
variables
       new  03312c9f1c add variables file support
       new  3965a4c370 add request dependency
       new  ead2f85e12 add error handling
       new  052491e05f update variable encoding in post body, ask operation 
Name if needed
       new  cf2622cb21 Update feedback from David
       new  4b0134a19a forget docstring
       new  0b4152d485 Fix tests to use variables
       new  b1aea740ac Some fixes to the support of variables
       new  04e56ae626 Disable json-mode for response temporarily
       new  a665c9514a fix docstring
       new  1125c2136d extend graphql-current-operation to support 'line' 
boundary if sexp fail
       new  1bff11f21c fix the line-boundary issue to enhance {} sexp
       new  8b2fe76635 fix a recursive bug in graphql-current-operation
       new  17c2150ff6 rebase branch 'queries support' into branch 'next'
       new  5e7665dfc4 forget the actual changes, (I have two location to 
dev/test)
       new  12ab2d0eb5 Merge pull request #13 from timoweave/next
       new  43434aa6d5 Format some docs and docstrings
       new  f3cfd9fc1e Don't send the query as a query parameter
       new  1210279ff4 Add keywords only completion
       new  1f3bd34b18 Merge pull request #14 from davazp/next
       new  a37919f2ab graphql--query: Remove unused lexical variable
       new  4aebf7afd9 graphql-post-request: Use URL instead of missing ENDPOINT
       new  d0a85fe1d3 Shorten long lines
       new  b802f77542 graphql-send-query: Silence byte-compiler
       new  fb84a08434 Make the dependency on request optional
       new  36b1a4ed9f Merge pull request #16 from emacsjanitors/no-request
       new  22cb9d4594 Support customizing the headers sent with the request
       new  c3471642f5 Merge pull request #19 from cbowdon/master
       new  52137014df Update packages
       new  d5cfe9326c Rename graphql-headers to graphql-extra-headers
       new  09a9af6c98 Merge remote-tracking branch 'origin/master' into next
       new  5971b69c8c Fix: respect local value of graphql-url when posting a 
request
       new  0f2b4b1604 Merge branch 'next'
       new  4bb868832f Avoid double-encoding variables in JSON
       new  ba5952590c Merge pull request #22 from cbowdon/master
       new  2ee89d4e05 Fix Error during redisplay
       new  ab58192967 Merge pull request #23 from leoliu/master
       new  033f6a074c Don't use temp buffer, as it breaks local variables
       new  c643d53a4b Don't send operationName when operation is an empty 
string
       new  6f6b303af4 Merge pull request #24 from Malabarba/master
       new  ebd6502c09 Merge pull request #25 from Malabarba/operation-bug
       new  4c942986fa Also insert response headers in the buffer (with comment 
face)
       new  74ee772a62 Merge pull request #26 from Malabarba/master
       new  d9d3bba569 added support for 'extend', 'scalar' and 'union' keywords
       new  09669d4343 Merge pull request #28 from 
charles-boyd/enhancement/add-missing-graphql-keywords
       new  301a218674 Enable json-mode for the output buffer.
       new  7088db7250 Merge pull request #29 from Prillan/enable-json-mode
       new  1b78d07aee declare request-response--raw-header function
       new  e757919fe3 Merge pull request #30 from conao3/fix-warning
       new  3581ad03e0 Allow *GraphQL* response buffer to be closed with "q" key
       new  321c1f4b64 Implement support for loading graphql-configs
       new  7c37aee28b Open .gql files automatically as well
       new  9bed568ec8 Add Homepage header
       new  7eec227135 Add header edit buffer UI & stubs
       new  63cd55ed7d Implement abort behaviour
       new  a20eb1a7cb Move code to bottom
       new  562d13fc20 Factor out buffer closing code
       new  ed589f3cd1 Simplify buffer killing
       new  af9b235e14 Add content of graphql-extra-headers to buffer
       new  404aa31258 Save json to graphql-edit-headers
       new  c3f7b9d827 Use unique buffer name, not full path
       new  18f749c1bc Simplify buffer naming
       new  0e723b962e Factor in quitting function
       new  f1be68cea4 Add key binding for editing headers
       new  4147fbfd97 Refuse to open g-e-h unless in graphql-mode
       new  99850e1012 Don't clobber contents of existing buffer
       new  22361631a1 Add documentation
       new  c176b16a41 Fix header line documentation
       new  942d3c739a Fix typo in key binding
       new  0596c4ff84 Use json-encode instead of json-serialize
       new  3e27ae34cd Remember parent buffer & set g-e-h locally therein
       new  2371316a75 Merge pull request #42 from adimit/headers-buffer
       new  fe8d7e2db5 Add version attribute to package header
       new  1912bd08f5 Merge pull request #43 from phikal/patch-1
       new  80e9ac8020 Provide a link to what a graphqlconfig file is.
       new  5e294e8160 Fix parameters defined on the same line not always 
fontified
       new  6308d80a2c Update parameter regex to match graphql standard
       new  9740e4027b Merge pull request #45 from 
LaurenceWarne/parameter-fontlock-fix




reply via email to

[Prev in Thread] Current Thread [Next in Thread]