Markus Reiter
|
231ac720d2
|
Add FIXME comment.
|
2024-09-04 22:54:30 +02:00 |
|
Markus Reiter
|
9fd4c97fac
|
Add method for moving cursor up and to the beginning.
|
2024-09-04 22:54:29 +02:00 |
|
Markus Reiter
|
984cde114a
|
Move escape codes to Tty .
|
2024-09-04 22:54:28 +02:00 |
|
Markus Reiter
|
404176af1d
|
Implement Downloadable for more types.
|
2024-09-04 22:54:28 +02:00 |
|
Markus Reiter
|
e7c9049a3c
|
Use futures instead of promises.
|
2024-09-04 22:54:27 +02:00 |
|
Markus Reiter
|
d6ebb04ff5
|
Improve output.
|
2024-09-04 22:54:27 +02:00 |
|
Markus Reiter
|
0b50f0651e
|
Fix code style.
|
2024-09-04 22:54:26 +02:00 |
|
Markus Reiter
|
0cafa83f8a
|
Simplify Tty methods.
|
2024-09-04 22:54:26 +02:00 |
|
Markus Reiter
|
786f5d359f
|
Remove unneeded method.
|
2024-09-04 22:54:25 +02:00 |
|
Markus Reiter
|
a114575663
|
Fix wrong terminal size.
|
2024-09-04 22:54:25 +02:00 |
|
Markus Reiter
|
3b5b669b61
|
Improve output.
|
2024-09-04 22:54:24 +02:00 |
|
Markus Reiter
|
6434533ff5
|
Remove Whirly and show concurrent downloads.
|
2024-09-04 22:54:24 +02:00 |
|
Markus Reiter
|
3a51f55572
|
Move require .
|
2024-09-04 22:54:23 +02:00 |
|
Markus Reiter
|
b353e9cbf2
|
Don't require everything.
|
2024-09-04 22:54:22 +02:00 |
|
Markus Reiter
|
601134b047
|
Fix --force flag.
|
2024-09-04 22:54:22 +02:00 |
|
Markus Reiter
|
b55528b825
|
Color status.
|
2024-09-04 22:54:21 +02:00 |
|
Markus Reiter
|
f41d2516ce
|
Fix type signatures.
|
2024-09-04 22:54:21 +02:00 |
|
Markus Reiter
|
b6d529dab3
|
Convert Downloadable to a module.
|
2024-09-04 22:54:21 +02:00 |
|
Markus Reiter
|
b297be77a1
|
Implement concurrent downloads.
|
2024-09-04 22:54:20 +02:00 |
|
Markus Reiter
|
4c29d4c74b
|
Vendor Gems.
# Conflicts:
# Library/Homebrew/Gemfile.lock
|
2024-09-04 22:54:20 +02:00 |
|
Patrick Linnane
|
615c53d0ab
|
Merge pull request #18257 from Homebrew/dependabot/bundler/Library/Homebrew/rexml-3.3.7
|
2024-09-04 12:07:07 -07:00 |
|
BrewTestBot
|
78f4fa46f2
|
Update RBI files for rexml.
Autogenerated by the [vendor-gems](https://github.com/Homebrew/brew/blob/HEAD/.github/workflows/vendor-gems.yml) workflow.
|
2024-09-04 18:50:08 +00:00 |
|
BrewTestBot
|
5c33090f50
|
brew vendor-gems: commit updates.
|
2024-09-04 18:49:57 +00:00 |
|
dependabot[bot]
|
0496a8f7f7
|
build(deps-dev): bump rexml from 3.3.6 to 3.3.7 in /Library/Homebrew
Bumps [rexml](https://github.com/ruby/rexml) from 3.3.6 to 3.3.7.
- [Release notes](https://github.com/ruby/rexml/releases)
- [Changelog](https://github.com/ruby/rexml/blob/master/NEWS.md)
- [Commits](https://github.com/ruby/rexml/compare/v3.3.6...v3.3.7)
---
updated-dependencies:
- dependency-name: rexml
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2024-09-04 18:47:22 +00:00 |
|
Patrick Linnane
|
0a1ad91412
|
Merge pull request #18252 from Homebrew/dependabot/bundler/Library/Homebrew/logger-1.6.1
|
2024-09-04 11:12:52 -07:00 |
|
Patrick Linnane
|
c6c7373a60
|
gems/logger: add to .gitignore
Signed-off-by: Patrick Linnane <patrick@linnane.io>
|
2024-09-04 10:54:48 -07:00 |
|
BrewTestBot
|
62273bdcd5
|
Update RBI files for logger.
Autogenerated by the [vendor-gems](https://github.com/Homebrew/brew/blob/HEAD/.github/workflows/vendor-gems.yml) workflow.
|
2024-09-04 10:52:32 -07:00 |
|
BrewTestBot
|
3d815d0c2f
|
brew vendor-gems: commit updates.
|
2024-09-04 10:52:32 -07:00 |
|
dependabot[bot]
|
adaceea167
|
build(deps-dev): bump logger from 1.6.0 to 1.6.1 in /Library/Homebrew
Bumps [logger](https://github.com/ruby/logger) from 1.6.0 to 1.6.1.
- [Release notes](https://github.com/ruby/logger/releases)
- [Commits](https://github.com/ruby/logger/compare/v1.6.0...v1.6.1)
---
updated-dependencies:
- dependency-name: logger
dependency-type: indirect
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2024-09-04 10:52:32 -07:00 |
|
Michael Cho
|
a618512d7a
|
formula_auditor: make deprecate license check non-strict in core
Also add some more incompatible licenses. These are all not allowed by
Fedora and have are classified as not OSI and FSF approved on SPDX.
|
2024-09-04 13:21:40 -04:00 |
|
Patrick Linnane
|
e0bd2f9ac9
|
Merge pull request #18251 from Homebrew/dependabot/github_actions/actions/create-github-app-token-1.10.4
|
2024-09-04 10:20:02 -07:00 |
|
Patrick Linnane
|
20dea7412f
|
Merge pull request #18256 from Homebrew/dependabot/bundler/Library/Homebrew/yard-0.9.37
|
2024-09-04 10:14:24 -07:00 |
|
Patrick Linnane
|
266d189868
|
Merge pull request #18254 from Homebrew/dependabot/bundler/Library/Homebrew/parser-3.3.5.0
|
2024-09-04 10:14:07 -07:00 |
|
Patrick Linnane
|
899153e647
|
Merge pull request #18250 from Homebrew/dependabot/bundler/Library/Homebrew/sorbet-runtime-0.5.11554
|
2024-09-04 10:10:10 -07:00 |
|
Patrick Linnane
|
1c325f1f16
|
Merge pull request #18253 from Homebrew/dependabot/github_actions/ruby/setup-ruby-1.191.0
|
2024-09-04 10:04:55 -07:00 |
|
BrewTestBot
|
4a6764f6b6
|
Update RBI files for parser.
Autogenerated by the [vendor-gems](https://github.com/Homebrew/brew/blob/HEAD/.github/workflows/vendor-gems.yml) workflow.
|
2024-09-04 17:00:18 +00:00 |
|
BrewTestBot
|
91d764bc42
|
Update RBI files for yard.
Autogenerated by the [vendor-gems](https://github.com/Homebrew/brew/blob/HEAD/.github/workflows/vendor-gems.yml) workflow.
|
2024-09-04 16:57:11 +00:00 |
|
BrewTestBot
|
66b1b946ac
|
brew vendor-gems: commit updates.
|
2024-09-04 16:56:52 +00:00 |
|
BrewTestBot
|
e2315d84a0
|
brew vendor-gems: commit updates.
|
2024-09-04 16:56:39 +00:00 |
|
BrewTestBot
|
4e11dff793
|
brew vendor-gems: commit updates.
|
2024-09-04 16:56:23 +00:00 |
|
dependabot[bot]
|
321db110f8
|
build(deps-dev): bump yard from 0.9.36 to 0.9.37 in /Library/Homebrew
Bumps [yard](https://github.com/lsegal/yard) from 0.9.36 to 0.9.37.
- [Release notes](https://github.com/lsegal/yard/releases)
- [Changelog](https://github.com/lsegal/yard/blob/main/CHANGELOG.md)
- [Commits](https://github.com/lsegal/yard/compare/v0.9.36...v0.9.37)
---
updated-dependencies:
- dependency-name: yard
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2024-09-04 16:54:13 +00:00 |
|
dependabot[bot]
|
9c0c452213
|
build(deps-dev): bump parser in /Library/Homebrew
Bumps [parser](https://github.com/whitequark/parser) from 3.3.4.2 to 3.3.5.0.
- [Changelog](https://github.com/whitequark/parser/blob/master/CHANGELOG.md)
- [Commits](https://github.com/whitequark/parser/compare/v3.3.4.2...v3.3.5.0)
---
updated-dependencies:
- dependency-name: parser
dependency-type: indirect
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2024-09-04 16:53:38 +00:00 |
|
dependabot[bot]
|
f77fef3219
|
build(deps): bump ruby/setup-ruby from 1.190.0 to 1.191.0
Bumps [ruby/setup-ruby](https://github.com/ruby/setup-ruby) from 1.190.0 to 1.191.0.
- [Release notes](https://github.com/ruby/setup-ruby/releases)
- [Changelog](https://github.com/ruby/setup-ruby/blob/master/release.rb)
- [Commits](a6e6f86333...52753b7da8 )
---
updated-dependencies:
- dependency-name: ruby/setup-ruby
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2024-09-04 16:53:32 +00:00 |
|
dependabot[bot]
|
d79c6c90d4
|
build(deps): bump actions/create-github-app-token from 1.10.3 to 1.10.4
Bumps [actions/create-github-app-token](https://github.com/actions/create-github-app-token) from 1.10.3 to 1.10.4.
- [Release notes](https://github.com/actions/create-github-app-token/releases)
- [Commits](31c86eb3b3...3378cda945 )
---
updated-dependencies:
- dependency-name: actions/create-github-app-token
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2024-09-04 16:53:25 +00:00 |
|
dependabot[bot]
|
eda76f8bfe
|
build(deps): bump sorbet-runtime in /Library/Homebrew
Bumps [sorbet-runtime](https://github.com/sorbet/sorbet) from 0.5.11553 to 0.5.11554.
- [Release notes](https://github.com/sorbet/sorbet/releases)
- [Commits](https://github.com/sorbet/sorbet/commits)
---
updated-dependencies:
- dependency-name: sorbet-runtime
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2024-09-04 16:53:21 +00:00 |
|
Carlo Cabrera
|
9659b57177
|
Merge pull request #18247 from psibre/revision-placement-instructions-update
|
2024-09-04 22:58:20 +08:00 |
|
Mike McQuaid
|
61e84834c7
|
Merge pull request #18246 from Homebrew/bootsnap-key-tweak
|
2024-09-04 15:26:21 +01:00 |
|
Ingmar Steiner
|
98afa7e77f
|
Add license to block preceding revision placement
|
2024-09-04 16:08:49 +02:00 |
|
Bo Anderson
|
558e9bac55
|
startup/bootsnap: base key on in install state rather than projection
|
2024-09-04 14:54:15 +01:00 |
|
Mike McQuaid
|
7683b22b61
|
Merge pull request #18245 from Homebrew/docker_names
|
2024-09-04 10:38:21 +01:00 |
|