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

prepare-npk-installation.sh + delete_npkfile.sh scripts #155

Open
wants to merge 173 commits into
base: main
Choose a base branch
from

Commits on Nov 16, 2019

  1. Docker support & fix terraform template

    Added a dockerfile that builds a docker image to use npk. This provides two benefits.
    
    1. If CoalfireLabs decides to publish and maintain the npk image, then users can just run npk by using a single command line in docker.
    
    2. If CoalfireLabs does not publish a docker image, users can still use this dockerfile to build the container themselves.
    
    This prevents everyone from dealing with multiple terraform, python, pip and node versions that do not quite work together.
    
    Pending to be done:
    
    - Add ARGs, ENVs or a startup script (á la MySQL) so that the container can setup the aws credential profile when running and does not need to be a manual process.
    - Add ARG, ENVs or a startup script (á la MySQL) so that the container can setup the /npk/terraform/npk-settings.json file and does not need to be a manual process.
    - After these are done, we can remove `nano` (or any text editor) being installed, making the image smaller and faster to create.
    
    This change also fixes the error in the `terraform/cognito_iam_roles.tf` template, which basically just had an extra comma. Fixes #49.
    AlphaGit committed Nov 16, 2019
    Configuration menu
    Copy the full SHA
    e179ae1 View commit details
    Browse the repository at this point in the history

Commits on Apr 11, 2021

  1. Merge pull request #1 from Coalfire-Research/main

    Pull upstream
    c6fc authored Apr 11, 2021
    Configuration menu
    Copy the full SHA
    f90c7c3 View commit details
    Browse the repository at this point in the history

Commits on Apr 16, 2021

  1. Fixed wiki reference

    c6fc committed Apr 16, 2021
    Configuration menu
    Copy the full SHA
    d7b0a5c View commit details
    Browse the repository at this point in the history
  2. Merge pull request #2 from c6fc/dev

    Fixed wiki reference
    c6fc authored Apr 16, 2021
    Configuration menu
    Copy the full SHA
    26096f8 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #3 from c6fc/main

    resync dev
    c6fc authored Apr 16, 2021
    Configuration menu
    Copy the full SHA
    e5d705c View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2021

  1. Merge branch 'docker-release' of https://github.com/AlphaGit/npk into…

    … AlphaGit-docker-release
    
    Pulling AlphaGit's docker work
    c6fc committed Apr 19, 2021
    Configuration menu
    Copy the full SHA
    c30d407 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'AlphaGit-docker-release' into dev

    Capturing AlphaGit's Docker work
    c6fc committed Apr 19, 2021
    Configuration menu
    Copy the full SHA
    044fe73 View commit details
    Browse the repository at this point in the history
  3. Added quick deploy

    c6fc committed Apr 19, 2021
    Configuration menu
    Copy the full SHA
    7ecbe14 View commit details
    Browse the repository at this point in the history

Commits on May 16, 2021

  1. Pin AWSCLI version and update dependency checks

    📌 Pin AWSCLI to version 2
    
    📌 Use `grep -c` for terraform dependency check
    The `-c` flag counts the number of matches. A bit cleaner than `wc -l`
    robellegate committed May 16, 2021
    Configuration menu
    Copy the full SHA
    2e85b3b View commit details
    Browse the repository at this point in the history

Commits on May 20, 2021

  1. Merge pull request #4 from robellegate/main

    Pin AWSCLI version and update dependency checks
    c6fc authored May 20, 2021
    Configuration menu
    Copy the full SHA
    b305351 View commit details
    Browse the repository at this point in the history

