feature/flupdt #1

Merged
ahuston-0 merged 14 commits from feature/flupdt into main 2025-03-02 01:01:15 -05:00
Owner
No description provided.
ahuston-0 reviewed 2025-03-01 23:45:40 -05:00
README.md Outdated
@ -0,0 +13,4 @@
repository is already downloaded.
``` shell
nix run github:RAD-Development/flake-update-diff-tool -- <path to local flake>
Author
Owner

remove RD references

remove RD references
ahuston-0 marked this conversation as resolved
README.md Outdated
@ -0,0 +30,4 @@
### Update procedure
Until `rad_development_python` (`rdp`) is in PyPI, we use the below steps to
Author
Owner

remove rdp references

remove rdp references
ahuston-0 marked this conversation as resolved
app/common.py Outdated
@ -1,39 +0,0 @@
#!/usr/bin/env python3
Author
Owner

don't remove this file. keep since RDP is no longer a thing

don't remove this file. keep since RDP is no longer a thing
ahuston-0 marked this conversation as resolved
@ -0,0 +2,4 @@
import logging
from typing import Optional
from rad_development_python import bash_wrapper
Author
Owner

this should be common.py

this should be common.py
ahuston-0 marked this conversation as resolved
@ -0,0 +6,4 @@
import shutil
import typing
from rad_development_python import bash_wrapper
Author
Owner

this should be common.py

this should be common.py
ahuston-0 marked this conversation as resolved
flupdt/main.py Outdated
@ -0,0 +4,4 @@
from flupdt.cli import parse_inputs
from flupdt.flake_eval import evaluate_output
import logging
import rad_development_python as rd
Author
Owner

should be common.py

should be common.py
ahuston-0 marked this conversation as resolved
pyproject.toml Outdated
@ -9,3 +14,4 @@
[tool.poetry.dependencies]
python = "^3.11"
sqlalchemy = "^2.0.31"
rad_development_python = {git = "https://github.com/RAD-Development/rad-development-python", branch = "feature/nix"}
Author
Owner

remove rdp referecnes

remove rdp referecnes
ahuston-0 marked this conversation as resolved
ahuston-0 changed title from feature/flupdt to WIP: feature/flupdt 2025-03-01 23:46:19 -05:00
ahuston-0 force-pushed feature/flupdt from 3794e69f83 to 42c2f469c4 2025-03-02 01:00:11 -05:00 Compare
ahuston-0 changed title from WIP: feature/flupdt to feature/flupdt 2025-03-02 01:00:16 -05:00
ahuston-0 merged commit 42c2f469c4 into main 2025-03-02 01:01:15 -05:00
ahuston-0 deleted branch feature/flupdt 2025-03-02 01:01:15 -05:00
Sign in to join this conversation.
No Reviewers
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: ahuston-0/flake-update-diff#1
No description provided.