1
0
Fork 0

Commit-Graph

  • d8a24eb940 Merge https://github.com/paviliondev/discourse-custom-wizard into ui_conventions Keegan George 2021-06-18 12:04:17 -07:00
  • dd8513a563 UX: Add wizard-message component to logs pane Keegan George 2021-06-18 11:47:24 -07:00
  • 582b9d82aa FIX: Missing refresh button icon in logs pane Keegan George 2021-06-18 11:36:18 -07:00
  • 10c7c8bcc0 UX: Change info message when selecting a wizard in the submissions pane Keegan George 2021-06-18 11:25:51 -07:00
  • c490da3145 UX: Add wizard message component to submissions page Keegan George 2021-06-18 10:25:01 -07:00
  • d3c6733e59 Abstract and improve submission handling angusmcleod 2021-06-17 17:50:22 +10:00
  • 7b9a54590b Merge branch 'master' into sprockets-fix Faizaan Gagan 2021-06-16 14:28:55 +05:30
  • cc0b5fcf9f
    Merge pull request #122 from paviliondev/final_step_single_submission_issue Angus McLeod 2021-06-16 16:42:35 +10:00
  • dc7e43b6d7 Force second step build to overcome can_access? check angusmcleod 2021-06-16 16:21:24 +10:00
  • 85bb23e70f
    Merge pull request #120 from paviliondev/fix-paste-event Angus McLeod 2021-06-16 15:01:31 +10:00
  • b2ed2c1dc7
    Merge pull request #121 from paviliondev/cant_access_skip_bugfix Angus McLeod 2021-06-16 14:41:49 +10:00
  • 46bb28bb07 Fix linting angusmcleod 2021-06-16 14:26:28 +10:00
  • 33df6f9fbc Add test for skip when cant access angusmcleod 2021-06-16 14:24:07 +10:00
  • 9452907f0a Don't attempt to save submissions if the user can't access the wizard angusmcleod 2021-06-16 14:13:12 +10:00
  • f742626786 Ensure our custom paste logic is running angusmcleod 2021-06-16 13:55:10 +10:00
  • 58b3bc13c9
    FIX: Ensure user_email and user_option attributes are handled properly (#119) Angus McLeod 2021-06-15 16:18:17 +10:00
  • bf536df198 DEV: Format stylesheet code Keegan George 2021-06-08 18:39:58 -07:00
  • f005e8f277 UX: Change support button name to Pro Support Keegan George 2021-06-08 18:35:57 -07:00
  • 247e80649c DEV: Move pro support url to setting Keegan George 2021-06-08 18:35:03 -07:00
  • 5981db90b4 UX: Merge support button focus styling with hover Keegan George 2021-06-08 18:33:59 -07:00
  • 3b0b6736e4 UX: Create pro button custom styling Keegan George 2021-06-08 18:30:45 -07:00
  • 0ba6d5767a Update pro support url Keegan George 2021-06-08 16:06:53 -07:00
  • eaf648ea05 FIX: Security vulnerabilities with _blank anchor link Keegan George 2021-06-08 15:54:43 -07:00
  • 4c923e17d7 Add support button to admin-nav Keegan George 2021-06-08 15:48:55 -07:00
  • af3e61fe75
    Add custom field improvements (#115) Angus McLeod 2021-06-08 21:39:49 +10:00
  • f1f13065c8
    Merge pull request #117 from paviliondev/ci-impr Angus McLeod 2021-06-08 21:29:50 +10:00
  • 48fbb61dcc FIX: populate repository name from global object Faizaan Gagan 2021-06-08 16:10:00 +05:30
  • 522d4e9489
    IMPROVE: ensure redirect_to_wizard is cleaned up even if sidekiq is not working (#116) Angus McLeod 2021-06-07 23:15:41 +10:00
  • 07f7e285ec modified docs Faizaan Gagan 2021-06-02 11:21:45 +05:30
  • 310a3b0328 fixed linting Faizaan Gagan 2021-06-01 11:19:39 +05:30
  • 28094ab17b modified docs according to new field model structure Faizaan Gagan 2021-06-01 10:57:49 +05:30
  • 31a27cbb00
    Merge pull request #113 from paviliondev/fix-locales Angus McLeod 2021-05-31 08:45:09 +12:00
  • 61ff018244 added spec Faizaan Gagan 2021-05-30 18:30:51 +05:30
  • f9f67c09e8 dynamically generate permitted params for admin wizard save Faizaan Gagan 2021-05-24 07:03:30 +05:30
  • ce705d32da simple framework to compute field attributes at runtime Faizaan Gagan 2021-05-23 23:11:46 +05:30
  • db72617b61 FIX: changed wizard id resolution logic Faizaan Gagan 2021-05-18 16:10:43 +05:30
  • 04f008575f
    combine rspec run with coverage report (#101) Faizaan Gagan 2021-05-17 14:00:23 +05:30
  • c574ad7c32 Update package.json angusmcleod 2021-05-17 19:57:13 +12:00
  • 0c4eb02038 Exclude gems from simplecov angusmcleod 2021-05-17 19:57:09 +12:00
  • b37bd54bcc fix rubocop issues Faizaan Gagan 2021-05-17 01:32:52 +05:30
  • 5213c3e6cd prettier fix Faizaan Gagan 2021-05-17 01:30:25 +05:30
  • c70b815226 minor formatting Faizaan Gagan 2021-05-17 01:25:52 +05:30
  • 4b559fb74e specify serializable attributes in field model Faizaan Gagan 2021-05-17 01:21:55 +05:30
  • 442f096940 fix naming and structure Faizaan Gagan 2021-05-16 17:26:27 +05:30
  • 343f594f18 dynamically set field attributes based on static list Faizaan Gagan 2021-05-16 17:22:46 +05:30
  • 6cb5d62a7a
    Merge pull request #109 from paviliondev/conditional-submission Angus McLeod 2021-05-14 08:44:48 +12:00
  • ff14570d64 FIX: exclude conditional fields while saving step submission Faizaan Gagan 2021-05-12 18:15:55 +05:30
  • a1e8070062 FIX: move sprockets customization to monkeypatch Faizaan Gagan 2021-05-12 06:33:19 +05:30
  • eb5e2fe604 move sprockets logic outside after_initialize Faizaan Gagan 2021-05-12 06:17:01 +05:30
  • a4adeecf5f Revert "Revert "DEV: add new sprockets directive to require discourse folders" (#111)" Faizaan Gagan 2021-05-12 06:14:09 +05:30
  • 8c61b9b1f3 Merge branch 'master' into conditional-submission Faizaan Gagan 2021-05-12 03:11:40 +05:30
  • ca125a2a8a
    Revert "DEV: add new sprockets directive to require discourse folders" (#111) Faizaan Gagan 2021-05-12 02:58:12 +05:30
  • edbba891f6
    Merge pull request #86 from paviliondev/sprockets-fix Angus McLeod 2021-05-10 19:07:32 +12:00
  • 580cc55445
    Merge pull request #108 from paviliondev/upload-prettytext Angus McLeod 2021-05-10 19:05:49 +12:00
  • b0f7fbf298 Merge branch 'master' into templates_and_builder_documentation angusmcleod 2021-05-10 18:52:05 +12:00
  • 856bd11e2a Update step descriptions angusmcleod 2021-05-10 18:46:55 +12:00
  • 001651d153 added documentation for adding an new operator to the mapper mapper_documentation Faizaan Gagan 2021-05-10 11:00:59 +05:30
  • f3c29aba3c Merge branch 'master' into mapper_documentation Faizaan Gagan 2021-05-10 05:57:57 +05:30
  • 4cacd84967 code formatting Faizaan Gagan 2021-05-08 23:38:26 +05:30
  • 3a3d23a317 added missing file Faizaan Gagan 2021-05-08 23:18:58 +05:30
  • 5f24882ef6 DEV: raise plugin specific errors on failure Faizaan Gagan 2021-05-08 23:15:06 +05:30
  • c254a0c6b8 convert key to string Faizaan Gagan 2021-05-07 04:02:56 +05:30
  • 56268823c5 confine exclusion to wizard fields Faizaan Gagan 2021-05-07 03:28:16 +05:30
  • 957a32cf5a FIX: filter conditionally excluded fields from wizard submission Faizaan Gagan 2021-05-05 13:13:03 +05:30
  • 743af8edc5
    FIX: breakage due to core changes (#107) Faizaan Gagan 2021-05-05 11:35:53 +05:30
  • 40c0c12719 FIX: set correct options while initializing PrettyText Faizaan Gagan 2021-05-05 02:36:01 +05:30
  • fe8d8ccc93 WIP add_interpolation_data_hash_mapping angusmcleod 2021-05-03 18:08:26 +12:00
  • aca0fab74e
    Merge pull request #103 from paviliondev/checkbox-def Angus McLeod 2021-05-03 17:55:33 +12:00
  • cdb9ec6c3e remove the directory after spec run Faizaan Gagan 2021-05-03 04:19:27 +05:30
  • 77dd879f80 minor formatting Faizaan Gagan 2021-05-03 03:43:47 +05:30
  • 13eabe0695 added specs Faizaan Gagan 2021-05-03 03:42:26 +05:30
  • 401c711fad FIX: removed redundant conditional Faizaan Gagan 2021-05-02 23:03:29 +05:30
  • 4a4c1934a0 revert client side change Faizaan Gagan 2021-04-30 23:02:13 +05:30
  • 887de25833 FIX: set checkbox field default value as false Faizaan Gagan 2021-04-30 22:59:06 +05:30
  • 848874ea1f
    FIX: clicking Maybe Later was causing 500 error (#105) Faizaan Gagan 2021-04-30 21:56:00 +05:30
  • c463e8b541 fix formatting Faizaan Gagan 2021-04-29 12:18:09 +05:30
  • 8aafb257fd DEV: checkbox value should default to false Faizaan Gagan 2021-04-29 11:02:51 +05:30
  • 3e950036d0 various fixes Faizaan Gagan 2021-04-26 06:46:23 +05:30
  • 3d4c24d362 Merge branch 'master' into mapper_documentation Faizaan Gagan 2021-04-26 01:51:11 +05:30
  • f05d859007
    Enable templating (#102) Faizaan Gagan 2021-04-23 17:21:41 +05:30
  • 7d38337c84
    Merge pull request #100 from paviliondev/step-conditionality-multiple Angus McLeod 2021-04-23 17:08:55 +10:00
  • eb93169f86 use option multiple and aggregate the result Faizaan Gagan 2021-04-23 12:22:04 +05:30
  • be1eab6092 minor formatting Faizaan Gagan 2021-04-22 23:52:38 +05:30
  • 2a8a4367d8 added specs Faizaan Gagan 2021-04-22 23:50:54 +05:30
  • 911140fde3 improved the logic to accomodate multiple conditions using 'or' Faizaan Gagan 2021-04-22 23:50:26 +05:30
  • fb8cdab0fd merged master Faizaan Gagan 2021-04-21 03:32:31 +05:30
  • ceef3f4bc9
    Step and field conditionality (#87) Angus McLeod 2021-04-21 03:58:19 +10:00
  • ec21c8e274
    Merge pull request #98 from paviliondev/pm-multiple-targets Angus McLeod 2021-04-19 17:41:50 +10:00
  • ade8eaaeaa WIP angusmcleod 2021-04-19 17:38:35 +10:00
  • 9ded3602eb Merge branch 'master' into pm-multiple-targets Faizaan Gagan 2021-04-19 11:04:47 +05:30
  • 772392efae
    FIX: checkbox description alignment (#99) Faizaan Gagan 2021-04-18 17:27:16 +05:30
  • b71548427d
    Added files used by github actions workflows (#78) Faizaan Gagan 2021-04-16 13:37:32 +05:30
  • d110deefca removed trailing space hbs-lint Faizaan Gagan 2021-04-16 11:34:59 +05:30
  • d7542d58c7
    Merge pull request #96 from paviliondev/hbs-lint Angus McLeod 2021-04-16 16:01:23 +10:00
  • ce222c0c04 modified spec to confirm working for multiple users and groups Faizaan Gagan 2021-04-15 02:15:20 +05:30
  • bb08f50042 fixed wrongly introduced variable name changes Faizaan Gagan 2021-04-14 09:07:19 +05:30
  • f443840358 FEATURE: allow targetting multiple users/groups when sending a private message Faizaan Gagan 2021-04-14 08:59:12 +05:30
  • a76cda0c02 fixed linting for all the hbs files Faizaan Gagan 2021-04-12 19:49:53 +05:30
  • 2788e8026e
    ran prettier on stylesheets and global wizard javascripts (#95) Faizaan Gagan 2021-04-12 12:05:15 +05:30
  • 0205d8ccb5
    fixed linting issues for javascripts/wizard folder (#94) Faizaan Gagan 2021-04-12 11:56:22 +05:30