Commits on Jul 27, 2021

  1. Configuration menu
    Copy the full SHA
    fca4e65 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'dev' into main

    c6fc committed Jul 27, 2021
    Configuration menu
    Copy the full SHA
    f3255f2 View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2021

  1. api rewrite progress

    c6fc committed Sep 4, 2021
    Configuration menu
    Copy the full SHA
    7b20997 View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2021

  1. Configuration menu
    Copy the full SHA
    e1247b8 View commit details
    Browse the repository at this point in the history
  2. Uncommit touch file

    c6fc committed Sep 5, 2021
    Configuration menu
    Copy the full SHA
    cbbfe93 View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2021

  1. rewrite create, execute, delete

    c6fc committed Sep 6, 2021
    Configuration menu
    Copy the full SHA
    4f679d8 View commit details
    Browse the repository at this point in the history

Commits on Sep 7, 2021

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

Commits on Sep 9, 2021

  1. Updated sample settings

    c6fc committed Sep 9, 2021
    Configuration menu
    Copy the full SHA
    c711d70 View commit details
    Browse the repository at this point in the history
  2. Fix attempt for #6

    c6fc committed Sep 9, 2021
    Configuration menu
    Copy the full SHA
    f5805fb View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2021

  1. Updated dockerfile and backend

    c6fc committed Sep 11, 2021
    Configuration menu
    Copy the full SHA
    f54ac85 View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2021

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

Commits on Sep 14, 2021

  1. Configuration menu
    Copy the full SHA
    322c075 View commit details
    Browse the repository at this point in the history
  2. Added large file upload support

    c6fc committed Sep 14, 2021
    Configuration menu
    Copy the full SHA
    299eae9 View commit details
    Browse the repository at this point in the history

Commits on Sep 15, 2021

  1. Fix order of DNS checks

    c6fc committed Sep 15, 2021
    Configuration menu
    Copy the full SHA
    b3dbc4b View commit details
    Browse the repository at this point in the history
  2. Fix spot_monitor race condition

    c6fc committed Sep 15, 2021
    Configuration menu
    Copy the full SHA
    3945b88 View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2021

  1. Configuration menu
    Copy the full SHA
    73cd336 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #10 from c6fc/api_rewrite

    Api rewrite
    c6fc authored Sep 18, 2021
    Configuration menu
    Copy the full SHA
    61c72d5 View commit details
    Browse the repository at this point in the history
  3. Deprecated old files

    c6fc committed Sep 18, 2021
    Configuration menu
    Copy the full SHA
    a55a713 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #11 from c6fc/dev

    v2.5
    c6fc authored Sep 18, 2021
    Configuration menu
    Copy the full SHA
    5f40f04 View commit details
    Browse the repository at this point in the history

Commits on Sep 22, 2021

  1. Updated quota handling

    c6fc committed Sep 22, 2021
    Configuration menu
    Copy the full SHA
    e117e7a View commit details
    Browse the repository at this point in the history
  2. Merge pull request #13 from c6fc/dev

    Updated quota handling
    c6fc authored Sep 22, 2021
    Configuration menu
    Copy the full SHA
    6b8af61 View commit details
    Browse the repository at this point in the history
  3. Fix quotas.json

    c6fc committed Sep 22, 2021
    Configuration menu
    Copy the full SHA
    b323107 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #14 from c6fc/dev

    Fix quotas.json
    c6fc authored Sep 22, 2021
    Configuration menu
    Copy the full SHA
    e4b79ea View commit details
    Browse the repository at this point in the history

Commits on Oct 12, 2021

  1. deploy sourceable

    c6fc committed Oct 12, 2021
    Configuration menu
    Copy the full SHA
    13f0744 View commit details
    Browse the repository at this point in the history

Commits on Oct 13, 2021

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

Commits on Oct 17, 2021

  1. Mostly functional - benchmarking

    c6fc committed Oct 17, 2021
    Configuration menu
    Copy the full SHA
    87793b2 View commit details
    Browse the repository at this point in the history

Commits on Oct 20, 2021

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

Commits on Oct 25, 2021

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

Commits on Oct 28, 2021

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

