- 14 May, 2015 32 commits
-
-
Daniel Gabriele authored
c00ba274 - GROW-185: Added email_endorsement to user preferences unit test -
Daniel Gabriele authored
Signed-off-by:Daniel Gabriele <daniel.gabriele@axial.net>
-
Mohammed Mehdi authored
b1619604 - BUGZ-2705: add default values on updated_on field in salesforce_license_info -
Dan Conner authored
61d0ac85 - BUGZ-2733 restore setting of transaction_profile_public_id in template context -
Bugra Akyildiz authored
108ea23e - Merge branch 'master' into BUGZ-2573 fda8d68e - BUGZ-2573: Be more defensive when keywords object cannot be loaded -
Bugra Akyildiz authored
-
Bugra Akyildiz authored
b6e66907 - Merge branch 'master' into BUGZ-1676 4a00de27 - BUGZ-1676: Fix Company admin slug reindexing bug -
Bugra Akyildiz authored
-
Axylos authored
Signed-off-by:Axylos <robertdraketalley@gmail.com>
-
Kenneth Chan authored
109fdf58 - BUGZ-2720: updates per steve comments 03fec282 - BUGZ-2720: identify ext_email as axialuser -
Dan Conner authored
Signed-off-by:Dan Conner <dan.conner@axial.net>
-
Axylos authored
Signed-off-by:Axylos <robertdraketalley@gmail.com>
-
Axylos authored
Signed-off-by:Axylos <robertdraketalley@gmail.com>
-
Axylos authored
514b0c20 - GROW-185: convert https to http in template f53e5640 - GROW-185: make outlook happy for endorsement email a1407043 - GROW-185: fix links and img paths 09337245 - GROW-185: Only post endorsement to NAF and schedule email if endorsed company is complete (i.e. index_active == True) 580b45a0 - GROW-185: fix endorse link 89a326d9 - GROW-185: Show full company type name d31131ce - GROW-185: move query_s parsing into controller out of directive 1070bf0b - GROW-185: cleaned up code and added migration for new endorsement email preference f7bc2972 - GROW-185: front end begin 78bd0397 - GROW-185: created endorsement Actor and migration -
Axylos authored
Signed-off-by:Axylos <robertdraketalley@gmail.com>
-
Axylos authored
Signed-off-by:Axylos <robertdraketalley@gmail.com>
-
Axylos authored
Signed-off-by:Axylos <robertdraketalley@gmail.com>
-
Daniel Gabriele authored
GROW-185: Only post endorsement to NAF and schedule email if endorsed company is complete (i.e. index_active == True) Signed-off-by:Daniel Gabriele <daniel.gabriele@axial.net>
-
Axylos authored
Signed-off-by:
Axylos <robertdraketalley@gmail.com> GROW-185: email styling updates Signed-off-by:
Axylos <robertdraketalley@gmail.com> GROW-191: fix branchpoint Signed-off-by:
Axylos <robertdraketalley@gmail.com> GROW-185: fix rebase branch problem Signed-off-by:
Axylos <robertdraketalley@gmail.com> GROW-185: Only schedule endorsement emails for ACTIVE users Signed-off-by:
Daniel Gabriele <daniel.gabriele@axial.net> GROW-185: Fixed alembic branch point after rebasing Signed-off-by:
Daniel Gabriele <daniel.gabriele@axial.net>
-
Daniel Gabriele authored
Signed-off-by:Daniel Gabriele <daniel.gabriele@axial.net>
-
Axylos authored
Signed-off-by:
Axylos <robertdraketalley@gmail.com> GROW-185: make functional state rather than weird controller stuff Signed-off-by:
Axylos <robertdraketalley@gmail.com> GROW-185: endorsement url and language updates Signed-off-by:
Axylos <robertdraketalley@gmail.com>
-
Daniel Gabriele authored
Signed-off-by:
Daniel Gabriele <daniel.gabriele@axial.net> GROW-185: Fixed alembic branchpoint Signed-off-by:
Daniel Gabriele <daniel.gabriele@axial.net> GROW-185: Addressed code review Signed-off-by:
Daniel Gabriele <daniel.gabriele@axial.net> GROW-185: moved more functionality into endorsement actor base class; set endorsement email to be hidden from message center Signed-off-by:
Daniel Gabriele <daniel.gabriele@axial.net> GROW-185: Moved imports into upgrade_primary Signed-off-by:
Daniel Gabriele <daniel.gabriele@axial.net> GROW-185: Addressed @jonr review Signed-off-by:
Daniel Gabriele <daniel.gabriele@axial.net> GROW-185: Moved actors to stage.cfg Signed-off-by:
Daniel Gabriele <daniel.gabriele@axial.net> GROW-185: Finished updating actors WRT code review comments and merged migrations into one Signed-off-by:
Daniel Gabriele <daniel.gabriele@axial.net>
-
Axylos authored
Signed-off-by:
Axylos <robertdraketalley@gmail.com> GROW-185: WIP commit for endorsement email rendering/styling Signed-off-by:
Axylos <robertdraketalley@gmail.com> GROW-185: endorsement email done Signed-off-by:
Axylos <robertdraketalley@gmail.com> GROW-185: add endorse action to endorsement ctas on naf and email Signed-off-by:
Axylos <robertdraketalley@gmail.com>
-
Daniel Gabriele authored
Signed-off-by:
Daniel Gabriele <daniel.gabriele@axial.net> GROW-185: Created migration to add columns to ScheduledMessage table that indicate the state of each message -- i.e. is is scheduled, in processing, or errored out Signed-off-by:
Daniel Gabriele <daniel.gabriele@axial.net> GROW-185: Created remail actor that creates and deletes ScheduledMessages pertaining to company endorsements. - This actor was required in order to satisfy the requirement that states that if an endorsement is quickly undone by a user, the users of said company shall not be notified of the endorsement. In particular, "quickly" means less than a minute after clicking "endorse". - The endorsement and unendorsement endpoints send a message to said actor. - Barebone email template. Signed-off-by:
Daniel Gabriele <daniel.gabriele@axial.net> GROW-185: Set and check status of ScheduledMessages before sending them. - This tries to guarantee that a scheduled message is not sent more than once if the cron_job is, for some reason, run by multiple processes concurrently. Signed-off-by:
Daniel Gabriele <daniel.gabriele@axial.net> GROW-185: Changed mistaken reference from REQUIRED_ENDORSE_FIELDS to REQUIRED_UNENDORSE_FIELDS Signed-off-by:
Daniel Gabriele <daniel.gabriele@axial.net> GROW-185: Updated migration and scheduled message logic to include a timestamp that records when the last attempt to send was made. this can be used to determine if and when to retry sending the message Signed-off-by:
Daniel Gabriele <daniel.gabriele@axial.net> GROW-185: Refactored Signed-off-by:
Daniel Gabriele <daniel.gabriele@axial.net> GROW-185: Resolved migration branch point Signed-off-by:
Daniel Gabriele <daniel.gabriele@axial.net> GROW-185: Show endorsement in newsfeed Signed-off-by:
Daniel Gabriele <daniel.gabriele@axial.net> GROW-185: Cleaned up log messages and removed UTC from datetime.now() invocations Signed-off-by:
Daniel Gabriele <daniel.gabriele@axial.net> GROW-185: Fixed downgrade version in migration Signed-off-by:
Daniel Gabriele <daniel.gabriele@axial.net>
-
Anton Shmakau authored
14f0eecf - LQ-1456: work with new FE build flow aed6ced8 - LQ-1456: Axial Library Beginning 57ec64c6 - LQ-1456: front-end components library initial -
Kenneth Chan authored
Signed-off-by:Kenneth Chan <kenneth.chan@axial.net>
-
Kenneth Chan authored
Signed-off-by:Kenneth Chan <kenneth.chan@axial.net>
-
Farhan Ahmed authored
4527c228 - GROW-226: Address code review comments 09cb8c2c - GROW-226: Publish pre_entity.* events when a user and company objects are saved -
Farhan Ahmed authored
-
- 13 May, 2015 8 commits
-
-
Dan Conner authored
3839e7e4 - BUGZ-2524 fix for bug that showed redacted NOPP post for paid users. -
Dan Conner authored
Signed-off-by:Dan Conner <dan.conner@axial.net>
-
Dan Conner authored
f05d29cd - GROW-200 avoid batching ams api requests. 87f2321c - GROW-200 bind to controller instead of watch. e7ed71cc - GROW-200 whitespace reformat. 91ba01f9 - GROW-200 remove dependency on date spoke. Verify angular date filter behavior with time zone. 5da40fe5 - GROW-200 use st-table for pagination. 06a56eb9 - GROW-200 slightly more accurate date display. 00481474 - GROW-200 rename mailbox controller file. c9e5c804 - GROW-200 add mailbox and page routing. 04fe052e - GROW-200 review feedback. 9bc42017 - GROW-200 messages app structure and first page of messages in the inbox. -
Dan Conner authored
Signed-off-by:Dan Conner <dan.conner@axial.net>
-
Dan Conner authored
Signed-off-by:Dan Conner <dan.conner@axial.net>
-
Dan Conner authored
Signed-off-by:Dan Conner <dan.conner@axial.net>
-
Dan Conner authored
Verify angular date filter behavior with time zone. Signed-off-by:Dan Conner <dan.conner@axial.net>
-
Dan Conner authored
Signed-off-by:Dan Conner <dan.conner@axial.net>
-