Commit Graph

328 Commits (39b58eb300816227176c0642ad9b51cbc8c43785)

Author SHA1 Message Date
mdugdale 39b58eb300 format 2021-03-29 01:05:33 +01:00
mdugdale ef6594f59f format 2021-03-29 00:57:35 +01:00
mdugdale 916cd0d9cf format 2021-03-29 00:21:06 +01:00
mdugdale 8da174c2a9 format 2021-03-29 00:17:18 +01:00
mdugdale aa0f813abd typescript aws 2021-03-28 22:38:29 +01:00
mdugdale a7818a565e typescript aws 2021-03-28 21:59:40 +01:00
mdugdale e6c7fba9e9 typescript aws 2021-03-28 21:55:26 +01:00
mdugdale 47fd2f4da2 typescript aws 2021-03-28 21:42:14 +01:00
mdugdale 00b5a67b1a typescript aws 2021-03-28 21:32:52 +01:00
mdugdale dc5f69cda8 typescript aws 2021-03-28 21:18:28 +01:00
mdugdale a4cb4516db typescript aws 2021-03-28 00:17:05 +00:00
mdugdale 11a2057c5f typescript aws 2021-03-28 00:12:47 +00:00
mdugdale de61bb70d8 typescript aws 2021-03-28 00:05:15 +00:00
mdugdale ea70d289df typescript aws 2021-03-28 00:02:15 +00:00
mdugdale 540f8b26f0 typescript aws 2021-03-27 23:56:28 +00:00
mdugdale 849e6279a7 typescript aws 2021-03-27 23:54:16 +00:00
mdugdale 92c3294066 typescript aws 2021-03-27 23:52:46 +00:00
mdugdale 47ddabac1a typescript aws 2021-03-27 23:50:39 +00:00
mdugdale 01b3c10bac typescript aws 2021-03-27 23:49:41 +00:00
mdugdale 03175de2bf typescript aws 2021-03-27 23:48:31 +00:00
mdugdale 479d05321f typescript aws 2021-03-27 23:21:30 +00:00
mdugdale 405e0265d6 typescript aws 2021-03-27 23:15:55 +00:00
mdugdale 10ffbfe57e typescript aws 2021-03-27 23:08:53 +00:00
mdugdale 6298965513 typescript aws 2021-03-27 23:06:58 +00:00
mdugdale 5b2591bdea typescript aws 2021-03-27 23:01:06 +00:00
mdugdale 3d3f6f6cde typescript aws 2021-03-27 22:59:45 +00:00
mdugdale 087f0cb8de typescript aws 2021-03-27 22:56:45 +00:00
mdugdale 1790195b70 typescript aws 2021-03-27 22:54:07 +00:00
mdugdale b1ff94ae07 typescript aws 2021-03-27 22:52:27 +00:00
mdugdale a56ed139c2 typescript aws 2021-03-27 22:45:16 +00:00
mdugdale d398a1e08d typescript aws 2021-03-27 22:40:54 +00:00
mdugdale c14c2fe14b typescript aws 2021-03-27 22:34:09 +00:00
Sakari Bergen 224f973562
Run default addressables build conditionally (#231)
* Add asmdef and Addressable content build in the builder

* Move asmdef content into its own directory

* Mark UnityBuilderAction as Editor-only
2021-03-19 18:50:39 +01:00
Webber Takken b769675b38
Update repo url and status badges (#228)
* Update url in package.json

* Fix badges
2021-03-14 01:19:30 +01:00
Webber Takken 4fde4e47b6
Refactor action to typescript (#226)
* Refactor to typescript (config part)

* Refactor to typescript (convert extensions, minor fixes)

* Refactor to typescript (move from `action` to `dist`)

* Re-enable integrity-check for dist index.js

* Fix all tests and lints

* fix parsing major versions

* Test patch level to be digits only

* debug

* debug

* uncache

* manual compile

* debug

* debug

* Debug

* Build lib - doh

* remove diff check

* Make kubernetes workflow manual

* Properly generate 3 digit for simple major tags

* Remove ts-ignore

* re-enable cache
2021-03-14 00:44:01 +01:00
David Finol 0934b3f408
Create versioning.yml (#222)
* Create versioning.yml

* Apply suggestions from code review
2021-02-28 10:45:48 -06:00
David Finol 414307a791
Add newline to isShallow output (#216)
* Add newline to isShallow output
2021-02-13 01:40:19 -06:00
David Finol faefe2f8d7
Only fetch if the repo is shallow (to avoid unnecessary errors) (#215)
* Only fetch if the repo is shallow (to avoid unnecessary errors)

* Update src/model/versioning.test.js
2021-02-12 23:22:23 -06:00
mob-sakai b0df698630
Security (#214)
* fix(test): embed unity license

* fix(test): checkout head

* fix(test): use `pull_request` event instead of `pull_request_target` event

* fix(test): fix k8s test
2021-02-08 17:06:43 +01:00
David Finol 0d3b5a7a62
Update README.md (#213) 2021-02-06 20:04:40 -05:00
Cris Feo 555660c904
Clf support upm ssh keys (#211)
* make source changes

* compile index.js
2021-02-03 17:39:52 +01:00
David Finol 4fe037e06f Compile action/index.js 2021-01-26 15:18:24 -06:00
David Finol 05b7ccdc04
Remove debug from versioning (#206)
Would like to remove this debug option, as I don't like how it generates many unnecessary warnings, and I don't think it provides any value.
2021-01-26 12:54:07 -06:00
Webber Takken c7c1841c97
split workflows (#203) 2021-01-23 11:39:42 +01:00
Webber Takken 2cec591baa
Secure licenses (#202) 2021-01-23 11:30:46 +01:00
Webber 08e3347f47 Add cats 2021-01-23 10:30:23 +01:00
Webber Takken 89df68796c
add activation workflow and set retention periods (#201)
* add activation workflow

* Trigger on push as well

* use specific version

* Set more sensible retention periods
2021-01-23 10:06:32 +01:00
Kai Biermeier 56b9864426
allow versions with -alpha,-rc,-rc.0 .... + don't fail build on version cannot be determined (#196)
Closes #163
2021-01-12 14:50:52 +01:00
Webber Takken 5b2e80e1a4
update deprecated workflow (#194) 2021-01-07 23:21:04 +01:00
marekvalenta c8202c01e7
Pass buildOptions to the build with customParameters (#190)
* Update Builder.cs

* update of buildOptions

buildOptions should be taken into account for build

* missed name
2021-01-05 19:19:16 +01:00