Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enhance v1 with the ability to select a distribution #147

Closed
wants to merge 94 commits into from

Commits on Jan 9, 2020

  1. Configuration menu
    Copy the full SHA
    c74a6f8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f6b96ad View commit details
    Browse the repository at this point in the history

Commits on Jan 31, 2020

  1. Configuration menu
    Copy the full SHA
    351c3fb View commit details
    Browse the repository at this point in the history

Commits on Feb 4, 2020

  1. Merge pull request actions#45 from scordio/actions-checkout_version

    Update examples to use actions/checkout@v2
    Madhuri Gummalla committed Feb 4, 2020
    Configuration menu
    Copy the full SHA
    63d6860 View commit details
    Browse the repository at this point in the history

Commits on Feb 6, 2020

  1. Update packages to support http_proxy

    David Kale committed Feb 6, 2020
    Configuration menu
    Copy the full SHA
    90c448a View commit details
    Browse the repository at this point in the history
  2. Remove debugging step

    David Kale committed Feb 6, 2020
    Configuration menu
    Copy the full SHA
    ec103c0 View commit details
    Browse the repository at this point in the history

Commits on Feb 11, 2020

  1. Merge pull request actions#46 from dakale/http-proxy-support

    http proxy support
    konradpabjan committed Feb 11, 2020
    Configuration menu
    Copy the full SHA
    623089a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9c4f82d View commit details
    Browse the repository at this point in the history
  3. Merge pull request actions#48 from ericsciple/users/ericsciple/m166retry

    add retries and error handling
    konradpabjan committed Feb 11, 2020
    Configuration menu
    Copy the full SHA
    f63b906 View commit details
    Browse the repository at this point in the history

Commits on Feb 12, 2020

  1. Configuration menu
    Copy the full SHA
    60cf21b View commit details
    Browse the repository at this point in the history
  2. Merge pull request actions#49 from ericsciple/users/ericsciple/m166proxy

    standardize workflow test pattern
    konradpabjan committed Feb 12, 2020
    Configuration menu
    Copy the full SHA
    5ef3a8d View commit details
    Browse the repository at this point in the history
  3. Merge pull request actions#41 from foo-actions/master

    Update REAME and action.yml to describe java-version syntax options
    konradpabjan committed Feb 12, 2020
    Configuration menu
    Copy the full SHA
    6dc4d4a View commit details
    Browse the repository at this point in the history

