In distributed version control, push is the action of sending local changes to a remote repository.
0
votes
1answer
13 views
trigger.io android 4.0+ not receiving pushing notifications
I was doing some testing and just realized that my android 4.0 devices are not receiving push notifications. I have received them in the past and Pars shows them being sent out but I do not get them.
...
0
votes
0answers
16 views
Netbeans: How to show all (git) commits than will be pushed?
How to show all (git) commits than will be pushed within Netbeans ? Netbeans 7.3 simply pushes everything without showing a list of all commits first (like IntelliJ IDEA does).
0
votes
2answers
27 views
Dynamic Div pushing table cells to the left HTML JQuery
I think this is a simple fix, but I can't seem to figure it out.
I have a table with three cells in which, upon click, hidden divs are revealed. However when the div is shown it pushes the cells ...
0
votes
1answer
22 views
Can't access detailViewController from UINavigationController
I'm trying to get a reference to my detailViewController in application didFinishLaunchingWithOptions: method. But here I am faced with a problem.
I have next Views structure is storyBoard (for ...
0
votes
0answers
10 views
resigned ipa can't be added to the Iphone settings-->notification center
I have compiled an app with a mobileprovision which has push configuration.
Then I resignd it with another mobileprovision(with push configuration) and relative Enterprise Distribution certificate, ...
2
votes
0answers
17 views
Connect to Microsoft Push Notification Service for Windows Phone 8 from Ruby
We are developing a WP8 app that requires push notifications.
To test it we have run the push notification POST request with CURL command line, making sure that it actually connects, authenticates ...
0
votes
3answers
38 views
how can i make this jsonArray form?
I want to get this (four keys & values in one object):
[{"sms":"Y","email":"Y","phone":"Y","oto":"Y"},{"sms":"N","email":"N","phone":"N","oto":"N"}]
but this is result :
...
0
votes
0answers
24 views
Long click doesn't work (using push down to refresh library)
Since I am using chrisbanes push down to refresh library, I had to remove normal listview and replace it with the new one. After that though, long push on listview item doesn't work and always ...
0
votes
0answers
16 views
git unpack error on push to gerrit
On push of a new branch to a gerrit server we encounter the following error:
de@roma:~/git-hate/www$ git push origin landingpage
Counting objects: 149, done.
Delta compression using up to 2 threads.
...
0
votes
0answers
20 views
Push Notification using Google Cloud Messaging in RHO framework
I am developing mobile app on the RHO framework and almost done with it except for the push notifications part. I am using Google Cloud Messaging with RHO to handle the push notifications from the ...
1
vote
0answers
23 views
Device stops receiving GCM pushes until network is switched
I have an android app that relies on GCM push notifications, and sometimes, a user's device will stop receiving push notifications. The behavior is quite intermittent: on some devices, it will never ...
1
vote
1answer
28 views
when try to push value on variable push undefined not value
I am try to push value in a variable using javascript push().
It's three values.
Latitude
Longitude
Region
Latitude and longitude push successfully; region is not pushed - it's Undefined.
I know ...
1
vote
2answers
26 views
Push notification/alternative that can timeout
I am working on an application that must notify the user of a server-initiated event. These notifications are only useful for a short space of time (30-60 seconds). For this reason, I am looking for a ...
0
votes
1answer
48 views
adb protocol failure using install and push
I cannot install apk files to my phone using adb install.
I cannot push apk files to my phone's sdcard using adb push.
In both cases adb gives me "protocol failure", followed by a notice that it is ...
0
votes
1answer
33 views
Cannot push to github, ssh: Could not resolve hostname
I can't get pass this, have remade the repository multiple times, made ssh keys over
--------------
demo_app <username>$ git remote add origin git@github.com:<username>/demo_app.git
...
0
votes
0answers
21 views
Event when user activates / deactivates Push on iOS
I'm developing an iPhone & Android via Phonegap. I already got the Push Function to work on the iOS device, and I also can recognise whether the user has Push activated or not while the App is ...
0
votes
0answers
25 views
BlackBerry Push Notifications , OS < 7.X
I am working on developing a BB OS<7.X application, that implements push notifications. I finally ended up with some working code that is able to receive push.
However, the push notifications DONT ...
0
votes
0answers
18 views
AWS Elastic Beanstalk only receives the most recent commit
I'm having a problem with Elastic Beanstalk / the eb command line tool. Until recently it was working ok, but at the moment when I run git aws.push it only pushes the most recent commit, rather than ...
0
votes
1answer
24 views
(Urban airship) How can I remove(or update) previous push message alert?
My app service is android app using phonegap and push alarm service is one of the app services.
Current our push alarm service is continuously adding a message on upside-status-bar as push ...
0
votes
1answer
34 views
Sending messages with pushwoosh+phonegap results in a “null” message
I am relatively new to developing android apps. I am using pushwoosh with phonegap to try and receive push notifications. I followed the setups for both as directed. The problem I am facing now is ...
0
votes
1answer
22 views
How to push on the production server only folder prepared for production?
I have the project under git version control. My file structure like the following:
.git
build
server
models
controllers
views
site
css
js
img
.gitignore
In the 'server' and 'site' ...
0
votes
2answers
43 views
Git - how to push on every repository inside folder
On my local computer I have every project inside my workspace folder, there I have some git repositories which are cloned from repositories of github, bitbucket, etc.
So for example I have something ...
1
vote
0answers
46 views
Sending Push Notification to BB 5 <= OS <=7.x using php script
I am trying to send a push notification in my BB OS 5 application. When i use the low-level-sample , provided by RIM , everything works fine and i get the push.
However i am building an Apache Server ...
0
votes
1answer
58 views
Vector - push_back uses default constructor not copy constructor
I'm facing the problem of adding new elements to my vector.
Let's start with the herarchy
Index conatins Companies. Companies contain Stocks
Index
{
...
vector <Company> composition;
...
}
...
0
votes
0answers
7 views
Eclipse and EGit . Push?
I am using GIT as DVCS. I have a team working with me on a project.Last night when I committed changes to the repository. It caused lost of previous changes made by other developers.(I did this: ...
0
votes
0answers
31 views
Android Parse Push Notification
I managed to send push notifications with gcm. But this project we supposed to use parse. I researched some stuff and followed guides. I was able to send notification but phone did not receive while ...
0
votes
3answers
23 views
IOS: Stay on the first view controller before complete all controls (StoryBoard)
I connected first view controller with the second one using StoryBoard Push Segue and Interface Builder.
The button is named GO on top/right.
I have three textfield that must be filled before ...
1
vote
1answer
30 views
Should i require a new token every time i launch my Android App?
I know that in Android as in iOS and WP7 (In which mobile platforms the “push token” is not permanent?) the push token provided to the device CAN change.
That means we should handle this by requiring ...
0
votes
1answer
23 views
405 Method Not Allowed in NuGet Push
My NuGet server is throwing a 405 Not Allowed when I try to make a push. At least, thats what NuGet console says:
Failed to process request. 'Method Not Allowed'.
The remote server returned an error: ...
0
votes
1answer
22 views
Custom Gradle Task Fails - Can't Find GitPush
I'm trying to push to a remote git repo in a Gradle task. The best way I've found is to use the plugin Gradle-Git found here: https://github.com/ajoberstar/gradle-git
I'm basically just trying to be ...
0
votes
2answers
34 views
How to handle token in Android?
I am developing an android application and i am implementing push notifications functionality on it.
I keep on my server all the users tokens , so that i can send them a notification when needed.
...
1
vote
3answers
38 views
Is there an effective working method for having two git repositories separated by network file transfer, but not ssh/http?
I have git repository A on machine A (which is in turn a clone of a "central" repository hosted by a development team). For various reasons, I don't like to develop on machine A (poor development ...
0
votes
0answers
13 views
Github Mac App Pushing inconstantly?
I'm using the GitHub Mac App, which despite being very handy is bringing allot of frustrations.
I modified a branch. Committed. Synced. Then merged with Master and synced again.
It appear on Github - ...
0
votes
1answer
21 views
GitHub For Mac doesn't want to delete a branch, but on the console I can?
I have been struggling using Github for mac and it basically screwed up my whole app. I was able to revert back to a certain point now, merge everything into the master etc.
What I did next was ...
0
votes
1answer
23 views
Send push to many devices for pass
I am doing pushnotification for pass in passbook. Push works, but nothing shows for pushnotification and if update statically by toggling the back of pass, I can get the updated pass. This is the code ...
1
vote
1answer
27 views
How to setup my first git repository and mantain it?
I am using git repository for the first time. Following are the things I did
I created a folder in my home directory in Ubuntu 12.04 LTS where I will keep all my project files and folders
I created ...
0
votes
1answer
28 views
Push through list using jQuery
I have an each function of li's similar to
theList = $('#list li')
total = theList.length;
theList.each(function(i){
//stuff
theItems = [];
...
0
votes
3answers
31 views
Heads and Tails of a Stack
Push(A)
Push(B)
Pop
Pop
Push(C)
Push(A)
Pop
Push(X)
This would cause me to end up with this linear list:
X
C
However, how would this look as a array? Would it be stack={X,C} or stack={C,X}?
...
0
votes
4answers
63 views
Push Notifications for iOS
When I implement "Push Notifications" functionality in my application, in the settings of the phone the user can choose if he want to have the push notifications enabled or disabled.
Is it possible ...
0
votes
1answer
96 views
Can't receive toast notification in windows phone 8
I'm having problems receiving toast notifications for a Windows Phone 8 application. I did all the steps required:
For the client side, I did this:
Get the channelUri from MPNS
Open the channel
...
0
votes
1answer
26 views
Javascript. Create multi dimensional array from calculation Part 2
I am trying to add more functionality to the function Barmar helped me create in part one. Basicly I am creating a multi dimensional array that will count out ranges of numbers from a start and end ...
0
votes
1answer
26 views
Jabref push to winedt (error)
I am using Jabref with WinEdt(7.0) for my references. I had previously had an issue with JabRef's "pushing to WinEdt," but fixed it, I think by changing where JabRef was looking for WinEdt in the ...
2
votes
1answer
39 views
Git: push for teamwork, then rebase for integration
I am working on a project managed with Git with about 20 people divided into teams. The project managers require that all of the working branches are not just merged into master, but are rather ...
-1
votes
1answer
28 views
When should I commit and push in Test Driven Development? [closed]
My question regards TDD and when should I commit or push changes?
I'm wondering is it fine to push the code where some values returned by function are still faked or implementation is obvious to pass ...
0
votes
1answer
33 views
Performance , VB.NET SQL Dependency's Notifications
Ok i have 2 queries that are running SQL Dependecy's to simulate the push - notifications
really my ownly question is why in heck my 2 pieces of code run so much differently ( slower / faster ) then ...
0
votes
0answers
37 views
push notifications using asp.net
I'm working on push notifications using android. i have a deviceID, server api key, sender ID. Below is my code:
string regId = ...
0
votes
4answers
101 views
pushing arrays in multidimensional array
I want to push arrays containing random numbers (0 to 10) into a bigger array once the total of its contents is about to exceed 30. But the output is messed up.
var bigarray = new Array();
var ...
1
vote
1answer
65 views
eclipse is always complaining about remote git does not supoort smart http push
I know there are a few questions related to this topic on the Internet but I just still cannot solve the problem after digging them out.
On the server side, I have a repository located at: ...
0
votes
1answer
33 views
Test push notification with production apns
I need to test the push notification with the APNs production also compiling the app with the certificate adhoc, currently the app is in state "waiting for review" there is a way to test the Push ...
0
votes
1answer
73 views
Android push notification GCM
I am working on android GCM for my application to send push notification to users. And I am following this tutorial
...



