model_driven_api 3.2.11 → 3.2.12
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/app/controllers/api/v2/info_controller.rb +2 -2
- data/lib/model_driven_api/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 783c3a65595fcf6be92e75ed07e95a15f21a94d4a13185fcb361208fb0000745
|
4
|
+
data.tar.gz: ac89122f2f5bfe2bcddf0f0d07b793a03b3603f29d201f05a65973430d8d27e0
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 5d8f288cded49fc7fe8015a9bd2b3f5cb429a2da2e05d55b8ad87caf12f1138556903ff57c706253293cb66f7d53b6cfd05cb078eb3d1781acfaa765c4919a52
|
7
|
+
data.tar.gz: 303e03a07dda2e3eb295c21db0363c8214dfc8835559b2d43f01dfd1e385f6361d3c227f856fbc92c04eb03cb89b223ffc8ac20ea4bb686f2831c14c3ad1dc41
|
@@ -2,7 +2,7 @@
|
|
2
2
|
class Api::V2::InfoController < Api::V2::ApplicationController
|
3
3
|
# Info uses a different auth method: username and password
|
4
4
|
skip_before_action :authenticate_request, only: [:version, :swagger, :openapi], raise: false
|
5
|
-
skip_before_action :extract_model
|
5
|
+
skip_before_action :extract_model, except: [:heartbeat]
|
6
6
|
|
7
7
|
# api :GET, '/api/v2/info/version', "Just prints the APPVERSION."
|
8
8
|
def version
|
@@ -19,7 +19,7 @@ class Api::V2::InfoController < Api::V2::ApplicationController
|
|
19
19
|
# api :GET, '/api/v2/info/heartbeat'
|
20
20
|
# Just keeps the session alive by returning a new token
|
21
21
|
def heartbeat
|
22
|
-
|
22
|
+
render json: current_user.to_json, status: 200
|
23
23
|
end
|
24
24
|
|
25
25
|
# GET '/api/v2/info/translations'
|
metadata
CHANGED
@@ -1,13 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: model_driven_api
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 3.2.
|
4
|
+
version: 3.2.12
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Gabriele Tassoni
|
8
8
|
bindir: bin
|
9
9
|
cert_chain: []
|
10
|
-
date: 2025-03-
|
10
|
+
date: 2025-03-20 00:00:00.000000000 Z
|
11
11
|
dependencies:
|
12
12
|
- !ruby/object:Gem::Dependency
|
13
13
|
name: thecore_backend_commons
|