Commits on Oct 31, 2021

  1. Configuration menu
    Copy the full SHA
    a07ef20 View commit details
    Browse the repository at this point in the history
  2. Populated package scripts

    c6fc committed Oct 31, 2021
    Configuration menu
    Copy the full SHA
    aa9bd38 View commit details
    Browse the repository at this point in the history
  3. Fix file permissions on cache

    c6fc committed Oct 31, 2021
    Configuration menu
    Copy the full SHA
    ae3fead View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    12e9641 View commit details
    Browse the repository at this point in the history
  5. Added event search

    c6fc committed Oct 31, 2021
    Configuration menu
    Copy the full SHA
    8cd57e3 View commit details
    Browse the repository at this point in the history

Commits on Nov 1, 2021

  1. Update build-docker-image.sh

    Fix '/lib64/ld-linux-x86-64.so.2: No such file or directory' error on ARM-based Apple devices.
    ostrichgolf authored Nov 1, 2021
    Configuration menu
    Copy the full SHA
    17388f2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9472eca View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2021

  1. Configuration menu
    Copy the full SHA
    ffea020 View commit details
    Browse the repository at this point in the history
  2. Fixed selfhost

    c6fc committed Nov 14, 2021
    Configuration menu
    Copy the full SHA
    1a3e8c4 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'dev' into regions

    c6fc authored Nov 14, 2021
    Configuration menu
    Copy the full SHA
    215dd51 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #18 from c6fc/regions

    Regions
    c6fc authored Nov 14, 2021
    Configuration menu
    Copy the full SHA
    b22985e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f1643e1 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    1600651 View commit details
    Browse the repository at this point in the history

Commits on Nov 16, 2021

  1. Selfhost default

    c6fc committed Nov 16, 2021
    Configuration menu
    Copy the full SHA
    3d86600 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #19 from c6fc/dev

    Dev
    c6fc authored Nov 16, 2021
    Configuration menu
    Copy the full SHA
    d12cbbf View commit details
    Browse the repository at this point in the history
  3. Revert "Dev"

    c6fc authored Nov 16, 2021
    Configuration menu
    Copy the full SHA
    46ad019 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #20 from c6fc/revert-19-dev

    Revert "Dev"
    c6fc authored Nov 16, 2021
    Configuration menu
    Copy the full SHA
    150c446 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #21 from c6fc/selfhost

    Selfhost default
    c6fc authored Nov 16, 2021
    Configuration menu
    Copy the full SHA
    e1e7418 View commit details
    Browse the repository at this point in the history
  6. remove upload scripts

    c6fc committed Nov 16, 2021
    Configuration menu
    Copy the full SHA
    80477a0 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    637dc90 View commit details
    Browse the repository at this point in the history

Commits on Nov 22, 2021

  1. Fixed brad; thanks Stigs

    c6fc committed Nov 22, 2021
    Configuration menu
    Copy the full SHA
    0dc8ac0 View commit details
    Browse the repository at this point in the history
  2. Fix deploy command

    c6fc committed Nov 22, 2021
    Configuration menu
    Copy the full SHA
    810c88e View commit details
    Browse the repository at this point in the history
  3. Fix deploy command again

    c6fc committed Nov 22, 2021
    Configuration menu
    Copy the full SHA
    128557a View commit details
    Browse the repository at this point in the history
  4. Fix deploy command again again

    c6fc committed Nov 22, 2021
    Configuration menu
    Copy the full SHA
    d1b7b00 View commit details
    Browse the repository at this point in the history
  5. Auth fix

    c6fc committed Nov 22, 2021
    Configuration menu
    Copy the full SHA
    c814ef5 View commit details
    Browse the repository at this point in the history

Commits on Nov 23, 2021

  1. Fix auth

    c6fc committed Nov 23, 2021
    Configuration menu
    Copy the full SHA
    ee0e904 View commit details
    Browse the repository at this point in the history
  2. Fix create bucket error check

    c6fc committed Nov 23, 2021
    Configuration menu
    Copy the full SHA
    e8b6cde View commit details
    Browse the repository at this point in the history
  3. Fix hostedzone fallback

    c6fc committed Nov 23, 2021
    Configuration menu
    Copy the full SHA
    4b70e12 View commit details
    Browse the repository at this point in the history
  4. Fixes w/Stigs

    c6fc committed Nov 23, 2021
    Configuration menu
    Copy the full SHA
    3faf6a2 View commit details
    Browse the repository at this point in the history

