138 questions
2
votes
0
answers
27
views
How to configure Gitlab's Assembla Integration so that tickets get links to commits?
Docs for the Assembla integration are extremely light (non existent).
I have an api token generated in assembla by an owner account that consists of the key & secret
in the token field of gitlab ...
0
votes
2
answers
250
views
Assembla subversion constantly asks for credentials in the browser when consulting a repository
I am totally new to assembla so my question may seem silly but I don't currently have the answer.
I have a subversion repository hosted on assembla. When I try to access it for reading via the browser,...
1
vote
0
answers
85
views
How to use Assembla Webhook with Jenkins?
I want to auto-build my job in Jenkins and I am using assemble, I tried using normal webhook like we do in Github but it is not working please help me on this. If you have done this already.
3
votes
1
answer
136
views
Modifying .git folder in a remote repo
I needed to retain the current file in the master branch while merging the other changes from the branch. I used the .gitattributes file to specify a driver which only merges ours. It all worked fine ...
0
votes
1
answer
145
views
How to download a file from assembla with a key and a secret using a python script
import requests
url = 'https://api.assembla.com/v1/spaces'
API_KEY = "API_KEY"
API_SECRET = "API_SECRET "
resp = requests.get(url, auth=(API_KEY, API_SECRET))
print(resp.status_code)
I keep getting ...
2
votes
1
answer
655
views
How to remove accidental double commit [Git]
I'm looking for a way to remove an "double" commit I accidentally created on a repo. While attempting to collapse a branch's commits before merging it into the master, I unwittingly pushed the branch'...
-3
votes
1
answer
60
views
In Assembla - SVN just an admin can make a new repository?
My question is completely explained in the title XD
I want to know for making a new repository in server (not a local repository) I must be the admin ?
0
votes
1
answer
353
views
How can I update & commit with Assembla SVN on a Chromebook?
I'm running an ASUS C300 Chromebook (71.0.3578.127 (Official Build) (64-bit)) and I want to set it up like my Windows 7 Development PC. On Win 7 I use TortoiseSVN to connect to my SVN hosted on ...
1
vote
0
answers
51
views
Assembla's Cornerstone (fake) API to listen for own commits
in a previous project I had the chance to listen for git uploads to post it in another software like RocketChat, Slack, etc. But Im working with Cornerstone now. Is there any way to do the same? I can'...
0
votes
1
answer
60
views
Need Node js code snippet to get data from Assembla
Trying to get data from Assembla using node js rest API call.
I am not sure how to authenticate using the Bearer token and get the JSON output.
is there any way we can use HTTP request and get the ...
0
votes
1
answer
241
views
How to configure Assembla service in GitLab?
I'm trying to integrate Assembla issue tracker with GitLab CE. Assembla project template has only 2 configuration option: Subdomain and Token. Subdomain seems clear. Where can I find the Token value?
1
vote
2
answers
758
views
How do I migrate an Assembla project (Issues and Source) to Github?
I wanna migrate a project from Assembla to Github with all its tickets and sources.
Sources
The sources are not the problem because I can push it easily to the new environment.
Tickets
My problem ...
0
votes
1
answer
1k
views
Use CURL Command to download remote files in Shell scripting
I need to download remote files using curl command below
curl -O -J "URL"
This is working as expected when I use this command separately when I try to use the same command in a shell script(below). ...
1
vote
0
answers
71
views
Adding magento2 extension to composer. Code hosted on Assembla
I have an extension which is published on magento marketplace. I want to add it to composer to let users install it from there as well.
I tried the following steps
Registered with getcomposer
...
0
votes
0
answers
138
views
Automated deployment using Assembla's SSH deployment tool
I have been using assembla's SSH deployment tool to setup the automated deployment. What i have done so far is:
Setup a git repo with two branch master and develop.
Setup a SSH script using the ...
3
votes
1
answer
111
views
Why _mac folder with some config files commits to git automatically from Android Studio
I am getting some auto generated commits to my git using android studio in mac and this was not happened in windows with Android studio(Which I was using earlier) Can anyone tell me why this happens ...
0
votes
0
answers
30
views
Create dependency from assembla repo
Is it possible to create a library dependency from an assembla svn repo and use it like this:
compile 'com.google.code.gson:gson:2.5'
1
vote
0
answers
182
views
How to Automate jenkins build based on assembla merge to request to a branch
I wish to do the automate build in jenkins based on "assembla"
i have installed "assembla build trigger" plugin in jenkins and configured it.
i have enabled the " build merge request" under " ...
3
votes
2
answers
1k
views
Assembla Perforce wont submit a large number of files
I have 1000+ files marked for add that I would like to submit using perforce. During the submit everything seems to work fine but after an hour or so into the submit, using the p4v client, I get an ...
8
votes
2
answers
17k
views
git clone/push gives error: Permission denied (publickey,keyboard-interactive). assembla
I am trying to pull/push the code from a repo on assembla but I am facing this error all the times.
I already uploaded the key to assembla account but still facing this issue.
0
votes
1
answer
460
views
Perforce P4HOST won't work from Config file, only globally
I have a connection to Assembla that requires P4HOST to be set. I have a bunch of other P4 connections to different servers that don't need that set.
I've setup a few different p4config.txt files and ...
1
vote
1
answer
3k
views
Fatal Authentication Error when i try 'Pod Install' command
I am trying to implement my framework library into my project using Cocoa Pods.
I found similar questions but their error messages were different from mine. Hence i am posting this question.
I ...
0
votes
1
answer
398
views
Unable to git push new branch, got an undefined method `hex' for nil:NilClass (NoMethodError) error
I am trying to git push a new branch I have been working on. This is not the first time I'm pushing to the repo (hosted on assembla) and had no issues before.
I created a new branch, committed and ...
0
votes
1
answer
287
views
How add server-side git hooks in Assembla?
How can i add server-side hooks in Assembla for all users this repository? If i add in .git/hooks it's be only for my local repository or i don't understand something?
I need hooks for check and ...
1
vote
2
answers
746
views
auto deployment of code in jenkins based on git in assembla
I am able to configure jenkins with the git repository. I want to perform an auto deployment when ever there is any push done into the git repository. I am using git repository provided by assembla.
...
0
votes
3
answers
248
views
Partial Checkout For Specific Users in SVN
I am using Tortoise SVN and having SVN service from Assembla. Until today, I worked alone in a project but now I need to get help from some other developers but I don't want them to be able to ...
2
votes
0
answers
156
views
TortoiseSVN + Assembla hangs on update/commit
I am experiencing a kind of strange problems with TortoiseSVN and an Assembla repository. Sometimes, when I try to update or commit the UI opens but nothing happens. It occurs more and more often.
I ...
0
votes
0
answers
282
views
Can I connect assembla to Github Desktop in windows?
I'm thinking is this possible like cloning my whole repository in assembla to my desktop through the use Github Desktop app and committing changes to it?
0
votes
1
answer
451
views
Assembla Authentication and Access Token
Overview: I am new to Assembla and I am having some trouble with authentication in C#.
I am trying to externally create tickets in assembla (Tickets POST), but I am having a hard time grabbing the ...
27
votes
3
answers
40k
views
Undo Git Rebase
I performed a git rebase master on my branch and didn't realize it wasn't what I wanted until after I pushed it to the remote. It's only myself and 1 other person working on the project, so I know ...
1
vote
2
answers
2k
views
Configure perforce to use proxy server
As the title says, I need to configure perforce to use a proxy server. To clarify, I am not talking about using Perforce Proxy, but to actually connect to the perforce server (in this case perforce....
2
votes
1
answer
3k
views
python jenkins.jenkins module: how to login to jenkins with third party sso
I need to automate jenkins, It is very easy to login to jenkins from python with its local-user/password. But our jenkins server is configured with assembla sso and I am not able to login through ...
2
votes
1
answer
233
views
Need assistance with creating a Git client-side 'commit-msg' hook
I have installed the 'ticket_status.rb' server-side hook on Assembla. Although this is exactly what I'm looking for (in theory), it does not flag until the developer attempts to push to the server. If ...
1
vote
2
answers
720
views
Need some pointers on how to use the Assembla API
I need to do some Assembla authentication before those I distribute my program to, can use login and use it.
But I am having some issues with how I use the Assembla API as I've never really used a ...
0
votes
2
answers
9k
views
partner exited unexpectedly error when running perforce client [closed]
I'm trying to set up my first assembla project with perforce. "p4 info" is Ok, but I cannot run client without the error message. I already set up my connection settings into config file, if ...
2
votes
1
answer
178
views
python curl for assembla
I am trying to port the following curl call into a python script using urllib/urllib2 :
curl -H "X-Api-Key: ccccccccccccccccccccccc" -H "X-Api-Secret: cbcwerwerwerwerwerwerweweewr9" https://api....
1
vote
1
answer
678
views
3 step OATH 2.0 authentication for Assembla API POST request returns "Bad request"
I'm trying to create a tool to communicate with the Assembla API, and I'm having trouble getting the authentication right. I'm using the 3 step procedure as described here.
Retrieving the PIN code is ...
5
votes
2
answers
6k
views
Android Studio fails to connect to SVN server - SSL handshake failure
I am having issues to connect to SVN server using Android Studio 1.01.
When I try to browse the remote SVN repository I get the following error:
Subversion: (Accessing URL: https://subversion....
1
vote
1
answer
767
views
Best practice for using git private key on a public server with a shared user
I Currently use some servers to do some benchmarks. I need to log into multiple servers and git clone ... from assembla.
Currently I copy my private key to the server and then update the .ssh/config ...
0
votes
2
answers
490
views
Hudson has stopped checking out source from assembla
Hudson seems to have stopped being able to check out source code from assembla. Nothing has changed with either configuration.. yesterday builds we're fine, then suddenly for no obvious reason their ...
0
votes
1
answer
3k
views
Red check mark automatically removed after a second after changing a file in Visual Studio
I use Visual Studio with GIT/Assembla and in most projects when I change a file there is a red check mark before the file in the Solution Explorer, meaning it can be commited later via GIT/Assembla.
...
0
votes
1
answer
59
views
establishing multiple secure identities with GIT?
I have multiple repositories that I am contributing to - Some are hosted on Github, and some on Assembla. Technically, my username varies between the two systems.
When I cd to a given repository's ...
1
vote
1
answer
1k
views
echo $PATH not displaying all paths when logged in from different environments on same account
When I run echo $PATH as root from 2 different scenarios to the same server I get a different result.
Firstly I ssh via term as root where I installed kitchen. When I type
$ which kitchen
$ usr/...
0
votes
0
answers
38
views
Issue with maven pom.xml build after Assembla set up integration
My project was working fine in my local system . When I integrated my set up with ASSEMBLA folder structure got little change. Now I am unable to build my project . POM.xml has encountered some ...
0
votes
1
answer
596
views
Using .kitchen.yml how do I specify multiple ssh keys?
I'm using Kitchen / ChefDK to deploy to EC2. In the .yml I specify my amazon keys which get transferred to the instance when I run kitchen converge. I'm also deploying from git and have recently ...
0
votes
0
answers
94
views
Assembla Git repo shows latest revision, but does not pull down with clone
Seeing something weird I cannot figure out. Another programmer (so I did not watch what was done) pushed a set of files. When I look at the source files in Assembla, the latest (expected) revision ...
0
votes
2
answers
947
views
I want to add parameter list of (from and to time)key value pair with httpclient this are param value not a header
String url = "https://api.assembla.com/v1/tasks.json";
HttpClient httpClient = new DefaultHttpClient();
HttpGet httpGet = new HttpGet(url);
httpGet.addHeader("Accept", "application/json");
httpGet....
3
votes
1
answer
1k
views
How to keep/maintain public and private code in the same repository? (at repository hostings)
I'm working on my own project which has two parts:
A. kernel/generic code (public part)
B. code which works with proprietary protocol etc (private part, available for me and a few authorized persons)...
-2
votes
1
answer
139
views
Can we add to an Assembla project a tool to allow users to vote for future features? [closed]
In Admin/Tools/More I found the Sopport tool. It is its description:
The Support tool integrates with the Ticket tool to provide customers
a support ticket system for submitting and following ...
1
vote
1
answer
90
views
How can I change my svn profile on visual studio 2013
I have already connected to a svn profile but I want to change my
account with another account. How can I make it?