Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/mautic/plugin-helloworld

Hello World plugin built on the Integration framework
https://github.com/mautic/plugin-helloworld

Merge pull request #11 from mautic/ci

CI init

f2e8d72ba20de1f690c6d451cf2403902feeced6 authored almost 2 years ago by John Linhart <[email protected]>
Adding PHP 7.4 to the mix + comments

f2b9c40cede9b3ad1088f759624277e53e39bbf8 authored almost 2 years ago by John Linhart <[email protected]>
Adding matrixes

fef3c5daaae224696398e3a2412868c191d0a658 authored almost 2 years ago by John Linhart <[email protected]>
Add env var for plg dir

e1b3c6186de4fdb9c3baae7f7a985832200bef50 authored almost 2 years ago by John Linhart <[email protected]>
Removing debug

67009fab4c7adb5483387a527591de27e761f9c0 authored almost 2 years ago by John Linhart <[email protected]>
That seem to break the coverage report. Reverting

c25db3a77ab4a02c491454c283786ad6c99f618d authored almost 2 years ago by John Linhart <[email protected]>
Simplifying the PHPUNIT command

456aa95440adc3f634f19e6fb458bd930d1ee405 authored almost 2 years ago by John Linhart <[email protected]>
Removing comments

2344664aa35ace78c877dee90895da128a448ac1 authored almost 2 years ago by John Linhart <[email protected]>
CodeCov experiments

045e565dc4c77c08782f56df55665e3fbce62233 authored almost 2 years ago by John Linhart <[email protected]>
Fixing Mautic version in Readme

c531b6a61d10b71efdd3e8cdaa5a104985f03a68 authored almost 2 years ago by Jan Linhart <[email protected]>
Removing unused config files

66f378a4ab9d9a8bd22133a78a469b9f27759a6d authored almost 2 years ago by Jan Linhart <[email protected]>
STAN fixes

d31e2d5a7b3d4a1a190e88450c47e2d9feaf7294 authored almost 2 years ago by Jan Linhart <[email protected]>
Automatic CI fixes

70f20e7dabc6340d2167889c371cd03d3a1a4278 authored almost 2 years ago by Jan Linhart <[email protected]>
CI init

5f19d796e3f143d7867dddd84aab0fb976ca2c45 authored almost 2 years ago by Jan Linhart <[email protected]>
Fix mock handler on Mautic 4

44a9a01d6c004c06be53df9f0144f0823f58e47e authored over 3 years ago by Dennis Ameling <[email protected]>
updated readme with example to authorization code grant

9970ec66b2f4cbef2b2ee448933649db40e6c383 authored over 4 years ago by Alan Hartless <[email protected]>
Added a note that the mocked section is not required for a real plugin

0daa6a222468b5b89d74eb83291b7881007e6fbd authored over 4 years ago by Alan Hartless <[email protected]>
Added required prefix for integration to be installed in M3

ab9f2878bb41f8fee1b1d086d8028bf271d16bba authored almost 5 years ago by Alan Hartless <[email protected]>
Note on code expectations and standards

029a101a6438b1e084931e2b1e174e306d33ffe6 authored almost 5 years ago by Alan Hartless <[email protected]>
Fixed readme for M3

c228359a9198d096edf54cd317fc79ec85c42d23 authored almost 5 years ago by Alan Hartless <[email protected]>
Mocked responses to simulate a "working" plugin

f01223ab0925318fdacd06b9b3914cec489d3cbe authored almost 5 years ago by Alan Hartless <[email protected]>
Only make a call to API if objects have changed

01d4682ab81342870f86135d2b10ca67ac3a1831 authored almost 5 years ago by Alan Hartless <[email protected]>
Added note to readme

5b7671b3d6593f834862c9c51d766b04f3426c9f authored almost 5 years ago by Alan Hartless <[email protected]>
Updated readme for M3

6a39bed7c5d63203cb44d10c11f65a8e4adba423 authored almost 5 years ago by Alan Hartless <[email protected]>
PHP CS fixes

e3a8febac2786325d91ab79e9157fa07d27f9041 authored almost 5 years ago by Alan Hartless <[email protected]>
Refactored to PhpUnit 7

2fafd1568e0db8608602466487251e4ebe20a535 authored almost 5 years ago by Alan Hartless <[email protected]>
Removed choices_as_values

04653021aeb15ac6353e636b0f1bcde6b590bf18 authored almost 5 years ago by Alan Hartless <[email protected]>
Refactored \MauticPlugin\IntegrationsBundle namespace to \Mautic\IntegrationsBundle

eeb0dc6cca28a1bd0282cc06216c8aabf5be6694 authored almost 5 years ago by Alan Hartless <[email protected]>
Fixed composer, issues noted by phpstan and php cs fixer

8b5d7f59e26921813e4828cb4112928f97f5681f authored almost 5 years ago by Alan Hartless <[email protected]>
Implement ConfigFormFeaturesInterface and getSupportedFeatures()

2ce1b639bf77afc9fce4409752b6dcdf37baf12e authored almost 5 years ago by Alan Hartless <[email protected]>
Added sync and field mapping to the configuration UI

9529893c9bd506dacc1fd0f9ba31d7bf6fe3a37c authored almost 5 years ago by Alan Hartless <[email protected]>
Client and sync tests

93df9005698bde2c6cd5874d281c37f0e8ee94dc authored almost 5 years ago by Alan Hartless <[email protected]>
PHP CS fixes

78f8b6429b05ddd5b6aa0fab160a2ed1feb09cfb authored almost 5 years ago by Alan Hartless <[email protected]>
Implement an example of syncing with a 3rd party service

5a4217889b453457f1c459a6c9049b9809e9e2a5 authored almost 5 years ago by Alan Hartless <[email protected]>
Renamed MappingManual to MappingManualFactory

1b41ae1f9ff5e6c4fb1f2561b4e0267b3471351f authored almost 5 years ago by Alan Hartless <[email protected]>
Implement an example MappingManual with a Config helper class and FieldRepository

2a6b5f0450159ada35ddcedd9413c84169e0dbce authored almost 5 years ago by Alan Hartless <[email protected]>
Implemented example client with OAuth 2 client credentials grant

f3cbe793461476cc9741f487008df5255c96e708 authored almost 5 years ago by Alan Hartless <[email protected]>
Implemented example configuration for feature settings

92638ec7d5ec6a0d93648eccfa16c35769aa06b2 authored almost 5 years ago by Alan Hartless <[email protected]>
Updated image from generic

3ccfeefec55c70544920456d8c6916f7b344d1aa authored almost 5 years ago by Alan Hartless <[email protected]>
Implemented example configuration authentication UI

41f17ecf0f8fb387795ff5268a6577c7c770f0ae authored almost 5 years ago by Alan Hartless <[email protected]>
Plugin framework with config, schema, and migration

1c4dae21d650f80c28a1481c41bf7367560e8cdb authored almost 5 years ago by Alan Hartless <[email protected]>