v0.1.0
Changelog
8b02d24 Add Makefile for proctor-cli
4be42fd Add Makefile with empty target
ce588fb Add Proctor logo to README
99bec11 Add changeLog for proctor release
9908099 Add goreleaser in travis CI Ignore dist folder
b6623f4 Add make task for db setup - Update README with command to get proctor locally.
2d27a42 Add makefile for brew installation
6688f1f Add proctord and procs to repo
b8a792a Add script for updating the Proctor Formula
b79d032 Add travis build status badge to README
3afb111 Add uniqueness constraint on job names submitted for execution
ef20fb9 Add updated proctor logo to README
484350e Adding job status api which return the job_execution_status for given job_name
c52dee6 Adding missing test for postgresclient select
c7fe71e Adding more tests in storage to cover select method
49765d5 Don't consider null values as equals
b4b3048 Fix PROCTOR_URL description in README.md
a9d3225 Fix documentation for running tests
29cb1d1 Fixing test names and adding more assertions to store
0507bbf Hello Proctor!
76b8739 Initial commit
5bd0719 Introduced authorization in Proctor Resolves #18 1. Constantized all the common error messages printed out to user 2. Refactored tests to use constants 3. Fixes in travis.yml to use updated package names, verbose output for debugging 4. Introduces Email and Access token, checking for same in http headers Email-Id and Access-Token 5. Fixes in error output via websocket, printing new line at end of output so that follow up messages to console don't have to do it 6. Introduces environment config ENVIRONMENT to enable testing of configs 7. HTTP testing library httpmock
86eca88 Jobs -> Procs
fcf7648 Merge pull request #10 from darkdefender27/master
b1b22ff Merge pull request #14 from gojektech/add_user_email_to_audit
46846db Merge pull request #15 from achilles42/add-auth-headers
2402757 Merge pull request #19 from gojektech/go-release
411c6b7 Merge pull request #21 from gojektech/brew-integration
0216e73 Merge pull request #7 from satyanash/master
c0c7d6a Migrate project from gojekfarm to gojektech
f179cf7 Modify name for jobs submitted for execution
8ee9f3e Modify proctor image alignment
2a73866 Run proctord and proctor cli tests separately
1681eb4 Run proctord tests separately from proctor-cli
f93e89e Track job execution status
8e5e681 Treat JobNameSubmittedForExecution as SQL String to circumvent unique index
db870f8 Update Documentation
cdb0a5f [Amir/Akshat] fixing glide dependencies, logsrus repo has uppercase letters, specified as lowercase in glide.yaml
fa91802 [Amir] auditor interface takes in user_email to persist to db
69c402b [Amir] changing test data email domain to example.com
eff2a86 [Amir] fixing typo in travis to run package test
f686e05 [Amir] having external dependencies specified as part for README
afda932 [Amir] migrations to add new column to audit table. user_email is going to track the user who invoked the proctor
491def8 [Amir] passing through user email in the context to be written to db
b9d9595 [Amir] tracking user email in case of job failures as well
d3ab4f4 [Amir|Praveen] dummy commit to trigger v0.3.0 release
e4fe6b3 [Closes #6] Stream logs from api-server directly
a9d582c [Closes #9] Merge pull request #11 from prashant3863/deployment-status-api
5204b73 fixing the GOPATH directory, as the project has been upgraded from gojekfarm group to gojektech
30fdd4c proctor-engine -> daemon