The tag has no wiki summary.

learn more… | top users | synonyms

0
votes
1answer
13 views

Harvest Time Tracking Currency for Contractors

We are a startup and have few software contractors worldwide involved in development. Our issue is - how can we set currency for each contractor in Harvest. They need to bill us in USD or GBP or EUR. ...
0
votes
1answer
20 views

ckanext-harvest 2.0: automatically add harvested records to an organization

https://github.com/okfn/ckanext-harvest/blob/release-v2.0/README.rst#the-ckan-harvester mentions that you can specify a "default_groups" config option in order to have all harvested records added to a ...
0
votes
3answers
81 views

Google Apps Script and External API Authorization Failing in Header

Trying to get this to work. I keep getting a Missing ) after argument list. (line 6, file "Code")Dismiss. I've double checked my parenthesis, but no avail. Am I missing something? I hope this is a ...
0
votes
0answers
74 views

Getting data from Harvest's API using jQuery's getJSON

Our company is using Harvest for tracking working hours, and we're working on doing some monthly reports per employee with a sum of all their entries. Luckily, Harvest has a great API that allows to ...
2
votes
2answers
92 views

How to save CSV data into the datastore while harvesting in CKAN

I'm building a custom harvester for importing data from an external site into CKAN. It works pretty well: it creates the metadata and the resources associated with it. I'd like to aggregate this ...
1
vote
0answers
42 views

How should I approach displaying up-to-date data from an external API (with rails)?

So, I'm trying to build a small rails app for internal use at the small design/dev agency I work for. I'm pretty new to rails (I'm a front-end dev) but I'm learning. The goal is for the app to pull ...
0
votes
2answers
327 views

Doesn't heat project support -var param?

I'm having problems using the command "$(WIX)bin\heat.exe" project "$(SolutionDir)\My.project.csproj" -dr FOLDER -cg filesUP -pog:Content -pog:Satellites -gg -g1 -sf -srd -suid -var "var.SourceDir" ...
6
votes
4answers
799 views

Ignoring .svn directories with Wix Heat?

I'm using the Heat tool to generate Wix markup to include a large number of files and folders in my setup. This was working fine, but I just realized that since I added the source folder to my ...
1
vote
1answer
382 views

Harvest a native (x86 or x64) COM Dll's registration information with WIX Heat (v3.5, v3.6)?

I looked around as much as possible, and have not been able to find any conclusive answers. I have a new C++/ATL DLL (x86 and x64) that I'd like to include in an installer and was hoping Heat.exe ...
0
votes
2answers
166 views

concept of packages in svn

We are migrating from harvest to svn. In harvest there is a concept of packages to which we can add a group of files. Similar thing we want to implement in svn. Can I make use of properties for this? ...
0
votes
1answer
440 views

PHP - Retrieving data from form results on external website?

I have a fair understanding of how to harvest data from other websites, but I was wondering how I might go about writing a script that inputs and submits a form on an external website, allowing me to ...
2
votes
2answers
682 views

Harvest (timecard app) API

Harvest is the time tracking application that I use at my job. While the web UI is quite simple, there are a few custom features I would like to add. I noticed they have an API... So I want to make a ...
1
vote
1answer
493 views

curl POST XML and Harvest API

The following curl request of the Harvest API is generating a "We're sorry, but something just went wrong" error. Any idea what I might be doing wrong? Perhaps I am not formatting the XML POST ...
0
votes
2answers
702 views

document is undefined problem in javascript

I got a code from google to harvest urls from google. I saved it as filename.js. When I run the file it showed "'document'is undefined". The part of the code which is showing problem is // ...
2
votes
2answers
662 views

in wix, when using heat.exe to harvest multiple files, how to customize KeyPath item

i have a lot file to harvest in a per user install project. i used heat.exe to harvest the file, but each file in one component has its own keypath property, while my files will copy to "app data" so ...
5
votes
2answers
356 views

How do SaaS companies verify and track the code they release to the customers?

I'm working at a SaaS company who releases new features and bug fixes to our customers every six weeks. When we write code changes they pass through different steps (like a state machine) before ...
2
votes
2answers
2k views

Compare Harvest to other source control systems?

From the top, "source control" seems like a bad way to describe CA Harvest; it's a deployment control system, and it's actually pretty good at just deploying code. I've found it to be lacking when ...
0
votes
3answers
569 views

Multithreaded Downloading Through Proxies In Python

What would be the best library for multithreaded harvesting/downloading with multiple proxy support? I've looked at Tkinter, it looks good but there are so many, does anyone have a specific ...
5
votes
2answers
4k views

XML POST REST Request using Python

Does anyone have a simple example of sending an XML POST request to a RESTful API with Python? I am trying to use the urllib2 Python library to "create a new project" in the Harvest API, with no ...
5
votes
2answers
1k views

Sync Subversion and Harvest repositories?

How would you integrate Subversion and CA Harvest if using Subversion to sync work across a team and Harvest as the enterprise system of record? An approach I'm investigating is creating a script ...
6
votes
4answers
3k views

WiX(v3): Harvesting a .csproj with heat.exe in vs2008?

The Question Newly initiated into WiX, I researched and found that v3 uses a tool (heat.exe) to "harvest" information into WiX fragments. I have managed to stumble about and find information on this ...
17
votes
7answers
4k views

Why is Harvest being purchased at all? [closed]

Does your work environment use Harvest SCM? I've used this now at two different locations and find it appalling. In one situation I wrote a conversion script so I could use CVS locally and then daily ...