Skip to content

Commit 6b92f17

Browse files
authored
Release 0.0.15 (#19)
update @tarantool.io/[email protected] to @tarantool.io/[email protected] update @tarantool.io/[email protected] to @tarantool.io/[email protected] update [email protected] to [email protected] fixed #11 fix paths after moving repo to github.com/tarantool closes #11
1 parent c855040 commit 6b92f17

File tree

5 files changed

+24
-15
lines changed

5 files changed

+24
-15
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## 0.0.15
4+
5+
- `update @tarantool.io/[email protected] to @tarantool.io/[email protected]`
6+
- `update @tarantool.io/[email protected] to @tarantool.io/[email protected]`
7+
8+
- `fixed https://github.com/tarantool/graphqlide/issues/11`
9+
- `fix paths after moving repo to github.com/tarantool`
10+
311
## 0.0.14
412

513
- `fix backward compatibility: set_endpoint() now removes side-slashes before saving endpoint path`

README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -5,23 +5,23 @@ GraphQL IDE module is used to add GraphQL IDE functionality into Tarantool Cartr
55
Based on:
66

77
- [Tarantool 1.10.x or 2.x.x](https://www.tarantool.io/en/download/)
8-
- [Tarantool Cartridge 2.4.0+](https://github.com/tarantool/cartridge) (optional, module can work without Tarantool Cartridge)
9-
- [Tarantool Frontend Core 7.11.0](https://github.com/tarantool/frontend-core)
8+
- [Tarantool Cartridge 2.6.0+](https://github.com/tarantool/cartridge) (optional, module can work without Tarantool Cartridge)
9+
- [Tarantool Frontend Core 7.12.0](https://github.com/tarantool/frontend-core)
1010
- [Tarantool Http 1.1.0](https://github.com/tarantool/http/tree/1.1.0)
11-
- [GraphiQL 1.4.2](https://github.com/graphql/graphiql)
11+
- [GraphiQL 1.4.6](https://github.com/graphql/graphiql)
1212
- [GraphiQL Explorer 0.6.3](https://github.com/OneGraph/graphiql-explorer)
1313

1414
GraphQL IDE interface:
1515

16-
![GraphQL IDE](https://github.com/no1seman/graphqlide/blob/master/resources/graphqlide.jpg "GraphQL IDE")
16+
![GraphQL IDE](https://github.com/tarantool/graphqlide/blob/master/resources/graphqlide.jpg "GraphQL IDE")
1717

1818
## Install pre-built rock
1919

2020
Simply run from the root of Tarantool Cartridge App root the following:
2121

2222
```sh
2323
cd <tarantool-cartridge-application-dir>
24-
tarantoolctl rocks install https://github.com/no1seman/graphqlide/releases/download/0.0.14/graphqlide-0.0.14-1.all.rock
24+
tarantoolctl rocks install graphqlide
2525
```
2626

2727
## Lua API
@@ -313,7 +313,7 @@ To build rock you will need the following to be installed:
313313
### Clone repo and install nodejs modules
314314

315315
```sh
316-
git clone [email protected]:no1seman/graphqlide.git graphqlide
316+
git clone [email protected]:tarantool/graphqlide.git graphqlide
317317
cd graphqlide
318318
npm i
319319
```
@@ -329,7 +329,7 @@ Also you can use `npm run build-rock` to build the rock.
329329

330330
After build completion you will get:
331331

332-
- packed graphqlide rock: `graphqlide/graphqlide-0.0.12-1.all.rock`
332+
- packed graphqlide rock: `graphqlide/graphqlide-scm-1.all.rock`
333333
- graphqlide rock installed to: graphqlide/.rocks/tarantool
334334

335335
### Install built rock
@@ -338,7 +338,7 @@ Simply run from the root of Tarantool Cartridge App root the following:
338338

339339
```sh
340340
cd <Tarantool Cartridge application dir>
341-
tarantoolctl rocks install <path_to_rock_file>/graphqlide-0.0.12-1.all.rock
341+
tarantoolctl rocks install <path_to_rock_file>/graphqlide-scm-1.all.rock
342342
```
343343

344344
## Development

graphqlide-scm-1.rockspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
package = 'graphqlide'
22
version = 'scm-1'
33
source = {
4-
url = 'git+https://github.com/no1seman/graphqlide.git',
4+
url = 'git+https://github.com/tarantool/graphqlide.git',
55
branch = 'master',
66
}
77
description = {
88
summary = "GraphQL IDE frontend module for Tarantool and Tarantool Cartridge",
9-
homepage = 'https://github.com/no1seman/graphqlapi',
9+
homepage = 'https://github.com/tarantool/graphqlapi',
1010
license = 'BSD',
1111
maintainer = "Yaroslav Shumakov <[email protected]>";
1212
}

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22
"name": "graphqlide",
33
"version": "scm-1",
44
"private": true,
5-
"homepage": "https://github.com/no1seman/graphqlide",
5+
"homepage": "https://github.com/tarantool/graphqlide",
66
"dependencies": {
7-
"@tarantool.io/frontend-core": "7.11.0",
8-
"@tarantool.io/ui-kit": "0.42.0",
7+
"@tarantool.io/frontend-core": "7.12.0",
8+
"@tarantool.io/ui-kit": "0.50.1",
99
"emotion": "^10.0.27",
10-
"graphiql": "1.4.2",
10+
"graphiql": "1.4.6",
1111
"graphql": "^15.5.0"
1212
},
1313
"devDependencies": {

src/graphiql-explorer/Explorer.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,8 @@ const defaultCheckboxChecked = (
188188
fill="none"
189189
xmlns="http://www.w3.org/2000/svg">
190190
<path
191-
d="M16 0H2C0.9 0 0 0.9 0 2V16C0 17.1 0.9 18 2 18H16C17.1 18 18 17.1 18 16V2C18 0.9 17.1 0 16 0ZM16 16H2V2H16V16ZM14.99 6L13.58 4.58L6.99 11.17L4.41 8.6L2.99 10.01L6.99 14L14.99 6Z"
191+
d="M16 0H2C0.9 0 0 0.9 0 2V16C0 17.1 0.9 18 2 18H16C17.1 18 18 17.1 18 16V2C18 0.9 17.1 0 16 0ZM16
192+
16H2V2H16V16ZM14.99 6L13.58 4.58L6.99 11.17L4.41 8.6L2.99 10.01L6.99 14L14.99 6Z"
192193
fill="#333"
193194
/>
194195
</svg>

0 commit comments

Comments
 (0)