Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: Backbase/bb-fuel
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: bb-fuel-2.7.16
Choose a base ref
...
head repository: Backbase/bb-fuel
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 13 commits
  • 5 files changed
  • 7 contributors

Commits on Nov 6, 2024

  1. Copy the full SHA
    0274a6e View commit details

Commits on Nov 18, 2024

  1. Copy the full SHA
    8347c0a View commit details

Commits on Nov 19, 2024

  1. Merge pull request #304 from Backbase/feature/CONT-3378-fx-dashboard-bf

    feat(CONT-3378): Manage FX Dashboard BF
    pawelslowik authored Nov 19, 2024
    Copy the full SHA
    eab2671 View commit details
  2. Copy the full SHA
    d61785a View commit details
  3. Copy the full SHA
    8e9f9e1 View commit details

Commits on Dec 11, 2024

  1. CONT-3469: adding one more file for account statements (#305)

    * CONT-3469: adding one more file for account statements
    
    * CONT-3469: review foxes
    
    * CONT-3469: review foxes
    aleksanderoBB authored Dec 11, 2024
    Copy the full SHA
    541c6f2 View commit details
  2. Copy the full SHA
    7ae3e95 View commit details
  3. Copy the full SHA
    c4e2eab View commit details

Commits on Dec 12, 2024

  1. Copy the full SHA
    cd89a91 View commit details
  2. Copy the full SHA
    509bfd7 View commit details

Commits on Jan 20, 2025

  1. Merge pull request #306 from Backbase/DLTI-4595-update-business-funct…

    …ion-for-credit-cards
    
    Dlti 4595 update business function for credit cards
    maria-pgn authored Jan 20, 2025
    Copy the full SHA
    479b7b0 View commit details
  2. Copy the full SHA
    5533990 View commit details
  3. Copy the full SHA
    2678311 View commit details
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
@@ -9,13 +9,13 @@

<groupId>com.backbase.ct</groupId>
<artifactId>bb-fuel</artifactId>
<version>2.7.16</version>
<version>2.7.20-SNAPSHOT</version>
<name>Backbase :: Capability Testing :: bb-fuel</name>

<scm>
<connection>scm:git:${project.scm.url}</connection>
<developerConnection>scm:git:${project.scm.url}</developerConnection>
<tag>bb-fuel-2.7.16</tag>
<tag>HEAD</tag>
<url>git@github.com:Backbase/bb-fuel.git</url>
</scm>

Original file line number Diff line number Diff line change
@@ -5,7 +5,8 @@ public enum ValidEstatementDocuments {
MSWORD(new EstatetmentDocument("uid_001", DocumentType.MSWORD)),
JPEG(new EstatetmentDocument("uid_002", DocumentType.JPEG)),
PDF(new EstatetmentDocument("uid_003", DocumentType.PDF)),
TEXT(new EstatetmentDocument("uid_004", DocumentType.TEXT));
TEXT(new EstatetmentDocument("uid_004", DocumentType.TEXT)),
PDF2(new EstatetmentDocument("YmFja2Jhc2U=", DocumentType.PDF));

private final EstatetmentDocument eStatetmentDocument;

21 changes: 21 additions & 0 deletions src/main/resources/data/job-profiles.json
Original file line number Diff line number Diff line change
@@ -403,6 +403,13 @@
"cancel"
]
},
{
"businessFunction": "Manage FX Dashboard",
"privileges": [
"view",
"edit"
]
},
{
"businessFunction": "Manage Limits",
"privileges": [
@@ -758,6 +765,13 @@
"cancel"
]
},
{
"businessFunction": "Manage FX Dashboard",
"privileges": [
"view",
"edit"
]
},
{
"businessFunction": "Manage Action Recipes",
"privileges": [
@@ -1189,6 +1203,13 @@
"cancel"
]
},
{
"businessFunction": "Manage FX Dashboard",
"privileges": [
"view",
"edit"
]
},
{
"businessFunction": "ACH Credit Transfer",
"privileges": [
14 changes: 14 additions & 0 deletions src/main/resources/data/retail/job-profiles.json
Original file line number Diff line number Diff line change
@@ -203,6 +203,13 @@
"view",
"edit"
]
},
{
"businessFunction": "Manage Credit Card Agreement Limit",
"privileges": [
"view",
"edit"
]
}
]
},
@@ -525,6 +532,13 @@
"view",
"edit"
]
},
{
"businessFunction": "Manage Credit Card Agreement Limit",
"privileges": [
"view",
"edit"
]
}
]
}
21 changes: 21 additions & 0 deletions src/test/resources/data/job-profiles.json
Original file line number Diff line number Diff line change
@@ -403,6 +403,13 @@
"cancel"
]
},
{
"businessFunction": "Manage FX Dashboard",
"privileges": [
"view",
"edit"
]
},
{
"businessFunction": "Manage Limits",
"privileges": [
@@ -758,6 +765,13 @@
"cancel"
]
},
{
"businessFunction": "Manage FX Dashboard",
"privileges": [
"view",
"edit"
]
},
{
"businessFunction": "Manage Action Recipes",
"privileges": [
@@ -1189,6 +1203,13 @@
"cancel"
]
},
{
"businessFunction": "Manage FX Dashboard",
"privileges": [
"view",
"edit"
]
},
{
"businessFunction": "ACH Credit Transfer",
"privileges": [