Questions tagged [gem-fury]

26 questions
17
votes
2 answers

When running yarn, yarn.lock file is generated with private token from bash

I'm using Gem Fury for some of our private packages. I set the yarn registry to use their proxy for public and our private node modules: yarn config set registry "https://npm-proxy.fury.io/$GEMFURY_TOKEN/username" GEMFURY_TOKEN is set in .bash.…
Danielle Adams
  • 260
  • 1
  • 12
6
votes
2 answers

Python setup.py dependency links for GemFury packages

I have several Python packages successfully uploaded to GemFury using git push fury master after having set my remote. Now I want to use these GemFury hosted packages in the builds of other packages (some on GemFury, others not). I set out doing…
Grant Bartel
  • 363
  • 1
  • 3
  • 21
5
votes
1 answer

How to add dist-tag to npm package in private registry?

I have a private Gemfury registry that I'm publishing npm packages to. I want to add distribution tags to my packages (as described here: https://docs.npmjs.com/cli/dist-tag). My npm config registry is set to a proxy that allows me to install from…
amlyhamm
  • 1,110
  • 2
  • 18
  • 36
5
votes
2 answers

Overwrite/force push an existing package version in gemfury

We are using gemfury to manage our internal python package releases. The issue I am facing right now is that gemfury doesn't allow pushing/overwriting the same version, which is good in a way when dealing with production builds. This is difficult to…
Akshay Goel
  • 227
  • 1
  • 2
  • 10
4
votes
1 answer

Avoiding dependency confusion in python

In the python project I work on at my workplace, we install some packages from PyPI, and some private company packages from Gemfury, using a standard requirements file. After reading this article:…
Gal6111
  • 53
  • 3
3
votes
1 answer

How can I use private gems(GemFury) in a docker container?

I'm trying to run some ruby scripts for automating exports. Since these run remotely we build them in a Docker container and push them to iron worker. We use GemFury for hosting some essential private gems for these scripts. To keep the…
Brian
  • 33
  • 3
2
votes
1 answer

Publish npm package to a Gemfury registry with tag?

I'm publishing an npm package to a private Gemfury registry through basic npm login / npm publish commands (as described in Gemgury's help section here: https://gemfury.com/help/npm-registry). Simple publishing is working like a charm, but once I…
amlyhamm
  • 1,110
  • 2
  • 18
  • 36
1
vote
1 answer

AWS CodeArtifact for Ruby gems

Based on the AWS CodeArtifact FAQ https://aws.amazon.com/codeartifact/faq/ I do not see Ruby gems in the list of features. Is it possible to use AWS CodeArtifact instead of Gemfury?
alexanoid
  • 24,051
  • 54
  • 210
  • 410
1
vote
0 answers

GemFury is throwing 502s for our private repository, is there anything we can do to mitigate this?

We're seeing 502s when pulling packages from our private repository, Gemfury hasn't yet addressed the issue in their status dashboard. Is anyone else seeing this issue as well? https://status.fury.co/ https://github.com/gemfury/gemfury/issues/78
1
vote
0 answers

how to restrict private package access in gemfury so a specific user will only see a specific package in the package list?

I am using gemfury (https://gemfury.com/) and I want to give read access to a javascript private package to a specific user (a client). Problem is, I don't want that user to be able to list all the packages in my organization. The following…
1
vote
1 answer

Not able to publish my library in private repo hosted on gemfury

I am getting this error while publishing my library to gemfury. npm ERR! 503 Service Unavailable - PUT https://npm-proxy.fury.io//@%2f
Vishal
  • 113
  • 2
  • 14
1
vote
1 answer

How do I configure GitLab to mirror my repositories to Gemfury?

I use GitLab.com for my PHP repository management. However, I package my repositories for use with Composer. Right now, I'm using Satisfy to generate my packages, but this solution is not well developed, and has problems. I have decided to move to a…
1
vote
0 answers

Does Gemfury's proxy support "npm update" and "npm outdated"?

I'm not seeing update-to-date responses from Gemfury about package versions the way I'd assume I would. I've got my ~/.npmrc file configured with: registry=https://npm-proxy.fury.io/MyaPiTokEn/myaccountname/ and I'm logged in with npm login. I know…
Dan Zaner
  • 159
  • 1
  • 1
  • 9
1
vote
1 answer

Upload public packages on gemfury

Using the command line tool, is there a way to upload package already marked as public ?
waghanza
  • 163
  • 1
  • 9
1
vote
1 answer

Gemfile use local path in development and Gemfury source in production

I am developing both an app and a gem for it. The gem will be available from Gemfury when the app will be in production. But while developing, I would like to use the local path of the gem, so that I can modify both the gem and the app and see…
linkyndy
  • 17,038
  • 20
  • 114
  • 194
1
2