Skip to content

Updates for ControlPlane deploy #548

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

Merged
merged 28 commits into from
Oct 26, 2023
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
28 commits
Select commit Hold shift + click to select a range
6a022d9
Fix mistake in copy address
ahangarha Aug 12, 2023
353fe1f
Use supported redis docker image
ahangarha Aug 12, 2023
7190ba1
Update cpl gem to 1.0.4
ahangarha Aug 12, 2023
cecaa9e
Change the organization
ahangarha Aug 12, 2023
980633e
Add instuction for granting docker access the registry
ahangarha Aug 13, 2023
19452cd
Replace deprecated cpl setup with apply-template
ahangarha Aug 13, 2023
e88cf0c
Copy postcss config to docker image
ahangarha Oct 6, 2023
405e376
Copy all files like the old docker file
ahangarha Oct 6, 2023
c827162
Add postgres-stateful
ahangarha Oct 17, 2023
c836fba
Add postgres-stateful as additional workload
ahangarha Oct 17, 2023
29e71ec
Break down postgres-stateful into separate templates
ahangarha Oct 17, 2023
0b3f23b
Fix credentials for database
ahangarha Oct 17, 2023
749e4ce
Restric policy permission to reveal
ahangarha Oct 17, 2023
6f18c03
Updates for CPLN working
justin808 Oct 18, 2023
ee1904d
beta gem
justin808 Oct 18, 2023
ff8ae4f
Use .dockerignore
ahangarha Oct 18, 2023
5fa28bc
Add command for generating locale files
ahangarha Oct 18, 2023
61fcf8f
Update cpln docs
ahangarha Oct 18, 2023
741c743
Add db:reset cron job workload
ahangarha Oct 24, 2023
2efaa0b
Update cpl to 1.1.2
ahangarha Oct 25, 2023
6785887
Rename cron template for typo
ahangarha Oct 25, 2023
215cbc7
Fix format of job schedule value
ahangarha Oct 25, 2023
47c6262
Add env var for letting db:reset in production env
ahangarha Oct 25, 2023
e280eb6
Wrap env variable value in quotation
ahangarha Oct 25, 2023
8663108
Move env variable for db:reset to corn workload
ahangarha Oct 25, 2023
58adbb9
Add cron to addition workloads
ahangarha Oct 25, 2023
f7886ec
Remove the org from the example
justin808 Oct 26, 2023
ea0eba1
Add missing daily task
justin808 Oct 26, 2023
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
beta gem
  • Loading branch information
justin808 committed Oct 18, 2023
commit ee1904d15bf9c653c9a193e8b83fa5f2764ad2a8
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ git_source(:github) { |repo| "https://github.com/#{repo}.git" }

ruby "3.1.2"

gem "cpl"
gem "cpl", "1.1.2.rc.0"

gem "react_on_rails", "13.2.0"
gem "shakapacker", "7.0.3"
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ GEM
term-ansicolor (~> 1.6)
thor (>= 0.20.3, < 2.0)
tins (~> 1.16)
cpl (1.1.1)
cpl (1.1.2.rc.0)
debug (~> 1.7.1)
dotenv (~> 2.8.1)
psych (~> 5.1.0)
Expand Down Expand Up @@ -429,7 +429,7 @@ DEPENDENCIES
capybara-screenshot
coffee-rails
coveralls_reborn (~> 0.25.0)
cpl
cpl (= 1.1.2.rc.0)
database_cleaner
debug (>= 1.0.0)
factory_bot_rails
Expand Down