Commits on Mar 16, 2020

  1. Bump acorn from 5.7.3 to 5.7.4

    Bumps [acorn](https://github.com/acornjs/acorn) from 5.7.3 to 5.7.4.
    - [Release notes](https://github.com/acornjs/acorn/releases)
    - [Commits](acornjs/acorn@5.7.3...5.7.4)
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] committed Mar 16, 2020
    Configuration menu
    Copy the full SHA
    ea8ea84 View commit details
    Browse the repository at this point in the history

Commits on Mar 19, 2020

  1. Merge pull request actions#52 from actions/dependabot/npm_and_yarn/ac…

    …orn-5.7.4
    
    Bump acorn from 5.7.3 to 5.7.4
    konradpabjan committed Mar 19, 2020
    Configuration menu
    Copy the full SHA
    5c87b70 View commit details
    Browse the repository at this point in the history

Commits on Apr 29, 2020

  1. Bump @actions/http-client from 1.0.6 to 1.0.8

    Bumps [@actions/http-client](https://github.com/actions/http-client) from 1.0.6 to 1.0.8.
    - [Release notes](https://github.com/actions/http-client/releases)
    - [Changelog](https://github.com/actions/http-client/blob/master/RELEASES.md)
    - [Commits](https://github.com/actions/http-client/commits)
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] committed Apr 29, 2020
    Configuration menu
    Copy the full SHA
    505c997 View commit details
    Browse the repository at this point in the history

Commits on May 11, 2020

  1. Merge pull request actions#58 from actions/dependabot/npm_and_yarn/ac…

    …tions/http-client-1.0.8
    
    Bump @actions/http-client from 1.0.6 to 1.0.8
    konradpabjan committed May 11, 2020
    Configuration menu
    Copy the full SHA
    9c7b108 View commit details
    Browse the repository at this point in the history
  2. Delete lint-yaml.yml

    konradpabjan committed May 11, 2020
    Configuration menu
    Copy the full SHA
    4003c04 View commit details
    Browse the repository at this point in the history

Commits on May 16, 2020

  1. Added support for GPG

    jaredpetersen committed May 16, 2020
    Configuration menu
    Copy the full SHA
    d94db22 View commit details
    Browse the repository at this point in the history

Commits on May 23, 2020

  1. fixed setSecret

    jaredpetersen committed May 23, 2020
    Configuration menu
    Copy the full SHA
    e494666 View commit details
    Browse the repository at this point in the history

Commits on May 27, 2020

  1. Add output parameters for the tool path and version

    This allows calling the action multiple times in the
    same job and retrieving the path and/or version in
    other steps.
    
    Fixes actions#65
    tbroyer committed May 27, 2020
    Configuration menu
    Copy the full SHA
    457d7a4 View commit details
    Browse the repository at this point in the history
  2. Merge pull request actions#66 from tbroyer/outputs

    Add output parameters for the tool path and version
    konradpabjan committed May 27, 2020
    Configuration menu
    Copy the full SHA
    6e1616c View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2020

  1. Normalize extendedJavaHome environment variable

    The extendedJavaHome environment variable contains `.` symbols in the version. This causes the environment variable to be ignored by the action runner. It's best to replace those and other non standard symbols with and underscore.
    
    For reference:
    > Environment variable names used by the utilities in the Shell and Utilities volume of IEEE Std 1003.1-2001 consist solely of uppercase letters, digits, and the '_' (underscore) from the characters defined in Portable Character Set .
    aibaars committed Jun 17, 2020
    Configuration menu
    Copy the full SHA
    81bfa64 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    655cb05 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8896560 View commit details
    Browse the repository at this point in the history

Commits on Jun 22, 2020

  1. Merge pull request actions#78 from aibaars/patch-1

    Normalize extendedJavaHome environment variable
    konradpabjan committed Jun 22, 2020
    Configuration menu
    Copy the full SHA
    d920b7d View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2020

  1. Configuration menu
    Copy the full SHA
    01f4422 View commit details
    Browse the repository at this point in the history

Commits on Jul 16, 2020

  1. Configuration menu
    Copy the full SHA
    7f23828 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    91d1667 View commit details
    Browse the repository at this point in the history
  3. forgot to run build

    jaredpetersen committed Jul 16, 2020
    Configuration menu
    Copy the full SHA
    034b7a7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2d0e474 View commit details
    Browse the repository at this point in the history
  5. fixing defaults

    jaredpetersen committed Jul 16, 2020
    Configuration menu
    Copy the full SHA
    4d8dc69 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    012c21e View commit details
    Browse the repository at this point in the history

Commits on Jul 17, 2020

  1. removed test timeout

    jaredpetersen committed Jul 17, 2020
    Configuration menu
    Copy the full SHA
    36bb906 View commit details
    Browse the repository at this point in the history
  2. cleaned up description for how the private key is stored

    Co-authored-by: Yashwanth Anantharaju <yaananth@users.noreply.github.com>
    jaredpetersen and yaananth committed Jul 17, 2020
    Configuration menu
    Copy the full SHA
    ac9630f View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2020

  1. Bump lodash from 4.17.15 to 4.17.19

    Bumps [lodash](https://github.com/lodash/lodash) from 4.17.15 to 4.17.19.
    - [Release notes](https://github.com/lodash/lodash/releases)
    - [Commits](lodash/lodash@4.17.15...4.17.19)
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] committed Jul 18, 2020
    Configuration menu
    Copy the full SHA
    77d6565 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    38e0c8b View commit details
    Browse the repository at this point in the history

Commits on Jul 22, 2020

  1. Merge pull request actions#63 from jaredpetersen/master

    Added support for GPG signing
    konradpabjan committed Jul 22, 2020
    Configuration menu
    Copy the full SHA
    1277492 View commit details
    Browse the repository at this point in the history
  2. Merge pull request actions#81 from actions/dependabot/npm_and_yarn/lo…

    …dash-4.17.19
    
    Bump lodash from 4.17.15 to 4.17.19
    konradpabjan committed Jul 22, 2020
    Configuration menu
    Copy the full SHA
    1253a7e View commit details
    Browse the repository at this point in the history

Commits on Aug 10, 2020

  1. Configuration menu
    Copy the full SHA
    3019d15 View commit details
    Browse the repository at this point in the history

Commits on Aug 24, 2020

  1. Architecture Support (actions#95)

    * Quick fix for 32-bit architecture support.
    
    * Validate arch at input
    
    Co-authored-by: Émile Grégoire <eg@emilegregoire.ca>
    AustinShalit and emgre committed Aug 24, 2020
    Configuration menu
    Copy the full SHA
    d34a7e4 View commit details
    Browse the repository at this point in the history
  2. Remove old dist/index.js file (actions#96)

    * Remove old dist/index.js file
    
    * Misc fixes
    konradpabjan committed Aug 24, 2020
    Configuration menu
    Copy the full SHA
    fe06bcd View commit details
    Browse the repository at this point in the history
  3. Move contributor doc

    konradpabjan committed Aug 24, 2020
    Configuration menu
    Copy the full SHA
    8bb50d9 View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2020

  1. Add Licensed To Help Verify Prod Licenses (actions#88)

    * Add Licensed workflow and config files
    
    * Manually validate dependencies
    
    * Ignore Generated Files in Git PR's
    
    * update contributing.md
    thboop committed Sep 23, 2020
    Configuration menu
    Copy the full SHA
    11790a2 View commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2020

  1. Swap to Environment Files (actions#104)

    * Add Licensed workflow and config files
    
    * Manually validate dependencies
    
    * Swap to Environment Files
    thboop committed Sep 30, 2020
    Configuration menu
    Copy the full SHA
    d202f5d View commit details
    Browse the repository at this point in the history

Commits on Nov 25, 2020

  1. Configuration menu
    Copy the full SHA
    e361937 View commit details
    Browse the repository at this point in the history

Commits on Dec 7, 2020

  1. Configuration menu
    Copy the full SHA
    61c9e3a View commit details
    Browse the repository at this point in the history

Commits on Feb 5, 2021

  1. Add issue and pr templates

    Vladimir Safonkin committed Feb 5, 2021
    Configuration menu
    Copy the full SHA
    552366f View commit details
    Browse the repository at this point in the history
  2. Merge pull request actions#119 from vsafonkin/v-vlsafo/issue-pr-templ…

    …ates
    
    Add issue and pull request templates
    maxim-lobanov committed Feb 5, 2021
    Configuration menu
    Copy the full SHA
    089d28c View commit details
    Browse the repository at this point in the history

Commits on Feb 10, 2021

  1. Configuration menu
    Copy the full SHA
    5222f72 View commit details
    Browse the repository at this point in the history
  2. fix label creation

    dmitry-shibanov committed Feb 10, 2021
    Configuration menu
    Copy the full SHA
    371353f View commit details
    Browse the repository at this point in the history
  3. add bug to labels

    dmitry-shibanov committed Feb 10, 2021
    Configuration menu
    Copy the full SHA
    fbe6d87 View commit details
    Browse the repository at this point in the history
  4. Merge pull request actions#121 from dmitry-shibanov/restrict-blank-is…

    …sues
    
    Restrict blank issues
    maxim-lobanov committed Feb 10, 2021
    Configuration menu
    Copy the full SHA
    2fac83d View commit details
    Browse the repository at this point in the history

Commits on Feb 12, 2021

  1. Configuration menu
    Copy the full SHA
    661c4c1 View commit details
    Browse the repository at this point in the history
  2. resolve comments

    dmitry-shibanov committed Feb 12, 2021
    Configuration menu
    Copy the full SHA
    719bcb4 View commit details
    Browse the repository at this point in the history

Commits on Feb 15, 2021

  1. Configuration menu
    Copy the full SHA
    4d656d0 View commit details
    Browse the repository at this point in the history
  2. Merge pull request actions#122 from dmitry-shibanov/update-docs-for-m…

    …aven-and-gpg
    
    Add notes about maven extra configuration and gpg key.
    maxim-lobanov committed Feb 15, 2021
    Configuration menu
    Copy the full SHA
    546dae7 View commit details
    Browse the repository at this point in the history

Commits on Feb 16, 2021

  1. Configuration menu
    Copy the full SHA
    81290cd View commit details
    Browse the repository at this point in the history

Commits on Feb 17, 2021

  1. Merge pull request actions#123 from dmitry-shibanov/fix-documentation…

    …-for-gpg-import-export
    
    Fix documentation for GPG
    maxim-lobanov committed Feb 17, 2021
    Configuration menu
    Copy the full SHA
    ff0054d View commit details
    Browse the repository at this point in the history

Commits on Mar 4, 2021

  1. Update CODEOWNERS

    maxim-lobanov committed Mar 4, 2021
    1 Configuration menu
    Copy the full SHA
    ea31b1d View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2021

  1. Merge pull request actions#131 from actions/v-malob/update-codeowners

    Add @actions/virtual-environments-owners to CODEOWNERS file
    maxim-lobanov committed Mar 5, 2021
    Configuration menu
    Copy the full SHA
    e73e96a View commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2021

  1. V2 setup-java ADR (actions#97)

    * V2 setup-java initial ADR
    
    * Update ADR
    
    * Misc fixes
    
    * Clarifications around default behavior and new input
    
    * PR feedback
    konradpabjan committed Mar 8, 2021
    Configuration menu
    Copy the full SHA
    fc62cca View commit details
    Browse the repository at this point in the history

Commits on Mar 10, 2021

  1. Configuration menu
    Copy the full SHA
    efa74dc View commit details
    Browse the repository at this point in the history
  2. Added distro to parameters

    HanSolo committed Mar 10, 2021
    Configuration menu
    Copy the full SHA
    adb2754 View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2021

  1. Switched to staging

    HanSolo committed Mar 11, 2021
    Configuration menu
    Copy the full SHA
    9a80781 View commit details
    Browse the repository at this point in the history

Commits on Mar 12, 2021

  1. Configuration menu
    Copy the full SHA
    ef70573 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    02522e5 View commit details
    Browse the repository at this point in the history
  3. new build

    HanSolo committed Mar 12, 2021
    Configuration menu
    Copy the full SHA
    2363249 View commit details
    Browse the repository at this point in the history
  4. Re-added 'ea' again

    HanSolo committed Mar 12, 2021
    Configuration menu
    Copy the full SHA
    26cc53e View commit details
    Browse the repository at this point in the history
  5. re-build

    HanSolo committed Mar 12, 2021
    Configuration menu
    Copy the full SHA
    47432e0 View commit details
    Browse the repository at this point in the history
  6. Defined zulu as default

    HanSolo committed Mar 12, 2021
    Configuration menu
    Copy the full SHA
    f69f9cd View commit details
    Browse the repository at this point in the history
  7. Added debug output

    HanSolo committed Mar 12, 2021
    Configuration menu
    Copy the full SHA
    e1f157b View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    74d577b View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    33ea571 View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2021

  1. Modified latest parameter

    HanSolo committed Mar 14, 2021
    Configuration menu
    Copy the full SHA
    a314fce View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    131290e View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2021

  1. Added trava distro

    HanSolo committed Mar 15, 2021
    Configuration menu
    Copy the full SHA
    b101cc1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d3c44eb View commit details
    Browse the repository at this point in the history

Commits on Mar 16, 2021

  1. Switched to api.foojay.io

    HanSolo committed Mar 16, 2021
    Configuration menu
    Copy the full SHA
    abef42b View commit details
    Browse the repository at this point in the history
  2. switched back to 13.0.2

    HanSolo committed Mar 16, 2021
    Configuration menu
    Copy the full SHA
    dbd07b3 View commit details
    Browse the repository at this point in the history
  3. Check for 1.x version

    HanSolo committed Mar 16, 2021
    Configuration menu
    Copy the full SHA
    736f681 View commit details
    Browse the repository at this point in the history

Commits on Mar 17, 2021

  1. Configuration menu
    Copy the full SHA
    1f94f70 View commit details
    Browse the repository at this point in the history

Commits on Mar 19, 2021

  1. Fix for jdkDirectory on macos

    HanSolo committed Mar 19, 2021
    Configuration menu
    Copy the full SHA
    67a6c07 View commit details
    Browse the repository at this point in the history

Commits on Mar 31, 2021

  1. Fixed typo

    HanSolo committed Mar 31, 2021
    Configuration menu
    Copy the full SHA
    7c42348 View commit details
    Browse the repository at this point in the history

Commits on Apr 23, 2021

  1. Configuration menu
    Copy the full SHA
    3fb973f View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2021

  1. test on staging

    HanSolo committed Apr 25, 2021
    Configuration menu
    Copy the full SHA
    a469900 View commit details
    Browse the repository at this point in the history
  2. Switch to staging

    HanSolo committed Apr 25, 2021
    Configuration menu
    Copy the full SHA
    48c0cd5 View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2021

  1. Configuration menu
    Copy the full SHA
    628791d View commit details
    Browse the repository at this point in the history
  2. fix for openlogic mac builds

    HanSolo committed Apr 26, 2021
    Configuration menu
    Copy the full SHA
    32194ad View commit details
    Browse the repository at this point in the history
  3. back to prod

    HanSolo committed Apr 26, 2021
    Configuration menu
    Copy the full SHA
    63460cc View commit details
    Browse the repository at this point in the history

Commits on Apr 28, 2021

  1. back to staging

    HanSolo committed Apr 28, 2021
    Configuration menu
    Copy the full SHA
    c3ebc46 View commit details
    Browse the repository at this point in the history

Commits on Apr 30, 2021

  1. back to production

    HanSolo committed Apr 30, 2021
    Configuration menu
    Copy the full SHA
    5d71b64 View commit details
    Browse the repository at this point in the history

Commits on May 6, 2021

  1. added libc_type

    HanSolo committed May 6, 2021
    Configuration menu
    Copy the full SHA
    51e12f8 View commit details
    Browse the repository at this point in the history

Commits on May 7, 2021

  1. removed libc_type

    HanSolo committed May 7, 2021
    Configuration menu
    Copy the full SHA
    ecdb021 View commit details
    Browse the repository at this point in the history
  2. Switch to staging

    HanSolo committed May 7, 2021
    Configuration menu
    Copy the full SHA
    cef3bb0 View commit details
    Browse the repository at this point in the history