Skip to content

Rename classes, tags and functions #786

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

Merged
merged 34 commits into from
Jan 26, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
34 commits
Select commit Hold shift + click to select a range
aa3dce1
Rename GlobalVariables to GraphQLServices
murtukov Nov 5, 2020
925dbd2
Fix name conflict
murtukov Nov 5, 2020
a7f71f5
Change APIs
murtukov Nov 6, 2020
e72a0bb
Interim
murtukov Nov 30, 2020
7ca136d
Make 100% tests pass
murtukov Nov 30, 2020
b9265d6
- Rename 'graphql_service' into 'service'
murtukov Nov 30, 2020
703c23b
Fix code quality
murtukov Nov 30, 2020
9981b5a
Merge branch 'master' into refactor/global-variables
murtukov Nov 30, 2020
ca77e02
Rename ResolverResolver into QueryResolver
murtukov Nov 30, 2020
e292064
Rename ResolverInterface into QueryInterface
murtukov Nov 30, 2020
3126859
- Rename 'overblog_graphql.resolver' into 'overblog_graphql.query'
murtukov Nov 30, 2020
b4dfa0f
Update documentation
murtukov Nov 30, 2020
0fa4305
- Revert creating the 'getType' expression function
murtukov Nov 30, 2020
fd71ff8
Fix new PHPStan errors
murtukov Dec 1, 2020
00daace
Add links
murtukov Jan 11, 2021
81a33c2
Rollback change done to documentation
murtukov Jan 11, 2021
c8954e5
Merge branch 'master' into refactor/global-variables
murtukov Jan 11, 2021
7f0e36f
Update the UPGRADE-1.0.md
murtukov Jan 11, 2021
adc0c9c
Merge remote-tracking branch 'origin/refactor/global-variables' into …
murtukov Jan 11, 2021
1f44eef
Rename attribute in GraphQLServices class
murtukov Jan 11, 2021
f8716d7
Add deprecations
murtukov Jan 11, 2021
fb977ee
Fix static-analysis & update UPGRADE-1.0.md
murtukov Jan 14, 2021
9cb1b4d
Fix CS
murtukov Jan 14, 2021
e4d5dd9
Remove UPGRADE-files for previous versions
murtukov Jan 14, 2021
9a0877f
Merge branch 'master' into refactor/global-variables
murtukov Jan 14, 2021
7923316
Merge branch 'master' into refactor/global-variables
murtukov Jan 20, 2021
9a1c272
Add proper deprecation calls
murtukov Jan 20, 2021
f8728b9
Fix the signature check
murtukov Jan 20, 2021
b483a97
Add tests for legacy code
murtukov Jan 20, 2021
42fa9e3
Combine all UPGRADE-files into a single one
murtukov Jan 20, 2021
a4067e6
Check proxy resolver for amount of params
murtukov Jan 24, 2021
9ed59f4
Merge branch 'master' into refactor/global-variables
murtukov Jan 25, 2021
1948b1f
Fix CS
murtukov Jan 25, 2021
16b44e7
Remove BC for the `mutation` expression function
murtukov Jan 26, 2021
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 0 additions & 17 deletions UPGRADE-0.10.md

This file was deleted.

276 changes: 0 additions & 276 deletions UPGRADE-0.11.md

This file was deleted.

Loading