[PR #2066] [MERGED] POC replace travis by Github Actions #2438

Closed
opened 2026-02-27 12:11:02 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/modoboa/modoboa/pull/2066
Author: @kryskool
Created: 10/24/2020
Status: Merged
Merged: 11/9/2020
Merged by: @tonioo

Base: masterHead: gh-actions-poc-1


📝 Commits (10+)

  • a0bf48c POC replace travis by Github Actions
  • bafea31 add libldap2-dev
  • 46df5cc add libsasl2-dev libssl-dev
  • 6271603 Delete .travis.yml
  • 7bf6076 Add specific configuration for PostgreSQL
  • 3d515dc Retrieve PostgreSQL or MySQL port from env var
  • 048d93d Print affected port for the docker service
  • 89ab77a Add Database type and dburl
  • da3594f Fix dbtype
  • ddb2b5d Use environment variable to define the port in use for tests.

📊 Changes

9 files changed (+226 additions, -97 deletions)

View changed files

.github/workflows/modoboa.yml (+180 -0)
.travis.yml (+0 -77)
📝 modoboa/core/tests/test_ldap.py (+2 -1)
📝 modoboa/ldapsync/tests.py (+3 -2)
📝 modoboa/policyd/tests.py (+2 -0)
📝 modoboa/test_settings.py (+10 -9)
📝 setup.py (+6 -1)
📝 test_project/test_project/settings.py (+11 -2)
📝 tests.py (+12 -5)

📄 Description

No description provided


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/modoboa/modoboa/pull/2066 **Author:** [@kryskool](https://github.com/kryskool) **Created:** 10/24/2020 **Status:** ✅ Merged **Merged:** 11/9/2020 **Merged by:** [@tonioo](https://github.com/tonioo) **Base:** `master` ← **Head:** `gh-actions-poc-1` --- ### 📝 Commits (10+) - [`a0bf48c`](https://github.com/modoboa/modoboa/commit/a0bf48c74d32bf13dc662ec3adcf7cfc847f159d) POC replace travis by Github Actions - [`bafea31`](https://github.com/modoboa/modoboa/commit/bafea31af2b0edbb4aa2c7b673c03b7f638947a5) add libldap2-dev - [`46df5cc`](https://github.com/modoboa/modoboa/commit/46df5ccdc4394b4d790d301620cf89616251f8ae) add libsasl2-dev libssl-dev - [`6271603`](https://github.com/modoboa/modoboa/commit/627160325cd9ed46de130b965f158792b67243cb) Delete .travis.yml - [`7bf6076`](https://github.com/modoboa/modoboa/commit/7bf60766da2b943386134748bfe88a9ee06739ca) Add specific configuration for PostgreSQL - [`3d515dc`](https://github.com/modoboa/modoboa/commit/3d515dc4593c785f468823dac7910eccb19a5469) Retrieve PostgreSQL or MySQL port from env var - [`048d93d`](https://github.com/modoboa/modoboa/commit/048d93d7e2fb9aee63d122cab49f9f3c58c12129) Print affected port for the docker service - [`89ab77a`](https://github.com/modoboa/modoboa/commit/89ab77a2caebd508c17d169a00cd126d31833ae9) Add Database type and dburl - [`da3594f`](https://github.com/modoboa/modoboa/commit/da3594f0bd16932fca699ecdd674728442c75156) Fix dbtype - [`ddb2b5d`](https://github.com/modoboa/modoboa/commit/ddb2b5dae9bd2947d82f93e489a8f35e2a40e6ba) Use environment variable to define the port in use for tests. ### 📊 Changes **9 files changed** (+226 additions, -97 deletions) <details> <summary>View changed files</summary> ➕ `.github/workflows/modoboa.yml` (+180 -0) ➖ `.travis.yml` (+0 -77) 📝 `modoboa/core/tests/test_ldap.py` (+2 -1) 📝 `modoboa/ldapsync/tests.py` (+3 -2) 📝 `modoboa/policyd/tests.py` (+2 -0) 📝 `modoboa/test_settings.py` (+10 -9) 📝 `setup.py` (+6 -1) 📝 `test_project/test_project/settings.py` (+11 -2) 📝 `tests.py` (+12 -5) </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-27 12:11:02 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/modoboa-modoboa#2438
No description provided.