summaryrefslogtreecommitdiffstats
path: root/pkg/common (follow)
Commit message (Expand)AuthorAgeFilesLines
* chore(lint): fix lint errorsEarl Warren2024-12-301-2/+0
* Support cloning remote actions from insecure Gitea instances (#92)Zettat1232024-03-051-0/+10
* Merge branch 'nektos/master' into bump-nektosChongyi Zheng2024-02-171-10/+16
|\
| * feat: support offline mode (#2128)TKaxv_7S2024-01-201-10/+16
* | Merge tag 'nektos/v0.2.49'Jason Song2023-08-023-1/+19
|\|
| * chore: upgrade golangci-lint and address findings (#1904)Casey Lee2023-07-111-1/+1
| * Fix bug in processing jobs on platforms without Docker (#1834)psa2023-06-062-0/+18
* | Merge tag 'nektos/v0.2.45'Jason Song2023-05-041-9/+63
|\|
| * feat: improve GetOutboundIP (#1707)Jason Song2023-03-311-9/+63
* | Merge tag 'nektos/v0.2.43'v0.243.0Jason Song2023-03-162-119/+94
|\|
| * chore: use new style octal (#1630)Jason Song2023-02-162-4/+4
| * Feature/allow worktrees (#1530)Alexandre Lavigne2023-01-192-115/+90
* | feat: add logger hook for standalone job loggerfuxiaohei2022-11-221-0/+21
|/
* refactor: move from io/ioutil to io and os packages (#1417)Eng Zer Jun2022-10-293-10/+6
* fix: support docker create arguments from container.options (#1022) (#1351)Alex Savchuk2022-10-071-1/+2
* Improve logging (#1171)Björn Brauer2022-06-173-20/+20
* refactor: remove github.com/pkg/errors dependency (#1077)R2022-06-102-36/+61
* feat: add option to specify git remote name (#1104)Ryan2022-04-042-6/+10
* fix: remove unused TestContext (#1013)Robert Kowalski2022-03-141-20/+0
* feat: run jobs in parallel (#1003)Markus Wolf2022-02-252-23/+33
* Expression evaluator fixes (#1009)Björn Brauer2022-02-251-1/+0
* Fix: regression run after failure (#971)ChristopherHX2022-01-271-4/+5
* fix: continue jobs + steps after failure (#840)Markus Wolf2021-12-082-5/+34
* feat: allow existing logger from context (#898)Björn Brauer2021-11-271-0/+20
* Fix github SSH regex for missing .git extension (#871)Mike Beaumont2021-11-132-2/+3
* Asset server implementation (#677)Markus Wolf2021-11-101-0/+21
* Refresh hash after pull for branch refs (#791)ChristopherHX2021-09-081-0/+7
* Update images, fix extrapath (#723)v0.2.23Ryan (hackercat)2021-06-111-1/+1
* fix: use github auth token for pulling a repository (#693)Björn Brauer2021-05-191-2/+10
* fix: use auth when fetching (same as with cloning) (#687)Markus Wolf2021-05-181-2/+10
* refactor: return more errors, add more tests (#679)Ryan (hackercat)2021-05-082-52/+72
* Write git clone progress only if terminal is a TTY (#670)Markus Wolf2021-05-061-20/+17
* GitHub Enterprise support (#658)Björn Brauer2021-05-052-11/+35
* Add `super-linter` + fix lint issues (#650)Ryan (hackercat)2021-05-033-6/+0
* Prefer go-git to find the reference name (#633)Robert Stupp2021-05-031-0/+34
* Clean the repository cache if it is in incomplete state (#595)KADOTA, Kyohei2021-04-063-11/+49
* Support running commands in repositories without action.yaml (#293)v0.2.21Josh Soref2021-03-302-1/+2
* Fix tests on Windows (#562)hackercat2021-03-131-1/+2
* enable to resolve commit hash in `uses` (#530)Shin Uozumi2021-02-232-2/+13
* Fix indent with go fmt (#531)Shin Uozumi2021-02-171-8/+7
* Fix Cartesian product to return empty set if empty set is given (#503)Ed2021-01-232-1/+13
* Fix "reference not found" error on checkout (#433) (#471)KADOTA, Kyohei2021-01-152-14/+40
* Fix "reference not found" error (#433)v0.2.18KADOTA, Kyohei2021-01-121-17/+16
* GitHub env file support (#426)Torbjørn Vatn2021-01-122-2/+0
* Fix tests if there are hooks generated by templates (#434)KADOTA, Kyohei2021-01-121-0/+24
* use t.Cleanup and prefer assert.NoError over .Nil (#309)Stephen Solka2020-07-201-14/+14
* Pull latest changes from ref using cached repo (#267)Michael Heap2020-06-091-30/+81
* Spelling (#240)Josh Soref2020-05-181-1/+1
* *: update go-git import (#194)Máximo Cuadros2020-04-171-2/+2
* fix #150 - disable dryrun in git clonev0.2.7Casey Lee2020-03-141-4/+0