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

Run CI tests using Gihub actions #1

Closed
wants to merge 2 commits into from
Closed

Conversation

cedric-anne
Copy link
Owner

Q A
Bug fix? yes/no
New feature? yes/no
BC breaks? no
Deprecations? no
Tests pass? yes
Fixed tickets #number

@cedric-anne cedric-anne force-pushed the 9.x/github-ci branch 8 times, most recently from 7454c7f to 77d43e5 Compare September 24, 2019 13:56
@cedric-anne cedric-anne force-pushed the 9.x/github-ci branch 10 times, most recently from 6e13298 to 6ed9da2 Compare September 27, 2019 15:15
@cedric-anne cedric-anne force-pushed the 9.x/github-ci branch 2 times, most recently from fdd9585 to 0a553ee Compare October 3, 2019 08:45
@cedric-anne
Copy link
Owner Author

Done in glpi-project#6366

@cedric-anne cedric-anne closed this Oct 3, 2019
@cedric-anne cedric-anne deleted the 9.x/github-ci branch October 3, 2019 10:32
cedric-anne added a commit that referenced this pull request Sep 25, 2020
cedric-anne added a commit that referenced this pull request Oct 2, 2020
cedric-anne added a commit that referenced this pull request Oct 2, 2020
cedric-anne added a commit that referenced this pull request Oct 2, 2020
cedric-anne added a commit that referenced this pull request Oct 2, 2020
cedric-anne added a commit that referenced this pull request Oct 7, 2020
cedric-anne added a commit that referenced this pull request Oct 8, 2020
cedric-anne added a commit that referenced this pull request Oct 14, 2020
cedric-anne added a commit that referenced this pull request Oct 14, 2020
cedric-anne added a commit that referenced this pull request Oct 14, 2020
* Fix 'Notice: spl_autoload_register(): Argument #2 () has been ignored, spl_autoload_register() will always throw'

* Fix 'Fatal error: Declaration of Project::getKanbanColumns() must be compatible with Glpi\Features\Kanban::getKanbanColumns()'

* Fix 'Uncaught Exception TypeError: abs(): Argument #1 () must be of type int|float, string given'

* Handle missing index key on CommonDBTM::update()

* Adapt error handler to PHP 8 changes

* Fix Group_User::testIsUserInGroup() test (Group do not have a is_deleted field)

* Fix Search::testMetaComputerUser() test

* Update sabre/http to fix PHP 8 issue

* Fix 'Uncaught Exception TypeError: Unsupported operand types: array & int in /var/www/glpi/inc/session.class.php at line 1001'

* Fix 'Returning bool from comparison function is deprecated, return an integer'

* Remove usage of error context in specific error handler
cedric-anne added a commit that referenced this pull request Oct 5, 2021
cedric-anne added a commit that referenced this pull request Sep 12, 2022
…s not contravariant with parameter #1 $offset (mixed) of method SeekableIterator::seek().
cedric-anne added a commit that referenced this pull request Sep 14, 2022
* Add PHPStan level 0 check
* Fix: Method NotificationSettingConfig::update() should return bool but return statement is missing.
* Fix: Method Html::showDatesTimelineGraph() should return array but return statement is missing.
* Fix: Array has 2 duplicate keys with value 'multiple' ('multiple', 'multiple').
* Fix: Access to an undefined property HTMLTableMain::$title.
* Fix: Access to an undefined property HTMLTableGroup::$ordered_headers.
* Fix: Variable $subheader_name is undefined
* Fix: Access to an undefined property HTMLTableCell::$numberOfLines.
* Fix: Access to an undefined property HTMLTableCell::$start.
* Fix: Call to function unset() contains undefined variable $name|$type|$cbbox|$cidinfo|$cw|$dw.
* Fix: Method GLPIMailer::setLanguage() should return bool but return statement is missing.
* Fix FieldUnicity display when there is no fields selected
* Fix: Method Glpi\Features\PlanningEvent::getAlreadyPlannedInformation() should return string but return statement is missing.
* Fix: Call to an undefined static method PlanningExternalEventTemplate::getVisibilityCriteria().
* Fix: Instantiated class CommonITILTask is abstract.
* Fix: Undefined variable: $options
* Fix: Method DropdownTranslation::regenerateAllCompletenameTranslationsFor() should return string but return statement is missing.
* Fix: Method Dropdown::showFrequency() should return int|string but return statement is missing.
* Fix: Method Domain_Item::showForItem() should return bool but return statement is missing.
* Remove Domain::getAdditionalFields() (Domain does not inherits CommonDropdown anymore)
* Fix: Method Document_Item::showAddFormForItem() should return bool but return statement is missing.
* Fix: Method Device*::getHTMLTableHeader() should return HTMLTableHeader but return statement is missing.
* Fix: Undefined variable: $RELATION
* Fix: Method DatabaseInstance::getTabNameForItem() should return string but return statement is missing.
* Fix: Method DCRoom::getTabNameForItem() should return string but return statement is missing.
* Fix: Result of method DBmysqlIterator::handleFields() (void) is used.
* Fix: Method DBmysql::rollBack() should return bool but return statement is missing.
* Fix: Method CronTask::cronInfo() should return array but return statement is missing.
* Fix rights checks on CronTask massive actions
* Fix: Result of method CronTask::showHistoryDetail() (void) is used.
* Fix: Method Contact::getAddress() should return string but return statement is missing.
* Fix: Method Consumable::getStatus() should return string but return statement is missing.
* Fix: Access to undefined constant Glpi\Console\Migration\UnsignedKeysCommand::ERROR_UNABLE_TO_UPDATE_CONFIG.
* Fix: Class DB not found.
* Fix: Undefined variable: $parent
* Fix: Undefined variable: $title
* Fix: Method CommonGLPI::canUpdate() should return bool but return statement is missing.
* Fix: Call to an undefined static method static(CommonGLPI)::getIcon().
* Fix: Call to an undefined method $this(CommonGLPI)::isField().
* Fix: Call to an undefined method CommonGLPI::getNameID().
* Fix: Call to an undefined method CommonGLPI::getFromDB().
* Fix: Access to an undefined property CommonGLPI::$fields.
* Fix: Call to an undefined method CommonGLPI::getLink().
* Fix: Method CommonGLPI::getErrorMessage() should return string but return statement is missing.
* Fix: Access to an undefined property CommonGLPI::$fields.
* Fix: Access to an undefined property CommonDBVisible::$entities|groups|profiles|users.
* Fix Glpi\Features\PlanningEvent::post_getEmpty()
* Fix: Parameter #1 $position (int) of method DBmysqlIterator::seek() is not contravariant with parameter #1 $offset (mixed) of method SeekableIterator::seek().
* Fix: Call to an undefined static method static(CommonDBTM)::getDcBreadcrumbSpecificValueToDisplay().
* Fix: Access to an undefined property CommonDBTM::$itemtype.
* Fix: Result of method CommonDBTM::canGlobal() (void) is used.
* Fix: Result of method CommonDBTM::updateInDB() (void) is used.
* Fix: Call to an undefined method CommonDBTM::clone().
* Fix: Method CommonDBTM::restoreSavedValues() should return array but return statement is missing.
* Fix: Method Certificate_Item::showForItem() should return bool but return statement is missing.
* Fix: Result of static method Contract::showCentral() (void) is used.
* Fix: Method Cartridge::uninstall() should return bool but return statement is missing.
* Fix: Method AuthLDAP::ldapImportUserByServerId() should return array|bool but return statement is missing.
* Fix: Unsafe usage of new static().
* Fix: Function brotli_compress|brotli_uncompress not found.
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.

1 participant