Skip to content

Add gitlab extension#2

Merged
PitNikola merged 11 commits intoraycast:mainfrom
tonka3000:add-gitlab
Oct 13, 2021
Merged

Add gitlab extension#2
PitNikola merged 11 commits intoraycast:mainfrom
tonka3000:add-gitlab

Conversation

@tonka3000
Copy link
Contributor

@tonka3000 tonka3000 commented Oct 11, 2021

Description

Add GitLab extension

Type of change

  • New extension

Screenshot

gitlab_raycast_ext

⚙️ Initial Setup (with audio)

setup_gitlab_raycast_extension.mp4

🚴 Tour de Raycast GitLab commands (with audio)

tour_de_gitlab_raycast_extension.mp4

Checklist

@PitNikola
Copy link
Member

PitNikola commented Oct 11, 2021

@tonka3000, could you please provide a video for your commands? Nobody on our team is a GitLab user so we might not have enough content when setting up new account.

@tonka3000
Copy link
Contributor Author

Sure, I will add some video for setting it up and for the commands. @mattisssa already done this in the past.

@tonka3000
Copy link
Contributor Author

@PitNikola I've added the videos to the description.

Copy link
Member

@PitNikola PitNikola left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hey Michael! Quite impressive extension you've got here! Generally looks good, but I noticed few things that we would need to address before publishing:

  1. Empty state view flickers before initial data is loaded. I noticed it in few of your commands. This most likely happens because you render empty list before the data arrives from network. Please check out this example on how to avoid that.
  2. In some cases you have the action panel that mixes actions with icons and without. This cause layout to look inconsistent. We are going add to our guidelines a rule that you should either provide icons for all actions or not provide them at all (at rare cases). Let me know if you struggle coming up with appropriate icons for particular actions, we might help.
  3. You specified MPL-2.0 license in package.json. Please use MIT license since that's what what we have in the root of the repo and it's most permissive one.

All 3 issues apply to your other extensions so you'll need to address it everywhere.

@tonka3000
Copy link
Contributor Author

@PitNikola Initial state flickering should now be gone. I've added all missing action icons (mostly it was the Show Details action).

@tonka3000 tonka3000 requested a review from PitNikola October 13, 2021 06:46
@tonka3000 tonka3000 requested a review from PitNikola October 13, 2021 10:09
@PitNikola PitNikola merged commit 46a8255 into raycast:main Oct 13, 2021
@tonka3000 tonka3000 deleted the add-gitlab branch October 13, 2021 17:18
@loris loris mentioned this pull request Oct 20, 2021
1 task
tisfeng added a commit to tisfeng/Raycast-extensions that referenced this pull request Jun 2, 2022
02e8fc31 chore: run prettier
34572d3d chore: remove react-devtools
8ce4b4ab Merge pull request raycast#3 from tisfeng/dependabot/npm_and_yarn/follow-redirects-1.15.1
938c424a chore(deps): bump follow-redirects from 1.14.7 to 1.15.1
90a410fa Create codeql-analysis.yml
4740e05e Merge pull request raycast#1 from tisfeng/dependabot/npm_and_yarn/minimist-1.2.6
fe292c97 Merge pull request raycast#2 from tisfeng/dependabot/npm_and_yarn/ansi-regex-3.0.1
acd5d0f5 chore(deps): bump ansi-regex from 3.0.0 to 3.0.1
4a052e63 chore(deps): bump minimist from 1.2.5 to 1.2.6
46a5b594 doc: update README

git-subtree-dir: extensions/easydict
git-subtree-split: 02e8fc31b7401f40f50ef92642e4a58b3887fa2c
pernielsentikaer added a commit that referenced this pull request Jun 16, 2022
* Squashed 'extensions/easydict/' content from commit a71d29c0

git-subtree-dir: extensions/easydict
git-subtree-split: a71d29c0803bf76cbf4d6adcbe17af6f5360ff02

* Squashed 'extensions/easydict/' changes from a71d29c0..b867d448

b867d448 chore: run npm, run prettier

git-subtree-dir: extensions/easydict
git-subtree-split: b867d4481f71efc88cc75c1a7a4b8dd04916671d

* Squashed 'extensions/easydict/' changes from b867d448..02e8fc31

02e8fc31 chore: run prettier
34572d3d chore: remove react-devtools
8ce4b4ab Merge pull request #3 from tisfeng/dependabot/npm_and_yarn/follow-redirects-1.15.1
938c424a chore(deps): bump follow-redirects from 1.14.7 to 1.15.1
90a410fa Create codeql-analysis.yml
4740e05e Merge pull request #1 from tisfeng/dependabot/npm_and_yarn/minimist-1.2.6
fe292c97 Merge pull request #2 from tisfeng/dependabot/npm_and_yarn/ansi-regex-3.0.1
acd5d0f5 chore(deps): bump ansi-regex from 3.0.0 to 3.0.1
4a052e63 chore(deps): bump minimist from 1.2.5 to 1.2.6
46a5b594 doc: update README

git-subtree-dir: extensions/easydict
git-subtree-split: 02e8fc31b7401f40f50ef92642e4a58b3887fa2c

* Squashed 'extensions/easydict/' changes from 02e8fc31..e85b1f1d

e85b1f1d doc: update README
c800d072 doc: update README

git-subtree-dir: extensions/easydict
git-subtree-split: e85b1f1d34a1e583723d17fed088eb81b56fdef8

* Squashed 'extensions/easydict/' changes from e85b1f1d..b3579838

b3579838 feat: according to the translation language, generate web translate link
7401f698 feat: set maxInputTextLength=2000
94c06d50 fix: incorrect way to save and query clipboard records

