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

Stop maintaining timelines and commands v1 #230

Open
20 of 22 tasks
taldcroft opened this issue Apr 21, 2022 · 1 comment
Open
20 of 22 tasks

Stop maintaining timelines and commands v1 #230

taldcroft opened this issue Apr 21, 2022 · 1 comment
Assignees

Comments

@taldcroft
Copy link
Member

taldcroft commented Apr 21, 2022

Census

$ find . -name '*.py' \
 | egrep -v '\./timelines' \
 | egrep -v '\/build\/' \
 | egrep -v '\.\/cmd_states' \
 | xargs egrep '(timelines|cmd_states.db3)' -l

# OK: don't care
./state_of_aca/guide_acq_warm_pix/make_warm_pix_estimation_table.py
./state_of_aca/dark_cals_with_temp/dark_cals_with_temp.py

# Fixed in https://github.com/sot/mica/issues/279
./mica/mica/utils.py
./mica/mica/report/report.py
./mica/mica/starcheck/process.py
./mica/mica/starcheck/starcheck.py
./mica/mica/stats/update_acq_stats.py

# Fixed in https://github.com/sot/agasc/pull/135
./agasc/agasc/supplement/magnitudes/star_obs_catalogs.py

# OK
./kadi/utils/migrate_cmds_to_cmds2.py  # OK: needed for migration
./kadi/kadi/scripts/update_cmds_v1.py  # OK: will be discontinue
./kadi/kadi/commands/tests/test_states.py  # OK: just in a comment

# Fixed in https://github.com/sot/aca_weekly_report/pull/11
./aca_weekly_report/aca_weekly_report/report.py

# OK: legacy code
./astromon/legacy/sybase2sqlite.py

# Fix needed (but easy)
./jobwatch/jobwatch/skawatch.py

# OK: don't care
./obc_bad_stat_warm_pix/make_warm_pix_estimation_table.py

# Fix needed eventually but we can discontinue?
./schedule_view/get_schedules.py

# OK: discontinue!!
./scs107/scs107_response.py
@taldcroft
Copy link
Member Author

taldcroft commented Aug 26, 2022

For reference in finding dependencies. I have an area with a clone of all the sot repos:

find . -name '*.py' | egrep -v '\./timelines' | egrep -v '\/build\/' | egrep -v '\.\/cmd_states' | xargs grep cmd_states.db3 -C 3 
find . -name '*.py' | egrep -v '\./timelines' | egrep -v '\/build\/' | egrep -v '\.\/cmd_states' | xargs grep timelines -C 3 

@taldcroft taldcroft changed the title Stop maintaining timelines Stop maintaining timelines and commands v1 Jul 30, 2023
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

3 participants