Commit Graph

25 Commits

Author SHA1 Message Date
WithoutPants 7a45943e8e
Stash box client interface (#751)
* Add gql client generation files
* Update dependencies
* Add stash-box client generation to the makefile
* Move scraped scene object matchers to models
* Add stash-box to scrape with dropdown
* Add scrape scene from fingerprint in UI
2020-09-17 19:57:18 +10:00
WithoutPants 03d4826c85
Selective export (#770) 2020-09-15 17:28:53 +10:00
bnkai b527a8d137
Update makefile for static build (#808) 2020-09-14 11:12:36 +10:00
WithoutPants d516947af2
Strip debug symbols from release builds (#636)
* Add release target that strips debug symbols
* Make cross compile use make
2020-06-29 14:44:21 +10:00
WithoutPants 883a0e785a
Fix UI not showing version (#631) 2020-06-24 15:46:37 +10:00
WithoutPants 534d47500b
Integrate build version in UI (#629) 2020-06-23 09:51:57 +10:00
WithoutPants 3d22d5a742
Refactor build (#493)
* Add lint/format checks to build
* Make travis get full repo to get tags
* Run packr2 once in cross-compile
* Fix quotes in package.json
* Fix linting issues
* Formatting
* Fix vet issue
* Fix go lint issues
* Show start of each platform compilation
* Add validate target
* Set gitattributes for go fmt and mod vendor
* Fix tag name
* Add fmt-ui target
2020-04-29 12:13:08 +10:00
InfiniteTF aee9df966b
Cut over to v2.5 UI (#433)
* Cut over to v2.5 UI
* Use node 12 in travis
* Remove unnecessary `nvm use`
* Update docker file
2020-04-03 08:46:23 +11:00
WithoutPants 3c1eeb3d47
Prepare for 0.1.0 release (#345)
* Tag develop builds as latest. Version in makefile
* Rename latest to latest_develop
* Update GetLatestVersion
* Separate master and develop releases
* Add release date back into development version
* Remove unused code
* Two minute limit per file to upload to transfer.sh
2020-02-07 06:39:08 +11:00
FleetingOrchard b31af52d41 Fix usage of Box.Bytes causing depreciation message (#295)
* Add release make target

* Use Box.Find now that Box.Bytes is depreciated

Pretty much directly mocked off of the post-depreciation implementation
of Box.Bytes in packr. In theory we should totally be checking the
returned error but I'm lazy.
2019-12-28 09:53:16 -08:00
WithoutPants 2a02e5a65d Add test and integration tests to the Makefile (#222)
* Add unit and integration test to make file

* Add gitattributes for go.mod/go.sum files

* Always run integration tests

* Removed redundant call. Clarified targets
2019-11-24 21:10:16 -05:00
WithoutPants 6a75d5551f Use vendor when building (#201)
* Use vendor code for all go calls

* Add missing vendor dependencies

* Add travis_retry to yarn install

* Fix go test call
2019-11-16 08:03:28 -08:00
WithoutPants 019712bff9 Merge from master 2019-10-17 10:16:36 +11:00
WithoutPants eb0cd674c1 Use short git hash to be consistent with github 2019-10-17 09:46:16 +11:00
Friendly C 4627db8ade Use go generate for Packr2 and GraphQL files 2019-10-15 17:04:02 +02:00
WithoutPants 4983437a34 Print githash and build time at startup 2019-08-21 14:07:25 +10:00
WithoutPants 44e7ed1772 Run gqlgen for UI in gqlgen target 2019-08-05 15:53:13 -07:00
WithoutPants 1ddbc8fa01 Simplify fmt and vet targets 2019-08-05 15:53:13 -07:00
WithoutPants b6bea6d30d Fix build target for Windows. Add UI target 2019-08-05 15:53:13 -07:00
Stash Dev 485dcadaa6 Updated gitignore to ignore packr2 generated files 2019-07-27 12:49:35 -07:00
Stash Dev 1d00b2b36f Ran formatter and fixed some lint issues 2019-02-14 14:53:32 -08:00
Stash Dev 14df7b0700 Updated Makefile and Tavis config to include lint and vet tasks 2019-02-14 12:18:11 -08:00
Stash Dev 8efbfc6d72 Added Travis CI 2019-02-10 08:54:32 -08:00
Stash Dev 4bbea0202e Updated dependencies 2019-02-09 16:56:50 -08:00
Stash Dev 87eeed7e71 Initial commit 2019-02-09 04:32:50 -08:00