-
Notifications
You must be signed in to change notification settings - Fork 157
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: ua-parser/uap-python
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 1.0.1
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: ua-parser/uap-python
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 8 commits
- 8 files changed
- 2 contributors
Commits on Feb 15, 2025
-
builtins: fallback to package.json for uap-core version
In case where uap-core isn't a git repo (e.g. git archive), use uap-core's `package.json` as a fallback for getting a version.
Configuration menu - View commit details
-
Copy full SHA for 1b64406 - Browse repository at this point
Copy the full SHA 1b64406View commit details -
Fix fallback input for release action
Apparently the way submodules repos are configured leads to the branches not being mirrored locally (?) As such, the release job's fallback of checking out `'master'` fails whether triggered[^1] or scheduled[^2]. [^1]: https://github.com/ua-parser/uap-python/actions/runs/13090871627 [^2]: https://github.com/ua-parser/uap-python/actions/runs/13092233962
Configuration menu - View commit details
-
Copy full SHA for 2ca789e - Browse repository at this point
Copy the full SHA 2ca789eView commit details -
Configuration menu - View commit details
-
Copy full SHA for ea7a5ae - Browse repository at this point
Copy the full SHA ea7a5aeView commit details -
Since the environment is required via `workflow_dispatch`, the only fallback is scheduled release in which case we're publishing to pypy.
Configuration menu - View commit details
-
Copy full SHA for 60b35ec - Browse repository at this point
Copy the full SHA 60b35ecView commit details
Commits on Mar 3, 2025
-
Fix fallback input for release action for real
Turns out `'master'` probably worked all along as a fallback, the problem is that I was using `'master '`, with a trailing space, which was not a branch git managed to find for obvious reason, and since I carried the error into the fully qualified reference... is still didn't work. And manual triggers didn't have the issue because the tag was `required`, so I'd have to input the tag by hand every time, and the fallback value would be bypassed. - fix the fallback value - remove the requirement on `tag`, such that it's possible to manually trigger the action in a default state
Configuration menu - View commit details
-
Copy full SHA for 997990f - Browse repository at this point
Copy the full SHA 997990fView commit details
Commits on Jun 9, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 911b7a3 - Browse repository at this point
Copy the full SHA 911b7a3View commit details
Commits on Jun 15, 2025
-
Update wording of resolvers guide
Given ua-parser/uap-rust#29 and ua-parser/uap-rust#31, the wording of the comparison needs to be updated to account for: - The `regex` memory use being much improved. - The `regex` runtime on devices being slightly improved, with the Python interface to `re2` not supporting custom atom lengths. Closes #264
Configuration menu - View commit details
-
Copy full SHA for bd607ff - Browse repository at this point
Copy the full SHA bd607ffView commit details -
Remove unnecessary mentions of re2
Don't remove the feature, don't remove the resolver, and keep the resolver itself documented, but significantly de-emphasize `re2` by removing it from the README and from examples: users should not be encouraged to use it when they could use `regex`.
Configuration menu - View commit details
-
Copy full SHA for 5cd8d51 - Browse repository at this point
Copy the full SHA 5cd8d51View 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 1.0.1...master