Commits on Nov 29, 2021

  1. Fix campaign management cancel

    c6fc committed Nov 29, 2021
    Configuration menu
    Copy the full SHA
    293c435 View commit details
    Browse the repository at this point in the history

Commits on Dec 1, 2021

  1. fix spot monitor

    c6fc committed Dec 1, 2021
    Configuration menu
    Copy the full SHA
    fd35fd6 View commit details
    Browse the repository at this point in the history
  2. fix spot monitor

    c6fc committed Dec 1, 2021
    Configuration menu
    Copy the full SHA
    1cf3a43 View commit details
    Browse the repository at this point in the history

Commits on Dec 6, 2021

  1. Fix hash count, spot_monitor

    c6fc committed Dec 6, 2021
    Configuration menu
    Copy the full SHA
    9afadd8 View commit details
    Browse the repository at this point in the history

Commits on Dec 7, 2021

  1. Removing deprecated files

    c6fc committed Dec 7, 2021
    Configuration menu
    Copy the full SHA
    94bb0a8 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'dev'

    c6fc committed Dec 7, 2021
    Configuration menu
    Copy the full SHA
    e8d31d1 View commit details
    Browse the repository at this point in the history
  3. Revert "Dev"

    c6fc authored Dec 7, 2021
    Configuration menu
    Copy the full SHA
    594eb58 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #23 from c6fc/revert-22-dev

    Revert "Dev"
    c6fc authored Dec 7, 2021
    Configuration menu
    Copy the full SHA
    2791325 View commit details
    Browse the repository at this point in the history
  5. Merge branch 'main' into dev

    c6fc committed Dec 7, 2021
    Configuration menu
    Copy the full SHA
    07fe7d0 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #24 from c6fc/dev

    Merge branch 'main' into dev
    c6fc authored Dec 7, 2021
    Configuration menu
    Copy the full SHA
    1cd2d5f View commit details
    Browse the repository at this point in the history
  7. remove old dictionaries

    c6fc committed Dec 7, 2021
    Configuration menu
    Copy the full SHA
    bd57dca View commit details
    Browse the repository at this point in the history

Commits on Dec 10, 2021

  1. Use all regions for providers.

    c6fc committed Dec 10, 2021
    Configuration menu
    Copy the full SHA
    9e41cf4 View commit details
    Browse the repository at this point in the history

Commits on Feb 23, 2022

  1. sonnetization

    c6fc committed Feb 23, 2022
    Configuration menu
    Copy the full SHA
    ac1dc02 View commit details
    Browse the repository at this point in the history
  2. SLR fix

    c6fc committed Feb 23, 2022
    Configuration menu
    Copy the full SHA
    38ad600 View commit details
    Browse the repository at this point in the history

Commits on Feb 24, 2022

  1. yargs & inquirer

    c6fc committed Feb 24, 2022
    Configuration menu
    Copy the full SHA
    2602099 View commit details
    Browse the repository at this point in the history

Commits on Feb 26, 2022

  1. Move spot SLR to preamble

    c6fc committed Feb 26, 2022
    Configuration menu
    Copy the full SHA
    1a01802 View commit details
    Browse the repository at this point in the history

Commits on Feb 27, 2022

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

Commits on Feb 28, 2022

  1. Sonnetry bump, move auth

    c6fc committed Feb 28, 2022
    Configuration menu
    Copy the full SHA
    990ef7f View commit details
    Browse the repository at this point in the history
  2. Merge pull request #31 from c6fc/sonnetry

    Merge Sonnetry to Dev
    c6fc authored Feb 28, 2022
    Configuration menu
    Copy the full SHA
    7964b7c View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2022

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

