graphql_devise 0.5.0 → 0.6.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/.travis.yml +10 -1
- data/CHANGELOG.md +25 -30
- data/README.md +2 -2
- data/graphql_devise.gemspec +2 -2
- data/lib/graphql_devise/rails/routes.rb +1 -1
- data/lib/graphql_devise/version.rb +1 -1
- data/spec/dummy/log/test.log +321 -1065
- data/spec/requests/mutations/send_password_reset_spec.rb +1 -1
- metadata +30 -30
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 2f7dfece709cd21b9fcd43462bac6a9b428f3f264e75b6deb7b7f68e87265c5c
|
|
4
|
+
data.tar.gz: 4b6a0b5f9b1432c1099db7616b71198ffc1f55fcbeb9a887f2abc40a20555017
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: ddac5d5d55ab2fb997715d5dca89fc9e764d157d52a7b820c4b7a954108c24c6c981cfa981b76e0a6a23cf343bd1b68d3aa8cb112d9482be6f0875e3186c6c20
|
|
7
|
+
data.tar.gz: 97ea9fe517b9ab192b44da932810fb850eb90ba45168ee932f8d4969c89b6827cc80bc95b46f8ccaa45d8023e6c036c1df062d29c75503300661a39009490c56
|
data/.travis.yml
CHANGED
|
@@ -21,13 +21,22 @@ gemfile:
|
|
|
21
21
|
- gemfiles/rails5.2_graphql1.8.gemfile
|
|
22
22
|
- gemfiles/rails5.2_graphql1.9.gemfile
|
|
23
23
|
|
|
24
|
-
|
|
24
|
+
jobs:
|
|
25
25
|
include:
|
|
26
26
|
- gemfile: gemfiles/rails6.0_graphql1.8.gemfile
|
|
27
27
|
rvm: 2.5.7
|
|
28
|
+
- gemfile: gemfiles/rails6.0_graphql1.8.gemfile
|
|
29
|
+
rvm: 2.6.5
|
|
30
|
+
- gemfile: gemfiles/rails6.0_graphql1.9.gemfile
|
|
31
|
+
rvm: 2.5.7
|
|
28
32
|
- gemfile: gemfiles/rails6.0_graphql1.9.gemfile
|
|
29
33
|
rvm: 2.6.5
|
|
30
34
|
- gemfile: gemfiles/rails_edge_graphql_edge.gemfile
|
|
31
35
|
rvm: 2.5.7
|
|
32
36
|
- gemfile: gemfiles/rails_edge_graphql_edge.gemfile
|
|
33
37
|
rvm: 2.6.5
|
|
38
|
+
allow_failures:
|
|
39
|
+
- rvm: 2.5.7
|
|
40
|
+
gemfile: gemfiles/rails_edge_graphql_edge.gemfile
|
|
41
|
+
- rvm: 2.6.5
|
|
42
|
+
gemfile: gemfiles/rails_edge_graphql_edge.gemfile
|
data/CHANGELOG.md
CHANGED
|
@@ -1,17 +1,23 @@
|
|
|
1
|
-
#
|
|
1
|
+
# Changelog
|
|
2
2
|
|
|
3
|
-
## [v0.
|
|
4
|
-
[Full Changelog](https://github.com/graphql-devise/graphql_devise/compare/v0.4.1...v0.5.0)
|
|
3
|
+
## [v0.6.0](https://github.com/graphql-devise/graphql_devise/tree/v0.6.0) (2019-10-29)
|
|
5
4
|
|
|
6
|
-
|
|
5
|
+
[Full Changelog](https://github.com/graphql-devise/graphql_devise/compare/v0.5.0...v0.6.0)
|
|
7
6
|
|
|
8
|
-
|
|
7
|
+
**Breaking changes:**
|
|
9
8
|
|
|
10
|
-
|
|
9
|
+
- Change send password reset operation name [\#32](https://github.com/graphql-devise/graphql_devise/pull/32) ([mcelicalderon](https://github.com/mcelicalderon))
|
|
10
|
+
|
|
11
|
+
## [v0.5.0](https://github.com/graphql-devise/graphql_devise/tree/v0.5.0) (2019-10-24)
|
|
12
|
+
|
|
13
|
+
[Full Changelog](https://github.com/graphql-devise/graphql_devise/compare/v0.4.1...v0.5.0)
|
|
14
|
+
|
|
15
|
+
**Implemented enhancements:**
|
|
11
16
|
|
|
12
17
|
- Add routes generator [\#22](https://github.com/graphql-devise/graphql_devise/pull/22) ([00dav00](https://github.com/00dav00))
|
|
13
18
|
|
|
14
19
|
## [v0.4.1](https://github.com/graphql-devise/graphql_devise/tree/v0.4.1) (2019-10-18)
|
|
20
|
+
|
|
15
21
|
[Full Changelog](https://github.com/graphql-devise/graphql_devise/compare/v0.4.0...v0.4.1)
|
|
16
22
|
|
|
17
23
|
**Fixed bugs:**
|
|
@@ -19,64 +25,53 @@
|
|
|
19
25
|
- NoMethodError generate\_confirmation\_token! but not supporting confirmable [\#24](https://github.com/graphql-devise/graphql_devise/issues/24)
|
|
20
26
|
- Refactor signUp mutation, fix confirmable disabled [\#26](https://github.com/graphql-devise/graphql_devise/pull/26) ([mcelicalderon](https://github.com/mcelicalderon))
|
|
21
27
|
|
|
22
|
-
**Closed issues:**
|
|
23
|
-
|
|
24
|
-
- Trying to access /graphql\#execute app claims action could not be found [\#21](https://github.com/graphql-devise/graphql_devise/issues/21)
|
|
25
|
-
|
|
26
28
|
**Merged pull requests:**
|
|
27
29
|
|
|
28
30
|
- Grammar fixes in README.md documentation. [\#23](https://github.com/graphql-devise/graphql_devise/pull/23) ([aarona](https://github.com/aarona))
|
|
29
31
|
|
|
30
32
|
## [v0.4.0](https://github.com/graphql-devise/graphql_devise/tree/v0.4.0) (2019-10-14)
|
|
33
|
+
|
|
31
34
|
[Full Changelog](https://github.com/graphql-devise/graphql_devise/compare/v0.3.0...v0.4.0)
|
|
32
35
|
|
|
33
36
|
**Implemented enhancements:**
|
|
34
37
|
|
|
35
38
|
- Support `skip` and `only` when mounting routes [\#19](https://github.com/graphql-devise/graphql_devise/pull/19) ([mcelicalderon](https://github.com/mcelicalderon))
|
|
36
39
|
|
|
37
|
-
**Merged pull requests:**
|
|
38
|
-
|
|
39
|
-
- Test with latest ruby versions [\#18](https://github.com/graphql-devise/graphql_devise/pull/18) ([mcelicalderon](https://github.com/mcelicalderon))
|
|
40
|
-
|
|
41
40
|
## [v0.3.0](https://github.com/graphql-devise/graphql_devise/tree/v0.3.0) (2019-10-04)
|
|
41
|
+
|
|
42
42
|
[Full Changelog](https://github.com/graphql-devise/graphql_devise/compare/v0.2.0...v0.3.0)
|
|
43
43
|
|
|
44
|
-
**
|
|
44
|
+
**Breaking changes:**
|
|
45
45
|
|
|
46
|
-
-
|
|
46
|
+
- Use new dir for email templates [\#17](https://github.com/graphql-devise/graphql_devise/pull/17) ([mcelicalderon](https://github.com/mcelicalderon))
|
|
47
47
|
|
|
48
|
-
**
|
|
48
|
+
**Fixed bugs:**
|
|
49
49
|
|
|
50
|
-
-
|
|
50
|
+
- Fix separate resource mounts [\#16](https://github.com/graphql-devise/graphql_devise/pull/16) ([mcelicalderon](https://github.com/mcelicalderon))
|
|
51
51
|
|
|
52
52
|
## [v0.2.0](https://github.com/graphql-devise/graphql_devise/tree/v0.2.0) (2019-09-16)
|
|
53
|
-
[Full Changelog](https://github.com/graphql-devise/graphql_devise/compare/v0.1.1...v0.2.0)
|
|
54
53
|
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
- Gem isn't found in rubygems.org [\#6](https://github.com/graphql-devise/graphql_devise/issues/6)
|
|
54
|
+
[Full Changelog](https://github.com/graphql-devise/graphql_devise/compare/v0.1.1...v0.2.0)
|
|
58
55
|
|
|
59
|
-
**
|
|
56
|
+
**Implemented enhancements:**
|
|
60
57
|
|
|
61
|
-
- Add changelog generator [\#15](https://github.com/graphql-devise/graphql_devise/pull/15) ([mcelicalderon](https://github.com/mcelicalderon))
|
|
62
|
-
- General Improvements [\#14](https://github.com/graphql-devise/graphql_devise/pull/14) ([mcelicalderon](https://github.com/mcelicalderon))
|
|
63
58
|
- Create user confirmation query [\#13](https://github.com/graphql-devise/graphql_devise/pull/13) ([00dav00](https://github.com/00dav00))
|
|
64
59
|
- Send password reset email [\#12](https://github.com/graphql-devise/graphql_devise/pull/12) ([mcelicalderon](https://github.com/mcelicalderon))
|
|
65
|
-
- Added ignore references for rvm config files. [\#11](https://github.com/graphql-devise/graphql_devise/pull/11) ([aarona](https://github.com/aarona))
|
|
66
60
|
- Check reset password token mutation [\#10](https://github.com/graphql-devise/graphql_devise/pull/10) ([mcelicalderon](https://github.com/mcelicalderon))
|
|
67
61
|
- Update password mutation [\#9](https://github.com/graphql-devise/graphql_devise/pull/9) ([mcelicalderon](https://github.com/mcelicalderon))
|
|
68
62
|
- Return errors using new GraphQL specification [\#8](https://github.com/graphql-devise/graphql_devise/pull/8) ([mcelicalderon](https://github.com/mcelicalderon))
|
|
69
63
|
- Create sign up mutation [\#7](https://github.com/graphql-devise/graphql_devise/pull/7) ([00dav00](https://github.com/00dav00))
|
|
70
64
|
|
|
71
65
|
## [v0.1.1](https://github.com/graphql-devise/graphql_devise/tree/v0.1.1) (2019-08-30)
|
|
72
|
-
|
|
66
|
+
|
|
67
|
+
[Full Changelog](https://github.com/graphql-devise/graphql_devise/compare/27b8d31e34d63ecffc122b30e2f9b04e87509b54...v0.1.1)
|
|
68
|
+
|
|
69
|
+
**Implemented enhancements:**
|
|
73
70
|
|
|
74
71
|
- Take custom mutations when mounting gem in routes [\#5](https://github.com/graphql-devise/graphql_devise/pull/5) ([mcelicalderon](https://github.com/mcelicalderon))
|
|
75
|
-
- Test against different Rails and GraphQL version [\#4](https://github.com/graphql-devise/graphql_devise/pull/4) ([mcelicalderon](https://github.com/mcelicalderon))
|
|
76
72
|
- Cleanup login mutation [\#3](https://github.com/graphql-devise/graphql_devise/pull/3) ([mcelicalderon](https://github.com/mcelicalderon))
|
|
77
73
|
- PoC first login mutation [\#2](https://github.com/graphql-devise/graphql_devise/pull/2) ([mcelicalderon](https://github.com/mcelicalderon))
|
|
78
|
-
- Add devise-token-auth and create test dummy [\#1](https://github.com/graphql-devise/graphql_devise/pull/1) ([00dav00](https://github.com/00dav00))
|
|
79
74
|
|
|
80
75
|
|
|
81
76
|
|
|
82
|
-
\* *This
|
|
77
|
+
\* *This Changelog was automatically generated by [github_changelog_generator](https://github.com/github-changelog-generator/github-changelog-generator)*
|
data/README.md
CHANGED
|
@@ -97,7 +97,7 @@ The following is a list of the symbols you can provide to the `operations`, `ski
|
|
|
97
97
|
:logout
|
|
98
98
|
:sign_up
|
|
99
99
|
:update_password
|
|
100
|
-
:
|
|
100
|
+
:send_password_reset
|
|
101
101
|
:confirm_account
|
|
102
102
|
:check_password_token
|
|
103
103
|
```
|
|
@@ -164,7 +164,7 @@ is `User`.
|
|
|
164
164
|
1. userLogout
|
|
165
165
|
1. userSignUp
|
|
166
166
|
1. userUpdatePassword
|
|
167
|
-
1.
|
|
167
|
+
1. userSendPasswordReset
|
|
168
168
|
|
|
169
169
|
#### Queries
|
|
170
170
|
1. userConfirmAccount
|
data/graphql_devise.gemspec
CHANGED
|
@@ -32,6 +32,8 @@ Gem::Specification.new do |spec|
|
|
|
32
32
|
spec.add_development_dependency 'appraisal'
|
|
33
33
|
spec.add_development_dependency 'factory_bot'
|
|
34
34
|
spec.add_development_dependency 'faker'
|
|
35
|
+
spec.add_development_dependency 'generator_spec'
|
|
36
|
+
spec.add_development_dependency 'github_changelog_generator'
|
|
35
37
|
spec.add_development_dependency 'pry'
|
|
36
38
|
spec.add_development_dependency 'pry-byebug'
|
|
37
39
|
spec.add_development_dependency 'rake', '~> 10.0'
|
|
@@ -40,6 +42,4 @@ Gem::Specification.new do |spec|
|
|
|
40
42
|
spec.add_development_dependency 'rubocop-performance'
|
|
41
43
|
spec.add_development_dependency 'rubocop-rspec'
|
|
42
44
|
spec.add_development_dependency 'sqlite3', '~> 1.3'
|
|
43
|
-
spec.add_development_dependency 'github_changelog_generator'
|
|
44
|
-
spec.add_development_dependency 'generator_spec'
|
|
45
45
|
end
|
|
@@ -14,7 +14,7 @@ module ActionDispatch::Routing
|
|
|
14
14
|
logout: GraphqlDevise::Mutations::Logout,
|
|
15
15
|
sign_up: GraphqlDevise::Mutations::SignUp,
|
|
16
16
|
update_password: GraphqlDevise::Mutations::UpdatePassword,
|
|
17
|
-
|
|
17
|
+
send_password_reset: GraphqlDevise::Mutations::SendPasswordReset
|
|
18
18
|
}.freeze
|
|
19
19
|
default_queries = {
|
|
20
20
|
confirm_account: GraphqlDevise::Resolvers::ConfirmAccount,
|