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

Move to entry points #3413

Merged
merged 27 commits into from
Dec 9, 2019
Merged
Changes from all commits
Commits
Show all changes
27 commits
Select commit Hold shift + click to select a range
361142c
[scripts] Moved python scripts from bin to cylc/flow/scripts and add …
sgaist Oct 7, 2019
352ee32
[scripts] Removed alias scripts and add corresponding entry points
sgaist Oct 7, 2019
23efe41
[scripts] Moved cylc back to python script
sgaist Oct 9, 2019
efaaaa0
[scripts][cylc] Refactor script and simplify it using click
sgaist Oct 10, 2019
6f41c2a
[scripts][cylc] Add support for unported shell scripts
sgaist Oct 16, 2019
f08c472
[scripts][cylc] Make h also a help trigger
sgaist Oct 18, 2019
5db7091
[scripts][cylc] Refactor version handling to match bash script output
sgaist Oct 18, 2019
ac6f82b
[scripts][cylc] Refactor help and version handling
sgaist Oct 24, 2019
52adc25
[test][cli][01-help] Remove test case for unusuall use of --help
sgaist Oct 24, 2019
4325e1c
[tests][cli][01-help] Update error message for unknown utility
sgaist Oct 24, 2019
ccb6ad0
[scripts][cylc] Improve handling of graph-diff arguments forwarding
sgaist Oct 27, 2019
6508fac
[scripts][cylc] Fixed old header
sgaist Oct 28, 2019
a9cca73
[scripts] Ensure scripts main functions are present and can be handle…
sgaist Nov 2, 2019
8a518e5
[setup] Fix entry point typos
sgaist Nov 2, 2019
266af85
[scripts][cylc_ext_trigger] Fix script name
sgaist Nov 2, 2019
1b2f9c3
[setup] Reorder script names to follow bin original content
sgaist Nov 2, 2019
8ead8f6
[scripts][monitor] Move try in main method so the behaviour is consis…
sgaist Nov 2, 2019
49def58
[scripts][restart] Add a main function
sgaist Nov 2, 2019
47c8a0d
[scripts][run] Add a main function
sgaist Nov 2, 2019
58e2266
[scripts][cylc] Improve handling of optional log folder
sgaist Nov 4, 2019
bfee42c
[scripts][cylc] Improve category help handling
sgaist Nov 4, 2019
8a7fadd
[scripts][cylc] Refactor and follow more closely the logic from the b…
sgaist Nov 9, 2019
8337eb9
[scripts][cylc] Add special handling for message command
sgaist Nov 14, 2019
0312751
Install on Travis without the editable flag (faster entrypoint load t…
kinow Nov 20, 2019
6ea2267
[scripts][cylc] Fix no argument handling for message command
sgaist Nov 20, 2019
d464c34
[scripts][cylc_scan] Fix too long line
sgaist Dec 7, 2019
77e25a0
[cylc][flow] Move subscribe to scripts folder
sgaist Dec 8, 2019
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .travis/install.sh
Original file line number Diff line number Diff line change
@@ -35,7 +35,7 @@ fi
# TODO: remove when Travis env comes with a version of six >=1.12 (graphene)
pip install "six>=1.12"

pip install -e ."[all]"
pip install ."[all]"

# configure local SSH for Cylc jobs
ssh-keygen -t rsa -f ~/.ssh/id_rsa -N "" -q
229 changes: 0 additions & 229 deletions bin/cylc

This file was deleted.

17 changes: 0 additions & 17 deletions bin/cylc-bcast

This file was deleted.

17 changes: 0 additions & 17 deletions bin/cylc-compare

This file was deleted.

17 changes: 0 additions & 17 deletions bin/cylc-cyclepoint

This file was deleted.

17 changes: 0 additions & 17 deletions bin/cylc-cycletime

This file was deleted.

17 changes: 0 additions & 17 deletions bin/cylc-datetime

This file was deleted.

17 changes: 0 additions & 17 deletions bin/cylc-external-trigger

This file was deleted.

17 changes: 0 additions & 17 deletions bin/cylc-get-config

This file was deleted.

19 changes: 0 additions & 19 deletions bin/cylc-get-contact

This file was deleted.

Loading