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

Refactor3 #1121

Merged
merged 42 commits into from
Jul 27, 2021
Merged
Show file tree
Hide file tree
Changes from 3 commits
Commits
Show all changes
42 commits
Select commit Hold shift + click to select a range
53f2600
Add Spring boot support
Mar 29, 2021
ecf327c
Merging Code in Springboot
Jul 14, 2021
6c02bb7
Correction of some tests
Jul 14, 2021
27ac2f3
Delete /SecurityUtilsTest.java
Janite Jul 14, 2021
b9eeca4
add enableEtl flag in application.yml
Janite Jul 14, 2021
1aca9c5
fix: renamed the module with correct name in build file
mayankgituni Jul 14, 2021
b0a340b
null pointer issue fix
justinapromore Jul 14, 2021
d1e915c
Minor chnages in integration test
Jul 15, 2021
32c3bbf
Fix pd
Jul 16, 2021
033725c
Minor fix
Jul 16, 2021
ab372b7
Added Keycloak support
Jul 20, 2021
d493697
Added login controller
Jul 20, 2021
8a12001
AP-2529 Refactor CSV Exporter to reduce memory footprint (#1107)
franklma Jul 20, 2021
3cef495
Minor bug fix
Jul 20, 2021
c79edc7
Merge branch 'refactor3' of github.com:apromore/ApromoreCore into ref…
Jul 20, 2021
8173ca0
Minor path change in js
Jul 20, 2021
c81d877
minor chnages to log dir in application
Jul 20, 2021
16410c0
fix: the css and impala error
mayanktomar20 Jul 21, 2021
2e8a2f7
fix: session issues
mayanktomar20 Jul 21, 2021
6d9f6eb
Minor fix in css and security
Jul 22, 2021
d158cca
Merge branch 'refactor3' of github.com:apromore/ApromoreCore into ref…
Jul 22, 2021
cdda924
Appl yaml
Jul 22, 2021
3ba1b6c
Changes in spring security
Jul 22, 2021
162980c
fix: links in UserAdminController and username error message for crea…
Janite Jul 23, 2021
d994fdd
Merge pull request #1113 from apromore/bugfix/AP-4245/Fix-create-user…
nolantellis Jul 23, 2021
7ab6bb5
AP-4284 Save BPMN Model on Process Discoverer is returning error (#1111)
franklma Jul 23, 2021
c7e58ca
Bugfix/AP-4292/select all select none labels switched (#1114)
Janite Jul 23, 2021
81b1cf2
Change properties
Jul 23, 2021
6ccf8a8
Merge branch 'refactor3' of github.com:apromore/ApromoreCore into ref…
Jul 23, 2021
6f4d3f9
Added docker-compose
Jul 23, 2021
bb29354
AP-3702 ordering of bpmn file
justinapromore Jul 23, 2021
c0dd222
fix etl menu item order and add a seperator before etl in menu
Janite Jul 26, 2021
7b4459a
Merge pull request #1117 from apromore/AP-4320/fix-etl-menu-item-order
nolantellis Jul 26, 2021
3199180
Added global handling
Jul 26, 2021
2a7c2bf
Merge branch 'refactor3' of github.com:apromore/ApromoreCore into ref…
Jul 26, 2021
9583d49
AP-4247 Hide buttons in PD according to user's access type to Log
Jul 26, 2021
cbd46f6
Merge dash changes from dev branch
Jul 26, 2021
7a9ddd8
Merge branch 'AP-4247-springboot' into refactor3
Jul 27, 2021
a8b423a
Comment secure flag for http
Jul 27, 2021
b4565a8
Merge branch 'refactor3' of github.com:apromore/ApromoreCore into ref…
Jul 27, 2021
caed31a
Fix minnnor bugs
Jul 27, 2021
dfe1bed
Merge development branch
Jul 27, 2021
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
14 changes: 7 additions & 7 deletions Apromore-Boot/src/main/resources/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ server:
port: 8181

airflow:
hostname: 'http://54.206.190.197:8000'
password: 'apromore2020!'
username: 'admin'
hostname: 'http://localhost:8000'
password: 'Apromore2021!'
username: 'airflow'

apromore:
tenant: 'ap'
Expand Down Expand Up @@ -48,10 +48,10 @@ impala:
etl:
dataStore: '/etl_data'
s3:
directory: 'apromore/etl/portal/users/'
directory: 'apromore/etl/test/users/'
jdbc:
password: 'MAcri'
url: 'jdbc:impala://49.192.153.100:21050/'
url: 'jdbc:impala://localhost:21050/'
username: 'apromore'

import:
Expand Down Expand Up @@ -141,7 +141,7 @@ site:

spring:
datasource:
password: Apromore#!dev
password: MAcri
# url: jdbc:h2:mem:Manager-Repository;DATABASE_TO_UPPER=FALSE;DB_CLOSE_DELAY=-1;DB_CLOSE_ON_EXIT=FALSE
url : jdbc:mysql://localhost:3306/apromore?createDatabaseIfNotExist=true&autoReconnect=true&allowMultiQueries=true&rewriteBatchedStatements=true&characterEncoding=utf-8&serverTimezone=GMT%2B10
username: apromore
Expand All @@ -154,7 +154,7 @@ spring:
liquibase:
change-log: classpath:db/migration/changeLog.yaml
contexts: MYSQL
password: Apromore#!dev
password: 7fHJV41fpJ
user: liquibase_user


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@ spring.jpa.hibernate.naming.implicit-strategy= org.hibernate.boot.model.naming.I
# Liquibase
spring.liquibase.user=root
spring.liquibase.password=MAcri
spring.liquibase.change-log= classpath:db/migration/changelog.yaml
spring.liquibase.change-log= classpath:db/migration/changeLog.yaml
spring.liquibase.contexts= H2
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
/**
* #%L
* This file is part of "Apromore Enterprise Edition".
* %%
* Copyright (C) 2019 - 2021 Apromore Pty Ltd. All Rights Reserved.
* %%
* NOTICE: All information contained herein is, and remains the
* property of Apromore Pty Ltd and its suppliers, if any.
* The intellectual and technical concepts contained herein are
* proprietary to Apromore Pty Ltd and its suppliers and may
* be covered by U.S. and Foreign Patents, patents in process,
* and are protected by trade secret or copyright law.
* Dissemination of this information or reproduction of this
* material is strictly forbidden unless prior written permission
* is obtained from Apromore Pty Ltd.
* #L%
*/
package org.apromore.portal.controller;

import javax.servlet.ServletException;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@ spring.jpa.hibernate.naming.implicit-strategy= org.hibernate.boot.model.naming.I
# Liquibase
spring.liquibase.user=root
spring.liquibase.password=MAcri
spring.liquibase.change-log= classpath:/db/migration/changelog.yaml
spring.liquibase.change-log= classpath:db/migration/changeLog.yaml
spring.liquibase.contexts= H2