Douglas Eichelberger
8156c5d140
Audit remaining commands
2024-01-31 20:02:33 -08:00
Mike McQuaid
7da934f7e2
Deprecate/disable/delete code.
...
The next release after this is merged will be 4.1.0.
Co-authored-by: Markus Reiter <me@reitermark.us>
2023-07-06 16:56:20 +01:00
Douglas Eichelberger
24cf6076e8
brew style --fix
2023-04-24 20:42:39 -07:00
Mike McQuaid
6b4363092d
Revert "Merge pull request #14548 from Homebrew/revert-14382-deprecate-disable-remove"
...
This reverts commit 932d2cf3b77c9439a57b6a43577fc8d3b6399a62, reversing
changes made to f4e60482791d2ff628efadfdbf0d14d9237d2d29.
2023-02-07 19:25:51 +01:00
Mike McQuaid
6882ac17e7
Revert "Add deprecations and disables"
2023-02-07 15:13:19 +01:00
Mike McQuaid
59c03cb2a6
Add deprecations and disables
...
Do the usual dance:
- commented `odeprecated` to `odeprecated`
- `odeprecated` to `odisabled`
- `odisabled` removed
2023-02-03 10:48:43 +00:00
Mike McQuaid
af6165aab7
Automate sponsors updates
...
- Add sponsors updating to the existing man/completion/maintainer update workflow
- Hide/deprecated --fail-if-not-changed arguments and make them default behaviour
- Rename man-completions workflow to sponsors-maintainers-man-completions for consistency
- Make output and exit codes more consistent between these updating commands
- Fix maintainers updates not always being committed correctly
2022-09-02 08:24:33 +01:00
Rylan Polster
d1f3e39b7b
Update commands to generate usage banner
2021-01-18 21:20:11 -05:00
Rylan Polster
da811373d3
Add named_args DSL for commands
2021-01-13 17:09:42 -05:00
Markus Reiter
5be4c9b5e0
Upgrade typed
sigils.
2020-11-25 17:04:19 +01:00
EricFromCanada
72bc057014
manpage: fixes for formatting
2020-11-16 08:02:50 -05:00
Markus Reiter
da9289eff0
Add more type signatures.
2020-11-13 12:26:36 +01:00
Markus Reiter
24ae318a3d
Move type annotations into files.
2020-10-10 14:59:39 +02:00
Mike McQuaid
1d3adda693
workflows: cleanup/fix tapioca and spdx update.
2020-08-21 15:34:57 +01:00
Rylan Polster
90d9454d1e
utils/spdx: add support for complex expressions
...
Co-authored-by: Seeker <meaningseeking@protonmail.com>
2020-08-19 12:47:58 -04:00
Seeker
f345f554c8
update-license-data: fix latest_tag error
...
Add latest_tag method to utils/spdx
2020-08-10 11:32:07 -07:00
Seeker
753b8621df
utils: add SPDX module
2020-08-06 10:16:23 -07:00
Markus Reiter
d4c2ffd705
Refactor CLI::Parser
.
2020-07-31 15:07:17 +02:00
Bo Anderson
19f9fecb33
dev-cmd/update-license-data: fail if not changed rather than on change
2020-07-17 14:22:15 +01:00
Jonathan Chang
f1f97c55b5
update-license-data: only check against latest tag
2020-07-17 20:45:15 +10:00
Bo Anderson
4411764aa1
dev-cmd/update-license-data: don't use partial downloading
2020-07-02 18:59:10 +01:00
Bo Anderson
2970d2e4f9
dev-cmd/update-license-data: fix --fail-if-changed
2020-07-02 18:58:00 +01:00
Lionell
da2a426ec8
update-license-data: use curl_download instead of curl
2020-06-30 15:18:10 +08:00
lionellloh
4dcbe8790f
update-license-data: use of unlink to remove existing file
2020-06-30 01:29:45 +08:00
lionellloh
5b3ac1fcb2
update-license-data: modify arguments when calling methods
2020-06-30 01:14:05 +08:00
lionellloh
074f66f912
write .stdout instead of SystemCommand::Result
2020-06-30 01:08:29 +08:00
Lionell Loh Jian An
da007134c4
Apply suggestions from code review
...
Code review changes
Co-authored-by: Mike McQuaid <mike@mikemcquaid.com>
2020-06-29 16:20:07 +08:00
Lionell Loh Jian An
759708fae7
Apply suggestions from code review
...
Code Review Changes
Co-authored-by: Mike McQuaid <mike@mikemcquaid.com>
2020-06-28 01:54:41 +08:00
lionellloh
6a05e3663a
Remove Homebrew.failed=true
2020-06-25 21:06:29 +08:00
lionellloh
2cf0ac9ed5
update-spdx-data: use a more specific file path
2020-06-25 20:34:06 +08:00
lionellloh
77a8ff51da
single quotes -> double quotes
2020-06-25 19:20:26 +08:00
lionellloh
1b9cbf1bf1
changed method of fetching license data
2020-06-25 19:05:41 +08:00
Lionell
eb38890f3c
change back to open because File.open does not work on URLs
2020-06-25 17:46:28 +08:00
lionellloh
fbd5c32d22
bunch of style fixes
2020-06-25 05:46:18 +08:00
lionellloh
37541704b8
update-license-data: style fixes
2020-06-25 05:10:29 +08:00
Lionell Loh Jian An
9845091f4d
Apply suggestions from code review
...
license: code review changes
Co-authored-by: Mike McQuaid <mike@mikemcquaid.com>
2020-06-24 18:32:53 +08:00
lionellloh
e4e55c5cb3
update-license-data: wrote rspec test and added one more parseable arg
2020-06-23 02:25:46 +08:00
lionellloh
de7edd403d
brew update-license-data: checks if it is outdated. If so, save new ver
2020-06-23 01:39:10 +08:00