-
-
Notifications
You must be signed in to change notification settings - Fork 14.7k
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
tandoor-recipes: init at 1.4.1 #191532
Merged
Merged
tandoor-recipes: init at 1.4.1 #191532
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ambroisie
commented
Sep 16, 2022
ambroisie
commented
Sep 16, 2022
django-js-reverse = super.django-js-reverse.overridePythonAttrs (_: { | ||
doCheck = false; | ||
}); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
See ierror/django-js-reverse#114 for when this isn't needed anymore.
ambroisie
commented
Sep 16, 2022
ambroisie
force-pushed
the
add-tandoor-recipes
branch
4 times, most recently
from
September 16, 2022 18:07
4d6bb88
to
f3ce4f3
Compare
ambroisie
commented
Sep 16, 2022
ambroisie
force-pushed
the
add-tandoor-recipes
branch
2 times, most recently
from
September 17, 2022 15:48
e90189a
to
788d704
Compare
This pull request has been mentioned on NixOS Discourse. There might be relevant details there: https://discourse.nixos.org/t/prs-ready-for-review/3032/1196 |
ambroisie
force-pushed
the
add-tandoor-recipes
branch
4 times, most recently
from
September 17, 2022 19:39
963107b
to
08eb42f
Compare
ambroisie
force-pushed
the
add-tandoor-recipes
branch
from
September 17, 2022 19:43
08eb42f
to
38997ab
Compare
@SuperSandro2000 addressed all your comments. |
ambroisie
force-pushed
the
add-tandoor-recipes
branch
2 times, most recently
from
September 17, 2022 20:18
c0df50e
to
a95227f
Compare
ambroisie
force-pushed
the
add-tandoor-recipes
branch
3 times, most recently
from
September 29, 2022 16:27
950560f
to
25d511d
Compare
SuperSandro2000
approved these changes
Oct 1, 2022
bobby285271
added
the
12.approvals: 1
This PR was reviewed and approved by one reputable person
label
Oct 1, 2022
ambroisie
force-pushed
the
add-tandoor-recipes
branch
from
October 3, 2022 07:49
25d511d
to
83f5c2d
Compare
bobby285271
removed
the
12.approvals: 1
This PR was reviewed and approved by one reputable person
label
Oct 3, 2022
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
6.topic: nixos
Issues or PRs affecting NixOS modules, or package usability issues specific to NixOS
6.topic: python
8.has: changelog
8.has: documentation
This PR adds or changes documentation
8.has: module (update)
This PR changes an existing module in `nixos/`
8.has: package (new)
This PR adds a new package
10.rebuild-darwin: 11-100
10.rebuild-linux: 101-500
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description of changes
Closes #145244.
A whole lot of python packages that were added to get this working.
django-autocomplete-light
has been markeddoCheck = false
to avoid having to package half a dozen more just for its tests.The frontend does not make use of
mkYarnPackage
, because of the following issue.Things done
sandbox = true
set innix.conf
? (See Nix manual)nix-shell -p nixpkgs-review --run "nixpkgs-review rev HEAD"
. Note: all changes have to be committed, also see nixpkgs-review usage./result/bin/
)nixos/doc/manual/md-to-db.sh
to update generated release notes