Skip to content

Commit

Permalink
Merge branch 'flyteorg:master' into podsecurity
Browse files Browse the repository at this point in the history
  • Loading branch information
vlibov authored Jun 25, 2024
2 parents 46c4e0b + 242303b commit bb81521
Show file tree
Hide file tree
Showing 31 changed files with 517 additions and 517 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/single-binary.yml
Original file line number Diff line number Diff line change
Expand Up @@ -174,8 +174,9 @@ jobs:
- name: Install Python dependencies
run: |
python -m pip install --upgrade pip
pip install flytekit flytekitplugins-deck-standard flytekitplugins-envd "numpy<2.0.0"
pip freeze
pip install uv
uv pip install --system flytekit flytekitplugins-deck-standard flytekitplugins-envd "numpy<2.0.0"
uv pip freeze
- name: Checkout flytesnacks
uses: actions/checkout@v4
with:
Expand Down
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,6 @@ Join the likes of LinkedIn, Spotify, Freenome, Pachama, Warner Bros. and many ot


## How to stay involved
📆 [Weekly office hours](https://calendly.com/flyte-office-hours-01/30min): Live informal sessions with the Flyte team held every week. Book a 30-minute slot and get your questions answered. <br>
👥 [Monthly community sync](https://www.addevent.com/event/EA7823958): Happening the first Tuesday of every month, this is where the Flyte team provides updates on the project, and community members can share their progress and ask questions. <br>
💬 [Slack](https://slack.flyte.org/): Join the Flyte community on Slack to chat with other users, ask questions, and get help. <br>
⚠️ [Newsletter](https://lists.lfaidata.foundation/g/flyte-announce/join): join this group to receive the Flyte Monthly newsletter. <br>
Expand Down
38 changes: 0 additions & 38 deletions boilerplate/flyte/golang_dockerfile/Dockerfile.GoTemplate

This file was deleted.

16 changes: 0 additions & 16 deletions boilerplate/flyte/golang_dockerfile/Readme.rst

This file was deleted.

13 changes: 0 additions & 13 deletions boilerplate/flyte/golang_dockerfile/update.sh

This file was deleted.

22 changes: 0 additions & 22 deletions docs/community/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -38,28 +38,6 @@ Check out the event details and add it to your `calendar <https://www.addevent.c
:target: https://www.addevent.com/event/EA7823958
:alt: Zoom Link

Office Hours
------------

`Book a 30 minutes session <https://calendly.com/flyte-office-hours-01/30min>`_ with a Flyte maintainer and get your questions answered!

Schedule your session depending on the topic to secure the availability of a maintainer with expertise in the area:

- **7:00a.m. PT**:
- Anything flytekit-related
- Flyte releases
- flytepropeller features
- Plugin implementation
- Platform configuration
- **1:00p.m. PT**:
- Flyte deployment, auth
- **9:00p.m. PT**:
- Flytekit-related
- Use cases
- Getting started (workflow onboarding)
- Integrations


Newsletter
----------

Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -298,7 +298,7 @@
# Sphinx-mermaid config
mermaid_output_format = "raw"
mermaid_version = "latest"
mermaid_init_js = "mermaid.initialize({startOnLoad:false});"
mermaid_init_js = "mermaid.initialize({startOnLoad:true});"

# Makes it so that only the command is copied, not the output
copybutton_prompt_text = "$ "
Expand Down
19 changes: 0 additions & 19 deletions flytectl/.readthedocs.yml

This file was deleted.

4 changes: 0 additions & 4 deletions flytectl/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,6 @@ update_boilerplate:
install-piptools:
pip install -U pip-tools

.PHONY: doc-requirements.txt
doc-requirements.txt: doc-requirements.in install-piptools
$(call PIP_COMPILE,doc-requirements.in)

.PHONY: test_unit_without_flag
test_unit_without_flag:
go test ./... -race -coverprofile=coverage.temp.txt -covermode=atomic
Expand Down
4 changes: 2 additions & 2 deletions flytectl/cmd/update/project.go
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ For example, to archive a project:
::
$ uctl update project --file update.yaml --archive
$ flytectl update project --file update.yaml --archive
And to activate (unarchive) the same project:
Expand All @@ -85,7 +85,7 @@ And to activate (unarchive) the same project:
::
$ uctl update project --file update.yaml --archive
$ flytectl update project --file update.yaml --archive
Note that when using a *yaml* file, the *activate* flag is not used.
Instead, the *archive* flag is used for *both* archiving and activating (unarchiving) with the difference being in the *state* field of the *yaml* file.
Expand Down
10 changes: 0 additions & 10 deletions flytectl/doc-requirements.in

This file was deleted.

111 changes: 0 additions & 111 deletions flytectl/doc-requirements.txt

This file was deleted.

4 changes: 2 additions & 2 deletions flytectl/docs/source/gen/flytectl_update_project.rst

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 8 additions & 0 deletions flyteidl/clients/go/assets/admin.swagger.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 10 additions & 0 deletions flyteidl/gen/pb-es/flyteidl/core/execution_envs_pb.ts

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

25 changes: 25 additions & 0 deletions flyteidl/gen/pb-es/flyteidl/event/event_pb.ts

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit bb81521

Please sign in to comment.