[PR #2704] [MERGED] Integration test for activity page #16546

Closed
opened 2025-11-02 12:13:08 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/go-gitea/gitea/pull/2704
Author: @lafriks
Created: 10/15/2017
Status: Merged
Merged: 10/15/2017
Merged by: @lafriks

Base: masterHead: feat/add_test_for_activity


📝 Commits (5)

  • 0ed7ec9 Integration test for activity page
  • 75f9fa4 Small code refactoring for acitvity page
  • b672d3c Move activity stats calculation logic to model
  • 5d02ffc Merge branch 'master' into feat/add_test_for_activity
  • cbd6062 Merge branch 'master' into feat/add_test_for_activity

📊 Changes

6 files changed (+122 additions, -61 deletions)

View changed files

📝 integrations/editor_test.go (+4 -9)
📝 integrations/pull_create_test.go (+1 -1)
📝 integrations/pull_merge_test.go (+2 -2)
integrations/repo_activity_test.go (+61 -0)
📝 models/repo_activity.go (+50 -25)
📝 routers/repo/activity.go (+4 -24)

📄 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/go-gitea/gitea/pull/2704 **Author:** [@lafriks](https://github.com/lafriks) **Created:** 10/15/2017 **Status:** ✅ Merged **Merged:** 10/15/2017 **Merged by:** [@lafriks](https://github.com/lafriks) **Base:** `master` ← **Head:** `feat/add_test_for_activity` --- ### 📝 Commits (5) - [`0ed7ec9`](https://github.com/go-gitea/gitea/commit/0ed7ec90d85f1fd66841cb6c5dc8485fec515610) Integration test for activity page - [`75f9fa4`](https://github.com/go-gitea/gitea/commit/75f9fa494a47dfb332558d50ce967b6bd1973424) Small code refactoring for acitvity page - [`b672d3c`](https://github.com/go-gitea/gitea/commit/b672d3c63e950eac3670305cb0819ad1a0ecf0db) Move activity stats calculation logic to model - [`5d02ffc`](https://github.com/go-gitea/gitea/commit/5d02ffc890c5ed33636b31eed9ce1a2b5f2d162c) Merge branch 'master' into feat/add_test_for_activity - [`cbd6062`](https://github.com/go-gitea/gitea/commit/cbd60624256b5b605f6b79f86d60a94a973b9e8a) Merge branch 'master' into feat/add_test_for_activity ### 📊 Changes **6 files changed** (+122 additions, -61 deletions) <details> <summary>View changed files</summary> 📝 `integrations/editor_test.go` (+4 -9) 📝 `integrations/pull_create_test.go` (+1 -1) 📝 `integrations/pull_merge_test.go` (+2 -2) ➕ `integrations/repo_activity_test.go` (+61 -0) 📝 `models/repo_activity.go` (+50 -25) 📝 `routers/repo/activity.go` (+4 -24) </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2025-11-02 12:13:08 -06:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/gitea#16546