Giter Club home page Giter Club logo

atom-gitlab's Introduction

Gitlab

Manage your GitLab repositories from Atom.

Development is stalled out

Sorry

Installation

apm install gitlab

or through Atom GUI: Gitlab

Features

  • Clone project
  • Create new project
  • Create branch/merge request
  • Many gitlab servers

Roadmap

  • Trigger builds
  • View/Close issues
  • Create/Edit snippets

atom-gitlab's People

Contributors

lestad avatar sergeysova avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

atom-gitlab's Issues

Error: Cannot find module 'config'

I just tried to install this plugin with atom 1.6.2 on OSX and I received a stack trace.

Error: Cannot find module 'config'
    at Module._resolveFilename (module.js:336:15)
    at Function.Module._resolveFilename (/Applications/Atom.app/Contents/Resources/app.asar/src/module-cache.js:383:52)
    at Function.Module._load (module.js:286:25)
    at Module.require (module.js:365:17)
    at require (/Applications/Atom.app/Contents/Resources/app.asar/src/native-compile-cache.js:50:27)
    at Object.<anonymous> (/Users/seth/.atom/packages/gitlab/lib/gitlab.coffee:3:10)
    at Object.<anonymous> (/Users/seth/.atom/packages/gitlab/lib/gitlab.coffee:1:1)
    at Module._compile (/Applications/Atom.app/Contents/Resources/app.asar/src/native-compile-cache.js:103:30)
    at Object.defineProperty.value [as .coffee] (/Applications/Atom.app/Contents/Resources/app.asar/src/compile-cache.js:208:21)
    at Module.load (module.js:355:32)
    at Function.Module._load (module.js:310:12)
    at Module.require (module.js:365:17)
    at require (/Applications/Atom.app/Contents/Resources/app.asar/src/native-compile-cache.js:50:27)
    at Package.module.exports.Package.requireMainModule (/Applications/Atom.app/Contents/Resources/app.asar/src/package.js:720:27)
    at Package.module.exports.Package.activateConfig (/Applications/Atom.app/Contents/Resources/app.asar/src/package.js:220:12)
    at PackageDetailView.module.exports.PackageDetailView.activateConfig (/Applications/Atom.app/Contents/Resources/app.asar/node_modules/settings-view/lib/package-detail-view.js:216:26)
    at PackageDetailView.module.exports.PackageDetailView.completeInitialzation (/Applications/Atom.app/Contents/Resources/app.asar/node_modules/settings-view/lib/package-detail-view.js:159:12)
    at PackageDetailView.module.exports.PackageDetailView.loadPackage (/Applications/Atom.app/Contents/Resources/app.asar/node_modules/settings-view/lib/package-detail-view.js:171:21)
    at /Applications/Atom.app/Contents/Resources/app.asar/node_modules/settings-view/lib/package-detail-view.js:302:17
    at Function.module.exports.Emitter.simpleDispatch (/Applications/Atom.app/Contents/Resources/app.asar/node_modules/event-kit/lib/emitter.js:25:14)
    at Emitter.module.exports.Emitter.emit (/Applications/Atom.app/Contents/Resources/app.asar/node_modules/event-kit/lib/emitter.js:125:28)
    at PackageManager.module.exports.PackageManager.emitPackageEvent (/Applications/Atom.app/Contents/Resources/app.asar/node_modules/settings-view/lib/package-manager.js:664:27)
    at /Applications/Atom.app/Contents/Resources/app.asar/node_modules/settings-view/lib/package-manager.js:452:26
    at exit (/Applications/Atom.app/Contents/Resources/app.asar/node_modules/settings-view/lib/package-manager.js:73:16)
    at triggerExitCallback (/Applications/Atom.app/Contents/Resources/app.asar/src/buffered-process.js:213:47)
    at ChildProcess.<anonymous> (/Applications/Atom.app/Contents/Resources/app.asar/src/buffered-process.js:235:18)
    at emitTwo (events.js:87:13)
    at ChildProcess.emit (events.js:172:7)
    at Process.ChildProcess._handle.onexit (internal/child_process.js:200:12)

Feature request: open on Gitlab

Atoms comes with a package named open-on-github. Would be great if atom-gitlab would be able to do exactly the same commands, just for Gitlab instead of GitHub.

  • View current file on Gitlab
  • Blame current file on Gitlab
  • History of current file on Gitlab
  • Copy Gitlab file URL to clipboard
  • Open current repo on Gitlab
  • Branch compare on Gitlab

Package is not working

I've set my private token and I keep clicking on sync/create but nothing is happening, I've also restarted Atom few times...

Does this actually work?

I was pretty excited to see I'd be able to make merge requests with this but the only thing I get is a sidebar which does nothing? Does any of this work yet, or are you still actively developing it?

Looking through the code it looks like nothing is really implemented yet. That's a shame :( Probably shouldn't be published in atom at the moment since none of the features are implemented yet.

Windows Atom

Hello,
I use the Windows Atom Editor and install ur plugin but if i "click" clone nothing happen.

I enter the Private Token and the Adresse of gitlab.
Gitlab Version: 8.17.4

Fork GitHub

Development on this project seems to have stalled out. It might be more productive to fork atom/github.

Most of the features are generic git workflow tools, so they aren't specific to GitHub. It should be possible to wire up the "View Pull Request" feature up to the GitLab API and have a functional package.

Network Error at XMLHttpRequest.handleError

I have this error when I try to retrieve gitlab repo..

/home/os/.atom/packages/gitlab/node_modules/axios/lib/adapters/xhr.js:171 GET file:///usr/share/atom/resources/app.asar/static/undefined/api/v3/projects net::ERR_FILE_NOT_FOUND
xhrAdapter @ /home/os/.atom/packages/gitlab/node_modules/axios/lib/adapters/xhr.js:171
executor @ /home/os/.atom/packages/gitlab/node_modules/axios/lib/core/dispatchRequest.js:27
dispatchRequest @ /home/os/.atom/packages/gitlab/node_modules/axios/lib/core/dispatchRequest.js:11
projects-view.coffee [sm]:45 

Error: Network Error
    at XMLHttpRequest.handleError (/home/os/.atom/packages/gitlab/node_modules/axios/lib/adapters/xhr.js:90)

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.