This is the first official release of this Step.
What’s Changed
- Add verbose log input, add tests by @ofalvai in Add verbose log input, add tests by ofalvai · Pull Request #1 · bitrise-steplib/bitrise-step-artifact-pull · GitHub
- [PLANG-823] Implement input parsing for artifact pull step by @sylank in [PLANG-823] Implement input parsing for artifact pull step by sylank · Pull Request #3 · bitrise-steplib/bitrise-step-artifact-pull · GitHub
- [PLANG-825] Download and save artifacts by @sylank in [PLANG-825] Download and save artifacts by sylank · Pull Request #4 · bitrise-steplib/bitrise-step-artifact-pull · GitHub
- Update go-steputils by @ofalvai in Update go-steputils by ofalvai · Pull Request #6 · bitrise-steplib/bitrise-step-artifact-pull · GitHub
- Centralize error handling in main.go by @gaborszakacs in Centralize error handling in main.go by gaborszakacs · Pull Request #11 · bitrise-steplib/bitrise-step-artifact-pull · GitHub
- Fix possible deadlock in concurrent file downloading by @gaborszakacs in Fix possible deadlock in concurrent file downloading by gaborszakacs · Pull Request #16 · bitrise-steplib/bitrise-step-artifact-pull · GitHub
- Step initial version and E2E tests by @imrekel in Step initial version and E2E tests by imrekel · Pull Request #2 · bitrise-steplib/bitrise-step-artifact-pull · GitHub
- [NOJIRA]Remove BuildIDGetter interface by @sylank in [NOJIRA]Remove BuildIDGetter interface by sylank · Pull Request #17 · bitrise-steplib/bitrise-step-artifact-pull · GitHub
- [NOJIRA] Use comma separated output string by @sylank in [NOJIRA] Use comma separated output string by sylank · Pull Request #25 · bitrise-steplib/bitrise-step-artifact-pull · GitHub
- Remove error pkg dependency by @gaborszakacs in Remove error pkg dependency by gaborszakacs · Pull Request #32 · bitrise-steplib/bitrise-step-artifact-pull · GitHub
- Artifact lister cleanup by @imrekel in Artifact lister cleanup by imrekel · Pull Request #31 · bitrise-steplib/bitrise-step-artifact-pull · GitHub
- Readme update and appslug parsing by @imrekel in Readme update and appslug parsing by imrekel · Pull Request #30 · bitrise-steplib/bitrise-step-artifact-pull · GitHub
- [NOJIRA]Eliminate duplicated build ids by @sylank in [NOJIRA]Eliminate duplicated build ids by sylank · Pull Request #20 · bitrise-steplib/bitrise-step-artifact-pull · GitHub
- [NOJIRA] Use retry and HTTP timeout by @sylank in [NOJIRA] Use retry and HTTP timeout by sylank · Pull Request #24 · bitrise-steplib/bitrise-step-artifact-pull · GitHub
- [NOJIRA] Rename the output variable to ARTIFACT_PATHS by @sylank in [NOJIRA] Rename the output variable to ARTIFACT_PATHS by sylank · Pull Request #26 · bitrise-steplib/bitrise-step-artifact-pull · GitHub
- [NOJIRA] Fail if the artifact download fails by @sylank in [NOJIRA] Fail if the artifact download fails by sylank · Pull Request #40 · bitrise-steplib/bitrise-step-artifact-pull · GitHub
- [NOJIRA] Remove unused structs by @sylank in [NOJIRA] Remove unused structs by sylank · Pull Request #39 · bitrise-steplib/bitrise-step-artifact-pull · GitHub
- Unified worker pools for concurrency by @imrekel in Unified worker pools for concurrency by imrekel · Pull Request #41 · bitrise-steplib/bitrise-step-artifact-pull · GitHub
- [NOJIRA] Refactor the artifact download concurrent function by @sylank in [NOJIRA] Refactor the artifact download concurrent function by sylank · Pull Request #42 · bitrise-steplib/bitrise-step-artifact-pull · GitHub
- [PLANG-821] Comment modifications by @miklosboros in [PLANG-821] Comment modifications by miklosboros · Pull Request #44 · bitrise-steplib/bitrise-step-artifact-pull · GitHub
- Assert next query value in API client paging test by @imrekel in Assert next query value in API client paging test by imrekel · Pull Request #46 · bitrise-steplib/bitrise-step-artifact-pull · GitHub
- [NOJIRA] Use temp dir and refactor the test cases by @sylank in [NOJIRA] Use temp dir and refactor the test cases by sylank · Pull Request #38 · bitrise-steplib/bitrise-step-artifact-pull · GitHub
- Visibility of client/lister interfaces by @imrekel in Visibility of client/lister interfaces by imrekel · Pull Request #45 · bitrise-steplib/bitrise-step-artifact-pull · GitHub
- Allow duplicated workflow names by @gaborszakacs in Allow duplicated workflow names by gaborszakacs · Pull Request #23 · bitrise-steplib/bitrise-step-artifact-pull · GitHub
- Clarify build id getter test cases by @gaborszakacs in Clarify build id getter test cases by gaborszakacs · Pull Request #47 · bitrise-steplib/bitrise-step-artifact-pull · GitHub
- Remove the ArtifactDownloader interface by @sylank in Remove the ArtifactDownloader interface by sylank · Pull Request #48 · bitrise-steplib/bitrise-step-artifact-pull · GitHub
- Minor fixes here and there by @ofalvai in Minor fixes here and there by ofalvai · Pull Request #53 · bitrise-steplib/bitrise-step-artifact-pull · GitHub
- [PLANG-821] Minor fixes by @miklosboros in [PLANG-821] Minor fixes by miklosboros · Pull Request #56 · bitrise-steplib/bitrise-step-artifact-pull · GitHub
- Add some json mock data for test servers by @imrekel in Add some json mock data for test servers by imrekel · Pull Request #57 · bitrise-steplib/bitrise-step-artifact-pull · GitHub
- Change the artifact_sources input default value by @sylank in Change the artifact_sources input default value by sylank · Pull Request #59 · bitrise-steplib/bitrise-step-artifact-pull · GitHub
- Print the exported env vars by @sylank in Print the exported env vars by sylank · Pull Request #60 · bitrise-steplib/bitrise-step-artifact-pull · GitHub
- Use pipe separator in the exported locations by @sylank in Use pipe separator in the exported locations by sylank · Pull Request #61 · bitrise-steplib/bitrise-step-artifact-pull · GitHub
- Give example use-cases in the readme by @sylank in Give example use-cases in the readme by sylank · Pull Request #63 · bitrise-steplib/bitrise-step-artifact-pull · GitHub
- Use the tooling’s file downloader by @sylank in Use the tooling's file downloader by sylank · Pull Request #62 · bitrise-steplib/bitrise-step-artifact-pull · GitHub
- Make changes according to the review comments by @sylank in Make changes according to the review comments by sylank · Pull Request #64 · bitrise-steplib/bitrise-step-artifact-pull · GitHub
- [PLANG-939] Implement the output variable export by @sylank in [PLANG-939] Implement the output variable export by sylank · Pull Request #65 · bitrise-steplib/bitrise-step-artifact-pull · GitHub
- [NOJIRA] Use regex matcher in stage-workflow filtering by @sylank in [NOJIRA] Use regex matcher in stage-workflow filtering by sylank · Pull Request #66 · bitrise-steplib/bitrise-step-artifact-pull · GitHub
- Update test artifacts source by @godrei in Update test artifacts source by godrei · Pull Request #68 · bitrise-steplib/bitrise-step-artifact-pull · GitHub
- Update examples.md by @godrei in Update examples.md by godrei · Pull Request #67 · bitrise-steplib/bitrise-step-artifact-pull · GitHub
- [PLANG-1590] Fix documentation by @miklosboros in [PLANG-1590] Fix documentation by miklosboros · Pull Request #69 · bitrise-steplib/bitrise-step-artifact-pull · GitHub
New Contributors
- @ofalvai made their first contribution in Add verbose log input, add tests by ofalvai · Pull Request #1 · bitrise-steplib/bitrise-step-artifact-pull · GitHub
- @gaborszakacs made their first contribution in Centralize error handling in main.go by gaborszakacs · Pull Request #11 · bitrise-steplib/bitrise-step-artifact-pull · GitHub
- @imrekel made their first contribution in Step initial version and E2E tests by imrekel · Pull Request #2 · bitrise-steplib/bitrise-step-artifact-pull · GitHub
- @godrei made their first contribution in Update test artifacts source by godrei · Pull Request #68 · bitrise-steplib/bitrise-step-artifact-pull · GitHub
Full Changelog: Commits · bitrise-steplib/bitrise-step-artifact-pull · GitHub