Skip to content

Commit

Permalink
Merge pull request #96 from bdecentgmbh/dev
Browse files Browse the repository at this point in the history
Call it 2.0 RC
  • Loading branch information
stefanscholz authored May 22, 2024
2 parents d2e734c + c4044c4 commit a6c75f1
Show file tree
Hide file tree
Showing 52 changed files with 2,839 additions and 151 deletions.
20 changes: 7 additions & 13 deletions .github/workflows/moodle-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- 5432:5432
options: --health-cmd pg_isready --health-interval 10s --health-timeout 5s --health-retries 3
mariadb:
image: mariadb:10.5
image: mariadb:10.6.7
env:
MYSQL_USER: 'root'
MYSQL_ALLOW_EMPTY_PASSWORD: "true"
Expand All @@ -28,21 +28,15 @@ jobs:
fail-fast: false
matrix:
include:
- php: '8.0'
moodle-branch: 'MOODLE_400_STABLE'
- php: '8.2'
moodle-branch: 'MOODLE_403_STABLE'
database: 'pgsql'
- php: '7.4'
moodle-branch: 'MOODLE_311_STABLE'
- php: '8.1'
moodle-branch: 'MOODLE_402_STABLE'
database: 'mariadb'
- php: '7.4'
moodle-branch: 'MOODLE_311_STABLE'
database: 'pgsql'
- php: '7.4'
moodle-branch: 'MOODLE_310_STABLE'
- php: '8.0'
moodle-branch: 'MOODLE_401_STABLE'
database: 'pgsql'
- php: '7.3'
moodle-branch: 'MOODLE_39_STABLE'
database: 'mariadb'

steps:
- name: Check out repository code
Expand Down
3 changes: 3 additions & 0 deletions amd/build/gradient.min.js

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

1 change: 1 addition & 0 deletions amd/build/gradient.min.js.map

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

3 changes: 3 additions & 0 deletions amd/build/gradienthandler.min.js

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

1 change: 1 addition & 0 deletions amd/build/gradienthandler.min.js.map

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

3 changes: 3 additions & 0 deletions amd/build/lc_color_picker.min.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions amd/build/lc_color_picker.min.js.map

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions amd/build/lc_color_picker.min.map

Large diffs are not rendered by default.

3 changes: 3 additions & 0 deletions amd/src/gradient.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
define(['block_dash/lc_color_picker'], function(Picker) {
return Picker;
});
7 changes: 7 additions & 0 deletions amd/src/gradienthandler.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
define([], function () {
return {
init: function() {
alert('demo');
}
};
});
Loading

0 comments on commit a6c75f1

Please sign in to comment.