Commits on Mar 4, 2022

  1. Add .gz support to file upload

    c6fc committed Mar 4, 2022
    Configuration menu
    Copy the full SHA
    dc759d8 View commit details
    Browse the repository at this point in the history
  2. Add .gz support to file upload

    c6fc committed Mar 4, 2022
    Configuration menu
    Copy the full SHA
    402758f View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2022

  1. Configuration menu
    Copy the full SHA
    12339d6 View commit details
    Browse the repository at this point in the history
  2. Documentation

    c6fc committed Mar 5, 2022
    Configuration menu
    Copy the full SHA
    faeb559 View commit details
    Browse the repository at this point in the history
  3. Clean-up and testing

    c6fc committed Mar 5, 2022
    Configuration menu
    Copy the full SHA
    c9e761d View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2022

  1. inquirer stdin buffer

    c6fc committed Mar 6, 2022
    Configuration menu
    Copy the full SHA
    942e022 View commit details
    Browse the repository at this point in the history
  2. add update, destroy

    c6fc committed Mar 6, 2022
    Configuration menu
    Copy the full SHA
    d1bcf59 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #32 from c6fc/dev

    Dev
    c6fc authored Mar 6, 2022
    Configuration menu
    Copy the full SHA
    9265d45 View commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2022

  1. Remote settings

    c6fc committed Mar 8, 2022
    Configuration menu
    Copy the full SHA
    13728dc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c765e42 View commit details
    Browse the repository at this point in the history
  3. Fix settings retrieval

    c6fc committed Mar 8, 2022
    Configuration menu
    Copy the full SHA
    0decbad View commit details
    Browse the repository at this point in the history

Commits on Mar 9, 2022

  1. Merge pull request #34 from c6fc/dev

    Dev
    c6fc authored Mar 9, 2022
    Configuration menu
    Copy the full SHA
    1713943 View commit details
    Browse the repository at this point in the history
  2. to_process timeout

    c6fc committed Mar 9, 2022
    Configuration menu
    Copy the full SHA
    f7f8f87 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5f261d1 View commit details
    Browse the repository at this point in the history
  4. unb0rk compression_pipe

    c6fc committed Mar 9, 2022
    Configuration menu
    Copy the full SHA
    b8c258e View commit details
    Browse the repository at this point in the history
  5. Merge pull request #35 from c6fc/dev

    Dev
    c6fc authored Mar 9, 2022
    Configuration menu
    Copy the full SHA
    bc64fc5 View commit details
    Browse the repository at this point in the history

Commits on Mar 16, 2022

  1. Configuration menu
    Copy the full SHA
    68e4743 View commit details
    Browse the repository at this point in the history
  2. un-benchmark

    c6fc committed Mar 16, 2022
    Configuration menu
    Copy the full SHA
    1cf8f63 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #36 from c6fc/dev

    Dev
    c6fc authored Mar 16, 2022
    Configuration menu
    Copy the full SHA
    4958d03 View commit details
    Browse the repository at this point in the history

Commits on Mar 19, 2022

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

Commits on Mar 21, 2022

  1. Wordlist volume calculation

    c6fc committed Mar 21, 2022
    Configuration menu
    Copy the full SHA
    612bcc9 View commit details
    Browse the repository at this point in the history

Commits on Mar 25, 2022

  1. Configuration menu
    Copy the full SHA
    56aeef7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6a76bf8 View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2022

  1. Configuration menu
    Copy the full SHA
    16c5e32 View commit details
    Browse the repository at this point in the history
  2. Userdata

    c6fc committed Mar 27, 2022
    Configuration menu
    Copy the full SHA
    3c6a442 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #41 from c6fc/dev

    Dev
    c6fc authored Mar 27, 2022
    Configuration menu
    Copy the full SHA
    5c1721a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    04cc0b7 View commit details
    Browse the repository at this point in the history
  5. README update

    c6fc committed Mar 27, 2022
    Configuration menu
    Copy the full SHA
    4cd64c9 View commit details
    Browse the repository at this point in the history
  6. README update 3

    c6fc committed Mar 27, 2022
    Configuration menu
    Copy the full SHA
    d36e910 View commit details
    Browse the repository at this point in the history
  7. Merge pull request #42 from c6fc/dev

    Dev
    c6fc authored Mar 27, 2022
    Configuration menu
    Copy the full SHA
    a8e5004 View commit details
    Browse the repository at this point in the history

