-
Notifications
You must be signed in to change notification settings - Fork 28
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
Comparing changes
Choose two branches to see what’s changed or to start a new pull request.
If you need to, you can also or
learn more about diff comparisons.
Open a pull request
Create a new pull request by comparing changes across two branches. If you need to, you can also .
Learn more about diff comparisons here.
base repository: allenporter/flux-local
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 4.2.0
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: allenporter/flux-local
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 4.2.1
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 9 commits
- 9 files changed
- 3 contributors
Commits on Dec 22, 2023
-
Configuration menu - View commit details
-
Copy full SHA for bd21c01 - Browse repository at this point
Copy the full SHA bd21c01View commit details -
fix: change running user to 1001 (#461)
Currently the container runs as root. This change is needed because of the following error when using the container in Github actions since Git will see the files as owned by 1001 instead of what the container expects of `root` ``` Traceback (most recent call last): File "/usr/local/bin/flux-local", line 33, in <module> sys.exit(load_entry_point('flux-local', 'console_scripts', 'flux-local')()) File "/app/flux_local/tool/flux_local.py", line 61, in main asyncio.run(action.run(**vars(args))) File "/usr/local/lib/python3.10/asyncio/runners.py", line 44, in run return loop.run_until_complete(main) File "/usr/local/lib/python3.10/asyncio/base_events.py", line 649, in run_until_complete return future.result() File "/app/flux_local/tool/diff.py", line 278, in run await git_repo.build_manifest( File "/app/flux_local/git_repo.py", line 628, in build_manifest results = await kustomization_traversal(selector.path, builder) File "/app/flux_local/git_repo.py", line 471, in kustomization_traversal for result in await asyncio.gather(*tasks): File "/app/flux_local/git_repo.py", line 408, in visit_kustomization cmd = kustomize.grep(f"kind={CLUSTER_KUSTOMIZE_KIND}", selector.root / path) File "/app/flux_local/git_repo.py", line 179, in root return repo_root(self.repo) File "/app/flux_local/git_repo.py", line 142, in repo_root return Path(repo.git.rev_parse("--show-toplevel")) File "/usr/local/lib/python3.10/site-packages/git/cmd.py", line 736, in <lambda> return lambda *args, **kwargs: self._call_process(name, *args, **kwargs) File "/usr/local/lib/python3.10/site-packages/git/cmd.py", line 1316, in _call_process return self.execute(call, **exec_kwargs) File "/usr/local/lib/python3.10/site-packages/git/cmd.py", line 1111, in execute raise GitCommandError(redacted_command, status, stderr_value, stdout_value) git.exc.GitCommandError: Cmd('git') failed due to: exit code(128) cmdline: git rev-parse --show-toplevel stderr: 'fatal: detected dubious ownership in repository at '/github/workspace/pr' To add an exception for this directory, call: git config --global --add safe.directory /github/workspace/pr' ```
Configuration menu - View commit details
-
Copy full SHA for c570d5c - Browse repository at this point
Copy the full SHA c570d5cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1df5cce - Browse repository at this point
Copy the full SHA 1df5cceView commit details
Commits on Dec 23, 2023
-
Upgrade to pydantic v2 APIs (#464)
Move away from the pydantic v1 deprecated apis.
Configuration menu - View commit details
-
Copy full SHA for 082c55e - Browse repository at this point
Copy the full SHA 082c55eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7c4b165 - Browse repository at this point
Copy the full SHA 7c4b165View commit details
Commits on Dec 24, 2023
-
chore(deps): update dependency coverage to v7.3.4 (#469)
[](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [coverage](https://togithub.com/nedbat/coveragepy) | `==7.3.3` -> `==7.3.4` | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>nedbat/coveragepy (coverage)</summary> ### [`v7.3.4`](https://togithub.com/nedbat/coveragepy/blob/HEAD/CHANGES.rst#Version-734--2023-12-20) [Compare Source](https://togithub.com/nedbat/coveragepy/compare/7.3.3...7.3.4) - Fix: the change for multi-line signature exclusions in 7.3.3 broke other forms of nested clauses being excluded properly. This is now fixed, closing `issue 1713`\_. - Fix: in the HTML report, selecting code for copying won't select the line numbers also. Thanks, `Robert Harris <pull 1717_>`\_. .. \_issue 1713:[https://github.com/nedbat/coveragepy/issues/1713](https://togithub.com/nedbat/coveragepy/issues/1713)3 .. \_pull 1717[https://github.com/nedbat/coveragepy/pull/1717](https://togithub.com/nedbat/coveragepy/pull/1717)17 .. \_changes\_7-3-3: </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/allenporter/flux-local). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xMDMuMSIsInVwZGF0ZWRJblZlciI6IjM3LjEwMy4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 6865252 - Browse repository at this point
Copy the full SHA 6865252View commit details -
chore(deps): update dependency pydantic to v2.5.3 (#470)
[](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [pydantic](https://togithub.com/pydantic/pydantic) ([changelog](https://docs.pydantic.dev/latest/changelog/)) | `==2.5.2` -> `==2.5.3` | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>pydantic/pydantic (pydantic)</summary> ### [`v2.5.3`](https://togithub.com/pydantic/pydantic/releases/tag/v2.5.3): 2023-12-22 [Compare Source](https://togithub.com/pydantic/pydantic/compare/v2.5.2...v2.5.3) #### v2.5.3 (2023-12-22) [GitHub release](https://togithub.com/pydantic/pydantic/releases/tag/v2.5.3) ##### What's Changed ##### Packaging - uprev `pydantic-core` to 2.14.6 ##### Fixes - Fix memory leak with recursive definitions creating reference cycles by [@​davidhewitt](https://togithub.com/davidhewitt) in [pydantic/pydantic-core#1125](https://togithub.com/pydantic/pydantic-core/pull/1125) Full Changelog: pydantic/pydantic@v2.5.2...v2.5.3/ </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/allenporter/flux-local). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xMDMuMSIsInVwZGF0ZWRJblZlciI6IjM3LjEwMy4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 81664bb - Browse repository at this point
Copy the full SHA 81664bbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 37c70b7 - Browse repository at this point
Copy the full SHA 37c70b7View commit details -
Configuration menu - View commit details
-
Copy full SHA for c4c5ce1 - Browse repository at this point
Copy the full SHA c4c5ce1View commit details
Loading
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff 4.2.0...4.2.1