GithubHelp home page GithubHelp logo

sfc-gh-eraigosa / atom-git-review Goto Github PK

View Code? Open in Web Editor NEW
3.0 3.0 1.0 712 KB

Need a way to work with gerrit in atom. This is a plugin for using git-review on atom.

License: Other

CoffeeScript 98.32% CSS 1.68%

atom-git-review's Introduction

Hi there ๐Ÿ‘‹ I'm Edward

  • ๐Ÿ”ญ Iโ€™m currently working on โ„๏ธ releases!
  • ๐ŸŒฑ Iโ€™m currently working in Go, Java, bash and Python
  • ๐Ÿ‘ฏ Intrested in new OSS projects, if you have one plz drop me a linkedIn DM/invite
  • ๐Ÿ˜„ Pronouns: Him/He
  • ๐Ÿ“˜ Find out more about me on LinkedIn
  • ๐Ÿ“– Ask me about CI / CD

atom-git-review's People

Contributors

sfc-gh-eraigosa avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

Forkers

happymedium

atom-git-review's Issues

Installing with pip

Hi Edward,

I installed your plugin using apm, but the Git Review commands do not show up in Atom's Command Palette, even after restart. I guessed it's because I missed the pip install. So, I ran pip install git-review, but it still did not work. What am I missing?

Thanks in advance!

Uncompatible package with Atom >= 1.0

When trying to install with apm install git-review :

No available version compatible with the installed Atom version: 1.0.19

Is it possible to make this package compatible with Atom >= 1.0 ? It'd be great !

Thanks

Failed to load the git-review package

[Enter steps to reproduce below:]

  1. ...
  2. ...

Atom Version: 0.199.0 โš ๏ธ in 1.0 API Preview Mode โš ๏ธ
System: Mac OS X 10.10.4
Thrown From: git-review package, v0.2.1

Stack Trace

Failed to load the git-review package

At Cannot read property 'prototype' of undefined

TypeError: Cannot read property 'prototype' of undefined
  at __extends (/Users/spaquet/.atom/packages/git-review/lib/views/status-view.coffee:4:199)
  at /Users/spaquet/.atom/packages/git-review/lib/views/status-view.coffee:19:5
  at Object.<anonymous> (/Users/spaquet/.atom/packages/git-review/lib/views/status-view.coffee:52:5)
  at Object.<anonymous> (/Users/spaquet/.atom/packages/git-review/lib/views/status-view.coffee:14:1)
  at Module._compile (module.js:452:26)
  at Object.requireCoffeeScript (/Applications/Atom.app/Contents/Resources/app.asar/node_modules/coffee-cash/lib/coffee-cash.js:85:19)
  at Module.load (module.js:347:32)
  at Function.Module._load (module.js:302:12)
  at Module.require (module.js:357:17)
  at require (module.js:376:17)
  at Object.<anonymous> (/Users/spaquet/.atom/packages/git-review/lib/review.coffee:16:14)
  at Object.<anonymous> (/Users/spaquet/.atom/packages/git-review/lib/review.coffee:15:1)
  at Module._compile (module.js:452:26)
  at Object.requireCoffeeScript (/Applications/Atom.app/Contents/Resources/app.asar/node_modules/coffee-cash/lib/coffee-cash.js:85:19)
  at Module.load (module.js:347:32)
  at Function.Module._load (module.js:302:12)
  at Module.require (module.js:357:17)
  at require (module.js:376:17)
  at Object.<anonymous> (/Users/spaquet/.atom/packages/git-review/lib/git-review.coffee:16:10)
  at Object.<anonymous> (/Users/spaquet/.atom/packages/git-review/lib/git-review.coffee:15:1)
  at Module._compile (module.js:452:26)
  at Object.requireCoffeeScript (/Applications/Atom.app/Contents/Resources/app.asar/node_modules/coffee-cash/lib/coffee-cash.js:85:19)
  at Module.load (module.js:347:32)
  at Function.Module._load (module.js:302:12)
  at Module.require (module.js:357:17)
  at require (module.js:376:17)
  at Package.module.exports.Package.requireMainModule (/Applications/Atom.app/Contents/Resources/app.asar/src/package.js:707:34)
  at /Applications/Atom.app/Contents/Resources/app.asar/src/package.js:186:28
  at Package.module.exports.Package.measure (/Applications/Atom.app/Contents/Resources/app.asar/src/package.js:163:15)
  at Package.module.exports.Package.load (/Applications/Atom.app/Contents/Resources/app.asar/src/package.js:177:12)
  at PackageManager.module.exports.PackageManager.loadPackage (/Applications/Atom.app/Contents/Resources/app.asar/src/package-manager.js:355:14)
  at PackageManager.module.exports.PackageManager.loadPackages (/Applications/Atom.app/Contents/Resources/app.asar/src/package-manager.js:325:14)
  at Atom.module.exports.Atom.startEditorWindow (/Applications/Atom.app/Contents/Resources/app.asar/src/atom.js:633:21)
  at Object.<anonymous> (/Applications/Atom.app/Contents/Resources/app.asar/src/window-bootstrap.js:12:8)
  at Object.<anonymous> (/Applications/Atom.app/Contents/Resources/app.asar/src/window-bootstrap.js:23:4)
  at Module._compile (module.js:452:26)
  at Object.loadFile [as .js] (/Applications/Atom.app/Contents/Resources/app.asar/src/babel.js:162:21)
  at Module.load (module.js:347:32)
  at Function.Module._load (module.js:302:12)
  at Module.require (module.js:357:17)
  at require (module.js:376:17)
  at setupWindow (file:///Applications/Atom.app/Contents/Resources/app.asar/static/index.js:91:23)
  at window.onload (file:///Applications/Atom.app/Contents/Resources/app.asar/static/index.js:32:7)

Commands

Config

{
  "core": {
    "disabledPackages": [
      "language-erlang",
      "language-elixir",
      "language-objective-c",
      "language-prolog",
      "language-sass",
      "archive-view",
      "background-tips",
      "coffee-lint",
      "feedback",
      "emmet",
      "image-view",
      "open-on-github",
      "autocomplete-plus",
      "autocomplete-snippets",
      "autocomplete-paths",
      "language-latex",
      "language-mustache",
      "language-x86",
      "language-go",
      "language-java",
      "language-make",
      "language-perl",
      "language-php",
      "language-toml"
    ],
    "themes": [
      "one-dark-ui",
      "one-dark-syntax"
    ]
  }
}

Installed Packages

# User
.bin, vundefined
Sublime-Style-Column-Selection, v1.2.3
angularjs, v0.1.0
atom-prettify, v0.1.0
atom-rails, v0.4.0
auto-update-packages, v0.2.2
git-review, v0.2.1
go-to-view, v0.1.2
language-blade, v0.14.0
minimap, v4.9.0
minimap-find-and-replace, v4.2.0
node-debugger, v0.2.3
node-resolver, v1.0.1
pretty-json, v0.3.3
rails-navigation, v0.1.1
rails-rspec, v0.3.1
rsense, v0.6.0
ruby-block, v0.3.3
ruby-define-method, v0.2.0

# Dev
No dev packages

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.