Commits on Mar 30, 2022

  1. updated readme

    c6fc committed Mar 30, 2022
    Configuration menu
    Copy the full SHA
    76d7935 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #43 from c6fc/dev

    updated readme
    c6fc authored Mar 30, 2022
    Configuration menu
    Copy the full SHA
    0b57097 View commit details
    Browse the repository at this point in the history

Commits on Apr 9, 2022

  1. Configuration menu
    Copy the full SHA
    140377b View commit details
    Browse the repository at this point in the history
  2. Merge pull request #49 from c6fc/dev

    quickfix upload copy/volume size
    c6fc authored Apr 9, 2022
    Configuration menu
    Copy the full SHA
    2fa975a View commit details
    Browse the repository at this point in the history

Commits on Apr 11, 2022

  1. Configuration menu
    Copy the full SHA
    d79d118 View commit details
    Browse the repository at this point in the history
  2. Remove debug string

    c6fc committed Apr 11, 2022
    Configuration menu
    Copy the full SHA
    d523da9 View commit details
    Browse the repository at this point in the history

Commits on Apr 23, 2022

  1. Merge pull request #50 from c6fc/dev

    Dev
    c6fc authored Apr 23, 2022
    Configuration menu
    Copy the full SHA
    1c660b0 View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2022

  1. large file compression handling

    c6fc committed Apr 25, 2022
    Configuration menu
    Copy the full SHA
    3827504 View commit details
    Browse the repository at this point in the history

Commits on May 2, 2022

  1. Configuration menu
    Copy the full SHA
    b03b89b View commit details
    Browse the repository at this point in the history
  2. Remove debug

    c6fc committed May 2, 2022
    Configuration menu
    Copy the full SHA
    0244b62 View commit details
    Browse the repository at this point in the history

Commits on May 7, 2022

  1. Configuration menu
    Copy the full SHA
    e473ba8 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #55 from c6fc/dev

    Dev
    c6fc authored May 7, 2022
    Configuration menu
    Copy the full SHA
    41a14a6 View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2022

  1. Remove SMS. Fix #57, #62, #63

    c6fc committed Jun 26, 2022
    Configuration menu
    Copy the full SHA
    f28ec1e View commit details
    Browse the repository at this point in the history
  2. Fix comma

    c6fc committed Jun 26, 2022
    Configuration menu
    Copy the full SHA
    2772ad7 View commit details
    Browse the repository at this point in the history

Commits on Jul 3, 2022

  1. Add quota view

    c6fc committed Jul 3, 2022
    Configuration menu
    Copy the full SHA
    b681be7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    85fd4ea View commit details
    Browse the repository at this point in the history

Commits on Jul 15, 2022

  1. Merge pull request #66 from c6fc/dev

    Dev
    c6fc authored Jul 15, 2022
    Configuration menu
    Copy the full SHA
    dca90d5 View commit details
    Browse the repository at this point in the history

Commits on Sep 8, 2022

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

Commits on Sep 10, 2022

  1. fix api permissions

    c6fc committed Sep 10, 2022
    Configuration menu
    Copy the full SHA
    858ec40 View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2022

  1. Fix apigateway

    c6fc committed Sep 13, 2022
    Configuration menu
    Copy the full SHA
    f3f3a18 View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2022

  1. fix g5.48xlarge, apigateway

    c6fc committed Sep 25, 2022
    Configuration menu
    Copy the full SHA
    fc170a3 View commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2022

  1. Configuration menu
    Copy the full SHA
    5348c2b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5249939 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    36a920b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9c3465a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    124421b View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    438714e View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    f77e172 View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2022

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

