https://flyte.org logo
Join the conversationJoin Slack
Channels
announcements
ask-the-community
auth
conference-talks
contribute
databricks-integration
datahub-flyte
deployment
ecosystem-unionml
engineeringlabs
events
feature-discussions
flyte-bazel
flyte-build
flyte-console
flyte-deployment
flyte-documentation
flyte-github
flyte-ui-ux
flytekit
flytekit-java
flytelab
great-content
hacktoberfest-2022
helsing-flyte
in-flyte-conversations
introductions
jobs
konan-integration
linkedin-flyte
random
ray-integration
ray-on-flyte
release
scipy-2022-sprint
sig-large-models
workflow-building-ui-proj
writing-w-sfloris
Powered by Linen
flyte-github
  • g

    GitHub

    12/29/2022, 10:50 PM
    Release - Flyte v1.3.0-b7 milestone release New release published by flyte-bot v1.3.0-b7 Empty release for testing CI. flyteorg/flyte
  • g

    GitHub

    12/29/2022, 10:52 PM
    Deployment to github-pages by flyte-bot flyteorg/flyte
  • g

    GitHub

    12/29/2022, 11:50 PM
    #3203 Support for multiarch images when retagging as release images Pull request opened by jeevb on <!date^1672356212^{date_short}|2022-12-29T23:23:32Z> Tested with the local registry. Original image:
    > docker manifest inspect --verbose --insecure "localhost:5000/test"
    [
    	{
    		"Ref": "localhost:5000/test:latest@sha256:ce2f1f75ed6e781c6e44be8bafaa29b8fd7563a739c21206a7fa38c6893ce07f",
    		"Descriptor": {
    			"mediaType": "application/vnd.docker.distribution.manifest.v2+json",
    			"digest": "sha256:ce2f1f75ed6e781c6e44be8bafaa29b8fd7563a739c21206a7fa38c6893ce07f",
    			"size": 528,
    			"platform": {
    				"architecture": "amd64",
    				"os": "linux"
    			}
    		},
    		"SchemaV2Manifest": {
    			"mediaType": "application/vnd.docker.distribution.manifest.v2+json",
    			"schemaVersion": 2,
    			"config": {
    				"mediaType": "application/vnd.docker.container.image.v1+json",
    				"digest": "sha256:3da83a1633c5409e0d7cbc9d3442bf07beab6d6392da0a1a03a638d61518ae53",
    				"size": 882
    			},
    			"layers": [
    				{
    					"mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip",
    					"digest": "sha256:3f4ca61aafcd4fc07267a105067db35c0f0ac630e1970f3cd0c7bf552780e985",
    					"size": 31396943
    				}
    			]
    		}
    	},
    	{
    		"Ref": "localhost:5000/test:latest@sha256:43e6700716c570bf86d1a8bf2c73bda63e4b05a6b82e0e6f6671fb75022363b1",
    		"Descriptor": {
    			"mediaType": "application/vnd.docker.distribution.manifest.v2+json",
    			"digest": "sha256:43e6700716c570bf86d1a8bf2c73bda63e4b05a6b82e0e6f6671fb75022363b1",
    			"size": 528,
    			"platform": {
    				"architecture": "arm64",
    				"os": "linux"
    			}
    		},
    		"SchemaV2Manifest": {
    			"mediaType": "application/vnd.docker.distribution.manifest.v2+json",
    			"schemaVersion": 2,
    			"config": {
    				"mediaType": "application/vnd.docker.container.image.v1+json",
    				"digest": "sha256:0dabc5fe09d9569aaf45ee9f7b6151477d2b567ce401addb7e5f451a8b7479d2",
    				"size": 882
    			},
    			"layers": [
    				{
    					"mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip",
    					"digest": "sha256:4b7f5b2a311310809ab89d92f6f71b0462722fe855d3b92c93098a528aa08791",
    					"size": 30044772
    				}
    			]
    		}
    	}
    ]
    New image:
    > docker buildx imagetools create --tag localhost:5000/test-release:latest localhost:5000/test:latest
    [+] Building 0.0s (1/1) FINISHED
     => [internal] pushing localhost:5000/test-release:latest
     
     > docker manifest inspect --verbose --insecure "localhost:5000/test-release"
    [
    	{
    		"Ref": "localhost:5000/test-release:latest@sha256:ce2f1f75ed6e781c6e44be8bafaa29b8fd7563a739c21206a7fa38c6893ce07f",
    		"Descriptor": {
    			"mediaType": "application/vnd.docker.distribution.manifest.v2+json",
    			"digest": "sha256:ce2f1f75ed6e781c6e44be8bafaa29b8fd7563a739c21206a7fa38c6893ce07f",
    			"size": 528,
    			"platform": {
    				"architecture": "amd64",
    				"os": "linux"
    			}
    		},
    		"SchemaV2Manifest": {
    			"mediaType": "application/vnd.docker.distribution.manifest.v2+json",
    			"schemaVersion": 2,
    			"config": {
    				"mediaType": "application/vnd.docker.container.image.v1+json",
    				"digest": "sha256:3da83a1633c5409e0d7cbc9d3442bf07beab6d6392da0a1a03a638d61518ae53",
    				"size": 882
    			},
    			"layers": [
    				{
    					"mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip",
    					"digest": "sha256:3f4ca61aafcd4fc07267a105067db35c0f0ac630e1970f3cd0c7bf552780e985",
    					"size": 31396943
    				}
    			]
    		}
    	},
    	{
    		"Ref": "localhost:5000/test-release:latest@sha256:43e6700716c570bf86d1a8bf2c73bda63e4b05a6b82e0e6f6671fb75022363b1",
    		"Descriptor": {
    			"mediaType": "application/vnd.docker.distribution.manifest.v2+json",
    			"digest": "sha256:43e6700716c570bf86d1a8bf2c73bda63e4b05a6b82e0e6f6671fb75022363b1",
    			"size": 528,
    			"platform": {
    				"architecture": "arm64",
    				"os": "linux"
    			}
    		},
    		"SchemaV2Manifest": {
    			"mediaType": "application/vnd.docker.distribution.manifest.v2+json",
    			"schemaVersion": 2,
    			"config": {
    				"mediaType": "application/vnd.docker.container.image.v1+json",
    				"digest": "sha256:0dabc5fe09d9569aaf45ee9f7b6151477d2b567ce401addb7e5f451a8b7479d2",
    				"size": 882
    			},
    			"layers": [
    				{
    					"mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip",
    					"digest": "sha256:4b7f5b2a311310809ab89d92f6f71b0462722fe855d3b92c93098a528aa08791",
    					"size": 30044772
    				}
    			]
    		}
    	}
    ]
    flyteorg/flyte ✅ All checks have passed 6/6 successful checks
  • g

    GitHub

    12/30/2022, 12:22 AM
    1 new commit pushed to
    <https://github.com/flyteorg/flyte/tree/master|master>
    by wild-endeavor
    <https://github.com/flyteorg/flyte/commit/0578773ac86c0163537883f5d128d0361d7a0775|0578773a>
    - Support for multiarch images when retagging as release images (#3203) flyteorg/flyte
  • g

    GitHub

    12/30/2022, 12:22 AM
    #3204 Changelog for 1.3.0-b8 Pull request opened by wild-endeavor Empty release for CI testing. flyteorg/flyte
  • g

    GitHub

    12/30/2022, 12:27 AM
    1 new commit pushed to
    <https://github.com/flyteorg/flyte/tree/master|master>
    by wild-endeavor
    <https://github.com/flyteorg/flyte/commit/50036f4a05fd7aba914bc534bfa3b1a79c1b6d12|50036f4a>
    - bump and changelog 13-b8 (#3204) flyteorg/flyte
  • g

    GitHub

    12/30/2022, 12:59 AM
    Release - Flyte v1.3.0-b8 milestone release New release published by flyte-bot v1.3.0-b8 Empty release for testing CI. flyteorg/flyte
  • g

    GitHub

    12/30/2022, 1:00 AM
    Deployment to github-pages by flyte-bot flyteorg/flyte
  • g

    GitHub

    12/30/2022, 7:14 PM
    #3206 [testing] do not merge Pull request opened by wild-endeavor only for testing. flyteorg/flyte
  • g

    GitHub

    12/31/2022, 12:43 AM
    #3207 [Core feature] Convert List[Any] to a single pickle file Issue created by pingsutw Motivation: Why do you think this is important? Currently, flyte create N (size of list) pickle files if output type is
    List[Any]
    . This slows down serialization. it takes more than 15 mins to upload the pickle to s3 if the size of list is 1000. People don't care about how we serialize
    List[Any]
    . We can just convert entire list into a single pickle file, which reduces the time required for serialization. Goal: What should the final outcome look like, ideally? it will make serialization faster Describe alternatives you've considered • Raise an error when using large list • Add detailed warning Propose: Link/Inline OR Additional context Slack Thread Are you sure this issue hasn't been raised already? ☑︎ Yes Have you read the Code of Conduct? ☑︎ Yes flyteorg/flyte
  • g

    GitHub

    01/02/2023, 5:00 PM
    Pending review on flyteorg/flytekit-java - Manage reminder [#6] Update .env.local in README (kanterov) 9 months stale · 3 years old · Waiting on _ @Ketan (kumare3)_
  • g

    GitHub

    01/02/2023, 5:00 PM
    Pending review on flyteorg/flyte - Manage reminder [#1329] Update contributors' section (samhita-alla) a year stale · a year old · Waiting on _ @Ketan (kumare3)_ [#1408] Remove placeholders in secrets (jeevb) a year stale · a year old · Waiting on _ @Haytham Abuelfutuh_ [#2986] Automatic unassign for stale issues (Azanul) 2 months stale · 3 months old · Waiting on _ samhita-alla_
  • g

    GitHub

    01/03/2023, 5:05 PM
    1 new commit pushed to
    <https://github.com/flyteorg/flyteconsole/tree/master|master>
    by jsonporter
    <https://github.com/flyteorg/flyteconsole/commit/c9ac17feb99ee1a97db7f1229fc8f236e04bae76|c9ac17fe>
    - Update Flyteidl version (#657) flyteorg/flyteconsole
  • g

    GitHub

    01/03/2023, 5:05 PM
    1 new commit pushed to
    <https://github.com/flyteorg/flyteconsole/tree/master|master>
    by jsonporter
    <https://github.com/flyteorg/flyteconsole/commit/572eb23e3597b7173d917e676b8c52082f77a3cc|572eb23e>
    - chore(deps): bump deep-object-diff from 1.1.7 to 1.1.9 (#651) flyteorg/flyteconsole
  • g

    GitHub

    01/03/2023, 5:06 PM
    1 new commit pushed to
    <https://github.com/flyteorg/flyteconsole/tree/master|master>
    by jsonporter
    <https://github.com/flyteorg/flyteconsole/commit/8cee49a6a20c151995d837d5d707d6eecb15fa17|8cee49a6>
    - chore(deps): bump express from 4.17.1 to 4.17.3 (#648) flyteorg/flyteconsole
  • g

    GitHub

    01/03/2023, 5:06 PM
    1 new commit pushed to
    <https://github.com/flyteorg/flyteconsole/tree/master|master>
    by jsonporter
    <https://github.com/flyteorg/flyteconsole/commit/d0c36294a44efae82ab7420d0cfcfda9eb47b0b8|d0c36294>
    - chore(deps): bump decode-uri-component from 0.2.0 to 0.2.2 (#643) flyteorg/flyteconsole
  • g

    GitHub

    01/03/2023, 5:06 PM
    #643 chore(deps): bump decode-uri-component from 0.2.0 to 0.2.2 Pull request opened by dependabot[bot] on <!date^1670181930^{date_short}|2022-12-04T19:25:30Z> Bumps decode-uri-component from 0.2.0 to 0.2.2. Release notes Sourced from decode-uri-component's releases.
    v0.2.2
    • Prevent overwriting previously decoded tokens 980e0bf
    SamVerschueren/decode-uri-component@v0.2.1...v0.2.2
    v0.2.1
    • Switch to GitHub workflows 76abc93
    • Fix issue where decode throws - fixes #6 746ca5d
    • Update license (#1) 486d7e2
    • Tidelift tasks a650457
    • Meta tweaks 66e1c28
    SamVerschueren/decode-uri-component@v0.2.0...v0.2.1
    Commits • `a0eea46` 0.2.2 • `980e0bf` Prevent overwriting previously decoded tokens • `3c8a373` 0.2.1 • `76abc93` Switch to GitHub workflows • `746ca5d` Fix issue where decode throws - fixes #6 • `486d7e2` Update license (#1) • `a650457` Tidelift tasks • `66e1c28` Meta tweaks • See full diff in compare view Dependabot compatibility score Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
    @dependabot rebase
    . * * * Dependabot commands and options You can trigger Dependabot actions by commenting on this PR: •
    @dependabot rebase
    will rebase this PR •
    @dependabot recreate
    will recreate this PR, overwriting any edits that have been made to it •
    @dependabot merge
    will merge this PR after your CI passes on it •
    @dependabot squash and merge
    will squash and merge this PR after your CI passes on it •
    @dependabot cancel merge
    will cancel a previously requested merge and block automerging •
    @dependabot reopen
    will reopen this PR if it is closed •
    @dependabot close
    will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually •
    @dependabot ignore this major version
    will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) •
    @dependabot ignore this minor version
    will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) •
    @dependabot ignore this dependency
    will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) •
    @dependabot use these labels
    will set the current labels as the default for future PRs for this repo and language •
    @dependabot use these reviewers
    will set the current reviewers as the default for future PRs for this repo and language •
    @dependabot use these assignees
    will set the current assignees as the default for future PRs for this repo and language •
    @dependabot use this milestone
    will set the current milestone as the default for future PRs for this repo and language You can disable automated security fix PRs for this repo from the Security Alerts page. flyteorg/flyteconsole Codecov: 68.22% (-0.11%) compared to ab19c54 GitHub Actions: Push to Github Registry GitHub Actions: Get Release Tag GitHub Actions: Generate Release ✅ 7 other checks have passed 7/11 successful checks
  • g

    GitHub

    01/03/2023, 5:07 PM
    #658 chore(deps): bump json5 from 1.0.1 to 1.0.2 Pull request opened by dependabot[bot] Bumps json5 from 1.0.1 to 1.0.2. Release notes Sourced from json5's releases.
    v1.0.2
    • Fix: Properties with the name
    __proto__
    are added to objects and arrays. (#199) This also fixes a prototype pollution vulnerability reported by Jonathan Gregson! (#295). This has been backported to v1. (#298)
    Changelog Sourced from json5's changelog.
    Unreleased [code, diff]
    v2.2.3 [code, diff]
    • Fix: json5@2.2.3 is now the 'latest' release according to npm instead of v1.0.2. (#299)
    v2.2.2 [code, diff]
    • Fix: Properties with the name
    __proto__
    are added to objects and arrays. (#199) This also fixes a prototype pollution vulnerability reported by Jonathan Gregson! (#295).
    v2.2.1 [code, diff]
    • Fix: Removed dependence on minimist to patch CVE-2021-44906. (#266)
    v2.2.0 [code, diff]
    • New: Accurate and documented TypeScript declarations are now included. There is no need to install
    @types/json5
    . (#236, #244)
    v2.1.3 [code, diff]
    • Fix: An out of memory bug when parsing numbers has been fixed. (#228, #229)
    v2.1.2 [code, diff]
    ... (truncated) Commits • `a62db1e` 1.0.2 • `e0c23fe` docs: update CHANGELOG for v1.0.2 • `62a6540` fix: add proto to objects and arrays • See full diff in compare view Dependabot compatibility score Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
    @dependabot rebase
    . * * * Dependabot commands and options You can trigger Dependabot actions by commenting on this PR: •
    @dependabot rebase
    will rebase this PR •
    @dependabot recreate
    will recreate this PR, overwriting any edits that have been made to it •
    @dependabot merge
    will merge this PR after your CI passes on it •
    @dependabot squash and merge
    will squash and merge this PR after your CI passes on it •
    @dependabot cancel merge
    will cancel a previously requested merge and block automerging •
    @dependabot reopen
    will reopen this PR if it is closed •
    @dependabot close
    will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually •
    @dependabot ignore this major version
    will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) •
    @dependabot ignore this minor version
    will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) •
    @dependabot ignore this dependency
    will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) •
    @dependabot use these labels
    will set the current labels as the default for future PRs for this repo and language •
    @dependabot use these reviewers
    will set the current reviewers as the default for future PRs for this repo and language •
    @dependabot use these assignees
    will set the current assignees as the default for future PRs for this repo and language •
    @dependabot use this milestone
    will set the current milestone as the default for future PRs for this repo and language You can disable automated security fix PRs for this repo from the Security Alerts page. flyteorg/flyteconsole
  • g

    GitHub

    01/03/2023, 5:07 PM
    1 new commit pushed to
    <https://github.com/flyteorg/flyteconsole/tree/master|master>
    by jsonporter
    <https://github.com/flyteorg/flyteconsole/commit/04821d806b34bdf888b00663a873f962a0f6b607|04821d80>
    - chore(deps): bump loader-utils from 1.4.0 to 1.4.2 (#639) flyteorg/flyteconsole
  • g

    GitHub

    01/03/2023, 5:07 PM
    #639 chore(deps): bump loader-utils from 1.4.0 to 1.4.2 Pull request opened by dependabot[bot] on <!date^1668552007^{date_short}|2022-11-15T22:40:07Z> Bumps loader-utils from 1.4.0 to 1.4.2. Release notes Sourced from loader-utils's releases.
    v1.4.2
    1.4.2 (2022-11-11)
    Bug Fixes
    • ReDoS problem (#226) (17cbf8f)
    v1.4.1
    1.4.1 (2022-11-07)
    Bug Fixes
    • security problem (#220) (4504e34)
    Changelog Sourced from loader-utils's changelog.
    1.4.2 (2022-11-11)
    Bug Fixes
    • ReDoS problem (#226) (17cbf8f)
    1.4.1 (2022-11-07)
    Bug Fixes
    • security problem (#220) (4504e34)
    Commits • `331ad50` chore(release): 1.4.2 • `17cbf8f` fix: ReDoS problem (#226) • `8f082b3` chore(release): 1.4.1 • `4504e34` fix: security problem (#220) • See full diff in compare view Dependabot compatibility score Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
    @dependabot rebase
    . * * * Dependabot commands and options You can trigger Dependabot actions by commenting on this PR: •
    @dependabot rebase
    will rebase this PR •
    @dependabot recreate
    will recreate this PR, overwriting any edits that have been made to it •
    @dependabot merge
    will merge this PR after your CI passes on it •
    @dependabot squash and merge
    will squash and merge this PR after your CI passes on it •
    @dependabot cancel merge
    will cancel a previously requested merge and block automerging •
    @dependabot reopen
    will reopen this PR if it is closed •
    @dependabot close
    will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually •
    @dependabot ignore this major version
    will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) •
    @dependabot ignore this minor version
    will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) •
    @dependabot ignore this dependency
    will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) •
    @dependabot use these labels
    will set the current labels as the default for future PRs for this repo and language •
    @dependabot use these reviewers
    will set the current reviewers as the default for future PRs for this repo and language •
    @dependabot use these assignees
    will set the current assignees as the default for future PRs for this repo and language •
    @dependabot use this milestone
    will set the current milestone as the default for future PRs for this repo and language You can disable automated security fix PRs for this repo from the Security Alerts page. flyteorg/flyteconsole Codecov: 68.22% (-0.11%) compared to ab19c54 GitHub Actions: Push to Github Registry GitHub Actions: Get Release Tag GitHub Actions: Generate Release ✅ 7 other checks have passed 7/11 successful checks
  • g

    GitHub

    01/03/2023, 5:08 PM
    #573 [Snyk] Upgrade @flyteorg/flyteidl from 1.1.11 to 1.1.12 Pull request opened by snyk-bot on <!date^1661902127^{date_short}|2022-08-30T23:28:47Z> Snyk has created this PR to upgrade @flyteorg/flyteidl from 1.1.11 to 1.1.12. merge advice ℹ️ Keep your dependencies up-to-date. This makes it easier to fix existing vulnerabilities and to more quickly identify and fix newly disclosed vulnerabilities when they affect your project. * * * • The recommended version is 1 version ahead of your current version. • The recommended version was released 21 days ago, on 2022-08-09. Release notes Package name: @flyteorg/flyteidl • 1.1.12 - 2022-08-09 Changelog • 0b20c5c Read client secret from env var first since the location has a default (#312) • 1.1.11 - 2022-08-09 Changelog • dbeb016 Allow passing in authentication client secret as an environment variable (#311) from @flyteorg/flyteidl GitHub release notes Commit messages Package name: @flyteorg/flyteidl • 0b20c5c Read client secret from env var first since the location has a default (#312) Compare * * * Note: You are seeing this because you or someone else with access to this repository has authorized Snyk to open upgrade PRs. For more information: https://camo.githubusercontent.com/90786b42732ecd7471331ddf2a7995c6996e91a59eb7b9b8b07cfbccdbad3776/68747470733a2f2f6170692e7365676d656e742e696f2f76312f706978656c2f747261636b3f646174613d65794a33636d6c305a55746c65534936496e4a79576d785a634564485932527954485a7362306c596430645563566734576b4652546e4e434f5545774969776959573576626e6c746233567a535751694f6949794e574e6c4e444a6b4d5331694e6a67304c54526b4e5759744f44417a5a5330345a446b7a4d6a526a59546b7a4e5759694c434a6c646d567564434936496c425349485a705a58646c5a434973496e42796233426c636e52705a584d694f6e736963484a4a5a434936496a4931593255304d6d51784c5749324f4451744e4751315a6930344d444e6c4c54686b4f544d794e474e684f544d315a694a3966513d3d 🧐 View latest project report 🛠️ Adjust upgrade PR settings 🔕 Ignore this dependency or unsubscribe from future upgrade PRs flyteorg/flyteconsole GitHub Actions: Push to Github Registry GitHub Actions: Get Release Tag GitHub Actions: Generate Release GitHub Actions: Build & Push Flyteconsole Image / Push to Github Registry GitHub Actions: unit_tests_with_coverage GitHub Actions: lint_project DCO: DCO ✅ 2 other checks have passed 2/9 successful checks
  • g

    GitHub

    01/03/2023, 5:08 PM
    1 new commit pushed to
    <https://github.com/flyteorg/flyteconsole/tree/master|master>
    by jsonporter
    <https://github.com/flyteorg/flyteconsole/commit/385eb6991c79fa879792242ab41a6674abeec77e|385eb699>
    - chore(deps): bump qs from 6.5.2 to 6.5.3 (#645) flyteorg/flyteconsole
  • g

    GitHub

    01/03/2023, 5:09 PM
    #659 chore(deps): bump minimatch from 3.0.4 to 3.1.2 Pull request opened by dependabot[bot] Bumps minimatch from 3.0.4 to 3.1.2. Commits • `699c459` 3.1.2 • `2f2b5ff` fix: trim pattern • `25d7c0d` 3.1.1 • `55dda29` fix: treat nocase:true as always having magic • `5e1fb8d` 3.1.0 • `f8145c5` Add 'allowWindowsEscape' option • `570e8b1` add publishConfig for v3 publishes • `5b7cd33` 3.0.6 • `20b4b56` [fix] revert all breaking syntax changes • `2ff0388` document, expose, and test 'partial:true' option • Additional commits viewable in compare view Dependabot compatibility score Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
    @dependabot rebase
    . * * * Dependabot commands and options You can trigger Dependabot actions by commenting on this PR: •
    @dependabot rebase
    will rebase this PR •
    @dependabot recreate
    will recreate this PR, overwriting any edits that have been made to it •
    @dependabot merge
    will merge this PR after your CI passes on it •
    @dependabot squash and merge
    will squash and merge this PR after your CI passes on it •
    @dependabot cancel merge
    will cancel a previously requested merge and block automerging •
    @dependabot reopen
    will reopen this PR if it is closed •
    @dependabot close
    will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually •
    @dependabot ignore this major version
    will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) •
    @dependabot ignore this minor version
    will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) •
    @dependabot ignore this dependency
    will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) •
    @dependabot use these labels
    will set the current labels as the default for future PRs for this repo and language •
    @dependabot use these reviewers
    will set the current reviewers as the default for future PRs for this repo and language •
    @dependabot use these assignees
    will set the current assignees as the default for future PRs for this repo and language •
    @dependabot use this milestone
    will set the current milestone as the default for future PRs for this repo and language You can disable automated security fix PRs for this repo from the Security Alerts page. flyteorg/flyteconsole
  • g

    GitHub

    01/03/2023, 6:17 PM
    #146 Add opentelemetry instrumentation Pull request opened by hamersaw on <!date^1669243460^{date_short}|2022-11-23T22:44:20Z> TL;DR Adding opentelemetry instrumentation for blobstore operations, etc. Type ☐ Bug Fix ☑︎ Feature ☐ Plugin Are all requirements met? ☐ Code completed ☐ Smoke tested ☐ Unit tests added ☐ Code documentation added ☐ Any pending items have an associated Issue Complete description ^^^ Tracking Issue NA Follow-up issue NA flyteorg/flytestdlib Codecov: 68.21% (-0.55%) compared to 65025fd GitHub Actions: Lint / Run Lint GitHub Actions: Ensure go generate has run ✅ 4 other checks have passed 4/7 successful checks
    g
    • 2
    • 1
  • g

    GitHub

    01/03/2023, 7:01 PM
    1 new commit pushed to
    <https://github.com/flyteorg/flytepropeller/tree/master|master>
    by hamersaw
    <https://github.com/flyteorg/flytepropeller/commit/08bdbd01a950d861726e0207c067a63e4a0b35c0|08bdbd01>
    - Fix gate node approve condition node interface binding validation (#512) flyteorg/flytepropeller
  • g

    GitHub

    01/03/2023, 7:53 PM
    Release - v1.1.57 New release published by flyte-bot Changelog • 08bdbd0 Fix gate node approve condition node interface binding validation (#512) flyteorg/flytepropeller
  • g

    GitHub

    01/03/2023, 9:38 PM
    #1398 Signal use Pull request opened by wild-endeavor on <!date^1672200437^{date_short}|2022-12-28T04:07:17Z> TL;DR This PR adds some Flyte remote constructs around gate nodes so that pyflyte run works. Type ☐ Bug Fix ☑︎ Feature ☐ Plugin Are all requirements met? ☐ Code completed ☐ Smoke tested ☐ Unit tests added ☐ Code documentation added ☐ Any pending items have an associated Issue Complete description These are the workflows that this was tested on. https://github.com/flyteorg/flytesnacks/blob/gate-example/cookbook/core/control_flow/human_in_the_loop.py Tracking Issue flyteorg/flyte#3125 flyteorg/flyte#208 flyteorg/flytekit GitHub Actions: build-plugins (3.10, flytekit-vaex) GitHub Actions: build-plugins (3.10, flytekit-sqlalchemy) GitHub Actions: build-plugins (3.10, flytekit-spark) GitHub Actions: build-plugins (3.10, flytekit-snowflake) GitHub Actions: build-plugins (3.10, flytekit-ray) GitHub Actions: build-plugins (3.10, flytekit-polars) GitHub Actions: build-plugins (3.10, flytekit-papermill) GitHub Actions: build-plugins (3.10, flytekit-pandera) GitHub Actions: build-plugins (3.10, flytekit-kf-tensorflow) GitHub Actions: build-plugins (3.10, flytekit-kf-pytorch) GitHub Actions: build-plugins (3.10, flytekit-kf-mpi) GitHub Actions: build-plugins (3.10, flytekit-k8s-pod) GitHub Actions: build-plugins (3.10, flytekit-hive) GitHub Actions: build-plugins (3.10, flytekit-dolt) GitHub Actions: build-plugins (3.10, flytekit-deck-standard) GitHub Actions: build-plugins (3.10, flytekit-dbt) GitHub Actions: build-plugins (3.10, flytekit-data-fsspec) GitHub Actions: build-plugins (3.10, flytekit-bigquery) GitHub Actions: build-plugins (3.10, flytekit-aws-sagemaker) GitHub Actions: build-plugins (3.10, flytekit-aws-batch) GitHub Actions: build-plugins (3.10, flytekit-aws-athena) GitHub Actions: build-plugins (3.9, flytekit-whylogs) GitHub Actions: build-plugins (3.9, flytekit-vaex) GitHub Actions: build-plugins (3.9, flytekit-sqlalchemy) GitHub Actions: build-plugins (3.9, flytekit-spark) GitHub Actions: build-plugins (3.9, flytekit-snowflake) GitHub Actions: build-plugins (3.9, flytekit-ray) GitHub Actions: build-plugins (3.9, flytekit-polars) GitHub Actions: build-plugins (3.9, flytekit-papermill) GitHub Actions: build-plugins (3.9, flytekit-pandera) ✅ No checks have passed 0/30 successful checks
  • g

    GitHub

    01/03/2023, 9:48 PM
    #355 Add comments to the cache reservation API messages Pull request opened by hamersaw TL;DR Small PR to add comments on the catalog reservation API. Type ☐ Bug Fix ☑︎ Feature ☐ Plugin Are all requirements met? ☑︎ Code completed ☑︎ Smoke tested ☐ Unit tests added ☑︎ Code documentation added ☐ Any pending items have an associated Issue Complete description ^^^ Tracking Issue NA Follow-up issue NA flyteorg/flyteidl
  • g

    GitHub

    01/04/2023, 1:20 AM
    #304 Add podUID as a template input in tasklog plugin Pull request opened by goyalankit TL;DR Add podUID as an additional template input variable so that Log URLs can refer to the UIDs. Type ☐ Bug Fix ☑︎ Feature ☐ Plugin Are all requirements met? ☑︎ Code completed ☑︎ Smoke tested ☑︎ Unit tests added ☐ Code documentation added ☐ Any pending items have an associated Issue Complete description A pod UID is unique across the cluster and logging systems can use them to refer to logs. Tracking Issue _Remove the '_fixes_' keyword if there will be multiple PRs to fix the linked issue_ fixes https://github.com/flyteorg/flyte/issues/ Follow-up issue NA TODO: update documentation if the changes looks ok flyteorg/flyteplugins
  • g

    GitHub

    01/04/2023, 1:45 AM
    #1402 docs: update register help, non-fast version is supported Pull request opened by pbrogan12 TL;DR Updated register docs since register command supports both fast and non-fast versions Type ☐ Bug Fix ☐ Feature ☐ Plugin Are all requirements met? ☐ Code completed ☐ Smoke tested ☐ Unit tests added ☐ Code documentation added ☐ Any pending items have an associated Issue flyteorg/flytekit
Powered by Linen
Title
g

GitHub

01/04/2023, 1:45 AM
#1402 docs: update register help, non-fast version is supported Pull request opened by pbrogan12 TL;DR Updated register docs since register command supports both fast and non-fast versions Type ☐ Bug Fix ☐ Feature ☐ Plugin Are all requirements met? ☐ Code completed ☐ Smoke tested ☐ Unit tests added ☐ Code documentation added ☐ Any pending items have an associated Issue flyteorg/flytekit
View count: 1