Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Updating build for updated versions | Christopher Speller | 2015-10-15 | 1 | -8/+10 |
| | |||||
* | Turning on strict mode for mkdocs | Christopher Speller | 2015-10-09 | 1 | -1/+1 |
| | |||||
* | Fixing broken travis release build | Christopher Speller | 2015-10-08 | 1 | -2/+13 |
| | |||||
* | Moving external libraries to the install step and into a seperate bundle | Christopher Speller | 2015-10-07 | 1 | -4/+12 |
| | |||||
* | Adding doc system to build. Updated docs, fixed links. | Christopher Speller | 2015-10-05 | 1 | -0/+5 |
| | |||||
* | Increase test timeouts to accommodate slow dev environments | Teviot Systems | 2015-10-02 | 1 | -5/+5 |
| | |||||
* | Adding MIT compiled licence to build | Christopher Speller | 2015-09-30 | 1 | -2/+2 |
| | |||||
* | Merge pull request #699 from mattermost/PLT-92 | Joram Wilander | 2015-09-18 | 1 | -0/+10 |
|\ | | | | | PLT-92 Adding server side versioning to the binary | ||||
| * | Making changes to versioning | =Corey Hulen | 2015-09-17 | 1 | -0/+3 |
| | | |||||
| * | Merge branch 'master' into PLT-92 | =Corey Hulen | 2015-09-17 | 1 | -0/+18 |
| |\ | |||||
| * | | fixing build | =Corey Hulen | 2015-09-16 | 1 | -1/+1 |
| | | | |||||
| * | | PLT-92 Adding server side versioning to the binary | =Corey Hulen | 2015-09-16 | 1 | -0/+7 |
| | | | |||||
* | | | Adding go 1.5.1 and postgress to travis build | Christopher Speller | 2015-09-18 | 1 | -0/+5 |
| |/ |/| | |||||
* | | Adding gofmt to travis build | Christopher Speller | 2015-09-17 | 1 | -0/+18 |
|/ | |||||
* | Fixing 669 removing -a flag from go cmds | =Corey Hulen | 2015-09-16 | 1 | -3/+3 |
| | |||||
* | Merge pull request #673 from apaatsio/clean-go-deps | Joram Wilander | 2015-09-15 | 1 | -0/+2 |
|\ | | | | | Clean installed Go dependencies | ||||
| * | Clean installed Go dependencies | Antti Ahti | 2015-09-14 | 1 | -0/+2 |
| | | | | | | | | If these are not cleaned it can cause problems when switching between different Go versions. Especially when downgrading Go. | ||||
* | | New add channel modal using react-bootstrap. | Christopher Speller | 2015-09-14 | 1 | -4/+6 |
|/ | |||||
* | Supressing warning display on Travis | Christopher Speller | 2015-09-03 | 1 | -1/+1 |
| | |||||
* | Merge pull request #584 from mattermost/mm-1909 | Corey Hulen | 2015-09-03 | 1 | -6/+5 |
|\ | | | | | MM-1909 Enabling checking of style guide on travis and turning on strict mode | ||||
| * | Enabling checking of style guide on travis and turning on strict mode | Christopher Speller | 2015-09-03 | 1 | -6/+5 |
| | | |||||
* | | Fixing Makefile | =Corey Hulen | 2015-09-03 | 1 | -2/+0 |
| | | |||||
* | | Fixing merge | =Corey Hulen | 2015-09-02 | 1 | -1/+0 |
|\ \ | |||||
| * | | Fixing build | =Corey Hulen | 2015-09-02 | 1 | -1/+0 |
| |/ | |||||
* / | Fixing build | =Corey Hulen | 2015-09-02 | 1 | -1/+0 |
|/ | |||||
* | Updating dockerfiles to allow for previewing of latest master and fixing ↵ | Christopher Speller | 2015-08-11 | 1 | -4/+2 |
| | | | | local docker build so it works on osx | ||||
* | Removing redis from makefile | Christopher Speller | 2015-08-06 | 1 | -20/+0 |
| | |||||
* | Adding docs to build | =Corey Hulen | 2015-08-03 | 1 | -0/+12 |
| | |||||
* | Updating dockerfile for 0.6.0-rc1. Moving docker files into versioned ↵ | Christopher Speller | 2015-07-31 | 1 | -1/+19 |
| | | | | directories. | ||||
* | Fixes mm-1564 adds release to travis and git | =Corey Hulen | 2015-07-29 | 1 | -0/+39 |
| | |||||
* | Adding rest of directories to eslint list | Christopher Speller | 2015-07-28 | 1 | -0/+4 |
| | |||||
* | Adding check target to makefile to run eslint. Adding eslint to package.json | Christopher Speller | 2015-07-28 | 1 | -0/+5 |
| | |||||
* | Reverted accidental change to the Makefile that occurred while rebasing ↵ | hmhealey | 2015-07-24 | 1 | -1/+1 |
| | | | | hmhealey/mm1494 branch | ||||
* | Changed Makefile to just look for godep in the GOPATH to make the process ↵ | hmhealey | 2015-07-24 | 1 | -6/+1 |
| | | | | simpler | ||||
* | Changed make cover to run godep go to match the rest of Makefile | hmhealey | 2015-07-24 | 1 | -6/+6 |
| | |||||
* | Fixed detection of godep when it doesn't exist on the path | hmhealey | 2015-07-24 | 1 | -1/+1 |
| | |||||
* | Change Makefile to use local copies of dependencies by running go through godep | hmhealey | 2015-07-24 | 1 | -22/+27 |
| | |||||
* | remove data dirs in make clean and updated gitignore with api/data | JoramWilander | 2015-07-21 | 1 | -0/+2 |
| | |||||
* | Changed Makefile to restart existing mysql/redis containers if they've been ↵ | hmhealey | 2015-07-20 | 1 | -2/+8 |
| | | | | stopped | ||||
* | Use correctly minified and unminified js libraries for JQuery, Bootstrap, ↵ | hmhealey | 2015-07-08 | 1 | -1/+4 |
| | | | | and Perfect Scrollbar | ||||
* | Change Makefile to look for godep in GOPATH instead of using a relative path | hmhealey | 2015-07-06 | 1 | -1/+1 |
| | |||||
* | adding more unit tests | =Corey Hulen | 2015-07-05 | 1 | -0/+6 |
| | |||||
* | adding api unit tests | =Corey Hulen | 2015-06-25 | 1 | -0/+1 |
| | |||||
* | updating build | =Corey Hulen | 2015-06-25 | 1 | -0/+7 |
| | |||||
* | updating make | =Corey Hulen | 2015-06-25 | 1 | -2/+6 |
| | |||||
* | first commit | =Corey Hulen | 2015-06-14 | 1 | -0/+168 |