Questions tagged [checkin]
401 questions
0
votes
1 answer
Python Foursquare API Checkin Add suddenly started returning
I have a program which will do automatic checkins on Foursquare. It was working fine up until about a couple days ago when it started returning Response [403]. What is weird is I found some sample code to do the same thing via PHP and it is working…

Bryan H
- 1
- 1
0
votes
1 answer
Prevent direct checkin on TFS 2017 branch, allow merge only
I'd like to find out if it's possible to prevent users from checking in directly on a branch using TFS 2017, while still allowing a merge-checkin to that branch. It sounds like an oxymoron I know, how can you merge to that branch if you can't…

Seth
- 3
- 4
0
votes
1 answer
Is there a preferred practice for restricting code push to Git repositories?
I have been researching methods of guarding Git repositories from getting accidental code pushes from a developer in a team environment. Currently I have more questions then answers from researching. I have used TFS and VSTS policy controls…

DSanchezPerez
- 17
- 3
0
votes
1 answer
TFS ? - check in is not showing any changes
i initially downloaded code from TFS to a directory and then made a copy of that directory and made changes to the code in the copied directory, but when i copy the copy back to the original download directory, the check in is not showing any…

bobk544
- 1
0
votes
1 answer
Punch state automatically changes its status on ZK devices
I want to change punch state automatically much like as when user first comes in it will say check-in and when it comes second time it will say it as checkout and so on. I want punch state switching based on every user which comes in and out at any…

Zohaib Akram
- 19
- 1
- 6
0
votes
0 answers
Check in via Sharing Dialog PHP SDK
The publish_actions permission is deprecated. This permission was very good for implementing Check-in via the place parameter. In the place parameter it was possible to put the Page ID and the Check in to be registered in the Page and also in the…
0
votes
2 answers
Foursquare API returns zero checkinsCount check-in counts in Python, but returns non-zero value in online trial interface
I use the following code to get details of a venue (with venue ID: 412d2800f964a520df0c1fe3) in my local PyCharm Edu:
import json, requests
url = 'https://api.foursquare.com/v2/venues/'
CLIENT_ID = 'XYZ' # I replace "XYZ" using my real CLIENT…

XinLiu
- 9
- 2
0
votes
1 answer
Cannot add files to Visual studio 2015 (Community) Update 3 / TFS
I added some C# files that are part of a database project, then delete the EDMX (Entity Framework File) to start again after a mess up, visual studio TFS got excited and marked the files for delete) TFS is NOT my most favourite piece of software. SO…

Terry Watts
- 73
- 1
- 7
0
votes
1 answer
Update 'checkout' input based on 'checkin' with Datepicker UI
I am developing a simple check-in and check-out form with Datepicker and I made it to always display the checkin as today, and checkout as tomorrow.

Kristián Filo
- 827
- 2
- 8
- 25
0
votes
1 answer
TFS unresolvable conflict?
(Using Visual Studio Professional 2015)
I'm am trying to check in a *.js to our TFS.
The "Resolve conflict" windows shows this file as conflict and offers me only two choices "Take Server Version" and "Keep Local Version".
What I would like to do is…

TTT
- 1,848
- 2
- 30
- 60
0
votes
0 answers
How to post on facebook wall in android?
I am building an a feature where a user can post a status on his wall using our application.
I am done with facebook login and a sample code for posting status on wall. Yet I am facing issue in posting check-in status. I am using place id also that…

Hitesh Matnani
- 309
- 1
- 5
- 20
0
votes
1 answer
Unable to get upload project from bitbucket
I am new in bitbucket.I want to upload project from Linux to bitbucket.successfully I have created a bitbucket account and did the following
1)create a repository name 'testadmin'
2)Using command line cd /var/www/myname/myprojectname
git init
git…

juva jacob
- 115
- 1
- 11
0
votes
1 answer
TF10139 Error:Internal error in Changeset Comments Policy for tf checkin command
I add a power shell step in my build definition(vNext). I want to execute Tf checkin command to checkin one file during the build process. We have only one Checkin policy for Mandatory checkin comments.
I started with tf checkin command and passed…

Naresh
- 35
- 4
0
votes
1 answer
Code Analysis Check-In Policy Not Enforce To Clean Code Analysis Warning
I have got problem with Code analysis policy.
Must code analysis policy enforce users to fix code analysis warnings before check-in? If they don't, policy failure occurs. Is it wrong?
But when i am trying to check-in TFS my codes with code analysis…

bahadir arslan
- 4,535
- 7
- 44
- 82
0
votes
0 answers
Room Availability Check SQL Query
I am designing a hotel booking system. My tables are as follow:
rooms:
id, room, room_type, hotel_id
room_type:
id, type, hotel_id
booking
id,room_id,type_id, hotel_id, checkin, checkout
I am trying to make a room availability form which checks…

GoSSDHosting
- 89
- 1
- 11