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

Delete old deploy scripts #978

Merged
merged 16 commits into from
Feb 5, 2021
Merged

Delete old deploy scripts #978

merged 16 commits into from
Feb 5, 2021

Conversation

jmgrady
Copy link
Collaborator

@jmgrady jmgrady commented Feb 3, 2021

Remove the old deployment scripts in ./deploy and move the docker installation that is in ./docker_depoy to the ./deploy directory. Also removes the old documentation in the ./docs directory.

Closes #953


This change is Reviewable

@jmgrady jmgrady added documentation Improvements or additions to documentation deployment docker maintenance Issue that makes it difficult to maintain the software or to upgrade installations post-release. labels Feb 3, 2021
@jmgrady jmgrady self-assigned this Feb 3, 2021
@codecov-io
Copy link

codecov-io commented Feb 4, 2021

Codecov Report

Merging #978 (b457229) into master (eed4d76) will increase coverage by 0.01%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #978      +/-   ##
==========================================
+ Coverage   49.77%   49.79%   +0.01%     
==========================================
  Files         236      236              
  Lines        6487     6487              
  Branches      394      394              
==========================================
+ Hits         3229     3230       +1     
  Misses       2966     2966              
+ Partials      292      291       -1     
Flag Coverage Δ
backend 55.59% <ø> (ø)
frontend 43.51% <ø> (+0.03%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
src/types/runtimeConfig.tsx 61.11% <ø> (ø)
.../MergeDupGoal/MergeDupStep/MergeDupStepReducer.tsx 51.94% <0.00%> (+1.29%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update eed4d76...b457229. Read the comment docs.

@jmgrady jmgrady marked this pull request as ready for review February 4, 2021 17:20
Copy link
Collaborator

@imnasnainaec imnasnainaec left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Reviewed 161 of 162 files at r1.
Reviewable status: 161 of 162 files reviewed, 1 unresolved discussion (waiting on @jmgrady)


.gitmodules, line 3 at r2 (raw file):

[submodule "deploy/roles_common"]
	path = deploy/roles_common
	url = ../ops-ansible-common-roles.git

Shouldn't we delete this file instead of having it empty?

Copy link
Collaborator

@imnasnainaec imnasnainaec left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We can also delete public/.htaccess, no?

Reviewable status: 161 of 162 files reviewed, 1 unresolved discussion (waiting on @jmgrady)

No longer needed with NGINX reverse proxy server
Copy link
Collaborator Author

@jmgrady jmgrady left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We can also delete public/.htaccess, no?
Done.

Reviewable status: 161 of 163 files reviewed, all discussions resolved (waiting on @jmgrady)


.gitmodules, line 3 at r2 (raw file):

Previously, imnasnainaec (D. Ror.) wrote…

Shouldn't we delete this file instead of having it empty?

Done

Copy link
Collaborator

@imnasnainaec imnasnainaec left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Reviewed 2 of 4 files at r3.
Reviewable status: 163 of 165 files reviewed, all discussions resolved (waiting on @jmgrady)

Copy link
Collaborator

@imnasnainaec imnasnainaec left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Reviewed 2 of 4 files at r3.
Reviewable status: :shipit: complete! all files reviewed, all discussions resolved

Copy link
Collaborator

@imnasnainaec imnasnainaec left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Reviewed 1 of 1 files at r4.
Reviewable status: :shipit: complete! all files reviewed, all discussions resolved

@jmgrady jmgrady merged commit 2c0a14f into master Feb 5, 2021
@jmgrady jmgrady deleted the delete_old_deploy_scripts branch February 5, 2021 01:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
deployment docker documentation Improvements or additions to documentation maintenance Issue that makes it difficult to maintain the software or to upgrade installations post-release.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Remove deploy/ subproject after migration to Docker
3 participants