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

Add customisation option to remove all GitHub support with nf-core create #1766

Merged
merged 22 commits into from
Aug 29, 2022
Merged
Show file tree
Hide file tree
Changes from 5 commits
Commits
Show all changes
22 commits
Select commit Hold shift + click to select a range
708a9b0
add option to remove git hosting from pipeline template
mirpedrol Aug 25, 2022
a6d223e
add file bug_report.yml to files_exist when github hosting is not add…
mirpedrol Aug 25, 2022
8b7e1b1
update CHANGELOG
mirpedrol Aug 25, 2022
2277d2e
Merge branch 'dev' into no-git
mirpedrol Aug 25, 2022
cff1717
Generate new screengrabs with rich-codex
github-actions[bot] Aug 25, 2022
21565bd
disable progress bars in `nf-core (modules) lint` with `--hide-progress`
Aug 25, 2022
103325a
Generate new screengrabs with rich-codex
github-actions[bot] Aug 25, 2022
d55f089
fix argument order
Aug 25, 2022
6d020ae
Merge branch 'disable-lint-progress-bar' of https://github.com/masheh…
Aug 25, 2022
65735ea
update readme
Aug 25, 2022
1619574
Generate new screengrabs with rich-codex
github-actions[bot] Aug 25, 2022
cf31f5e
enable env variables for options, move hide-progress into decorator g…
Aug 29, 2022
39caa9f
Merge branch 'disable-lint-progress-bar' of https://github.com/masheh…
Aug 29, 2022
e30ebb4
include #1765 in this PR
mashehu Aug 29, 2022
f4449ea
Generate new screengrabs with rich-codex
github-actions[bot] Aug 29, 2022
6df2717
Merge pull request #1769 from mashehu/disable-lint-progress-bar
mashehu Aug 29, 2022
8a2317b
add option to remove git hosting from pipeline template
mirpedrol Aug 25, 2022
1980d81
add file bug_report.yml to files_exist when github hosting is not add…
mirpedrol Aug 25, 2022
1e3efde
update CHANGELOG
mirpedrol Aug 25, 2022
0597be6
merge conflicts
mirpedrol Aug 29, 2022
e64d248
merge conflicts
mirpedrol Aug 29, 2022
4ce9a75
Generate new screengrabs with rich-codex
github-actions[bot] Aug 29, 2022
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
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
- Make `nf-core create` fail if Git default branch name is dev or TEMPLATE ([#1705](https://github.com/nf-core/tools/pull/1705))
- Convert `console` snippets to `bash` snippets in the template where applicable ([#1729](https://github.com/nf-core/tools/pull/1729))
- Add `branch` field to module entries in `modules.json` to record what branch a module was installed from ([#1728](https://github.com/nf-core/tools/issues/1728))
- Add customisation option to remove all GitHub support with `nf-core create` ([#1766](https://github.com/nf-core/tools/pull/1766))

### Linting

Expand Down
168 changes: 82 additions & 86 deletions docs/images/nf-core-create.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
104 changes: 52 additions & 52 deletions docs/images/nf-core-list-stars.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
108 changes: 54 additions & 54 deletions docs/images/nf-core-list.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
252 changes: 100 additions & 152 deletions docs/images/nf-core-modules-lint.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
132 changes: 66 additions & 66 deletions docs/images/nf-core-modules-list-local.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
132 changes: 66 additions & 66 deletions docs/images/nf-core-modules-list-remote.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
72 changes: 36 additions & 36 deletions docs/images/nf-core-modules-remove.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading