Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
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
16 changes: 0 additions & 16 deletions .github/workflows/check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,22 +23,6 @@ jobs:
id: changed-files
uses: tj-actions/changed-files@v45

gooddata-ruby-lcm-integration-e2e:
needs:
- prepare-env
uses: ./.github/workflows/lcm-integration-e2e.yaml
secrets: inherit
permissions:
id-token: write
contents: read
if: ${{ needs.prepare-env.outputs.branch == 'master' }}
with:
AUTO_MERGE: false
base_branch: ${{ needs.prepare-env.outputs.branch }}
pr_number: ${{ needs.prepare-env.outputs.pr_number }}
java_version: '11'
ruby_version: 'jruby-9.4.12.1'

gooddata-ruby-lcm-build-pipeline:
needs:
- gooddata-ruby-lcm-integration-e2e
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.7.103
3.7.104
3 changes: 0 additions & 3 deletions lib/gooddata/rest/connection.rb
Original file line number Diff line number Diff line change
Expand Up @@ -179,9 +179,6 @@ def initialize(opts)

# Connect using username and password
def connect(username, password, options = {})
if RUBY_ENGINE == "jruby" && RUBY_ENGINE_VERSION >= '9.4.12.0'
Psych::Parser.code_point_limit = 100 * MB
end
server = options[:server] || Helpers::AuthHelper.read_server
options = DEFAULT_LOGIN_PAYLOAD.merge(options)
headers = options[:headers] || {}
Expand Down
Loading