Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Git Repos Extension #7

Merged
merged 3 commits into from
Oct 13, 2021
Merged

Add Git Repos Extension #7

merged 3 commits into from
Oct 13, 2021

Conversation

moored
Copy link
Contributor

@moored moored commented Oct 13, 2021

Description

Quickly access your local git repositories and open them in your favorite editor or any app

Type of change

  • New extension

Screenshot

CleanShot 2021-10-12 at 22 00 41@2x

Checklist

@moored moored changed the title Initial commit Add Git Repos Extension Oct 13, 2021
@moored moored mentioned this pull request Oct 13, 2021
1 task
@PitNikola PitNikola merged commit eede415 into raycast:main Oct 13, 2021
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
fonimus added a commit to fonimus/raycast-extensions that referenced this pull request Mar 1, 2023
- chore: prepare for public store
- 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
pernielsentikaer pushed a commit that referenced this pull request Mar 14, 2023
* Add kafka extension

- 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 (#18)
- feat: add multiple login methods (#17)
- feat(vault): add favorite namespaces easy switch (#16)
- feat(kafka): add list section (#10)
- feat(vault): add options to disable write and/or delete (#9)
- feat: move to npm (#8)
- feat: white icon for menu bar and display lag even if currently loading (#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 (#6)
- feat: reusable list extensions workflow
- fix: publish workflow
- fix: publish workflow (#5)
- feat: add publish workflow
- fix: ci (#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 #2 from fonimus/feat/license
- Merge pull request #1 from fonimus/feat/build-sh
- Merge pull request #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 #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

* fix: wrong package.json and lock file

* fix: remove unused asset

* feat: add dark icon, prettify menu bar dropdown

* feat: add reload shortcut

* fix: remove ssl kafkajs configuration from default
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
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
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 added 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>
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>
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
pernielsentikaer pushed a commit that referenced this pull request Nov 16, 2023
* Update cloudinary extension

- Merge branch \'contributions/merge-1699995259887285000\'
- Pull contributions
- Merge pull request #8 from colbyfayock/all-contributors/add-doingandlearning
- docs: update .all-contributorsrc [skip ci]
- docs: update README.md [skip ci]
- Merge pull request #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 #6 from colbyfayock/all-contributors/add-daniel-shuy
- docs: update .all-contributorsrc [skip ci]
- docs: update README.md [skip ci]
- Merge pull request #5 from colbyfayock/all-contributors/add-colbyfayock
- docs: create .all-contributorsrc [skip ci]
- docs: update README.md [skip ci]
- Merge pull request #4 from colbyfayock/colbyfayock-patch-1
- Update README.md
- Merge pull request #2 from daniel-shuy/automatic-lint-on-commit
- Automatically run linting and formatting on commit
- Create feature_request.md
- Create bug_report.md

* Update cloudinary extension

- changelog
- Merge branch \'contributions/merge-1699995259887285000\'
- Pull contributions
- Merge pull request #8 from colbyfayock/all-contributors/add-doingandlearning
- docs: update .all-contributorsrc [skip ci]
- docs: update README.md [skip ci]
- Merge pull request #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 #6 from colbyfayock/all-contributors/add-daniel-shuy
- docs: update .all-contributorsrc [skip ci]
- docs: update README.md [skip ci]
- Merge pull request #5 from colbyfayock/all-contributors/add-colbyfayock
- docs: create .all-contributorsrc [skip ci]
- docs: update README.md [skip ci]
- Merge pull request #4 from colbyfayock/colbyfayock-patch-1
- Update README.md
- Merge pull request #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
sejas added a commit to sejas/raycast-extensions that referenced this pull request Dec 6, 2023
- Update list of commands screenshot on Readme
- Hosting Command Palette: Prepare metadata and screenshots for submission to the store (raycast#38)
- Fix commands title case to make the linter happier
- Hosting Command Palette: Use extension name as ref for new URLs (raycast#37)
- Fixes grammar error in the description and subtitle of the command (raycast#34)
- Fixes project title to use the right capitalization (raycast#36)
- Hosting Command Palette: Add cache action commands on Raycast (raycast#31)
- Hosting Command Palette: Add more site management commands (raycast#29)
- Hosting Command Palette: Add keywords for each command (raycast#28)
- Hosting Command Palette: Add \'Open Jetpack Scan\' and \'Open Jetpack Social\' (raycast#26)
- Hosting Command Palette: Use Jetpack Cloud for Activity and Backup (raycast#24)
- Hosting Command Palette: Fix command description at root (raycast#32)
- Fix linting issue
- Hosting Command Palette: After selecting a command that opens a web page, the list of sites is empty (raycast#22)
- Hosting Command Palette: Add \'Open Reader\' command (raycast#23)
- Fix linting failure (raycast#25)
- Hosting Command Palette: Add \'View media uploads\' command to Raycast (raycast#20)
- Hosting command Palette: Add url to label (raycast#21)
- Hosting Command Palette: Switch oAuth provider back to \'WordPress.com\' (raycast#19)
- Hosting Command Palette: Change the package.json author  (raycast#13)
- Hosting Command Palette: Fix site item styling (raycast#9)
- Hosting Command Palette: Tweak oAuth connection strings (raycast#17)
- Hosting Command Palette: Fix JP product name (raycast#18)
- Hosting Command Palette: Register additional site management commands for Raycast (raycast#15)
- Add a PULL_REQUEST_TEMPLATE (raycast#14)
- Hosting Command Palette: Apply WordPress.com branding to WordPress.com-specific commands (raycast#12)
- Hosting Command Paltte: Fix lint errors (raycast#11)
- Hosting Command Palette: Navigate to root after site command (raycast#8)
- Hosting Command Pallette: Add navigational commands (raycast#7)
- Hosting Command Palette: Add ssh commands (raycast#5)
- Hosting Command Palette: Add OAuth support (raycast#3)
- Hosting Command Palette: Add running locally docs (raycast#4)
- Hosting Command Pallete: Update the name of the extension (raycast#2)
- Prototype: minor refactor (raycast#1)
- Initial commit using the code from Raycast exploration
- Initial commit
raycastbot added a commit that referenced this pull request Dec 13, 2023
* Add jetpack-commands extension

- Update list of commands screenshot on Readme
- Hosting Command Palette: Prepare metadata and screenshots for submission to the store (#38)
- Fix commands title case to make the linter happier
- Hosting Command Palette: Use extension name as ref for new URLs (#37)
- Fixes grammar error in the description and subtitle of the command (#34)
- Fixes project title to use the right capitalization (#36)
- Hosting Command Palette: Add cache action commands on Raycast (#31)
- Hosting Command Palette: Add more site management commands (#29)
- Hosting Command Palette: Add keywords for each command (#28)
- Hosting Command Palette: Add \'Open Jetpack Scan\' and \'Open Jetpack Social\' (#26)
- Hosting Command Palette: Use Jetpack Cloud for Activity and Backup (#24)
- Hosting Command Palette: Fix command description at root (#32)
- Fix linting issue
- Hosting Command Palette: After selecting a command that opens a web page, the list of sites is empty (#22)
- Hosting Command Palette: Add \'Open Reader\' command (#23)
- Fix linting failure (#25)
- Hosting Command Palette: Add \'View media uploads\' command to Raycast (#20)
- Hosting command Palette: Add url to label (#21)
- Hosting Command Palette: Switch oAuth provider back to \'WordPress.com\' (#19)
- Hosting Command Palette: Change the package.json author  (#13)
- Hosting Command Palette: Fix site item styling (#9)
- Hosting Command Palette: Tweak oAuth connection strings (#17)
- Hosting Command Palette: Fix JP product name (#18)
- Hosting Command Palette: Register additional site management commands for Raycast (#15)
- Add a PULL_REQUEST_TEMPLATE (#14)
- Hosting Command Palette: Apply WordPress.com branding to WordPress.com-specific commands (#12)
- Hosting Command Paltte: Fix lint errors (#11)
- Hosting Command Palette: Navigate to root after site command (#8)
- Hosting Command Pallette: Add navigational commands (#7)
- Hosting Command Palette: Add ssh commands (#5)
- Hosting Command Palette: Add OAuth support (#3)
- Hosting Command Palette: Add running locally docs (#4)
- Hosting Command Pallete: Update the name of the extension (#2)
- Prototype: minor refactor (#1)
- Initial commit using the code from Raycast exploration
- Initial commit

* Using images from metadata

* Update package.json

* Update CHANGELOG.md and optimise images

---------

Co-authored-by: Per Nielsen Tikær <per@raycast.com>
Co-authored-by: raycastbot <bot@raycast.com>
xvalentino pushed a commit to xvalentino/raycast-extensions that referenced this pull request Jan 18, 2024
- Update screencast (raycast#7)
- Fix error handling for API (raycast#6)
- Add error handling for fetching resources (raycast#5)
- Fix wordings (raycast#4)
- Add screencast (raycast#3)
- Update README.md (raycast#2)
- Add initial implementation (raycast#1)
- Initial commit
Boosteblume added a commit to Boosteblume/raycast-extensions that referenced this pull request Apr 5, 2024
- move screenshots
- new screens
- Screenshots
- update readme
- small adjustments
- fixed time bug
- run ray lint
- delted unused libs
- type error
- Merge pull request raycast#22 from marcjulianschwarz/12-store-preparation
- Merge pull request raycast#21 from marcjulianschwarz/16-date-fields-required
- check for valid dates and times
- added contributors
- Merge pull request raycast#20 from marcjulianschwarz/19-time-for-confirm-alert
- move confirmation to display selected times
- Merge pull request raycast#18 from marcjulianschwarz/14-add-confirmation-pop-up-when-tracking-time
- added the confirmation for submitting the time
- Merge pull request raycast#15 from marcjulianschwarz/13-pop-to-root-tracktime
- add pop to root
- Update README.md
- First readme
- Merge pull request raycast#11 from marcjulianschwarz/5-for-future-publishing-timezone-needs-to-be-changeable-via-the-settings
- added timezone dropdown and some timezones
- Merge pull request raycast#10 from marcjulianschwarz/9-attendances-loading-indicator
- add loading indicator for attendances list
- Merge pull request raycast#7 from marcjulianschwarz/4-client-secret-and-id
- Merge branch \'main\' into 4-client-secret-and-id
- move client id and secret to preferences
- Merge pull request raycast#6 from marcjulianschwarz/1-language-normalisation
- normalised language to english
- initial commit
raycastbot added a commit that referenced this pull request Apr 18, 2024
* Add personio extension

- move screenshots
- new screens
- Screenshots
- update readme
- small adjustments
- fixed time bug
- run ray lint
- delted unused libs
- type error
- Merge pull request #22 from marcjulianschwarz/12-store-preparation
- Merge pull request #21 from marcjulianschwarz/16-date-fields-required
- check for valid dates and times
- added contributors
- Merge pull request #20 from marcjulianschwarz/19-time-for-confirm-alert
- move confirmation to display selected times
- Merge pull request #18 from marcjulianschwarz/14-add-confirmation-pop-up-when-tracking-time
- added the confirmation for submitting the time
- Merge pull request #15 from marcjulianschwarz/13-pop-to-root-tracktime
- add pop to root
- Update README.md
- First readme
- Merge pull request #11 from marcjulianschwarz/5-for-future-publishing-timezone-needs-to-be-changeable-via-the-settings
- added timezone dropdown and some timezones
- Merge pull request #10 from marcjulianschwarz/9-attendances-loading-indicator
- add loading indicator for attendances list
- Merge pull request #7 from marcjulianschwarz/4-client-secret-and-id
- Merge branch \'main\' into 4-client-secret-and-id
- move client id and secret to preferences
- Merge pull request #6 from marcjulianschwarz/1-language-normalisation
- normalised language to english
- initial commit

* Update personio extension

- Merge pull request #26 from marcjulianschwarz/25-attendance-month-bug
- fix bug by caching individual attendance combinations
- cache values (#24)
- add month selection for attendances command

* Update personio extension

- Merge pull request #29 from marcjulianschwarz/27-stats
- add stats to attendances command
- update cache logs

* Update personio extension

- add new screenshots
- Added use case for submit time
- Hotfixes/ready-for-release (#32)
- Merge pull request #30 from marcjulianschwarz/2-time-noting
- added time noting and changed function name to submit times

* Update personio extension

- linting issues
- await the post request
- change variable name of token to token_

* Update CHANGELOG.md

* Update package.json

* Update personio extension

- Merge branch \'contributions/merge-1713278318830455000\'
- Pull contributions
- remove console error
- wrong credential error message

* linting issues

* refactor and fix authentication issues

* added timezones

* Update CHANGELOG.md and optimise images

---------

Co-authored-by: Per Nielsen Tikær <per@raycast.com>
Co-authored-by: raycastbot <bot@raycast.com>
JoltCode pushed a commit to JoltCode/extensions that referenced this pull request Apr 23, 2024
* Add personio extension

- move screenshots
- new screens
- Screenshots
- update readme
- small adjustments
- fixed time bug
- run ray lint
- delted unused libs
- type error
- Merge pull request raycast#22 from marcjulianschwarz/12-store-preparation
- Merge pull request raycast#21 from marcjulianschwarz/16-date-fields-required
- check for valid dates and times
- added contributors
- Merge pull request raycast#20 from marcjulianschwarz/19-time-for-confirm-alert
- move confirmation to display selected times
- Merge pull request raycast#18 from marcjulianschwarz/14-add-confirmation-pop-up-when-tracking-time
- added the confirmation for submitting the time
- Merge pull request raycast#15 from marcjulianschwarz/13-pop-to-root-tracktime
- add pop to root
- Update README.md
- First readme
- Merge pull request raycast#11 from marcjulianschwarz/5-for-future-publishing-timezone-needs-to-be-changeable-via-the-settings
- added timezone dropdown and some timezones
- Merge pull request raycast#10 from marcjulianschwarz/9-attendances-loading-indicator
- add loading indicator for attendances list
- Merge pull request raycast#7 from marcjulianschwarz/4-client-secret-and-id
- Merge branch \'main\' into 4-client-secret-and-id
- move client id and secret to preferences
- Merge pull request raycast#6 from marcjulianschwarz/1-language-normalisation
- normalised language to english
- initial commit

* Update personio extension

- Merge pull request raycast#26 from marcjulianschwarz/25-attendance-month-bug
- fix bug by caching individual attendance combinations
- cache values (raycast#24)
- add month selection for attendances command

* Update personio extension

- Merge pull request raycast#29 from marcjulianschwarz/27-stats
- add stats to attendances command
- update cache logs

* Update personio extension

- add new screenshots
- Added use case for submit time
- Hotfixes/ready-for-release (raycast#32)
- Merge pull request raycast#30 from marcjulianschwarz/2-time-noting
- added time noting and changed function name to submit times

* Update personio extension

- linting issues
- await the post request
- change variable name of token to token_

* Update CHANGELOG.md

* Update package.json

* Update personio extension

- Merge branch \'contributions/merge-1713278318830455000\'
- Pull contributions
- remove console error
- wrong credential error message

* linting issues

* refactor and fix authentication issues

* added timezones

* Update CHANGELOG.md and optimise images

---------

Co-authored-by: Per Nielsen Tikær <per@raycast.com>
Co-authored-by: raycastbot <bot@raycast.com>
drillprop added a commit to drillprop/raycast-extensions that referenced this pull request May 8, 2024
- Prepare for store (raycast#15)
- update screenshots in README.md
- Add wta race command (raycast#13)
- update url
- add show player in ranking action
- replace belarussian and russian flag (raycast#12)
- cosmetic adjustments
- remove diactrics when searching (raycast#9)
- Feat/color rank values (raycast#8)
- Add career high (raycast#7)
- update endpoint
- use pnpm
- fix countries
- eslint config
- remove cached state, add player name
- typo and copy
- add metadata
- enable searching
- display live wta ranking
- update react types, to get rid of error
- initial commit
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.

None yet

2 participants