Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Staging #1624

Merged
merged 28 commits into from
Jul 13, 2021
Merged

Staging #1624

Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
28 commits
Select commit Hold shift + click to select a range
74afcb8
Deleted docs as its no longer needed
imolorhe Jun 4, 2021
618b1a2
Enabled edit link in docs
imolorhe Jun 4, 2021
81c3e35
Catch and report all errors caught in async storage meta reducer
imolorhe Jun 4, 2021
32194e6
Added altair-graphql-core.
imolorhe Jun 21, 2021
35cf888
Fixed tests
imolorhe Jun 21, 2021
bbe07fa
Updated generate-settings-schema
imolorhe Jun 21, 2021
e849fb1
updated typescript-json-schema
imolorhe Jun 21, 2021
edc997e
Added generate-settings-schema script
imolorhe Jun 21, 2021
1e5eb6d
fixed linting issues
imolorhe Jun 21, 2021
9f4c0e3
updated chrome version
imolorhe Jun 22, 2021
18ab729
Merge pull request #1609 from imolorhe/add-altair-core
imolorhe Jun 23, 2021
c489d21
Updated repo references to include altair-graphql
imolorhe Jun 23, 2021
910c79c
Merge pull request #1610 from altair-graphql/update-repo-references
imolorhe Jul 2, 2021
d2f4572
Refactored plugin logic structure a bit
imolorhe Jul 2, 2021
cc9af0e
Fixed altair-graphql-plugin package
imolorhe Jul 2, 2021
53ff6d0
Merge branch 'staging' into refactor-plugin-structure
imolorhe Jul 2, 2021
b610fbb
Merge pull request #1618 from altair-graphql/refactor-plugin-structure
imolorhe Jul 2, 2021
7d47917
Fixed bug when changing instanceStorageNamespace
imolorhe Jul 11, 2021
ce065d4
Update environment delete button to be more obvious
imolorhe Jul 11, 2021
733b179
Merge pull request #1621 from altair-graphql/fix-instance-storage-name
imolorhe Jul 11, 2021
09d2b81
Added option for also setting dark mode theme
imolorhe Jul 11, 2021
30d8d57
Merge branch 'staging' into update-environment-delete-button
imolorhe Jul 11, 2021
53905ac
Added darkMode theme support in plugin context
imolorhe Jul 11, 2021
bf5151d
Merge pull request #1622 from altair-graphql/update-environment-delet…
imolorhe Jul 12, 2021
a674b6f
Merge branch 'staging' into add-dark-mode-theme
imolorhe Jul 12, 2021
0349c0e
Merge pull request #1623 from altair-graphql/add-dark-mode-theme
imolorhe Jul 12, 2021
c20fc14
Disabled copy to curl when using file input
imolorhe Jul 12, 2021
6ff1f9f
Upgraded to v4.0.7
imolorhe Jul 13, 2021
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion .all-contributorsrc
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"projectName": "altair",
"projectOwner": "imolorhe",
"projectOwner": "altair-graphql",
"repoType": "github",
"repoHost": "https://github.com",
"files": [
Expand Down
2 changes: 1 addition & 1 deletion .github/FUNDING.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# These are supported funding model platforms

github: imolorhe # Replace with up to 4 GitHub Sponsors-enabled usernames e.g., [user1, user2]
github: altair-graphql # Replace with up to 4 GitHub Sponsors-enabled usernames e.g., [user1, user2]
patreon: # Replace with a single Patreon username
open_collective: altair # Replace with a single Open Collective username
ko_fi: # Replace with a single Ko-fi username
Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
[![Mozilla Add-on](https://img.shields.io/amo/v/altair-graphql-client.svg)](https://addons.mozilla.org/en-US/firefox/addon/altair-graphql-client/)
[![npm](https://img.shields.io/npm/v/altair-express-middleware.svg)](https://www.npmjs.com/package/altair-express-middleware)
[![Altair GraphQL Client](https://snapcraft.io/altair/badge.svg)](https://snapcraft.io/altair)
[![GitHub release](https://img.shields.io/github/release/imolorhe/altair.svg)](https://github.com/imolorhe/altair/releases)
[![Github All Releases](https://img.shields.io/github/downloads/imolorhe/altair/total.svg)](https://github.com/imolorhe/altair/releases)
[![GitHub release](https://img.shields.io/github/release/altair-graphql/altair.svg)](https://github.com/altair-graphql/altair/releases)
[![Github All Releases](https://img.shields.io/github/downloads/altair-graphql/altair/total.svg)](https://github.com/altair-graphql/altair/releases)

[![Backers on Open Collective](https://opencollective.com/altair/backers/badge.svg)](#backers) [![Sponsors on Open Collective](https://opencollective.com/altair/sponsors/badge.svg)](#sponsors)

Expand Down Expand Up @@ -54,7 +54,7 @@ Altair provides several features that make developing with GraphQL very efficien

### Missing feature?

Is there a feature that is missing? You can let us know by creating a [new issue](https://github.com/imolorhe/altair/issues/new) or you can add the feature by creating a [Pull Request](https://github.com/imolorhe/altair/blob/staging/.github/CONTRIBUTING.md).
Is there a feature that is missing? You can let us know by creating a [new issue](https://github.com/altair-graphql/altair/issues/new) or you can add the feature by creating a [Pull Request](https://github.com/altair-graphql/altair/blob/staging/.github/CONTRIBUTING.md).

## Sponsors
Thanks to all our sponsors for sponsoring this project! Do you use Altair GraphQL client at your company? Consider supporting this project as a major sponsor (primary, gold, silver or bronze) on [open collective](https://opencollective.com/altair/contribute).
Expand Down Expand Up @@ -122,7 +122,7 @@ $ composer require xkojimedia/laravel-altair-graphql
*You can find other available integrations here: https://altair.sirmuel.design/docs/integrations*

### Configuration Options
When using a custom instance of Altair, there are [couple of options](https://github.com/imolorhe/altair/blob/staging/packages/altair-app/src/app/modules/altair/config.ts#L9) you can use to customize Altair based on your needs:
When using a custom instance of Altair, there are [couple of options](https://github.com/altair-graphql/altair/blob/staging/packages/altair-app/src/app/modules/altair/config.ts#L9) you can use to customize Altair based on your needs:

- `endpointURL` `string` - URL to set as the server endpoint
- `subscriptionsEndpoint` `string` - URL to set as the subscription endpoint
Expand Down
2 changes: 1 addition & 1 deletion bin/deploy_docs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,6 @@ git commit -m 'deploy'
# git push -f git@github.com:<USERNAME>/<USERNAME>.github.io.git master

# if you are deploying to https://<USERNAME>.github.io/<REPO>
git push -f git@github.com:imolorhe/altair.git master:gh-pages
git push -f git@github.com:altair-graphql/altair.git master:gh-pages

cd -
2 changes: 1 addition & 1 deletion chrome-ext-files/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"name": "Altair GraphQL Client",
"short_name": "Altair",
"description": "The only graphQL client you'll ever need.",
"version": "4.0.6",
"version": "4.0.7",
"icons": {
"16": "assets/img/altair_logo_128.png",
"48": "assets/img/altair_logo_128.png",
Expand Down
2 changes: 1 addition & 1 deletion cwex.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ manifestOptions:
name: Altair GraphQL Client
short_name: Altair
description: A beautiful feature-rich GraphQL client for all platforms
version: 4.0.6
version: 4.0.7
icons:
16: assets/img/altair_logo_128.png
48: assets/img/altair_logo_128.png
Expand Down
1 change: 0 additions & 1 deletion docs/.ruby-version

This file was deleted.

27 changes: 0 additions & 27 deletions docs/404.html

This file was deleted.

1 change: 0 additions & 1 deletion docs/CNAME

This file was deleted.

29 changes: 0 additions & 29 deletions docs/Gemfile

This file was deleted.