Commits on Oct 6, 2022

  1. Exclude wavelength zones

    c6fc committed Oct 6, 2022
    Configuration menu
    Copy the full SHA
    bc1b9ba View commit details
    Browse the repository at this point in the history

Commits on Oct 9, 2022

  1. Merge pull request #74 from consegna/region_restrict

    Restrict deployment and operation to specific AWS Regions
    c6fc authored Oct 9, 2022
    Configuration menu
    Copy the full SHA
    3132cc3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4d061b7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7e83f44 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1626c92 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #75 from c6fc/consegna

    Consegna region restrictions
    c6fc authored Oct 9, 2022
    Configuration menu
    Copy the full SHA
    50e7e20 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    61041da View commit details
    Browse the repository at this point in the history

Commits on Nov 3, 2022

  1. Add spotfleet SLR

    c6fc committed Nov 3, 2022
    Configuration menu
    Copy the full SHA
    7681e1c View commit details
    Browse the repository at this point in the history

Commits on Dec 6, 2022

  1. Fix event timestamp

    c6fc committed Dec 6, 2022
    Configuration menu
    Copy the full SHA
    bd33205 View commit details
    Browse the repository at this point in the history
  2. remove campaign table putitem

    c6fc committed Dec 6, 2022
    Configuration menu
    Copy the full SHA
    930a765 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c3befa9 View commit details
    Browse the repository at this point in the history

Commits on Dec 9, 2022

  1. Merge pull request #78 from c6fc/dev

    Dev
    c6fc authored Dec 9, 2022
    Configuration menu
    Copy the full SHA
    6b297a5 View commit details
    Browse the repository at this point in the history

Commits on Jan 9, 2023

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

Commits on May 5, 2023

  1. Configuration menu
    Copy the full SHA
    c92ea82 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #84 from c6fc/dev

    Dev
    c6fc authored May 5, 2023
    Configuration menu
    Copy the full SHA
    0b6775b View commit details
    Browse the repository at this point in the history

Commits on Dec 8, 2023

  1. Configuration menu
    Copy the full SHA
    1e48cd5 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #92 from c6fc/dev

    Update Graviton AMI name due to breaking AWS change. Add new Discord.
    c6fc authored Dec 8, 2023
    Configuration menu
    Copy the full SHA
    4012807 View commit details
    Browse the repository at this point in the history

Commits on Jan 10, 2024

  1. Fix Graviton again

    c6fc committed Jan 10, 2024
    Configuration menu
    Copy the full SHA
    9390375 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #95 from c6fc/dev

    Fix Graviton again
    c6fc authored Jan 10, 2024
    Configuration menu
    Copy the full SHA
    55044df View commit details
    Browse the repository at this point in the history

Commits on Jan 11, 2024

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

Commits on Jan 12, 2024

  1. Merge pull request #96 from c6fc/dev

    Fix architecture detection, use parallelcluster AMI
    c6fc authored Jan 12, 2024
    Configuration menu
    Copy the full SHA
    7a29e7f View commit details
    Browse the repository at this point in the history

Commits on Feb 12, 2024

  1. Bumping lambda runtime

    c6fc committed Feb 12, 2024
    Configuration menu
    Copy the full SHA
    c2fb981 View commit details
    Browse the repository at this point in the history

Commits on Feb 21, 2024

  1. Fix NPM packaging

    c6fc committed Feb 21, 2024
    Configuration menu
    Copy the full SHA
    d8178f6 View commit details
    Browse the repository at this point in the history

Commits on Mar 10, 2024

  1. Configuration menu
    Copy the full SHA
    778661b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    af3859c View commit details
    Browse the repository at this point in the history

Commits on Apr 6, 2024

  1. Merge pull request #99 from c6fc/dev

    Dev
    c6fc authored Apr 6, 2024
    Configuration menu
    Copy the full SHA
    fdcc282 View commit details
    Browse the repository at this point in the history