Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
38 commits
Select commit Hold shift + click to select a range
930377b
Fix for the cleanup_history task with a large number of parameters
nhoobin Oct 18, 2021
51899f3
Merge pull request #153 from catalyst/fix_cleanup_helper_task
Oct 22, 2021
0b13e57
Update HTTP post action step to correctly obtain body contents.
nhoobin Nov 5, 2021
f8edb18
Add option for stringcompare to error instead of fail.
nhoobin Nov 5, 2021
151ea4d
Merge pull request #157 from catalyst/http-and-stringcompare-updates
nhoobin Nov 5, 2021
c1f3f5a
Add missing foreign key for 'stepconfigid' upgrades
keevan Nov 23, 2021
9e18ab3
Merge pull request #160 from catalyst/fix-schema-for-upgrades
Peterburnett Nov 23, 2021
f6569bf
Add configurable task processing settings (#158)
keevan Nov 26, 2021
bd12195
Update check on error/failed steps to allow for zero values (#162)
keevan Nov 26, 2021
1d953cc
Merge pull request #163 from catalyst/add-configurable-task-limits-an…
Peterburnett Nov 26, 2021
0d432d8
Fix casing on queuelimit string for consistency
keevan Nov 26, 2021
2dd3792
[#164] Fix Unexpected Moodle Internal errors/warnings in CI
keevan Jan 19, 2022
39b2c46
Merge pull request #165 from keevan/164-issue-fix-for-master
danmarsden Jan 19, 2022
ef86c7e
Add webservice action step (#172)
keevan Mar 10, 2022
a4d739c
chore: add reusable workflow for 3.5-3.10
keevan Mar 11, 2022
cf22448
docs: update supported branches in docs
keevan Mar 11, 2022
6a07b83
chore: disable behat for tests since there are no .feature test files
keevan Mar 11, 2022
205db78
Merge pull request #174 from catalyst/168-add-ci-and-update-support-b…
dmitriim Mar 11, 2022
a2fa46c
Improved anonymous execution user handling
Peterburnett Apr 21, 2022
065f363
Fixed JS lint warnings and recompile
Peterburnett Apr 21, 2022
a11c081
Merge pull request #181 from catalyst/webservice-user-safety-35
Peterburnett Apr 26, 2022
c4e72ac
Ensure return value is always of type array
Peterburnett Apr 29, 2022
8dcb389
Merge pull request #184 from catalyst/webservice-fix
Peterburnett Apr 29, 2022
ce4bcf1
fix: issue where the user executing the web service was being updated
keevan May 4, 2022
d0bd7b5
Merge pull request #185 from catalyst/webservice-improvements-to-who-…
Peterburnett May 4, 2022
18e294e
Fixed improper handling of transactions in webservice steps and logging
Peterburnett May 30, 2022
e3c3e96
Merge pull request #187 from catalyst/webservice-transaction
Peterburnett May 30, 2022
96a0209
Updated history filter to allow 0th step to be handled
Peterburnett May 31, 2022
a7e0b81
Merge pull request #188 from catalyst/filter-step0
keevan May 31, 2022
ed9d105
perf(db): add index to improve query times
keevan Oct 18, 2022
b8a4a8e
ci: disable phpdoc checks
keevan Oct 19, 2022
f658b40
Merge pull request #197 from catalyst/add-indexes-MOODLE_35_STABLE
keevan Oct 19, 2022
565a947
Issue#203 Insert tool_trigger_events id into event other data
Jun 5, 2023
321535c
Merge pull request #205 from catalyst/issue#203
dmitriim Jun 7, 2023
4055bf0
issue #209: allow different HTTP methods for http_post_action_step
dmitriim Oct 16, 2023
dd9e5ed
Merge pull request #212 from catalyst/issue-209-MOODLE_35_STABLE
dmitriim Oct 17, 2023
c77d9e8
Fix #232 - ci badge linking MOODLE_35_STABLE
x-iy Jan 15, 2025
65305d0
Merge pull request #235 from catalyst/issue232-35
dmitriim Jan 15, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# .github/workflows/ci.yml
name: ci

on: [push, pull_request]

jobs:
test:
uses: catalyst/catalyst-moodle-workflows/.github/workflows/ci.yml@main
with:
disable_behat: true
disable_phpdoc: true
144 changes: 0 additions & 144 deletions .github/workflows/master.yml

This file was deleted.

25 changes: 8 additions & 17 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
![Build Status](https://github.com/catalyst/moodle-tool_trigger/actions/workflows/master.yml/badge.svg?branch=master)
[![ci](https://github.com/catalyst/moodle-tool_trigger/actions/workflows/ci.yml/badge.svg?branch=MOODLE_35_STABLE)](https://github.com/catalyst/moodle-tool_trigger/actions/workflows/ci.yml?branch=MOODLE_35_STABLE)

# Event Trigger

Expand All @@ -12,30 +12,21 @@ Each workflow is made up of a series of *steps*. Steps can be things like:

The plugin is designed to be extensible and contributions are welcome to extend the available actions.

More configuration documentation can be found at the following link:
More configuration documentation can be found at the following link:

* https://github.com/catalyst/moodle-tool_trigger/wiki

More Information on Moodle events can be found in the Moodle documentation at the following link:

* https://docs.moodle.org/dev/Event_2

## Supported Moodle Versions
This plugin currently supports Moodle:

* 3.5
* 3.8
* 3.9
* 3.10
* 3.11

## Branches ##
The following maps the plugin version to use depending on your Moodle version.

| Moodle verion | Branch |
| ------------------ | ----------- |
| Moodle 3.5 to 3.10 | master |
| Moodle 3.11+ | MOODLE_311 |
| Moodle verion | Branch |
| ------------------ | ------------------ |
| Moodle 3.5 to 3.10 | MOODLE_35_STABLE |
| Moodle 3.11+ | MOODLE_311_STABLE |

## Moodle Plugin Installation
The following sections outline how to install the Moodle plugin.
Expand All @@ -55,7 +46,7 @@ To install the plugin in Moodle via the Moodle User Interface:
3. Install plugin from Moodle Plugin directory or via zip upload.

## Plugin Setup
Plugin setup and configuration documentation can be found at the following link:
Plugin setup and configuration documentation can be found at the following link:

* https://github.com/catalyst/moodle-tool_trigger/wiki

Expand All @@ -74,7 +65,7 @@ https://www.catalyst-au.net/

# Contributing and Support

Issues, and pull requests using github are welcome and encouraged!
Issues, and pull requests using github are welcome and encouraged!

https://github.com/catalyst/moodle-tool_trigger/issues

Expand Down
14 changes: 12 additions & 2 deletions amd/build/import_workflow.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading
Loading