Commit graph

1298 commits

Author SHA1 Message Date
Ben Chatelain
ec9fa6e5fc ⏲️ TEMP: Trigger release workflow on push for testing 2024-02-18 14:09:23 -07:00
Ben Chatelain
30ba6adf9c 🔥 Remove unused hound config 2024-02-18 14:05:37 -07:00
Ben Chatelain
7415f738d0 🔨 Include YAML in lint, format scripts 2024-02-18 14:05:02 -07:00
Ben Chatelain
08697a84cd 👢 Use mise to install tools 2024-02-18 14:05:02 -07:00
Ben Chatelain
8eab75ed9a 🎨 Format YAML files 2024-02-18 14:05:02 -07:00
Ben Chatelain
0806fbad54 prettier (3.2.5) 2024-02-18 14:05:02 -07:00
Ben Chatelain
1aa7aee9b6 yamllint (1.35.1) 2024-02-18 14:05:02 -07:00
Ben Chatelain
3a0fe2fe92 🔧 Configure yamllint 2024-02-18 14:05:02 -07:00
Ben Chatelain
fe5642f266 Add initial release workflow 2024-02-18 14:05:02 -07:00
Ben Chatelain
65b4343223 🔥 Remove unused travis-ci config 2024-02-18 14:05:02 -07:00
Ben Chatelain
f7152f211d 🥅 Handle version script errors when invoked by act
| fatal: Not a valid object name HEAD
| MAS_VERSION: 0.0.0
2024-02-18 14:05:02 -07:00
Ben Chatelain
8d735e4499 act (0.2.59) 2024-02-18 14:05:02 -07:00
Ben Chatelain
b7aa6b7e9a 🔧 Configure .actrc 2024-02-18 14:05:02 -07:00
Ben Chatelain
5b2994d27d ⬆️ danger-swift (3.18.0) 2024-02-18 14:05:02 -07:00
Ben Chatelain
e20b14a097 🚚 Rename pr-checks workflow 2024-02-18 14:05:02 -07:00
Ben Chatelain
cf2d8d6e09 🔧 Configure .actrc 2024-02-18 09:59:44 -07:00
Ben Chatelain
666e505eb1 🎨 Format bash scripts 2024-02-18 08:22:24 -07:00
Ben Chatelain
f162f6a8e2 🔀 Fix merge mistake 2024-02-18 08:22:24 -07:00
Ben Chatelain
96ff7ecdae 🔨 Install universal binary 2024-02-18 08:22:24 -07:00
Ben Chatelain
a14384579e 🔨 Use brew --prefix 2024-02-18 08:22:24 -07:00
Ben Chatelain
bcd2411e5d 🔥 Remove duplicate monterey bottle reference 2024-02-18 08:22:24 -07:00
Ben Chatelain
2a02cee76c 🔨 Add sonoma & ventura to bottle script 2024-02-18 08:22:24 -07:00
Ben Chatelain
a12d2320be 🥅 Swalloer error if trash fails 2024-02-18 08:22:24 -07:00
Ben Chatelain
40d3cfde0d 🔨 Rename MAS_VERSION variable 2024-02-18 08:22:24 -07:00
Ben Chatelain
b8dc5ff718 🔥 Remove dup bottles target 2024-02-18 08:22:24 -07:00
Ben Chatelain
8076c660f1 👌🏻 Fix untested OS branches in bottle script 2024-02-18 08:22:24 -07:00
Ben Chatelain
f3e681a7e2 🔖 Version 1.8.7-alpha.1
v1.8.7-beta.1
2024-02-18 08:22:24 -07:00
Ben Chatelain
742e054cc9 🔨 Add support for sonoma & ventura to bottle script 2024-02-18 08:22:24 -07:00
Ben Chatelain
f1276dabc6 🍺 Update mas-tap homebrew formula (1.8.6)
Adds sonoma and ventura
2024-02-18 08:22:24 -07:00
Ben Chatelain
ef28bc9f1a 🍺 Update mas homebrew formula (1.8.6) 2024-02-18 08:22:24 -07:00
Chris Araman
436c3a250d 🔍 Search for compatible iPad and iPhone apps 2024-02-18 08:22:24 -07:00
Ross Goldberg
763392cb23
Merge pull request #500 from mas-cli/dependabot/github_actions/actions/checkout-4
⬆️(deps): Bump actions/checkout from 3 to 4
2024-02-18 08:38:16 -05:00
dependabot[bot]
f761f1262c ⬆️(deps): Bump actions/checkout from 3 to 4
Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v3...v4)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-02-18 05:51:45 -05:00
Ben Chatelain
21ed1e641f
Merge pull request #505 from mas-cli/search
🖥️ Only search, outdated and update macOS apps
2024-02-18 00:02:56 -07:00
Ben Chatelain
521df64b51 ♻️ Refactor lookupURL, searchURL
Resolves unused protocol method lint warnings by moving updated implementations back to StoreSearch. Added `country` to MasStoreSearch, set to fixed fvalue for tests.
2024-02-17 23:47:02 -07:00
Ben Chatelain
5aafd4c0aa 🎨 Format swift 2024-02-17 22:58:11 -07:00
Ben Chatelain
22c6c57743 💚 Disable lucky spec: installs the first app matching a search
Stalls test when a MAS auth dialog stalls tests. Need more mocking.
2024-02-17 21:02:28 -07:00
Ben Chatelain
86b25590c7 🩹 Fix merge mistakes 2024-02-17 14:04:01 -07:00
Ben Chatelain
3b8f2de2a4 ⬆️ Update dependencies
- swift-argument-parser (1.3.0)
- swift-format (5.9)
- swift-syntax (0.50700.1)
- swift-tools-support-core (5.9)
2024-02-17 14:04:01 -07:00
Ben Chatelain
c2fcf7e5aa 💡 Document deprecated AccountCommandSpec and SignInCommandSpec 2024-02-17 14:04:01 -07:00
Ben Chatelain
cfc2bef921 🤡 Use mock network response in LuckyCommandSpec 2024-02-17 14:04:01 -07:00
Ben Chatelain
212461caee 💚 Fix purchase test 2024-02-17 14:04:01 -07:00
Chris Araman
a7f8dfea22 👀 Scrape the app page only for lookup, not search 2024-02-17 14:04:01 -07:00
Chris Araman
cfef4aebc4 🔍 Verify command results 2024-02-17 14:04:01 -07:00
Chris Araman
ad8d6fe1dd 🔍 Search for compatible iPad and iPhone apps 2024-02-17 14:04:01 -07:00
Chris Araman
c9378046a6 🦾 Check for Apple Silicon 2024-02-17 14:04:01 -07:00
Chris Araman
844131ff2e ️ Remove impossible error case 2024-02-17 14:04:01 -07:00
Ben Chatelain
f7dd98811f ♻️ Move URL builders to MasStoreSearch 2024-02-17 14:04:01 -07:00
Ben Chatelain
85a31ed5ba
Merge pull request #496 from WangEdward/main
🔧 Check for mac updates only
2024-02-17 11:04:49 -07:00
Ben Chatelain
41a20f11d4
Merge branch 'main' into main 2024-02-17 10:33:11 -07:00