-
Notifications
You must be signed in to change notification settings - Fork 73
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
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
Member
jandusek4
commented
Jan 9, 2025
- 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
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>
- 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>
fketelaars
approved these changes
Jan 9, 2025
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.