Skip to content

Commit 37d02f0

Browse files
authored
Merge pull request #2071 from gooddata/GRIF-683
GRIF-683: Using default limit parse for yaml file
2 parents 0e5158a + 770fef4 commit 37d02f0

3 files changed

Lines changed: 1 addition & 20 deletions

File tree

.github/workflows/check.yaml

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -23,22 +23,6 @@ jobs:
2323
id: changed-files
2424
uses: tj-actions/changed-files@v45
2525

26-
gooddata-ruby-lcm-integration-e2e:
27-
needs:
28-
- prepare-env
29-
uses: ./.github/workflows/lcm-integration-e2e.yaml
30-
secrets: inherit
31-
permissions:
32-
id-token: write
33-
contents: read
34-
if: ${{ needs.prepare-env.outputs.branch == 'master' }}
35-
with:
36-
AUTO_MERGE: false
37-
base_branch: ${{ needs.prepare-env.outputs.branch }}
38-
pr_number: ${{ needs.prepare-env.outputs.pr_number }}
39-
java_version: '11'
40-
ruby_version: 'jruby-9.4.12.1'
41-
4226
gooddata-ruby-lcm-build-pipeline:
4327
needs:
4428
- gooddata-ruby-lcm-integration-e2e

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.7.103
1+
3.7.104

lib/gooddata/rest/connection.rb

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -179,9 +179,6 @@ def initialize(opts)
179179

180180
# Connect using username and password
181181
def connect(username, password, options = {})
182-
if RUBY_ENGINE == "jruby" && RUBY_ENGINE_VERSION >= '9.4.12.0'
183-
Psych::Parser.code_point_limit = 100 * MB
184-
end
185182
server = options[:server] || Helpers::AuthHelper.read_server
186183
options = DEFAULT_LOGIN_PAYLOAD.merge(options)
187184
headers = options[:headers] || {}

0 commit comments

Comments
 (0)