-
Notifications
You must be signed in to change notification settings - Fork 11
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
EWPP-1165: Add support for update-related parameters in site install command. #153
Open
sergepavle
wants to merge
12
commits into
2.x
Choose a base branch
from
EWPP-1165
base: 2.x
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
22Alexandra
previously approved these changes
Jul 27, 2021
22Alexandra
previously approved these changes
Jul 28, 2021
nagyad
requested changes
Jul 29, 2021
sergepavle
force-pushed
the
EWPP-1165
branch
2 times, most recently
from
July 29, 2021 09:42
82e7057
to
7617adc
Compare
nagyad
previously approved these changes
Jul 30, 2021
22Alexandra
previously approved these changes
Jul 30, 2021
22Alexandra
previously approved these changes
Aug 3, 2021
sergepavle
force-pushed
the
EWPP-1165
branch
from
September 20, 2021 16:10
c596750
to
f6007bd
Compare
brummbar
requested changes
Oct 25, 2021
sergepavle
force-pushed
the
EWPP-1165
branch
4 times, most recently
from
October 26, 2021 11:31
7ac6db6
to
269b4b4
Compare
brummbar
requested changes
Dec 2, 2021
imanoleguskiza
force-pushed
the
EWPP-1165
branch
from
September 26, 2022 07:19
2489638
to
c06c649
Compare
…pdate_status_emails' site-install arguments.
imanoleguskiza
force-pushed
the
EWPP-1165
branch
from
September 26, 2022 09:40
c06c649
to
c7722c7
Compare
…nfig parameter is passed.
imanoleguskiza
suggested changes
Jun 21, 2023
composer.json
Outdated
@@ -34,6 +35,9 @@ | |||
"composer-exit-on-patch-failure": true | |||
}, | |||
"bin": ["bin/run"], | |||
"_readme": [ | |||
"We need to use the 1.x version of grasmash/expander so that null values are treated the same way they were treated until release 2.0.0-alpha2 ." |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This comment needs to be changed/removed
brummbar
requested changes
Aug 9, 2023
@@ -11,7 +11,8 @@ | |||
"consolidation/robo": "^4.0", | |||
"gitonomy/gitlib": "^1.0", | |||
"jakeasmith/http_build_url": "^1.0.1", | |||
"nuvoleweb/robo-config": "^3.0.0" | |||
"nuvoleweb/robo-config": "^3.0.0", | |||
"grasmash/expander": ">=3" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Shoudln't we just ^3?
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.