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

quix pipeline sync commits untracked files #50

Open
krisajenkins opened this issue Jun 27, 2024 · 0 comments
Open

quix pipeline sync commits untracked files #50

krisajenkins opened this issue Jun 27, 2024 · 0 comments

Comments

@krisajenkins
Copy link

krisajenkins commented Jun 27, 2024

I've just run quix pipeline sync and it committed everything in my working directory. Even untracked files, resulting in this:

commit 845a7930074553f750c6a08d761d9f56e239142a (HEAD -> main)
Author: Kris Jenkins <[email protected]>
Date:   Thu Jun 27 09:55:31 2024 +0100

    Improving the send_to_kafka dockerfile.

 pipeline.md                                                                                                                             |      6 +
 read_from_kafka/app.yaml                                                                                                                |      6 +
 read_from_kafka/dockerfile                                                                                                              |     10 +
 send_to_kafka/dockerfile                                                                                                                |     31 +-
 send_to_kafka/main.py                                                                                                                   |      2 +-
 weather_processor/app.yaml                                                                                                              |      6 +
 weather_processor/dockerfile                                                                                                            |     10 +
 weather_to_google/app.yaml                                                                                                              |      6 +
 weather_to_google/client_secret.json                                                                                                    |     13 +
 weather_to_google/dockerfile                                                                                                            |     10 +
 weather_to_google/env/LICENSE.txt                                                                                                       |    654 +
 weather_to_google/env/bin/Activate.ps1                                                                                                  |    247 +
 weather_to_google/env/bin/activate                                                                                                      |     63 +
 weather_to_google/env/bin/activate.csh                                                                                                  |     26 +
 weather_to_google/env/bin/activate.fish                                                                                                 |     69 +
 weather_to_google/env/bin/dotenv                                                                                                        |      8 +
 weather_to_google/env/bin/google-oauthlib-tool                                                                                          |      8 +
 weather_to_google/env/bin/normalizer                                                                                                    |      8 +
 weather_to_google/env/bin/pip                                                                                                           |      8 +
 weather_to_google/env/bin/pip3                                                                                                          |      8 +
 weather_to_google/env/bin/pip3.11                                                                                                       |      8 +
 weather_to_google/env/bin/pyrsa-decrypt                                                                                                 |      8 +
 weather_to_google/env/bin/pyrsa-encrypt                                                                                                 |      8 +
 weather_to_google/env/bin/pyrsa-keygen                                                                                                  |      8 +
 weather_to_google/env/bin/pyrsa-priv2pub                                                                                                |      8 +
 weather_to_google/env/bin/pyrsa-sign                                                                                                    |      8 +
 weather_to_google/env/bin/pyrsa-verify                                                                                                  |      8 +
 weather_to_google/env/bin/python                                                                                                        |      1 +
 weather_to_google/env/bin/python3                                                                                                       |      1 +
 weather_to_google/env/bin/python3.11                                                                                                    |      1 +
 weather_to_google/env/lib/python3.11/site-packages/__pycache__/google_auth_httplib2.cpython-311.pyc                                     |    Bin 0 -> 11764 bytes
 weather_to_google/env/lib/python3.11/site-packages/_distutils_hack/__init__.py                                                          |    222 +
 weather_to_google/env/lib/python3.11/site-packages/_distutils_hack/__pycache__/__init__.cpython-311.pyc                                 |    Bin 0 -> 11219 bytes
 weather_to_google/env/lib/python3.11/site-packages/_distutils_hack/__pycache__/override.cpython-311.pyc                                 |    Bin 0 -> 376 bytes
 weather_to_google/env/lib/python3.11/site-packages/_distutils_hack/override.py                                                          |      1 +
 weather_to_google/env/lib/python3.11/site-packages/apiclient/__init__.py                                                                |     27 +
 weather_to_google/env/lib/python3.11/site-packages/apiclient/__pycache__/__init__.cpython-311.pyc                                       |    Bin 0 -> 1020 bytes
 weather_to_google/env/lib/python3.11/site-packages/cachetools-5.3.3.dist-info/INSTALLER                                                 |      1 +
 weather_to_google/env/lib/python3.11/site-packages/cachetools-5.3.3.dist-info/LICENSE                                                   |     20 +

I see the argument for committing untracked changes, but adding untracked files seems like a huge gotcha. One of those files contains an OAuth token, and I definitely did not want that silently added to git and published. 😱

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant