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

Merge branch ' env_files' into dev #2420

Merged
merged 31 commits into from
Apr 1, 2020
Merged

Merge branch ' env_files' into dev #2420

merged 31 commits into from
Apr 1, 2020

Commits on Feb 25, 2020

  1. add environment file to api

    jy19 committed Feb 25, 2020
    Configuration menu
    Copy the full SHA
    eaabce2 View commit details
    Browse the repository at this point in the history

Commits on Feb 27, 2020

  1. Merge pull request aws#2375 from jy19/env_files

    add environment file to api
    jy19 authored Feb 27, 2020
    Configuration menu
    Copy the full SHA
    95b4152 View commit details
    Browse the repository at this point in the history

Commits on Mar 9, 2020

  1. untested code of envfile as task resource + downloading stuff from s3…

    … and writing to disk
    jy19 committed Mar 9, 2020
    Configuration menu
    Copy the full SHA
    aba9cd0 View commit details
    Browse the repository at this point in the history
  2. Merge pull request aws#2383 from jy19/env_files

    add envfile as task resource and retrieve from s3
    jy19 authored Mar 9, 2020
    Configuration menu
    Copy the full SHA
    40ddd41 View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2020

  1. Configuration menu
    Copy the full SHA
    6202a5c View commit details
    Browse the repository at this point in the history
  2. Fix flakey TaskManifest* tests

    shubham2892 authored and yhlee-aws committed Mar 11, 2020
    Configuration menu
    Copy the full SHA
    cdb98da View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    88bb087 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e3d5ba6 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    231cecb View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    79ea0b0 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    aacd728 View commit details
    Browse the repository at this point in the history

Commits on Mar 12, 2020

  1. Merge pull request aws#2392 from jy19/env_files

    retrieve envfiles from s3 concurrently using go routines
    jy19 authored Mar 12, 2020
    Configuration menu
    Copy the full SHA
    8b5769a View commit details
    Browse the repository at this point in the history

Commits on Mar 13, 2020

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

Commits on Mar 17, 2020

  1. read environment variables from downloaded envfiles

    this commit initializes the environment files resource
    when task starts up, and reads the environment variables
    from those files when containers are created
    jy19 committed Mar 17, 2020
    Configuration menu
    Copy the full SHA
    e72c799 View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2020

  1. Configuration menu
    Copy the full SHA
    c8ab428 View commit details
    Browse the repository at this point in the history
  2. Merge pull request aws#2398 from jy19/env_files

    create envfile task resource
    jy19 authored Mar 21, 2020
    Configuration menu
    Copy the full SHA
    c32a89f View commit details
    Browse the repository at this point in the history

Commits on Mar 23, 2020

  1. Configuration menu
    Copy the full SHA
    5d4b459 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8b025ca View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    31da04b View commit details
    Browse the repository at this point in the history

Commits on Mar 25, 2020

  1. Merge pull request aws#2405 from jy19/env_files

    merge from dev and minor logging changes
    jy19 authored Mar 25, 2020
    Configuration menu
    Copy the full SHA
    a7b9b73 View commit details
    Browse the repository at this point in the history

Commits on Mar 26, 2020

  1. Configuration menu
    Copy the full SHA
    f62e038 View commit details
    Browse the repository at this point in the history
  2. Merge pull request aws#2407 from jy19/env_files

    envfiles: create directory where the envfile will be written
    jy19 authored Mar 26, 2020
    Configuration menu
    Copy the full SHA
    986b8ac View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    981f4e4 View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2020

  1. minor unit test fixes

    yhlee-aws committed Mar 27, 2020
    Configuration menu
    Copy the full SHA
    581753d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a3897c2 View commit details
    Browse the repository at this point in the history

Commits on Mar 29, 2020

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

Commits on Mar 31, 2020

  1. Configuration menu
    Copy the full SHA
    94b3cce View commit details
    Browse the repository at this point in the history
  2. envfiles: remove sync call since we don't actually need to flush data…

    … to disk, close file manually before rename
    jy19 committed Mar 31, 2020
    Configuration menu
    Copy the full SHA
    8c43da5 View commit details
    Browse the repository at this point in the history
  3. Merge pull request aws#2417 from jy19/env_files

    envfiles: remove sync call since we don't actually need to flush data…
    jy19 authored Mar 31, 2020
    Configuration menu
    Copy the full SHA
    d881a3a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f2c2cbc View commit details
    Browse the repository at this point in the history

Commits on Apr 1, 2020

  1. Merge pull request aws#2419 from yunhee-l/env_files

    Merge branch 'dev' into env_files
    yhlee-aws authored Apr 1, 2020
    Configuration menu
    Copy the full SHA
    8d8ff43 View commit details
    Browse the repository at this point in the history