Граф коммитов

1760 Коммитов

Автор SHA1 Сообщение Дата
Jon Ruskin 45eabf12d7
Merge pull request #583 from LouisBoudreau/master
Support Gradle multi-project builds
2023-01-05 10:24:29 -07:00
Louis Boudreau 21a5509897 Dynamically set version of gradle-license-report plugin to support older gradle versions 2023-01-04 13:35:12 -05:00
Louis Boudreau f498ce8d8e Handle older versions of gradle 2023-01-04 12:27:03 -05:00
Louis Boudreau 015c852dc6 Fix merge error 2023-01-04 11:51:15 -05:00
Louis Boudreau 11cb45be47 Fix tests 2023-01-04 11:46:24 -05:00
Louis Boudreau f71db05d02 Use gradle CLI to format command 2023-01-03 14:42:14 -05:00
Louis Boudreau 4f3ba1d3a9 Apply requested changes 2023-01-03 13:11:29 -05:00
Louis Boudreau 5fa17fec59 Apply requested changes 2023-01-03 13:11:29 -05:00
Louis Boudreau 722b418691 Only add --no-configuration cache gradle versions supporting it 2023-01-03 13:11:29 -05:00
Louis Boudreau 0cf6211765 Use gradle/gradle-build-action@v2 to test different gradle versions 2023-01-03 13:11:26 -05:00
Louis Boudreau 930d6324e8 Add example in documentation 2023-01-03 13:08:28 -05:00
Louis Boudreau f4fdcfe4f0 Support gradle multiproject builds 2023-01-03 13:08:28 -05:00
Jon Ruskin edde586fca
Merge pull request #597 from Groupize/bundler-update-fix
Support bundler local_search on 2.4.1 and higher
2023-01-03 08:35:23 -07:00
Josh Schramm 4f6d64249b PR feedback and added to list of bundler versions for CI 2023-01-03 08:07:56 -05:00
Jon Ruskin e94eeb93e0
Merge pull request #602 from github/trim-old-versions
Remove support for old versions of npm and go
2023-01-02 11:10:16 -07:00
Jon Ruskin f715990ee7 update tested npm verisons 2023-01-02 11:04:26 -07:00
Jon Ruskin cea6a7689d Revert "minimum node version support at 14 / npm 7.10"
This reverts commit b203cc7544.
2023-01-02 11:04:08 -07:00
Jon Ruskin c42b3b047e minimum go version support 1.17 2023-01-02 10:32:51 -07:00
Jon Ruskin b203cc7544 minimum node version support at 14 / npm 7.10 2023-01-02 10:32:40 -07:00
Jon Ruskin 7b7e3e283d
Merge pull request #599 from github/dependabot/bundler/licensee-eq-9.16.0
Update licensee requirement from = 9.15.3 to = 9.16.0
2023-01-02 10:21:44 -07:00
Jon Ruskin 6c0bc0c2e7
Merge pull request #598 from github/dependabot/bundler/minitest-eq-5.17.0
Update minitest requirement from = 5.16.3 to = 5.17.0
2023-01-02 10:21:27 -07:00
Jon Ruskin b8ade45075
Merge pull request #601 from github/dependabot/bundler/licensee-eq-9.16.0-licenses
License updates for dependabot/bundler/licensee-eq-9.16.0
2023-01-02 10:13:41 -07:00
Jon Ruskin 7ea1a4b890
Merge pull request #600 from github/dependabot/bundler/minitest-eq-5.17.0-licenses
License updates for dependabot/bundler/minitest-eq-5.17.0
2023-01-02 10:12:48 -07:00
licensed-ci f343086c11 Auto-update license files 2023-01-02 09:01:09 +00:00
licensed-ci cf1608f8ea Auto-update license files 2023-01-02 09:01:04 +00:00
dependabot[bot] bc0d19cfb6
Update licensee requirement from = 9.15.3 to = 9.16.0
Updates the requirements on [licensee](https://github.com/benbalter/licensee) to permit the latest version.
- [Release notes](https://github.com/benbalter/licensee/releases)
- [Commits](https://github.com/benbalter/licensee/compare/v9.15.3...v9.16.0)

---
updated-dependencies:
- dependency-name: licensee
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-01-02 09:00:38 +00:00
dependabot[bot] 5755b1fc3e
Update minitest requirement from = 5.16.3 to = 5.17.0
Updates the requirements on [minitest](https://github.com/seattlerb/minitest) to permit the latest version.
- [Release notes](https://github.com/seattlerb/minitest/releases)
- [Changelog](https://github.com/minitest/minitest/blob/master/History.rdoc)
- [Commits](https://github.com/seattlerb/minitest/compare/v5.16.3...v5.17.0)

---
updated-dependencies:
- dependency-name: minitest
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-01-02 09:00:27 +00:00
Josh Schramm ac4761959a Support bundler local_search on 2.4.1 and higher 2022-12-29 08:50:18 -05:00
Jon Ruskin a6272b166d
Merge pull request #594 from github/distributed-test-files
Move gitignore and licensed configurations for test fixtures into fixtures folders
2022-12-23 08:44:28 -07:00
Jon Ruskin a78e0f2337 do I need to get rid of the gemfile.lock?
also oof cleanup the debug sleep statement
2022-12-23 08:37:32 -07:00
Jon Ruskin 0b49895530 update bundler version format 2022-12-23 08:21:24 -07:00
Jon Ruskin fc5970e778 try setting up bundler in setup-ruby config 2022-12-23 08:16:46 -07:00
Jon Ruskin 3224ab316a make sure license configs are at the expected path 2022-12-23 07:55:16 -07:00
Jon Ruskin 2735805118 restore .licenses folder
that shouldn't have been removed...
2022-12-23 07:32:23 -07:00
Jon Ruskin ca29687181 don't check in composer.phar 2022-12-23 07:17:52 -07:00
Jon Ruskin cefab57e77 update source-setup force options
mostly, use `git clean -ffX .` instead of `find | xargs`
to delete files to use .gitignore as the source of truth
2022-12-23 07:17:40 -07:00
Jon Ruskin c1b271a9f4 move fixtures to fixture folders 2022-12-23 06:00:05 -07:00
Jon Ruskin 5911cdff3f create fixture-specific gitignores
and check in lock files for more reproducible testing
... I hope :)
2022-12-22 20:46:23 -07:00
Jon Ruskin 94d1f93f3a
Merge pull request #592 from github/pip-builtin-caching
Try out built-in caching for setup-python action
2022-12-22 19:57:56 -07:00
Jon Ruskin 1a0f1b27e7 update cabal deps to work with 9.4 2022-12-22 19:52:04 -07:00
Jon Ruskin 41a0c2a6f3
Merge pull request #593 from github/pip-builtin-caching-licenses
License updates for pip-builtin-caching
2022-12-22 18:52:00 -07:00
licensed-ci 1fd6d329f4 Auto-update license files 2022-12-23 01:49:42 +00:00
Jon Ruskin 5126c24b54 checkin pipfile.lock and reenable pipenv caching 2022-12-22 18:47:32 -07:00
Jon Ruskin 2d29b24da2 boto3 has a TON of wheels and slowing down setup 2022-12-22 16:47:12 -07:00
Jon Ruskin c8b4f8cfb4 limit ghc versions based on fixture support 2022-12-22 16:29:29 -07:00
Jon Ruskin 9cb7aed2cc fix go caching 2022-12-22 16:28:35 -07:00
Jon Ruskin 64433e1072 fix yarn caching 2022-12-22 16:28:21 -07:00
Jon Ruskin 8cc784fbfd fix npm caching 2022-12-22 16:27:58 -07:00
Jon Ruskin e5d962d35a only test versions of cabal included in ghc builds 2022-12-22 16:22:12 -07:00
Jon Ruskin ce69e039f6 use more built in caching 2022-12-22 16:18:28 -07:00