Releases: unee-t/invite
v0.0.1
Changelog
6670b63 Rough implementation of invite_user_in_a_role_in_a_unit.sql #6
fe402f8 Fix build to that of apienroll template
d7c271b Create uneet/invite Docker image https://hub.docker.com/u/uneet/dashboard/
b8b99ba Merge pull request #7 from unee-t/unit_invite_user_in_role
10ea491 Update invite_user_in_a_role_in_a_unit.sql
80967ae include elements needed to remove user from a role in a unit
b64ec43 remove unnecessary duplicate call of a SQL procedure
edd72e8 make sure we create the table that store the dummy user if for each envo
7b32231 make sure we set the variable in the correct order and that we do not re-user values from a previous run
a7eca1b fix issue: variable defined too late
b48d6bd Make sure we do not use old values for the variables we need
0897285 Make sure we define the variables in the right order
3729f24 fix typo
c084140 fix a few errors in the script - minor cosmetic changes
0dc25e9 use the procedure to create the table that store the dummy user ids
8554694 make sure we remove the user from the default CC list for this component first
7b15eaa WIP first version of the script for tests
40b012c WIP - create more variables to activate some procedures based on the type of invitation
48249be WIP - clarify what this script does
a6da497 WIP first draft
a05b4c9 invite subdomain
e5b3e1d Actually set the env code on the handler and add check
27376d9 Sanity check
2275cda Add some logs, so if you want inspect an id, do something like: up logs 'invite._id = KgWBN2H9cX2iFx3nG'
1909a17 the role_type_id variable need to be defined sooner
abd8e1f Desperately trying to make .travis.yml sane using Make
8a99ca1 Reset up.json to dev default
e678b5b Set environment code in SQL
f2668b9 Need to inline policy in up.json
184b942 Set region and try zone thing
84387f8 Build badge [ci skip]
faf819b Fix typo and travis lint
19edb7f Return 404 for favicon.ico
4b80273 Re-writing up.json in light of apex/up#654
6cc2735 Many thanks to KirkMcDonald, for helping me with a New convention
1408524 Use SSM (parameter store) instead of env variables
5ddc87e add license details
bdb5c36 Fix unee-t/bugzilla-customisation#46
caedf54 Merge pull request #2 from unee-t/add_message_to_case
8e1465c add script to finalize the invitation process
17f92e6 move one step out of this script and into the script add_invitation_sent_message_to_a_case_v3.0.sql
aa11ba8 Trying to support multiple accounts https://twitter.com/kaihendry/status/993369751085764608
d2619b9 Do not use SQL placeholders since it will jam on every ? it sees! https://stackoverflow.com/questions/50206617/db-exec-args-always-results-in-an-error-for-my-placeholder/50206623#50206623
26f77dd Refactor to Step 2
6538c98 Refactoring to make it clearer we process invite one at a time
51ae4f9 Import Franck's script from https://github.com/unee-t/bz-database/blob/master/scripts/process_one_invitation_all_scenario_v3.0.sql
78c3a63 Experiment with calling a stored procedure
61e769b Add function to mark invitations as sent
a1f0193 Merge branch 'master' into errgroup
b41d36b Add https://github.com/hashicorp/go-multierror
d2576ab Trying a logging approach which has the down side that I don't actually know if the function completed successfully or not
ce7e7da Restructure so that db doesn't need to passed as a parameter, by putting methods that use the db on a type handler
74bce5e Fixed! What an annoying mistake to make https://stackoverflow.com/a/50133437/4534
dcc7c8c INFO[0000] starting test INFO[0000] here testing with &{{bugzilla:SECRET@tcp(auroradb.dev.unee-t.com:3306)/bugzilla?multiStatements=true 0x8d4930} 0 {0 0} [] map[] 0 0 0xc42008c120 0xc4200b2120 false map[] map[] 0 0 0 0x4f0c80} INFO[0000] here with and rolename Owner/Landlord
9089a1a sql.DB is actually not a connection, but a connection pool; and should be longer lived
bc9a168 Lookup role myself
f257a87 Getting sql: database is closed
96f8814 Link to process
19da639 creating Duplicates
79059a8 Snap
8c33b54 Works
3ac2ffd initial
Docker images
docker pull uneet/invite:v0.0.1
docker pull uneet/invite:latest