git-subtree-dir: extensions/easydict
git-subtree-split: b3579838cc6da59acef85d38c8de40058583e9bd

* style: change Copy action title to Copy Text

* fix: update Youdao and Baidu AppId, App Secret

* style: change copy action title to "Copy Text"

* Update components.tsx

* Updated metadata

* Added missing configurations files

* Renamed files and added more metadata images

* Added missing dep

* fix: resolve eslint errors

* Update CHANGELOG.md

Co-authored-by: Per Nielsen Tikær <per@raycast.com>
pernielsentikaer pushed a commit that referenced this pull request Feb 27, 2023
* Handle errors in GraphQL response payload

* Run codegen

* Handle case where access token might not be able to access personal Account

* replace logo asset (#2)

* replace logo asset

* chore: remove service name from command title

* ray lint --fix

* Update changelog

---------

Co-authored-by: Jamie Barton <jamie@notrab.dev>
fonimus added a commit to fonimus/raycast-extensions that referenced this pull request Mar 1, 2023
- chore: prepare for public store
- chore: package.json
- fix: package-lock
- chore: move extensions
- chore: package.json
- fix: package-lock
- feat: rename extensions in package.json
- feat: rename vault command
- fix: screenshots resolution
- feat: add changelog
- feat: add screeshots
- fix: package-lock
- fix: github package.json name
- fix: github extension
- fix: package-lock
- feat: update icon
- feat: rename github to github pulls
- feat: rename github to github pulls
- fix: publish workflow
- deps: update (raycast#18)
- feat: add multiple login methods (raycast#17)
- feat(vault): add favorite namespaces easy switch (raycast#16)
- feat(kafka): add list section (raycast#10)
- feat(vault): add options to disable write and/or delete (raycast#9)
- feat: move to npm (raycast#8)
- feat: white icon for menu bar and display lag even if currently loading (raycast#7)
- ci: rename list extensions -> list for matrix
- ci: rename list extensions -> list for matrix
- ci: conditional publish on changes files
- chore(kafka-menu-bar): update log (raycast#6)
- feat: reusable list extensions workflow
- fix: publish workflow
- fix: publish workflow (raycast#5)
- feat: add publish workflow
- fix: ci (raycast#4)
- feat: add actions
- feat: add dependabot
- feat: monorepo
- docs: improve kafka documentation
- docs: add kakfa doc link in readme
- feat: add conf to hide consumers without lag
- feat: add metadata extractor
- feat: add partitions in topics and improve compacted tag
- fix: kafka extension icon
- feat(kafka): new extension
- deps: update raycast
- feat(vault): add paste to current app
- feat(vault): add favorites management
- chore(doc): improve documentation
- Merge pull request raycast#2 from fonimus/feat/license
- Merge pull request raycast#1 from fonimus/feat/build-sh
- Merge pull request raycast#3 from fonimus/feat/git-ignore
- feat(vault): add list/create/delete entities
- feat(github): improve list accessories
- feat(github): improve list accessories
- feat(github): remove pr number when details are shown
- fix(github): remove labels from list temporarily (bug in raycast/extensions raycast#3359)
- chore(git): add .gitignore
- chore(license): add MIT license
- chore(build): add extension builder
- feat(github): improve left icon for bots, waiting, etc
- feat(github): improve left icon for bots, waiting, etc
- feat(github): add pr number in navigation and set approval as left icon
- fix(vault): typo
- chore(deps): migrate to last raycast version
- chore(all): reformat with prettier
- fix(vault): fix logo dimension
- ♻️ Remove unused url preference
- 🐛 Remove console logs
- 🔧 Fix readme
- 🔧 Add dsstore to gitignore
- 🔧 Update manifests
- ✨(vault) Save show technical paths in cache
- ✨(github) Add draft information
- ✨(vault) Add folder recursive deletion
- ✨(vault) Add json validation when adding new version
- ✨ Add tint color in icons
- ✨ Add tint color in icons, add mark in user avatar
- 🔨 Add react hooks eslint plugin
- 🐛 Fix reloading issue
- ✨ Add owner name in repo list and copy pr url in clipboard
- 🔧 Remove organization from preferences
- ✨ Add approve action, add possibility to show/hide details, add number of approvals in list/detail
- ♻️ Use useCallback hook and make actions methods components
- ♻️ Use usePromise from raycast utils when possible
- 🐛 Fix system sound by replacing unnecessary submit form action by standard action
- ♻️ Use useCachedState from raycast utils
- 🎉 Init project with vault and github extensions
- Initial commit
canac added a commit to canac/extensions that referenced this pull request May 31, 2023
- Make starting branch configurable
- Prepare for publish
- Update eslint config
- Move hook to component
- Add command to create new worktree
- Only replace ~/
- Document unnecessary eslint-disable
- Make terminal and editor configurable
- Use fd when possible
- Display error message
- Add confirmation toast
- Ignore the main worktree
- Parse porcelain format
- Raycast extension for managing git worktrees
- Update dependencies
- Migrate to latest
- Fix package name
- Remove superjson dependency
- Fix useEffect dependencies
- Merge pull request raycast#10 from canac/dependabot/npm_and_yarn/journal/electron-and-react-devtools-23.2.4
- Merge pull request raycast#9 from canac/dependabot/npm_and_yarn/bible/electron-and-react-devtools-23.2.4
- Bump electron and react-devtools in /journal
- Bump electron and react-devtools in /bible
- Merge pull request raycast#8 from canac/dependabot/npm_and_yarn/bible/node-fetch-3.2.10
- Merge pull request raycast#6 from canac/dependabot/npm_and_yarn/bible/http-cache-semantics-4.1.1
- Merge pull request raycast#7 from canac/dependabot/npm_and_yarn/bible/ansi-regex-3.0.1
- Merge pull request raycast#5 from canac/dependabot/npm_and_yarn/bible/minimist-1.2.8
- Bump node-fetch from 3.2.0 to 3.2.10 in /bible
- Bump ansi-regex from 3.0.0 to 3.0.1 in /bible
- Bump http-cache-semantics from 4.1.0 to 4.1.1 in /bible
- Bump minimist from 1.2.5 to 1.2.8 in /bible
- Add BibleGateway scraper
- Improve journal extension metadata
- Run prettier
- Merge pull request raycast#4 from canac/dependabot/npm_and_yarn/journal/minimatch-3.1.2
- Bump minimatch from 3.0.4 to 3.1.2 in /journal
- Merge pull request raycast#3 from canac/dependabot/npm_and_yarn/journal/http-cache-semantics-4.1.1
- Bump http-cache-semantics from 4.1.0 to 4.1.1 in /journal
- Merge pull request raycast#2 from canac/dependabot/npm_and_yarn/journal/ansi-regex-3.0.1
- Bump ansi-regex from 3.0.0 to 3.0.1 in /journal
- Merge pull request raycast#1 from canac/dependabot/npm_and_yarn/journal/minimist-1.2.6
- Bump minimist from 1.2.5 to 1.2.6 in /journal
- Keep Raycast open after choosing a tag
- Clear the tag search after choosing a tag
- Journal Raycast extension
- Initial commit
omarshahine added a commit to omarshahine/extensions that referenced this pull request Jun 16, 2023
attempt raycast#2 at fixing the fall back command with duplicated query.

Also removed tzfeng as a contributor since it appears he is no longer in the raycast contributor list.
raycastbot added a commit that referenced this pull request Jun 20, 2023
…7155)

* Fixing three bugs

Fixing Three Issues / Two bugs
- Extension only worked in English. Fixed up code to be language agnostic
- Sometimes the fallback invocation resulted in the search query being duplicated so "Query" would appear "QueryQuery". This is not consistent, but I added some code to deal with this issue.

#6333

#6559

#4391

* Update CHANGELOG.md

* Update CHANGELOG.md and optimise images

* Fixing fallback command double query

attempt #2 at fixing the fall back command with duplicated query.

Also removed tzfeng as a contributor since it appears he is no longer in the raycast contributor list.

* Updating changelog to include Throttle fix

* Adding fengtianze back as a contributor

---------

Co-authored-by: Per Nielsen Tikær <per@raycast.com>
Co-authored-by: raycastbot <bot@raycast.com>
thomaslombart pushed a commit that referenced this pull request Jul 7, 2023
* Add worktrees extension

- Make starting branch configurable
- Prepare for publish
- Update eslint config
- Move hook to component
- Add command to create new worktree
- Only replace ~/
- Document unnecessary eslint-disable
- Make terminal and editor configurable
- Use fd when possible
- Display error message
- Add confirmation toast
- Ignore the main worktree
- Parse porcelain format
- Raycast extension for managing git worktrees
- Update dependencies
- Migrate to latest
- Fix package name
- Remove superjson dependency
- Fix useEffect dependencies
- Merge pull request #10 from canac/dependabot/npm_and_yarn/journal/electron-and-react-devtools-23.2.4
- Merge pull request #9 from canac/dependabot/npm_and_yarn/bible/electron-and-react-devtools-23.2.4
- Bump electron and react-devtools in /journal
- Bump electron and react-devtools in /bible
- Merge pull request #8 from canac/dependabot/npm_and_yarn/bible/node-fetch-3.2.10
- Merge pull request #6 from canac/dependabot/npm_and_yarn/bible/http-cache-semantics-4.1.1
- Merge pull request #7 from canac/dependabot/npm_and_yarn/bible/ansi-regex-3.0.1
- Merge pull request #5 from canac/dependabot/npm_and_yarn/bible/minimist-1.2.8
- Bump node-fetch from 3.2.0 to 3.2.10 in /bible
- Bump ansi-regex from 3.0.0 to 3.0.1 in /bible
- Bump http-cache-semantics from 4.1.0 to 4.1.1 in /bible
- Bump minimist from 1.2.5 to 1.2.8 in /bible
- Add BibleGateway scraper
- Improve journal extension metadata
- Run prettier
- Merge pull request #4 from canac/dependabot/npm_and_yarn/journal/minimatch-3.1.2
- Bump minimatch from 3.0.4 to 3.1.2 in /journal
- Merge pull request #3 from canac/dependabot/npm_and_yarn/journal/http-cache-semantics-4.1.1
- Bump http-cache-semantics from 4.1.0 to 4.1.1 in /journal
- Merge pull request #2 from canac/dependabot/npm_and_yarn/journal/ansi-regex-3.0.1
- Bump ansi-regex from 3.0.0 to 3.0.1 in /journal
- Merge pull request #1 from canac/dependabot/npm_and_yarn/journal/minimist-1.2.6
- Bump minimist from 1.2.5 to 1.2.6 in /journal
- Keep Raycast open after choosing a tag
- Clear the tag search after choosing a tag
- Journal Raycast extension
- Initial commit

* Add screenshots

* optimize metadata

* Update worktrees extension

- Merge branch 'contributions/merge-1686342399257255000'
- Pull contributions
- Refactor to use useForm

* Handle zero worktrees

* Add empty list view

* Completely hide summary

* Add changelog

---------

Co-authored-by: Per Nielsen Tikær <per@raycast.com>
rupert648 added a commit to rupert648/raycast-extensions that referenced this pull request Jul 9, 2023
- Merge pull request raycast#7 from rupert648/raycast-extension
- feat: cleaned up details and added icons/screenshots
- chore: vercelignore to ignore raycast
- feat: created 2 raycast commands - create and copy
- Merge pull request raycast#6 from rupert648/minor-improvements
- feat: minor improvements! mainly phone css
- Merge pull request raycast#5 from rupert648/direct-api-route-to-create
- feat: direct APi routes to get/create paste
- Merge pull request raycast#4 from rupert648/options-styling
- feat: improved styling of options mdoal
- Merge pull request raycast#3 from rupert648/pastepage-timeouts
- feat: added timeouts
- Merge pull request raycast#2 from rupert648/404
- Updated README.md and removed example router
- shitty copied to clipboard popup
- enable ssr and redirrect to 404
- Created 404 page
- Merge pull request raycast#1 from rupert648/code-cleanup
- added favicon + generalised components
- moved components out of pages as was breaking things :)
- added loading icons + moved to planetscale
- made more responsive :)
- moved options modal
- refactor: use paste instead of curl
- made pretty :)
- curl request page uses formik
- shortcuts + formik
- refactored to use prisma
- first commit
bbcvc added a commit to bbcvc/raycast-extensions that referenced this pull request Jul 18, 2023
- chore: proxy
- feat: support open in web dicts
- fix: from lang
- feat: source language select
- feat: make config types from a single source of truth (raycast#5)
- refactor: extract spellcheck item logic (raycast#6)
- chore: styling
- docs: add license
- docs: update readme
- feat: better item selection
- chore: refactor
- feat: add a few more actions
- chore: update lint rules
- refactor: use native spellcheck cli (raycast#4)
- chore: restructure
- fix: svg foreground color
- feat: render svg as data url (raycast#3)
- docs: layout
- chore: clean up
- fix: auto clean cache on start up
- chore: clean up deps
- chore: add esno to the deps
- feat: support spelling check
- chore: lint
- fix: react hooks can not in condition segment (raycast#2)
- feat: hide from lang when all are the same
- docs: update readme
- docs: update
- feat: update logo
- feat: add option to disable text selection grab
- feat: translate back
- chore: cleanup
- docs: readme
- chore: trimming
- feat: passive selection grab
- feat: make changes
- chore: deps and lint
- feat: fork from https://github.com/raycast/extensions/tree/main/extensions/google-translate
raycastbot added a commit that referenced this pull request Aug 10, 2023
* Add type-the-alphabet extension

- Commit 3
- Commit 3
- Commit+Push #2
- first commit

* Update type-the-alphabet extension

- Commit 6
- Commit 5
- Commit 4

* Commit 7

* Update type-the-alphabet extension

- Commit 8
- Commit 8

* Update type-the-alphabet extension

- Commit 9
- Commit 9
- Commit 9
- Commit 9

* commit 10

* Small improvements

* Update typethealphabet.jsx

* Update type-the-alphabet extension

- Merge branch 'contributions/merge-1691607286896764000'
- Pull contributions
- Commit 11

* Commit 12

* commit 13

* Update CHANGELOG.md and optimise images

---------

Co-authored-by: vaibhav <vaibhavguy40@gmail.com>
Co-authored-by: Per Nielsen Tikær <per@raycast.com>
Co-authored-by: raycastbot <bot@raycast.com>
MassimilianoPasquini97 added a commit to MassimilianoPasquini97/raycast-extensions that referenced this pull request Aug 11, 2023
- Merge pull request raycast#2 from suhaildawood/main
- Changed CHANGELOG.md file.
- feat: support for llama2:70b
MassimilianoPasquini97 added a commit to MassimilianoPasquini97/raycast-extensions that referenced this pull request Aug 12, 2023
- Deleted file no longer needed
- Initial commit
- Initial commit
- [Improvement and BugFix] - 2023-08-12
- Merge pull request raycast#2 from suhaildawood/main
- Changed CHANGELOG.md file.
- feat: support for llama2:70b
- Import optimized images
- Pull contributions
- CHANGELOG Update
- Updated README and minor fix
- Fixed CHANGELOG and README
- [Improvement] - 2023-07-31
- Improvement] - 2023-07-30 v2
- [Improvement] - 2023-07-30
- [Code Improvement and BugFix] - 2023-07-29
- ray lint --fix runned
- Added git repository
- Initial commit
- Initial commit
MassimilianoPasquini97 added a commit to MassimilianoPasquini97/raycast-extensions that referenced this pull request Aug 12, 2023
- Initial commit
- [Improvement and BugFix] - 2023-08-12
- Merge pull request raycast#2 from suhaildawood/main
- Changed CHANGELOG.md file.
- feat: support for llama2:70b
- Import optimized images
- Pull contributions
- CHANGELOG Update
- Updated README and minor fix
- Fixed CHANGELOG and README
- [Improvement] - 2023-07-31
- Improvement] - 2023-07-30 v2
- [Improvement] - 2023-07-30
- [Code Improvement and BugFix] - 2023-07-29
- ray lint --fix runned
- Added git repository
- Initial commit
- Initial commit
pernielsentikaer pushed a commit that referenced this pull request Aug 14, 2023
* Updated README and minor fix

* Update raycast-ollama extension

- Merge pull request #2 from suhaildawood/main
- Changed CHANGELOG.md file.
- feat: support for llama2:70b

* Update raycast-ollama extension

- Deleted file no longer needed
- Initial commit
- Initial commit
- [Improvement and BugFix] - 2023-08-12
- Merge pull request #2 from suhaildawood/main
- Changed CHANGELOG.md file.
- feat: support for llama2:70b
- Import optimized images
- Pull contributions
- CHANGELOG Update
- Updated README and minor fix
- Fixed CHANGELOG and README
- [Improvement] - 2023-07-31
- Improvement] - 2023-07-30 v2
- [Improvement] - 2023-07-30
- [Code Improvement and BugFix] - 2023-07-29
- ray lint --fix runned
- Added git repository
- Initial commit
- Initial commit

* Update raycast-ollama extension

- Initial commit
- [Improvement and BugFix] - 2023-08-12
- Merge pull request #2 from suhaildawood/main
- Changed CHANGELOG.md file.
- feat: support for llama2:70b
- Import optimized images
- Pull contributions
- CHANGELOG Update
- Updated README and minor fix
- Fixed CHANGELOG and README
- [Improvement] - 2023-07-31
- Improvement] - 2023-07-30 v2
- [Improvement] - 2023-07-30
- [Code Improvement and BugFix] - 2023-07-29
- ray lint --fix runned
- Added git repository
- Initial commit
- Initial commit
razgaon added a commit to razgaon/raycast-extensions that referenced this pull request Aug 24, 2023
- Update README.md
- Update README.md
- Merge pull request raycast#8 from razgaon/production-preparation
- Fixed bug with semantic scholar and added toast.
- Merge pull request raycast#7 from razgaon/production-preparation
- Improved Semantic Scholar
- Merge pull request raycast#5 from razgaon/razgaon-readme-patch-1
- Merge pull request raycast#6 from razgaon/production-preparation
- Added automatic database creation.
- Update README.md
- Added image
- Added changelog and categories
- Updated icons
- Fixed lint issues
- Merge pull request raycast#4 from razgaon/feature/create-database
- Improved the UI and experience
- Added clear indication when adding papers
- Merge pull request raycast#3 from razgaon/feature/no-duplicates
- Checks if article already exists.
- Merge pull request raycast#2 from razgaon/feature/speed-enhancment
- Changed llm call to be concurrent with other calls.
- Update README.md
- Merge pull request raycast#1 from razgaon/feature/ml-explainability
- Added ml explaining
- Added support for multiple papers as input
mil3na pushed a commit that referenced this pull request Aug 29, 2023
* Add notion_researcher extension

- Update README.md
- Update README.md
- Merge pull request #8 from razgaon/production-preparation
- Fixed bug with semantic scholar and added toast.
- Merge pull request #7 from razgaon/production-preparation
- Improved Semantic Scholar
- Merge pull request #5 from razgaon/razgaon-readme-patch-1
- Merge pull request #6 from razgaon/production-preparation
- Added automatic database creation.
- Update README.md
- Added image
- Added changelog and categories
- Updated icons
- Fixed lint issues
- Merge pull request #4 from razgaon/feature/create-database
- Improved the UI and experience
- Added clear indication when adding papers
- Merge pull request #3 from razgaon/feature/no-duplicates
- Checks if article already exists.
- Merge pull request #2 from razgaon/feature/speed-enhancment
- Changed llm call to be concurrent with other calls.
- Update README.md
- Merge pull request #1 from razgaon/feature/ml-explainability
- Added ml explaining
- Added support for multiple papers as input

* Fixed lint issue

* Fixed comments

* Fixed additional comments
mil3na pushed a commit that referenced this pull request Aug 31, 2023
* Add notion_researcher extension

- Update README.md
- Update README.md
- Merge pull request #8 from razgaon/production-preparation
- Fixed bug with semantic scholar and added toast.
- Merge pull request #7 from razgaon/production-preparation
- Improved Semantic Scholar
- Merge pull request #5 from razgaon/razgaon-readme-patch-1
- Merge pull request #6 from razgaon/production-preparation
- Added automatic database creation.
- Update README.md
- Added image
- Added changelog and categories
- Updated icons
- Fixed lint issues
- Merge pull request #4 from razgaon/feature/create-database
- Improved the UI and experience
- Added clear indication when adding papers
- Merge pull request #3 from razgaon/feature/no-duplicates
- Checks if article already exists.
- Merge pull request #2 from razgaon/feature/speed-enhancment
- Changed llm call to be concurrent with other calls.
- Update README.md
- Merge pull request #1 from razgaon/feature/ml-explainability
- Added ml explaining
- Added support for multiple papers as input

* Fixed lint issue

* Fixed comments

* Fixed additional comments

* Fixed bug in parsing math equations.

* Removed unnecessary backslash

* Changelog

---------

Co-authored-by: Milena Araujo <milena@raycast.com>
aiyogg added a commit to aiyogg/raycast-extensions that referenced this pull request Sep 21, 2023
- Merge branch \'main\' into public
- chore: update the package.json
- chore: update default value of "autoSuggestions" checkbox to true
- chore: update deps and lockfile
- Merge pull request raycast#2 from MustCodeAl/main
- Update package version and dependancies
- Update package version and dependancies
- refactor(context.tsx): change single quotes to double quotes for consistency fix(types.ts): remove extra space before ContextFields interface name
- Merge branch \'main\' into public
- feat(README.md): add new features to the README and update the screenshot
- Merge branch \'main\' into public
- chore(package.json): bump version to 1.1.2 feat(package.json): add autoSuggestions preference checkbox fix(types.ts): add autoSuggestions field to Preferences interface fix(useSearch.ts): handle autoSuggestions preference in useSearch hook
- Merge branch \'main\' of https://github.com/aiyogg/phind-search into main
- chore: add pull
- chore: remove owner for public
- refactor: type and format
- chore: ignore _ pattern unused var
- Update README.md
- Update README.md
- 1.1.1
- fix: remember context
- 1.1.0
- chore: changelog
- feat: support context input
- chore: update change log
- 1.0.2
- refactor: autosuggestion api path changed.
- 1.0.1
- chore: update changelog
- 0.0.1
- fix: auto suggestion support CJK
- Merge branch \'contributions/merge-1677395668029281000\'
- Pull contributions
- Merge branch \'contributions/merge-1677331506308777000\'
- Pull contributions
- Merge branch \'contributions/merge-1677330705239832000\'
- Pull contributions
- Merge branch \'contributions/merge-1677324585240742000\'
- Pull contributions
- chore: for public publish
- refactor: fix lint issuse
- chore: add owner for private publish
- chore: use npm lock file
- 🎉 first commit
raycastbot added a commit that referenced this pull request Sep 21, 2023
* Add notion_researcher extension

- Update README.md
- Update README.md
- Merge pull request #8 from razgaon/production-preparation
- Fixed bug with semantic scholar and added toast.
- Merge pull request #7 from razgaon/production-preparation
- Improved Semantic Scholar
- Merge pull request #5 from razgaon/razgaon-readme-patch-1
- Merge pull request #6 from razgaon/production-preparation
- Added automatic database creation.
- Update README.md
- Added image
- Added changelog and categories
- Updated icons
- Fixed lint issues
- Merge pull request #4 from razgaon/feature/create-database
- Improved the UI and experience
- Added clear indication when adding papers
- Merge pull request #3 from razgaon/feature/no-duplicates
- Checks if article already exists.
- Merge pull request #2 from razgaon/feature/speed-enhancment
- Changed llm call to be concurrent with other calls.
- Update README.md
- Merge pull request #1 from razgaon/feature/ml-explainability
- Added ml explaining
- Added support for multiple papers as input

* Fixed lint issue

* Fixed comments

* Fixed additional comments

* Fixed bug in parsing math equations.

* Removed unnecessary backslash

* Changelog

* Update notion_researcher extension

- Merge branch \'contributions/merge-1695255364095020000\'
- Pull contributions
- Added more metadata
- Updated readme
- Updated package lock
- Updated packages
- Completed addConcept feature
- Added concept feature to capture rich text(including math)

* Fixed lint issues

* Changed Metadata images

* Update CHANGELOG.md and optimise images

---------

Co-authored-by: Milena Araujo <milena@raycast.com>
Co-authored-by: raycastbot <bot@raycast.com>
erics118 pushed a commit to erics118/raycast-extensions that referenced this pull request Sep 29, 2023
* 🚚 Change notion.ts to notion/index.ts

* ♻️ Create formatDatabaseProperty

* 🚚 Sort notion API calls

This commit moves around a lot of code, but there is no change in functionality.

* 🚚 Move notion types to associated files
raycastbot added a commit that referenced this pull request Oct 5, 2023
* Add phind-search extension

- Merge branch \'main\' into public
- chore: update the package.json
- chore: update default value of "autoSuggestions" checkbox to true
- chore: update deps and lockfile
- Merge pull request #2 from MustCodeAl/main
- Update package version and dependancies
- Update package version and dependancies
- refactor(context.tsx): change single quotes to double quotes for consistency fix(types.ts): remove extra space before ContextFields interface name
- Merge branch \'main\' into public
- feat(README.md): add new features to the README and update the screenshot
- Merge branch \'main\' into public
- chore(package.json): bump version to 1.1.2 feat(package.json): add autoSuggestions preference checkbox fix(types.ts): add autoSuggestions field to Preferences interface fix(useSearch.ts): handle autoSuggestions preference in useSearch hook
- Merge branch \'main\' of https://github.com/aiyogg/phind-search into main
- chore: add pull
- chore: remove owner for public
- refactor: type and format
- chore: ignore _ pattern unused var
- Update README.md
- Update README.md
- 1.1.1
- fix: remember context
- 1.1.0
- chore: changelog
- feat: support context input
- chore: update change log
- 1.0.2
- refactor: autosuggestion api path changed.
- 1.0.1
- chore: update changelog
- 0.0.1
- fix: auto suggestion support CJK
- Merge branch \'contributions/merge-1677395668029281000\'
- Pull contributions
- Merge branch \'contributions/merge-1677331506308777000\'
- Pull contributions
- Merge branch \'contributions/merge-1677330705239832000\'
- Pull contributions
- Merge branch \'contributions/merge-1677324585240742000\'
- Pull contributions
- chore: for public publish
- refactor: fix lint issuse
- chore: add owner for private publish
- chore: use npm lock file
- 🎉 first commit

* refactor(handleResults.ts): reformat code for better readability and remove unnecessary newline at end of file

* Updated the code

* Update CHANGELOG.md

* metadata images

* Update CHANGELOG.md and optimise images

---------

Co-authored-by: Per Nielsen Tikær <per@raycast.com>
Co-authored-by: raycastbot <bot@raycast.com>
thomaslombart added a commit that referenced this pull request Oct 12, 2023
* 🚚 Rename CreateDatabaseForm to CreatePageForm

This component is actually creating a page to add to a database.

(cherry picked from commit 745e3d391a3deddb232664e77d599953c6af77a7)

* ♻️ Extract page property field into new component

(cherry picked from commit 4e995bdccc113ab72152afbf04d698dcda7181b9)

* ♻️ Basic refactoring

(cherry picked from commit e880f3ac306c1567fd336ba9f4c6f9f654ca71ed)

* ✨ Add action to create-database-page

The new action copies a deeplink to the command with the configured properties set as default.

(cherry picked from commit 9339f5de80b5e8e8f5cb14a186522a2e9a44a012)

* ✨ Add support for 'status' property

(cherry picked from commit b41bb0a4edc6e14d20cb0fea51e028a1e6f5b2eb)

* 📝 Update changelog

(cherry picked from commit 6f64cc7cf916e962eaafaa4944255e46bf923dc3)

* 👥 Update contributors list

(cherry picked from commit e0e313a0848783a4815249e6e443bdd6d5e03550)

* ♻️ Refactor Notion API code (#2)

* 🚚 Change notion.ts to notion/index.ts

* ♻️ Create formatDatabaseProperty

* 🚚 Sort notion API calls

This commit moves around a lot of code, but there is no change in functionality.

* 🚚 Move notion types to associated files

* 🏷️ Modify CreatePageFormProps

* ♻️ Implement useForm to control form fields

* 🚸 Change Copy Deeplink to Create Deeplink

* 🚨 Fix lint errors

* ✏️ Fix variable name typo

Co-authored-by: Thomas Lombart <lombart.thomas@icloud.com>

* 🐛 Import node-fetch for authorization

* ✏️ Update variable refrences after renaming

* 🚸 Use form validation for page title

* 🐛 Fix default values from deeplink

---------

Co-authored-by: Thomas Lombart <lombart.thomas@icloud.com>
raycastbot added a commit that referenced this pull request Oct 18, 2023
* initial commit

* feat: add empty search to open Astro documentation

* Update search-astro-docs extension

- Merge pull request #1 from ElianCodes/searchable
- chore: formatting & linting
- chore: add all categories
- feat(preferences): add keywords
- chore: lint
- chore: add lang support to all URL\'s
- chore: adding multilangual as dropdown
- feat: add multi-langual support
- chore: linting
- Improve search
- chore: lint
- chore: adding all sections to the UI

* Update search-astro-docs extension

- Merge pull request #2 from ElianCodes/filtering
- feat: implement native filtering

* Enhanced a bit more

* Update search-astro-docs extension

- feat: implement all behaviour
- Merge branch \'contributions/merge-1697617225107115000\'
- Pull contributions
- feat: re-implement empty search behaviour

* refactor: improve based on suggestions

* Update index.tsx

Added so search and open always are showed last in the list

* Added metadata

* Removed unused asset

* Update CHANGELOG.md and optimise images

---------

Co-authored-by: Per Nielsen Tikær <per@raycast.com>
Co-authored-by: raycastbot <bot@raycast.com>
raycastbot pushed a commit to ElianCodes/raycast-extensions that referenced this pull request Oct 23, 2023
- feat: add fetch over API with language support
- chore: update README
- Merge branch \'contributions/merge-1697632144774791000\'
- Pull contributions
- Pull contributions
- refactor: improve based on suggestions
- feat: implement all behaviour
- Merge branch \'contributions/merge-1697617225107115000\'
- Pull contributions
- feat: re-implement empty search behaviour
- Merge pull request raycast#2 from ElianCodes/filtering
- feat: implement native filtering
- Merge pull request raycast#1 from ElianCodes/searchable
- chore: formatting & linting
- chore: add all categories
- feat(preferences): add keywords
- chore: lint
- chore: add lang support to all URL\'s
- chore: adding multilangual as dropdown
- feat: add multi-langual support
- chore: linting
- Improve search
- chore: lint
- chore: adding all sections to the UI
- feat: add empty search to open Astro documentation
- initial commit
thomaslombart added a commit that referenced this pull request Oct 24, 2023
* 🚚 Rename CreateDatabaseForm to CreatePageForm

This component is actually creating a page to add to a database.

(cherry picked from commit 745e3d391a3deddb232664e77d599953c6af77a7)

* ♻️ Extract page property field into new component

(cherry picked from commit 4e995bdccc113ab72152afbf04d698dcda7181b9)

* ♻️ Basic refactoring

(cherry picked from commit e880f3ac306c1567fd336ba9f4c6f9f654ca71ed)

* ✨ Add action to create-database-page

The new action copies a deeplink to the command with the configured properties set as default.

(cherry picked from commit 9339f5de80b5e8e8f5cb14a186522a2e9a44a012)

* ✨ Add support for 'status' property

(cherry picked from commit b41bb0a4edc6e14d20cb0fea51e028a1e6f5b2eb)

* 📝 Update changelog

(cherry picked from commit 6f64cc7cf916e962eaafaa4944255e46bf923dc3)

* 👥 Update contributors list

(cherry picked from commit e0e313a0848783a4815249e6e443bdd6d5e03550)

* chore: update config files and deps

tsconfig.json, .gitignore, .eslintrc.json come from the template made by
the Create Extension command
dependencies also updated to latest

* fix: don't show recent and search pages twice

* fix: use toISOString instead of custom format

* chore: update deps

* feat: use dedicated RecentPage object

originally, this was supposed to be just a fix for the last_edited_time
being shown incorrectly in the page details view. But, it turns out that
it required a major change because before, recent pages were saved by
modifying the page's last_edited_time, which caused there to be a
disparity between the real last_edited_time in Notion, and the locally
saved last_edited_time.

for example, suppose page A was in database D, and page A was last
visited a minute ago, but last edited 2 hours ago. In the search view
(and page details), it would show up as last edited a minute ago
(incorrect) But, in the database view, it would show up last edited two
hours ago (correct), because the last_edited_time is pulled directly
from Notion.

this also fixes the issue where if a page title was changed, the recent
page would still show the old title, and cause duplication (i think).

now, recent pages are saved by saving the page id and the
last_visited_time (and the page type). this is much more accurate and
should fix the issues mentioned above, and other related issues with
storing an entire page object locally.

* chore: lint, deps

* feat: support full day

* chore: add changelog entry

* revert typescript version update

* feat: support quick edit status property

* chore: update changelog entry

* feat: add migration from old to new data format

* chore: fix error descriptions

* ♻️ Refactor Notion API code (#2)

* 🚚 Change notion.ts to notion/index.ts

* ♻️ Create formatDatabaseProperty

* 🚚 Sort notion API calls

This commit moves around a lot of code, but there is no change in functionality.

* 🚚 Move notion types to associated files

* 🏷️ Modify CreatePageFormProps

* ♻️ Implement useForm to control form fields

* 🚸 Change Copy Deeplink to Create Deeplink

* 🚨 Fix lint errors

* chore: fix errs and lint

* chore: fix colors by using ones in html rather than from screen

* chore: remove fetch.ts

* ✏️ Fix variable name typo

Co-authored-by: Thomas Lombart <lombart.thomas@icloud.com>

* 🐛 Import node-fetch for authorization

* ✏️ Update variable refrences after renaming

* 🚸 Use form validation for page title

* 🐛 Fix default values from deeplink

* chore: fix some lint

* chore: lint, update deps

* chore: fix ci

* fix: no selection for select

* chore: update changelog

* chore: update deps

* fix: add back eslint-plugin-import

* fix: make eslint-plugin-import dev

---------

Co-authored-by: Ben Keys <bkeys818@gmail.com>
Co-authored-by: Thomas Lombart <lombart.thomas@icloud.com>
pernielsentikaer added a commit that referenced this pull request Oct 25, 2023
* Update search-astro-docs extension

- feat: add fetch over API with language support
- chore: update README
- Merge branch \'contributions/merge-1697632144774791000\'
- Pull contributions
- Pull contributions
- refactor: improve based on suggestions
- feat: implement all behaviour
- Merge branch \'contributions/merge-1697617225107115000\'
- Pull contributions
- feat: re-implement empty search behaviour
- Merge pull request #2 from ElianCodes/filtering
- feat: implement native filtering
- Merge pull request #1 from ElianCodes/searchable
- chore: formatting & linting
- chore: add all categories
- feat(preferences): add keywords
- chore: lint
- chore: add lang support to all URL\'s
- chore: adding multilangual as dropdown
- feat: add multi-langual support
- chore: linting
- Improve search
- chore: lint
- chore: adding all sections to the UI
- feat: add empty search to open Astro documentation
- initial commit

* Update package.json

* Update index.tsx

* Updated

---------

Co-authored-by: Per Nielsen Tikær <per@raycast.com>
colbyfayock added a commit to colbyfayock/raycast-extensions that referenced this pull request Nov 14, 2023
- Merge branch \'contributions/merge-1699995259887285000\'
- Pull contributions
- Merge pull request raycast#8 from colbyfayock/all-contributors/add-doingandlearning
- docs: update .all-contributorsrc [skip ci]
- docs: update README.md [skip ci]
- Merge pull request raycast#7 from doingandlearning/main
- Removes unnecessary function.
- Restructures code to account for early return.
- Updates label
- Adds the ratio urls
- Extracts the imageUrl generation to the helper.
- Merge pull request raycast#6 from colbyfayock/all-contributors/add-daniel-shuy
- docs: update .all-contributorsrc [skip ci]
- docs: update README.md [skip ci]
- Merge pull request raycast#5 from colbyfayock/all-contributors/add-colbyfayock
- docs: create .all-contributorsrc [skip ci]
- docs: update README.md [skip ci]
- Merge pull request raycast#4 from colbyfayock/colbyfayock-patch-1
- Update README.md
- Merge pull request raycast#2 from daniel-shuy/automatic-lint-on-commit
- Automatically run linting and formatting on commit
- Create feature_request.md
- Create bug_report.md
colbyfayock added a commit to colbyfayock/raycast-extensions that referenced this pull request Nov 15, 2023
- changelog
- Merge branch \'contributions/merge-1699995259887285000\'
- Pull contributions
- Merge pull request raycast#8 from colbyfayock/all-contributors/add-doingandlearning
- docs: update .all-contributorsrc [skip ci]
- docs: update README.md [skip ci]
- Merge pull request raycast#7 from doingandlearning/main
- Removes unnecessary function.
- Restructures code to account for early return.
- Updates label
- Adds the ratio urls
- Extracts the imageUrl generation to the helper.
- Merge pull request raycast#6 from colbyfayock/all-contributors/add-daniel-shuy
- docs: update .all-contributorsrc [skip ci]
- docs: update README.md [skip ci]
- Merge pull request raycast#5 from colbyfayock/all-contributors/add-colbyfayock
- docs: create .all-contributorsrc [skip ci]
- docs: update README.md [skip ci]
- Merge pull request raycast#4 from colbyfayock/colbyfayock-patch-1
- Update README.md
- Merge pull request raycast#2 from daniel-shuy/automatic-lint-on-commit
- Automatically run linting and formatting on commit
- Create feature_request.md
- Create bug_report.md
- removing unused dep
- Merge branch \'contributions/merge-1692884369129397000\'
- Pull contributions
- lint
- removing pngpaste as a dependency
- adding search action, abstracting views
- Merge branch \'main\' of github.com:colbyfayock/raycast-cloudinary
- removing background removal temporarily as it requires a premium add-on
- Update README.md
- adding ability to upload a file by URL
- trying to fix ts error
- prettier
- Merge branch \'main\' of github.com:colbyfayock/raycast-cloudinary
- removing owner
- Update README.md
- Update README.md
- revertting org name
- owner
- Merge branch \'main\' of github.com:colbyfayock/raycast-cloudinary
- icon
- Update README.md
- Update README.md
- Merge branch \'main\' of github.com:colbyfayock/raycast-cloudinary
- package namE
- Update README.md
- init
- Initial commit
@steven-tey steven-tey mentioned this pull request Jul 19, 2024
5 tasks
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.

2 participants