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

CP4BA 24.0.1, IPM 2.0.0, RPA 23.0.19 #877

Merged
merged 46 commits into from
Jan 9, 2025
Merged

CP4BA 24.0.1, IPM 2.0.0, RPA 23.0.19 #877

merged 46 commits into from
Jan 9, 2025

Conversation

jandusek4
Copy link
Member

  • Database scripts normalization
  • elimination of JDK dependency
  • CP4BA upgraded to 24.0.1
  • Process Mining upgraded to 2.0.0
  • RPA upgraded to 23.0.19 and re-enabled
  • Sample external database for BAW was added
  • FileNet Simple Search results highlighting enabled on BAWTOS, OS1, DEVOS1
  • Added required FileNet assets to enable BAW Subscription for added documents in BAWTOS
  • Fixed Case History for TimeLine visualizer
  • Added stub for BAW AI integrations
  • WFI fixed
  • Kudos to @P-147

P-147 and others added 30 commits November 13, 2024 00:36
proj2 database is already created in previous ansible task `ADP proj DBs`

Signed-off-by: Pierre DANIEL <43950165+P-147@users.noreply.github.com>
Replace `CREATE ROLE` syntax with its equivalent USER syntax with clearer intent.

Signed-off-by: Pierre DANIEL <43950165+P-147@users.noreply.github.com>
Remove some unnecessary commands like `GRANT ...` for database/tablespace OWNERs, as they already have those permissions.

Signed-off-by: Pierre DANIEL <43950165+P-147@users.noreply.github.com>
Some `CREATE TABLESPACE` commands are declared after and/or forgotten in the `CREATE DATABASE` command.

Databases that didn't already declare a tablespace will continue to use the default tablespace `pg_default`

Signed-off-by: Pierre DANIEL <43950165+P-147@users.noreply.github.com>
Fix other `CREATE DATABASE` commands using the `pg_default` tablespace

Signed-off-by: Pierre DANIEL <43950165+P-147@users.noreply.github.com>
Remove the `AUTHORIZATION` as the schema is already owned by the basdb `USER` creating it.

Signed-off-by: Pierre DANIEL <43950165+P-147@users.noreply.github.com>
Remove `CONNECT` priviledges for all `PUBLIC` accounts on databases.
This prevents any `USER`s outside the db ower and database superuser to use the db.

Signed-off-by: Pierre DANIEL <43950165+P-147@users.noreply.github.com>
Signed-off-by: Jan Dušek <JDusek@cz.ibm.com>
Signed-off-by: Jan Dušek <JDusek@cz.ibm.com>
Signed-off-by: Jan Dušek <JDusek@cz.ibm.com>
Signed-off-by: Jan Dušek <JDusek@cz.ibm.com>
Signed-off-by: Jan Dušek <JDusek@cz.ibm.com>
Signed-off-by: Jan Dušek <JDusek@cz.ibm.com>
Signed-off-by: Jan Dušek <JDusek@cz.ibm.com>
Signed-off-by: Jan Dušek <JDusek@cz.ibm.com>
Signed-off-by: Jan Dušek <JDusek@cz.ibm.com>
- Remove "_tbs" suffix from ansible tasklist `remove-postgresql-tablespace.yml` for better variable meaning `common_postgresql_tablespace_name` (and not database name)
- Add  "_tbs" suffix back to the "with_items" list used by the removal role to index tablespaces
- To normalize tablespaces naming on filesystem and folder removal, "_tbs" suffix is also added in tablespace folder location

Signed-off-by: Pierre DANIEL <43950165+P-147@users.noreply.github.com>
Fix naming in ansible task responsible for tablespace folder creation.

Signed-off-by: Pierre DANIEL <43950165+P-147@users.noreply.github.com>
[CP4BA] Cleaning PostgreSQL scripts
Signed-off-by: Jan Dušek <JDusek@cz.ibm.com>
Signed-off-by: Jan Dušek <JDusek@cz.ibm.com>
Signed-off-by: Jan Dušek <JDusek@cz.ibm.com>
Signed-off-by: Jan Dušek <JDusek@cz.ibm.com>
Signed-off-by: Jan Dušek <JDusek@cz.ibm.com>
Signed-off-by: Jan Dušek <JDusek@cz.ibm.com>
Signed-off-by: Jan Dušek <JDusek@cz.ibm.com>
Signed-off-by: Jan Dušek <JDusek@cz.ibm.com>
Signed-off-by: Jan Dušek <JDusek@cz.ibm.com>
Signed-off-by: Jan Dušek <JDusek@cz.ibm.com>
Signed-off-by: Jan Dušek <JDusek@cz.ibm.com>
Signed-off-by: Jan Dušek <JDusek@cz.ibm.com>
Signed-off-by: Jan Dušek <JDusek@cz.ibm.com>
Signed-off-by: Jan Dušek <JDusek@cz.ibm.com>
Signed-off-by: Jan Dušek <JDusek@cz.ibm.com>
Signed-off-by: Jan Dušek <JDusek@cz.ibm.com>
Signed-off-by: Jan Dušek <JDusek@cz.ibm.com>
Signed-off-by: Jan Dušek <JDusek@cz.ibm.com>
Signed-off-by: Jan Dušek <JDusek@cz.ibm.com>
Signed-off-by: Jan Dušek <JDusek@cz.ibm.com>
Signed-off-by: Jan Dušek <JDusek@cz.ibm.com>
Signed-off-by: Jan Dušek <JDusek@cz.ibm.com>
Signed-off-by: Jan Dušek <JDusek@cz.ibm.com>
Signed-off-by: Jan Dušek <JDusek@cz.ibm.com>
Signed-off-by: Jan Dušek <JDusek@cz.ibm.com>
Signed-off-by: Jan Dušek <JDusek@cz.ibm.com>
Signed-off-by: Jan Dušek <JDusek@cz.ibm.com>
@fketelaars fketelaars merged commit f930a26 into main Jan 9, 2025
3 checks passed
@fketelaars fketelaars deleted the cp4ba20241128 branch January 9, 2025 16:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants