Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release 2024.03 #4701

Merged
merged 7 commits into from
Jan 15, 2024
Merged

Release 2024.03 #4701

merged 7 commits into from
Jan 15, 2024

Conversation

tuxpiper
Copy link
Member

Changes since last release freeze

webong and others added 7 commits November 21, 2023 11:03
* Update UpdatePostCommand.php

Since we're making an update, there's no reason to updating the created column.

* fix: ensure Timestamp is correct before updating entity
composer.json
- Added laravel/ui to fix missing class issues.

FetchSurveyContactByIdQuery.php
- Deleted to fix duplicate class definition error.

DataSourceManagerTest.php
- Added cache reset hack to each related test, to fix test consistency.

IncomingCommandTest.php
ListCommandTest.php
- Commented failing tests (need to be rewritten later).

.gitignore
- Added coverage folder

Dockerfile
- Adds docker-php-ext-enable
- Installs pecl from apt (simplest option)
- Installs xdebug using pecl
- Enables xdebug for fpm and cli
- Copies a custom xdebug ini file into fpm conf.d

Makefile
- Adds a target for remote debugging using xdebug

docker-compose.yml
- Adds XDEBUG_MODE environment variable which defaults to off

docker-php-ext-enable
- a convenience script to enable installed php modules.

docker-php-ext-xdebug.ini
- Customized xdebug ini file for remote debugging.
* Update UpdatePostCommand.php (#4672)

* Update UpdatePostCommand.php

Since we're making an update, there's no reason to updating the created column.

* fix: ensure Timestamp is correct before updating entity

* chore: use laravel config to retrieve settings in V5 config handler

* refactor: update eloquent repo for category

* chore: work on the places we use the data source label

* chore: fix lint in EloquentPostRepository

* test: resolve failing test for V3 endpoints

* chore: update create post command to record post source

* fix lint

* fix: fallback to null when user attribute value is undefined

* fix config data permission

* fix the issue of returned fromated created value

* Update usersetting to accept config value as array

---------

Co-authored-by: Wisdom Ebong <[email protected]>
Co-authored-by: Wisdom Ebong <[email protected]>
Co-authored-by: Mh-Asmi <[email protected]>
Co-authored-by: ushahidlee <[email protected]>
#4686)

* endpoint for media patch (caption only)

* Modified to implement CQRS

* cleaning out the lint
@tuxpiper tuxpiper merged commit 0ff0c29 into release/2024.03 Jan 15, 2024
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants