Skip to content

Commit 9291bb2

Browse files
authored
Merge branch 'raycast:main' into main
2 parents e0bb76c + c38d279 commit 9291bb2

File tree

168 files changed

+16303
-4356
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

168 files changed

+16303
-4356
lines changed

β€Ž.github/CODEOWNERSβ€Ž

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,7 @@
111111
/extensions/associated-press @Dammmien
112112
/extensions/asyncapi @smoya
113113
/extensions/at-profile @chrismessina @pedrecal
114+
/extensions/atlassian-data-center @tofrankie
114115
/extensions/atomberg-raycast-extension @gupta-ji6
115116
/extensions/atomic @joepio
116117
/extensions/atproto-utilities @futurGH
@@ -1165,7 +1166,7 @@
11651166
/extensions/maplestory-gg @LitoMore @pernielsentikaer
11661167
/extensions/marginnote @ourongxing
11671168
/extensions/markdown-blog-manager @pyronaur
1168-
/extensions/markdown-codeblock @lacherogwu
1169+
/extensions/markdown-codeblock @lacherogwu @xilopaint
11691170
/extensions/markdown-image-to-html @qeude @daniellacoste
11701171
/extensions/markdown-navigator @chihkang
11711172
/extensions/markdown-preview @JohanDevl
@@ -1757,7 +1758,7 @@
17571758
/extensions/remember-this @Ek2100 @ridemountainpig
17581759
/extensions/remove-background @maantje @FezVrasta
17591760
/extensions/remove-background-powered-by-mac @remorses @ridemountainpig @andreaselia
1760-
/extensions/remove-paywall @tegola @whitespacecode @DannySeidel @artivilla @maxoliinyk
1761+
/extensions/remove-paywall @tegola @whitespacecode @DannySeidel @artivilla @maxoliinyk @0xdhrv
17611762
/extensions/remove-window-from-set @Silv-1
17621763
/extensions/rename-images-with-ai @husnainfareed
17631764
/extensions/renaming @theodaguier @pernielsentikaer @ridemountainpig

β€Ž.github/extensionName2Folder.jsonβ€Ž

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,7 @@
110110
"Dammmien/associated-press": "associated-press",
111111
"smoya/asyncapi": "asyncapi",
112112
"chrismessina/at-profile": "at-profile",
113+
"tofrankie/atlassian-data-center": "atlassian-data-center",
113114
"gupta_ji/atomberg-raycast-extension": "atomberg-raycast-extension",
114115
"joepio/atomic": "atomic",
115116
"ftrstk/atproto-utilities": "atproto-utilities",
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
2+
3+
# dependencies
4+
/node_modules
5+
6+
# Raycast specific files
7+
raycast-env.d.ts
8+
.raycast-swift-build
9+
.swiftpm
10+
compiled_raycast_swift
11+
compiled_raycast_rust
12+
13+
# misc
14+
.DS_Store
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
{
2+
"printWidth": 120,
3+
"singleQuote": false
4+
}
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
# Atlassian Data Center Changelog
2+
3+
## [v1.0.0] - 2025-11-21
4+
5+
- Support for Confluence search and management
6+
- Support for Jira search and management
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
MIT License
2+
3+
Copyright (c) 2025 Frankie
4+
5+
Permission is hereby granted, free of charge, to any person obtaining a copy
6+
of this software and associated documentation files (the "Software"), to deal
7+
in the Software without restriction, including without limitation the rights
8+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9+
copies of the Software, and to permit persons to whom the Software is
10+
furnished to do so, subject to the following conditions:
11+
12+
The above copyright notice and this permission notice shall be included in all
13+
copies or substantial portions of the Software.
14+
15+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21+
SOFTWARE.
Lines changed: 45 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,45 @@
1+
# Atlassian Data Center
2+
3+
A Raycast extension for Atlassian Data Center products to search and manage Confluence and Jira, with CQL/JQL syntax support.
4+
5+
## βš™οΈ Setup Required
6+
7+
This extension integrates with your Atlassian applications using Personal Access Token (PAT), which are a secure way to authenticate external applications. [Learn more](https://confluence.atlassian.com/enterprise/using-personal-access-tokens-1026032365.html)
8+
9+
> [!IMPORTANT]
10+
> Keep your Personal Access Token secure. If compromised, revoke it immediately.
11+
12+
On first use, you'll need to provide:
13+
14+
- **Confluence Base URL**: Base URL of your Confluence Data Center instance, e.g. `https://confluence.example.com`
15+
- **Confluence PAT**: Create it from Confluence β†’ Profile β†’ Personal Access Tokens β†’ Create token
16+
- **Jira Base URL**: Base URL of your Jira Data Center instance, e.g. `https://jira.example.com`
17+
- **Jira PAT**: Create it from Jira β†’ Profile β†’ Personal Access Tokens β†’ Create token
18+
19+
## ✨ Features
20+
21+
### πŸ“š Confluence
22+
23+
- **Search Contents** - Search Confluence contents, including pages, blog posts, comments, and attachments
24+
- **Search Spaces** - Search Confluence spaces
25+
- **Search Users** - Search Confluence users
26+
- **CQL Support** - Use [Confluence Query Language](https://developer.atlassian.com/server/confluence/rest/v1020/intro/#advanced-searching-using-cql) for advanced searches
27+
- **Common Filters** - Viewed Recently, Created by Me, Contributed by Me, Mentions Me, My Favourites, Watched by Me
28+
29+
### πŸ› Jira
30+
31+
- **Search Issues** - Search Jira issues
32+
- **Board View** - View Jira board
33+
- **Worklog View** - View Jira worklog
34+
- **Notification View** - View Jira notifications (requires [Notifications for Jira](https://marketplace.atlassian.com/apps/1217434/notifications-in-jira-desktop-and-icon-alerts) plugin on your Jira instance)
35+
- **Manage Fields** - Manage custom fields for Jira issue search. Use "Add to Search" to include user-type custom fields in search results, which will display their values in the tooltip when searching issues
36+
- **JQL Support** - Use [Jira Query Language](https://confluence.atlassian.com/jiracoreserver/advanced-searching-939937709.html) for complex searches
37+
- **Common Filters** - My Open Issues, Open Issues, Assigned to Me, Reported by Me, Created Recently, Updated Recently, Resolved Recently, Viewed Recently, Watched by Me
38+
39+
## πŸ”§ Troubleshooting
40+
41+
- If pagination doesn't work properly, try increasing the pagination size to ensure results exceed the Raycast window height.
42+
43+
## πŸ“„ License
44+
45+
MIT
Lines changed: 18 additions & 0 deletions
Loading
Lines changed: 3 additions & 0 deletions
Loading
Lines changed: 3 additions & 0 deletions
Loading

0 commit comments

Comments
Β (0)