Skip to content

Commit

Permalink
Merge pull request #67 from LD4P/fix/precompile
Browse files Browse the repository at this point in the history
release v2.0.0
  • Loading branch information
elrayle authored Apr 22, 2022
2 parents 2a52773 + 260383a commit db0bdd6
Show file tree
Hide file tree
Showing 12 changed files with 34 additions and 1,161 deletions.
28 changes: 19 additions & 9 deletions .dockerignore
Original file line number Diff line number Diff line change
@@ -1,14 +1,24 @@
**/.DS_Store
.dockerignore
.env.example
*.env
.git
/deploy-templates
/log/*
/tmp/*
/node_modules
/.bundle
/public/assets
/_*/

/.bundle
/.circleci
/.dockerignore
/.elasticbeanstalk
/.env*
/.git
/.gitignore
/.rspec
/.rubocop*
/.qa_server_app

/coverage/*
/db/*.sqlite3
/log/*.log
/public/assets
/spec/*
/tmp/*
/vendor/*

/docker-compose.yml
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
Release v2.0.0 (2022-04-22)

* adjust styling for check status selection and padding in tables
* use .dockerignore to not include files that aren't required for the image to run
* remove deploy templates (moved to LD4P/qa_server_aws_deploy)
* log release version in deploy log for debugging

Release v1.0.2 (2022-04-15)

* add ability to manually build and push images to ECR
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v1.0.2
v2.0.0
8 changes: 3 additions & 5 deletions app/assets/stylesheets/qa_server_container.css
Original file line number Diff line number Diff line change
Expand Up @@ -184,10 +184,6 @@ table{
border-spacing:0
}

td,th{
padding:0
}

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */@media print{
*,*:before,*:after{
background:transparent !important;
Expand Down Expand Up @@ -9632,4 +9628,6 @@ h2{

}


select#authority {
width: auto;
}
6 changes: 4 additions & 2 deletions bin/docker-entrypoint.sh
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
#!/usr/bin/env bash
# ! /bin/sh

echo '~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~'
echo '----------------------- RUNNING ENTRY POINT -----------------------'
echo '====================================================================='
echo ' RUNNING ENTRY POINT'
echo '---------------------------------------------------------------------'
echo "From qa_server_container image: $(< ./VERSION)"
echo '====================================================================='

set -e
Expand Down
39 changes: 0 additions & 39 deletions deploy-templates/README.md

This file was deleted.

Loading

0 comments on commit db0bdd6

Please sign in to comment.