[PR #81] [MERGED] feat: gitlab search screen #239

Closed
opened 2025-10-31 17:08:03 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/pd4d10/git-touch/pull/81
Author: @shreyas1599
Created: 5/7/2020
Status: Merged
Merged: 5/9/2020
Merged by: @pd4d10

Base: masterHead: search-tab-gitlab


📝 Commits (4)

📊 Changes

4 files changed (+180 additions, -2 deletions)

View changed files

📝 lib/home.dart (+7 -0)
lib/screens/gl_search.dart (+171 -0)
📝 lib/widgets/repository_item.dart (+1 -1)
📝 pubspec.yaml (+1 -1)

📄 Description

Fixes #67

  • Changes made in respository_item.dart as owner was null for projects returned by search. namespace.id fixes this and it works throughout.
  • Added only projects, users tabs as issues search times out. There are issues on gitlab pointing to this error. Global search on issues time out. No fix for now I guess. To make it work we've to restrict the scope to a project or group.

Images

image

image


🔄 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/pd4d10/git-touch/pull/81 **Author:** [@shreyas1599](https://github.com/shreyas1599) **Created:** 5/7/2020 **Status:** ✅ Merged **Merged:** 5/9/2020 **Merged by:** [@pd4d10](https://github.com/pd4d10) **Base:** `master` ← **Head:** `search-tab-gitlab` --- ### 📝 Commits (4) - [`0732105`](https://github.com/pd4d10/git-touch/commit/07321051775b62eeffa734c24caa54862f035c0b) feat: gitlab search screen - [`d01a011`](https://github.com/pd4d10/git-touch/commit/d01a01110156fda919efb848b696f7b58a05d1f8) fix: remove implicit dynamic - [`759c515`](https://github.com/pd4d10/git-touch/commit/759c515a45007d3a0e18583d55fe351341a5b8ed) fix: lint error - [`1b5ddc3`](https://github.com/pd4d10/git-touch/commit/1b5ddc384aeb7a5123bc4dee4e7ceb7a53f9710d) fix: newer version flutter_svg ### 📊 Changes **4 files changed** (+180 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `lib/home.dart` (+7 -0) ➕ `lib/screens/gl_search.dart` (+171 -0) 📝 `lib/widgets/repository_item.dart` (+1 -1) 📝 `pubspec.yaml` (+1 -1) </details> ### 📄 Description Fixes #67 - Changes made in `respository_item.dart` as `owner` was null for `projects` returned by search. `namespace.id` fixes this and it works throughout. - Added only `projects`, `users` tabs as `issues` search times out. There are issues on gitlab pointing to this error. Global search on issues time out. No fix for now I guess. To make it work we've to restrict the scope to a project or group. ## Images ![image](https://user-images.githubusercontent.com/28999492/81295125-8d156700-908d-11ea-9116-300738e32d39.png) ![image](https://user-images.githubusercontent.com/28999492/81295118-8ab30d00-908d-11ea-8e19-d024d50dc545.png) --- <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-10-31 17:08:03 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/git-touch#239