Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Switch flyteidl output to be commonjs #27

Closed
georgesnelling opened this issue Nov 19, 2019 · 1 comment
Closed

Switch flyteidl output to be commonjs #27

georgesnelling opened this issue Nov 19, 2019 · 1 comment
Labels
ui Admin console user interface

Comments

@georgesnelling
Copy link
Contributor

flyteidl is currently being output as an es6 module, which makes it incompatible with NodeJS unless it is run through webpack first. There's no real reason to do it that way, and protobufjs supports commonjs output, so we should switch to that.

@schottra schottra added ui Admin console user interface and removed pri3 labels Jul 6, 2020
@schottra schottra removed their assignment Jul 6, 2020
@EngHabu
Copy link
Contributor

EngHabu commented Jan 29, 2021

Bug bankruptcy.

@EngHabu EngHabu closed this as completed Jan 29, 2021
eapolinario pushed a commit to eapolinario/flyte that referenced this issue Dec 6, 2022
Generic input types were not supported in compiler. This PR introduces support. At runtime as generic is any other scalar type, was working fine
eapolinario pushed a commit to eapolinario/flyte that referenced this issue Dec 6, 2022
* Support postgres extra options [gcp]

Right now it is enforced to use sslmode when flyte admin is connecting to postgres and password provided.
The PR make it possible to connect to postgres when disabling sslmode.

* Add test

* Add test for case with pwd but no extra option
eapolinario pushed a commit to eapolinario/flyte that referenced this issue Dec 6, 2022
* migrate to go module

* install mockery

* do not always download pflags

* latest version of flytestdlib

* refomat

* Revert "refomat"

This reverts commit 106ee8e73e2c0af5797ba78034014bd1183bafca.

* mockery

* mockery

* sum

* test

* test

* test

* test

* test

* Update .travis.yml

* Update Makefile

* Update Makefile

* move it to the right place

* install mockery in a temp folder

* add comments

* upgrade flytestdlib

* go mod tidy

* add h1 sum

* test

* rebase from master

* latest flytestdlib

* install pflags in tmp folder

* change go version back

* add comment

* incorporate latest boilerplate changes

* rely on Makefile to install mockery

* updated boilerplate

* use install instead

* actually adding the new boilerplate entry and updating again

* removing unnecessary files

* no need for replacement in root go.mod

Co-authored-by: Yee Hing Tong <wild-endeavor@users.noreply.github.com>
eapolinario pushed a commit to eapolinario/flyte that referenced this issue Dec 20, 2022
eapolinario pushed a commit to eapolinario/flyte that referenced this issue Dec 20, 2022
Signed-off-by: Flyte-Bot <admin@flyte.org>

Co-authored-by: flyte-bot <flyte-bot@users.noreply.github.com>
eapolinario pushed a commit to eapolinario/flyte that referenced this issue Aug 9, 2023
Generic input types were not supported in compiler. This PR introduces support. At runtime as generic is any other scalar type, was working fine
eapolinario pushed a commit to eapolinario/flyte that referenced this issue Aug 21, 2023
* Support postgres extra options [gcp]

Right now it is enforced to use sslmode when flyte admin is connecting to postgres and password provided.
The PR make it possible to connect to postgres when disabling sslmode.

* Add test

* Add test for case with pwd but no extra option
eapolinario pushed a commit to eapolinario/flyte that referenced this issue Aug 21, 2023
eapolinario pushed a commit to eapolinario/flyte that referenced this issue Aug 21, 2023
Signed-off-by: Flyte-Bot <admin@flyte.org>

Co-authored-by: flyte-bot <flyte-bot@users.noreply.github.com>
eapolinario pushed a commit to eapolinario/flyte that referenced this issue Aug 21, 2023
* Added protoc-gen-doc dependency for IDL doc generation

Signed-off-by: Prafulla Mahindrakar <prafulla.mahindrakar@gmail.com>

* Formatting change

Signed-off-by: Prafulla Mahindrakar <prafulla.mahindrakar@gmail.com>
eapolinario pushed a commit that referenced this issue Sep 8, 2023
* migrate to go module

* install mockery

* do not always download pflags

* latest version of flytestdlib

* refomat

* Revert "refomat"

This reverts commit b30109297ce71b8f40e9cfab60b2db9d1dd8ad06.

* mockery

* mockery

* sum

* test

* test

* test

* test

* test

* Update .travis.yml

* Update Makefile

* Update Makefile

* move it to the right place

* install mockery in a temp folder

* add comments

* upgrade flytestdlib

* go mod tidy

* add h1 sum

* test

* rebase from master

* latest flytestdlib

* install pflags in tmp folder

* change go version back

* add comment

* incorporate latest boilerplate changes

* rely on Makefile to install mockery

* updated boilerplate

* use install instead

* actually adding the new boilerplate entry and updating again

* removing unnecessary files

* no need for replacement in root go.mod

Co-authored-by: Yee Hing Tong <wild-endeavor@users.noreply.github.com>
eapolinario pushed a commit that referenced this issue Sep 13, 2023
* migrate to go module

* install mockery

* do not always download pflags

* latest version of flytestdlib

* refomat

* Revert "refomat"

This reverts commit b30109297ce71b8f40e9cfab60b2db9d1dd8ad06.

* mockery

* mockery

* sum

* test

* test

* test

* test

* test

* Update .travis.yml

* Update Makefile

* Update Makefile

* move it to the right place

* install mockery in a temp folder

* add comments

* upgrade flytestdlib

* go mod tidy

* add h1 sum

* test

* rebase from master

* latest flytestdlib

* install pflags in tmp folder

* change go version back

* add comment

* incorporate latest boilerplate changes

* rely on Makefile to install mockery

* updated boilerplate

* use install instead

* actually adding the new boilerplate entry and updating again

* removing unnecessary files

* no need for replacement in root go.mod

Co-authored-by: Yee Hing Tong <wild-endeavor@users.noreply.github.com>
Signed-off-by: Eduardo Apolinario <eapolinario@users.noreply.github.com>
eapolinario pushed a commit to eapolinario/flyte that referenced this issue Sep 26, 2023
pvditt pushed a commit that referenced this issue Dec 29, 2023
* migrate to go module

* install mockery

* do not always download pflags

* latest version of flytestdlib

* refomat

* Revert "refomat"

This reverts commit 106ee8e73e2c0af5797ba78034014bd1183bafca.

* mockery

* mockery

* sum

* test

* test

* test

* test

* test

* Update .travis.yml

* Update Makefile

* Update Makefile

* move it to the right place

* install mockery in a temp folder

* add comments

* upgrade flytestdlib

* go mod tidy

* add h1 sum

* test

* rebase from master

* latest flytestdlib

* install pflags in tmp folder

* change go version back

* add comment

* incorporate latest boilerplate changes

* rely on Makefile to install mockery

* updated boilerplate

* use install instead

* actually adding the new boilerplate entry and updating again

* removing unnecessary files

* no need for replacement in root go.mod

Co-authored-by: Yee Hing Tong <wild-endeavor@users.noreply.github.com>
eapolinario pushed a commit to eapolinario/flyte that referenced this issue Apr 30, 2024
eapolinario pushed a commit to eapolinario/flyte that referenced this issue Apr 30, 2024
austin362667 pushed a commit to austin362667/flyte that referenced this issue May 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ui Admin console user interface
Projects
None yet
Development

No branches or pull requests

3 participants