You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ansible/test/integration/targets/postgresql/tasks
tcraxs 07d446825a New module postgresql_sequence (#55027)
* postgresql_sequence: initial commit with new module and tests

* change return variables and adjust tests

* fix sanity checks

* fix linter errors

* change formatting functions and put params alphabetically

* add new examples and remove restrict option
* remove restrict option
* remove `required: false`
* add links to documentation
* change some minor parts in documentation
* add new integration tests for
** drop cascade
** change owner

* change usage of owner and created a test case for set owner during creation

* remove some documents and use docsfragments

* add aliases for minvalue and maxvalue

* change to warn if sequence not exists but should be removed

* use connect_to_db from module_utils/postgres.py

* add checkmode for several tests

* fix psycopg2 import and connect_to_db

* add a test for drop nonexistent sequence

* change get_info funcrtion to use only one SQL statement

* rewrite the module for cleaner code
* remove psycopg2
* change check_mode behavior
* add docstrings for class and methods
* add test for create sequence with owner in check_mode

* fix typo in set_schema()

* fix docu and cleanup the code
* adjust documentation for state, schema and newschema
* remove mutually_exclusive for 'absent'
* remove unused code comments
* remove warning for drop non-exicsting sequence
* change autocommit condition

* adjust state documentation
5 years ago
..
main.yml New module postgresql_sequence (#55027) 5 years ago
pg_authid_not_readable.yml Deprecate tests used as filters (#32361) 7 years ago
postgresql_copy.yml New module postgresql_copy: copy data between a file and a table (#56835) 5 years ago
postgresql_db.yml postgresql_db: added tablespace support (#56390) 5 years ago
postgresql_ext.yml postgresql_ext: Update param handling, fix doc formatting, added: CI tests, examples, a return value (#54027) 6 years ago
postgresql_idx.yml postgresql_idx: improved doc, tests, remove useless lines from code (#55131) 6 years ago
postgresql_info.yml postgresql_facts -> postgresql_info (#54389) 6 years ago
postgresql_lang.yml postgresql_lang module: fixed doc formatting, added aliases, pg_utils, added missing CI tests (#54672) 6 years ago
postgresql_membership.yml New module postgresql_membership: Add or remove PostgreSQL roles from groups (#53733) 6 years ago
postgresql_owner.yml New module postgresql_owner: change ownership and reassign all db objects owned by role to another (#54984) 6 years ago
postgresql_pg_hba.yml Issue 56430 (#57147) 5 years ago
postgresql_ping.yml New module postgresql_ping: Checks remote PostgreSQL server availability. (#51477) 6 years ago
postgresql_privs.yml updated tests and changelog for 54516 (#54670) 6 years ago
postgresql_query.yml Postgresql privs reformat (#54717) 6 years ago
postgresql_schema.yml add missing integration tests for postgresql_schema module (#54185) 6 years ago
postgresql_sequence.yml New module postgresql_sequence (#55027) 5 years ago
postgresql_set.yml New module postgresql_set - Change a PostgreSQL server configuration parameter (#51875) 6 years ago
postgresql_slot.yml New module postgresql_slot: Add or remove slots from a PostgreSQL database (#55079) 6 years ago
postgresql_table.yml postgresql_table: 57352 bugfix, add schema handling (#57391) 5 years ago
postgresql_tablespace.yml New module postgresql_tablespace (#52914) 6 years ago
session_role.yml Add session_role to postgresql modules (#43650) 6 years ago
ssl.yml postgresql SSL related tests (#55288) 6 years ago
state_dump_restore.yml fixed test using removed feature 6 years ago
test_no_password_change.yml postgresql_user: fix doc formatting, added return value, aliases, misc code changes (#54768) 6 years ago
test_password.yml postgresql_user: fix test errors on newer Fedora versions (#47166) 6 years ago
test_target_role.yml #50877: add support to postgresql_privs to use "FOR { ROLE | USER } target_role" in "ALTER DEFAULT PRIVILEGES" (#51073) 6 years ago