-
Notifications
You must be signed in to change notification settings - Fork 15
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
EPMRPP-73239 || Stale materialized view table added #216
Merged
miracle8484
merged 2 commits into
develop
from
EPMRPP-73239-stale-materialized-view-table
Jan 20, 2022
Merged
EPMRPP-73239 || Stale materialized view table added #216
miracle8484
merged 2 commits into
develop
from
EPMRPP-73239-stale-materialized-view-table
Jan 20, 2022
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
miracle8484
reviewed
Jan 19, 2022
CREATE TABLE stale_materialized_view | ||
( | ||
id BIGSERIAL PRIMARY KEY, | ||
name TEXT UNIQUE NOT NULL, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Do we really need TEXT for name field?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
changed to VARCHAR(128)
miracle8484
approved these changes
Jan 20, 2022
pbortnik
added a commit
that referenced
this pull request
Apr 12, 2022
* Improve retry and statistic calculation performance * Update statistic calculation triggers * Fix deadlock * Cluster entity provided. Log table updated with reference * Formatting fix * Cascade removing fix * References removed * Not null constraint provided * Project id reference provided * Search attribute added * Added onboarding * Clusters table structure fix * EPMRPP-68409 || cluster item impl (#206) EPMRPP-68409 M2M cluster_test_item table added * EPMRPP-68775 || Auto unique error attributes provided (#209) * EPMRPP-68656/EPMRPP-68659 || Fix onboarding problems order and naming (#211) * Update 55_onboarding_fix.up.sql * EPMRPP-65502 || Scripts renamed * EPMRPP-68947 || Add alter ticket script (#213) * EPMRPP-68947 || Fix version number * EPMRPP-68649 || 54 unique errors attributes down scripts fix (#212) * EPMRPP-73239 || Stale materialized view table added (#216) * Added SSLMODE variable * Docker-compose updataed * Docker-compose updataed * Changed to POSTGRES_SSLMODE Co-authored-by: Maksim Antonov <[email protected]> Co-authored-by: Ivan_Budayeu <Skileton2018> Co-authored-by: miracle8484 <[email protected]> Co-authored-by: Ivan <[email protected]> Co-authored-by: cyberglamdring <[email protected]>
pbortnik
added a commit
that referenced
this pull request
Apr 12, 2022
* Added Force SSL parameter (#218) Co-authored-by: cyberglamdring <[email protected]> * 5.7.0 || Merge 5.7 to master (#221) * Improve retry and statistic calculation performance * Update statistic calculation triggers * Fix deadlock * Cluster entity provided. Log table updated with reference * Formatting fix * Cascade removing fix * References removed * Not null constraint provided * Project id reference provided * Search attribute added * Added onboarding * Clusters table structure fix * EPMRPP-68409 || cluster item impl (#206) EPMRPP-68409 M2M cluster_test_item table added * EPMRPP-68775 || Auto unique error attributes provided (#209) * EPMRPP-68656/EPMRPP-68659 || Fix onboarding problems order and naming (#211) * Update 55_onboarding_fix.up.sql * EPMRPP-65502 || Scripts renamed * EPMRPP-68947 || Add alter ticket script (#213) * EPMRPP-68947 || Fix version number * EPMRPP-68649 || 54 unique errors attributes down scripts fix (#212) * EPMRPP-73239 || Stale materialized view table added (#216) * Added SSLMODE variable * Docker-compose updataed * Docker-compose updataed * Changed to POSTGRES_SSLMODE Co-authored-by: Maksim Antonov <[email protected]> Co-authored-by: Ivan_Budayeu <Skileton2018> Co-authored-by: miracle8484 <[email protected]> Co-authored-by: Ivan <[email protected]> Co-authored-by: cyberglamdring <[email protected]> Co-authored-by: cyberglamdring <[email protected]> Co-authored-by: Maksim Antonov <[email protected]> Co-authored-by: miracle8484 <[email protected]> Co-authored-by: Ivan <[email protected]>
pbortnik
added a commit
that referenced
this pull request
Dec 15, 2023
* Improve retry and statistic calculation performance * Update statistic calculation triggers * Fix deadlock * Cluster entity provided. Log table updated with reference * Formatting fix * Cascade removing fix * References removed * Not null constraint provided * Project id reference provided * Search attribute added * Added onboarding * Clusters table structure fix * EPMRPP-68409 || cluster item impl (#206) EPMRPP-68409 M2M cluster_test_item table added * EPMRPP-68775 || Auto unique error attributes provided (#209) * EPMRPP-68656/EPMRPP-68659 || Fix onboarding problems order and naming (#211) * Update 55_onboarding_fix.up.sql * EPMRPP-65502 || Scripts renamed * EPMRPP-68947 || Add alter ticket script (#213) * EPMRPP-68947 || Fix version number * EPMRPP-68649 || 54 unique errors attributes down scripts fix (#212) * EPMRPP-73239 || Stale materialized view table added (#216) * Added SSLMODE variable * Docker-compose updataed * Docker-compose updataed * Changed to POSTGRES_SSLMODE * EPMRPP-75872 || user_creation_bid fields extension * 5.7.0 || Merge master to develop (#222) * Added Force SSL parameter (#218) Co-authored-by: cyberglamdring <[email protected]> * 5.7.0 || Merge 5.7 to master (#221) * Improve retry and statistic calculation performance * Update statistic calculation triggers * Fix deadlock * Cluster entity provided. Log table updated with reference * Formatting fix * Cascade removing fix * References removed * Not null constraint provided * Project id reference provided * Search attribute added * Added onboarding * Clusters table structure fix * EPMRPP-68409 || cluster item impl (#206) EPMRPP-68409 M2M cluster_test_item table added * EPMRPP-68775 || Auto unique error attributes provided (#209) * EPMRPP-68656/EPMRPP-68659 || Fix onboarding problems order and naming (#211) * Update 55_onboarding_fix.up.sql * EPMRPP-65502 || Scripts renamed * EPMRPP-68947 || Add alter ticket script (#213) * EPMRPP-68947 || Fix version number * EPMRPP-68649 || 54 unique errors attributes down scripts fix (#212) * EPMRPP-73239 || Stale materialized view table added (#216) * Added SSLMODE variable * Docker-compose updataed * Docker-compose updataed * Changed to POSTGRES_SSLMODE Co-authored-by: Maksim Antonov <[email protected]> Co-authored-by: Ivan_Budayeu <Skileton2018> Co-authored-by: miracle8484 <[email protected]> Co-authored-by: Ivan <[email protected]> Co-authored-by: cyberglamdring <[email protected]> Co-authored-by: cyberglamdring <[email protected]> Co-authored-by: Maksim Antonov <[email protected]> Co-authored-by: miracle8484 <[email protected]> Co-authored-by: Ivan <[email protected]> * EPMRPP-72301 || Add Organization table to DB * EPMRPP-72301 || Typo fixed * EPMRPP-77644 || add rule_name field to sender_case + migration * EPMRPP-77644 || changed type from text to varchar * EPMRPP-77644 || updated length of rule_name field & marked as not null * Newjenkins (#226) * Update Jenkinsfile * Update Jenkinsfile * Update Jenkinsfile * Update Jenkinsfile * Update Jenkinsfile * Update Jenkinsfile * RC pipeline updated * tagging updated * spaces * EPMRPP-78986 || Updated issue type hex colors * EPMRPP-78986 || Added down script * EPMRPP-78986 || Updated wrong field in WHERE clause * EPMRPP-79337 || Updated colors for sub issue types (#235) EPMRPP-79337 || Updated colors for sub issue types * Fix missed Postgres custom port (#215) Fixes #210 * EPMRPP-84251 || Bump Script version * EPMRPP-84251 || Bump Script version * EPMRPP-84316-update-activity-table added migration script * EPMRPP-84316-update-activity-table added cascade by project * EPMRPP-84114 || Add last used field for api_key (#251) * EPMRPP-84316-update-activity-table added minor changes * Revert "EPMRPP-84316 || Update activity table" * EPMRPP-78914 || Redesign integrations. Link updates (#272) * EPMRPP-78914 || Redesign integrations. Link updates * added github action rc build images * changed exit-code * EPMRPP-85814 || Remove redundant index on test item table (#273) * Merge setting branch * Fix typo * Delete duplicate * EPMRPP-84226 || Remove access token logic from the code * Merge master to develop * EPMRPP-86891 fixed broken links in Help&Support modal (#277) * Add GitHub action for building dev image * Delete .github/workflows/rc.yaml * Refactor build image workflows (#281) * EPMRPP-85814 || Fix down script * EPMRPP-87666 || Drop gin index on trgm log message (#284) (#286) --------- Co-authored-by: Maksim Antonov <[email protected]> Co-authored-by: Ivan_Budayeu <Skileton2018> Co-authored-by: miracle8484 <[email protected]> Co-authored-by: Ivan <[email protected]> Co-authored-by: cyberglamdring <[email protected]> Co-authored-by: Chingiskhan <[email protected]> Co-authored-by: Ivan_Kustau <[email protected]> Co-authored-by: Ivan Kustau <[email protected]> Co-authored-by: Nikita Shchipachev <[email protected]> Co-authored-by: Andrei Piankouski <[email protected]> Co-authored-by: APiankouski <[email protected]> Co-authored-by: rkukharenka <[email protected]> Co-authored-by: Ryhor <[email protected]> Co-authored-by: hlebkanonik <[email protected]> Co-authored-by: Siarhei Hrabko <[email protected]> Co-authored-by: raikbitters <[email protected]> Co-authored-by: Reingold Shekhtel <[email protected]>
pbortnik
added a commit
that referenced
this pull request
Mar 13, 2024
* Improve retry and statistic calculation performance * Update statistic calculation triggers * Fix deadlock * Cluster entity provided. Log table updated with reference * Formatting fix * Cascade removing fix * References removed * Not null constraint provided * Project id reference provided * Search attribute added * Added onboarding * Clusters table structure fix * EPMRPP-68409 || cluster item impl (#206) EPMRPP-68409 M2M cluster_test_item table added * EPMRPP-68775 || Auto unique error attributes provided (#209) * EPMRPP-68656/EPMRPP-68659 || Fix onboarding problems order and naming (#211) * Update 55_onboarding_fix.up.sql * EPMRPP-65502 || Scripts renamed * EPMRPP-68947 || Add alter ticket script (#213) * EPMRPP-68947 || Fix version number * EPMRPP-68649 || 54 unique errors attributes down scripts fix (#212) * EPMRPP-73239 || Stale materialized view table added (#216) * Added SSLMODE variable * Docker-compose updataed * Docker-compose updataed * Changed to POSTGRES_SSLMODE * EPMRPP-75872 || user_creation_bid fields extension * 5.7.0 || Merge master to develop (#222) * Added Force SSL parameter (#218) Co-authored-by: cyberglamdring <[email protected]> * 5.7.0 || Merge 5.7 to master (#221) * Improve retry and statistic calculation performance * Update statistic calculation triggers * Fix deadlock * Cluster entity provided. Log table updated with reference * Formatting fix * Cascade removing fix * References removed * Not null constraint provided * Project id reference provided * Search attribute added * Added onboarding * Clusters table structure fix * EPMRPP-68409 || cluster item impl (#206) EPMRPP-68409 M2M cluster_test_item table added * EPMRPP-68775 || Auto unique error attributes provided (#209) * EPMRPP-68656/EPMRPP-68659 || Fix onboarding problems order and naming (#211) * Update 55_onboarding_fix.up.sql * EPMRPP-65502 || Scripts renamed * EPMRPP-68947 || Add alter ticket script (#213) * EPMRPP-68947 || Fix version number * EPMRPP-68649 || 54 unique errors attributes down scripts fix (#212) * EPMRPP-73239 || Stale materialized view table added (#216) * Added SSLMODE variable * Docker-compose updataed * Docker-compose updataed * Changed to POSTGRES_SSLMODE Co-authored-by: Maksim Antonov <[email protected]> Co-authored-by: Ivan_Budayeu <Skileton2018> Co-authored-by: miracle8484 <[email protected]> Co-authored-by: Ivan <[email protected]> Co-authored-by: cyberglamdring <[email protected]> Co-authored-by: cyberglamdring <[email protected]> Co-authored-by: Maksim Antonov <[email protected]> Co-authored-by: miracle8484 <[email protected]> Co-authored-by: Ivan <[email protected]> * EPMRPP-72301 || Add Organization table to DB * EPMRPP-72301 || Typo fixed * EPMRPP-77644 || add rule_name field to sender_case + migration * EPMRPP-77644 || changed type from text to varchar * EPMRPP-77644 || updated length of rule_name field & marked as not null * Newjenkins (#226) * Update Jenkinsfile * Update Jenkinsfile * Update Jenkinsfile * Update Jenkinsfile * Update Jenkinsfile * Update Jenkinsfile * RC pipeline updated * tagging updated * spaces * EPMRPP-78986 || Updated issue type hex colors * EPMRPP-78986 || Added down script * EPMRPP-78986 || Updated wrong field in WHERE clause * EPMRPP-79337 || Updated colors for sub issue types (#235) EPMRPP-79337 || Updated colors for sub issue types * Fix missed Postgres custom port (#215) Fixes #210 * EPMRPP-84251 || Bump Script version * EPMRPP-84251 || Bump Script version * EPMRPP-84316-update-activity-table added migration script * EPMRPP-84316-update-activity-table added cascade by project * EPMRPP-84114 || Add last used field for api_key (#251) * EPMRPP-84316-update-activity-table added minor changes * Revert "EPMRPP-84316 || Update activity table" * EPMRPP-78914 || Redesign integrations. Link updates (#272) * EPMRPP-78914 || Redesign integrations. Link updates * added github action rc build images * changed exit-code * EPMRPP-85814 || Remove redundant index on test item table (#273) * Merge setting branch * Fix typo * Delete duplicate * EPMRPP-84226 || Remove access token logic from the code * Merge master to develop * EPMRPP-86891 fixed broken links in Help&Support modal (#277) * Add GitHub action for building dev image * Delete .github/workflows/rc.yaml * Refactor build image workflows (#281) * EPMRPP-85814 || Fix down script * EPMRPP-87666 || Drop gin index on trgm log message (#284) * EPMRPP-89168 || Add project attribute interval cast --------- Co-authored-by: Maksim Antonov <[email protected]> Co-authored-by: Ivan_Budayeu <Skileton2018> Co-authored-by: miracle8484 <[email protected]> Co-authored-by: Ivan <[email protected]> Co-authored-by: cyberglamdring <[email protected]> Co-authored-by: Chingiskhan <[email protected]> Co-authored-by: Ivan_Kustau <[email protected]> Co-authored-by: Ivan Kustau <[email protected]> Co-authored-by: Nikita Shchipachev <[email protected]> Co-authored-by: Andrei Piankouski <[email protected]> Co-authored-by: APiankouski <[email protected]> Co-authored-by: rkukharenka <[email protected]> Co-authored-by: Ryhor <[email protected]> Co-authored-by: hlebkanonik <[email protected]> Co-authored-by: Siarhei Hrabko <[email protected]> Co-authored-by: raikbitters <[email protected]> Co-authored-by: Reingold Shekhtel <[email protected]> Co-authored-by: Pavel Bortnik <[email protected]>
pbortnik
added a commit
that referenced
this pull request
Mar 13, 2024
* Release 5.11.0 (#287) * Improve retry and statistic calculation performance * Update statistic calculation triggers * Fix deadlock * Cluster entity provided. Log table updated with reference * Formatting fix * Cascade removing fix * References removed * Not null constraint provided * Project id reference provided * Search attribute added * Added onboarding * Clusters table structure fix * EPMRPP-68409 || cluster item impl (#206) EPMRPP-68409 M2M cluster_test_item table added * EPMRPP-68775 || Auto unique error attributes provided (#209) * EPMRPP-68656/EPMRPP-68659 || Fix onboarding problems order and naming (#211) * Update 55_onboarding_fix.up.sql * EPMRPP-65502 || Scripts renamed * EPMRPP-68947 || Add alter ticket script (#213) * EPMRPP-68947 || Fix version number * EPMRPP-68649 || 54 unique errors attributes down scripts fix (#212) * EPMRPP-73239 || Stale materialized view table added (#216) * Added SSLMODE variable * Docker-compose updataed * Docker-compose updataed * Changed to POSTGRES_SSLMODE * EPMRPP-75872 || user_creation_bid fields extension * 5.7.0 || Merge master to develop (#222) * Added Force SSL parameter (#218) Co-authored-by: cyberglamdring <[email protected]> * 5.7.0 || Merge 5.7 to master (#221) * Improve retry and statistic calculation performance * Update statistic calculation triggers * Fix deadlock * Cluster entity provided. Log table updated with reference * Formatting fix * Cascade removing fix * References removed * Not null constraint provided * Project id reference provided * Search attribute added * Added onboarding * Clusters table structure fix * EPMRPP-68409 || cluster item impl (#206) EPMRPP-68409 M2M cluster_test_item table added * EPMRPP-68775 || Auto unique error attributes provided (#209) * EPMRPP-68656/EPMRPP-68659 || Fix onboarding problems order and naming (#211) * Update 55_onboarding_fix.up.sql * EPMRPP-65502 || Scripts renamed * EPMRPP-68947 || Add alter ticket script (#213) * EPMRPP-68947 || Fix version number * EPMRPP-68649 || 54 unique errors attributes down scripts fix (#212) * EPMRPP-73239 || Stale materialized view table added (#216) * Added SSLMODE variable * Docker-compose updataed * Docker-compose updataed * Changed to POSTGRES_SSLMODE Co-authored-by: Maksim Antonov <[email protected]> Co-authored-by: Ivan_Budayeu <Skileton2018> Co-authored-by: miracle8484 <[email protected]> Co-authored-by: Ivan <[email protected]> Co-authored-by: cyberglamdring <[email protected]> Co-authored-by: cyberglamdring <[email protected]> Co-authored-by: Maksim Antonov <[email protected]> Co-authored-by: miracle8484 <[email protected]> Co-authored-by: Ivan <[email protected]> * EPMRPP-72301 || Add Organization table to DB * EPMRPP-72301 || Typo fixed * EPMRPP-77644 || add rule_name field to sender_case + migration * EPMRPP-77644 || changed type from text to varchar * EPMRPP-77644 || updated length of rule_name field & marked as not null * Newjenkins (#226) * Update Jenkinsfile * Update Jenkinsfile * Update Jenkinsfile * Update Jenkinsfile * Update Jenkinsfile * Update Jenkinsfile * RC pipeline updated * tagging updated * spaces * EPMRPP-78986 || Updated issue type hex colors * EPMRPP-78986 || Added down script * EPMRPP-78986 || Updated wrong field in WHERE clause * EPMRPP-79337 || Updated colors for sub issue types (#235) EPMRPP-79337 || Updated colors for sub issue types * Fix missed Postgres custom port (#215) Fixes #210 * EPMRPP-84251 || Bump Script version * EPMRPP-84251 || Bump Script version * EPMRPP-84316-update-activity-table added migration script * EPMRPP-84316-update-activity-table added cascade by project * EPMRPP-84114 || Add last used field for api_key (#251) * EPMRPP-84316-update-activity-table added minor changes * Revert "EPMRPP-84316 || Update activity table" * EPMRPP-78914 || Redesign integrations. Link updates (#272) * EPMRPP-78914 || Redesign integrations. Link updates * added github action rc build images * changed exit-code * EPMRPP-85814 || Remove redundant index on test item table (#273) * Merge setting branch * Fix typo * Delete duplicate * EPMRPP-84226 || Remove access token logic from the code * Merge master to develop * EPMRPP-86891 fixed broken links in Help&Support modal (#277) * Add GitHub action for building dev image * Delete .github/workflows/rc.yaml * Refactor build image workflows (#281) * EPMRPP-85814 || Fix down script * EPMRPP-87666 || Drop gin index on trgm log message (#284) (#286) --------- Co-authored-by: Maksim Antonov <[email protected]> Co-authored-by: Ivan_Budayeu <Skileton2018> Co-authored-by: miracle8484 <[email protected]> Co-authored-by: Ivan <[email protected]> Co-authored-by: cyberglamdring <[email protected]> Co-authored-by: Chingiskhan <[email protected]> Co-authored-by: Ivan_Kustau <[email protected]> Co-authored-by: Ivan Kustau <[email protected]> Co-authored-by: Nikita Shchipachev <[email protected]> Co-authored-by: Andrei Piankouski <[email protected]> Co-authored-by: APiankouski <[email protected]> Co-authored-by: rkukharenka <[email protected]> Co-authored-by: Ryhor <[email protected]> Co-authored-by: hlebkanonik <[email protected]> Co-authored-by: Siarhei Hrabko <[email protected]> Co-authored-by: raikbitters <[email protected]> Co-authored-by: Reingold Shekhtel <[email protected]> * EPMRPP-89168 || Add project attribute interval cast --------- Co-authored-by: Maksim Antonov <[email protected]> Co-authored-by: miracle8484 <[email protected]> Co-authored-by: Ivan <[email protected]> Co-authored-by: cyberglamdring <[email protected]> Co-authored-by: Chingiskhan <[email protected]> Co-authored-by: Ivan_Kustau <[email protected]> Co-authored-by: Ivan Kustau <[email protected]> Co-authored-by: Nikita Shchipachev <[email protected]> Co-authored-by: Andrei Piankouski <[email protected]> Co-authored-by: APiankouski <[email protected]> Co-authored-by: rkukharenka <[email protected]> Co-authored-by: Ryhor <[email protected]> Co-authored-by: hlebkanonik <[email protected]> Co-authored-by: Siarhei Hrabko <[email protected]> Co-authored-by: raikbitters <[email protected]> Co-authored-by: Reingold Shekhtel <[email protected]> Co-authored-by: Pavel Bortnik <[email protected]>
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.
No description provided.