-
Notifications
You must be signed in to change notification settings - Fork 7
Future/v4.0 #4509
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
Open
brianbrix
wants to merge
31
commits into
develop
Choose a base branch
from
future/v4.0
base: develop
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.
Open
Future/v4.0 #4509
Changes from all commits
Commits
Show all changes
31 commits
Select commit
Hold shift + click to select a range
30c6a72
Add funding columns to this old GGW codebase
brianbrix 5d998ec
Add workflow to old codebase
brianbrix 6dbd505
Add workflow to old codebase
brianbrix 01722e9
Add workflow to old codebase
brianbrix d487737
Resolve failing deployment
brianbrix f6b5be9
Add funding columns to the old GGW codebase DonorFundingJob
brianbrix d27116f
Add Missing global settings
brianbrix efc1653
Add Missing global settings
brianbrix d3f6db2
Failing xml patches
brianbrix 8ac723a
Failing xml patches
brianbrix 6e8d5ec
Failing xml patches
brianbrix 8489239
Failing xml patches
brianbrix 4737503
Failing xml patches
brianbrix 2d506e6
Revert donor job columns
brianbrix eaf47c3
Revert donor job columns
brianbrix 7824ac6
Resolve map popup issue
brianbrix 9517e7f
Merge remote-tracking branch 'origin/future/v4.0' into future/GGW
brianbrix ccda24b
Resolve map popup issue
brianbrix d4c708f
Report engine failing
brianbrix 0ed93d1
Report engine failing
brianbrix fd2781c
Internal error when saving activity
brianbrix d7e3293
Internal error when saving activity
brianbrix 20a1394
Internal error when saving activity
brianbrix 04fbc87
Project list folded on load
brianbrix 2011c00
AMP-31125: Issue viewing/editing some activities from tab
brianbrix aaf11ce
AMP-31125: Issue viewing/editing some activities from tab
brianbrix 3c6957d
AMP-31125: Issue some activities missing from GIS
brianbrix 045d5f0
AMP-31125: Issue some activities missing from GIS
brianbrix 37c81be
Merge pull request #4475 from devgateway/fix/GGW/GGW-issues
jdeanquin-dg 4ae5b6a
Merge branch 'develop' into future/v4.0
brianbrix 8e840a6
Merge pull request #4510 from devgateway/future/v4.0-merge-conflicts-fix
jdeanquin-dg File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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
This file contains hidden or 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
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
19 changes: 19 additions & 0 deletions
19
amp/src/main/resources/xmlpatches/4.0/GGW-Prod-change-report-generator-path.xml
This file contains hidden or 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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,19 @@ | ||
| <?xml version="1.0" encoding="UTF-8"?> | ||
| <tns:patch closeOnSuccess="true" retryOnFail="true" | ||
| xmlns:tns="http://docs.ampdev.net/schemas/xmlpatcher" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" | ||
| xsi:schemaLocation="http://docs.ampdev.net/schemas/xmlpatcher ../../schemas/xmlpatcher.xsd "> | ||
| <jira>AMP</jira> | ||
| <keyword>Change url to old report generator</keyword> | ||
| <author>bmokandu</author> | ||
| <description>Change menu entry for report generator.</description> | ||
| <apply> | ||
| <script> | ||
| <lang delimiter=";" type="postgres"> | ||
| UPDATE amp_menu_entry SET url = '/TEMPLATE/reampv2/packages/container/build/index.html#/reampv2-app/report_generator?profile=R' WHERE url LIKE '%report_generator?profile=R%'; | ||
| UPDATE amp_menu_entry SET url = '/TEMPLATE/reampv2/packages/container/build/index.html#/reampv2-app/report_generator?profile=T' WHERE url LIKE '%report_generator?profile=T%'; | ||
| </lang> | ||
| </script> | ||
| </apply> | ||
| </tns:patch> | ||
|
|
||
|
|
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.