diff options
author | Lauris BH <lauris@nix.lv> | 2017-05-07 17:40:31 +0300 |
---|---|---|
committer | Bo-Yi Wu <appleboy.tw@gmail.com> | 2017-05-07 22:40:31 +0800 |
commit | 79494047b062069fd8e692152d29773a22877d76 (patch) | |
tree | 59f8f66828e25ee9f9c13f2baf50494e5474bbcd /vendor/vendor.json | |
parent | c864ccf9b1414dfdae1fd271511853e058b9e7c9 (diff) | |
download | gitea-79494047b062069fd8e692152d29773a22877d76.tar.gz gitea-79494047b062069fd8e692152d29773a22877d76.zip |
Show commit status icon in commits table (#1688)
* Show commit status icon in commits table
* Add comments
* Fix icons
* Few more places where commit table is displayed
* Change integration test to use goquery for parsing html
* Add integration tests for commit table and status icons
* Fix status to return lates status correctly on all databases
* Rewrote lates commit status selects
Diffstat (limited to 'vendor/vendor.json')
-rw-r--r-- | vendor/vendor.json | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/vendor/vendor.json b/vendor/vendor.json index bbd759c12c..a28e71f3d3 100644 --- a/vendor/vendor.json +++ b/vendor/vendor.json @@ -15,6 +15,12 @@ "revisionTime": "2017-05-04T17:35:58Z" }, { + "checksumSHA1": "bOODD4Gbw3GfcuQPU2dI40crxxk=", + "path": "github.com/PuerkitoBio/goquery", + "revision": "ed7d758e9a34ba1f55e8084e0d731448b46921a8", + "revisionTime": "2017-03-24T13:54:48Z" + }, + { "checksumSHA1": "IyfS7Rbl6OgR83QR7TOfKdDCq+M=", "path": "github.com/Unknwon/cae", "revision": "c6aac99ea2cae2ebaf23f26f76b04fe3fcfc9f8c", @@ -45,6 +51,12 @@ "revisionTime": "2015-11-04T15:16:17Z" }, { + "checksumSHA1": "2rWSos1D+xqNSGkvEMOG3pntod8=", + "path": "github.com/andybalholm/cascadia", + "revision": "349dd0209470eabd9514242c688c403c0926d266", + "revisionTime": "2016-12-24T14:14:13Z" + }, + { "checksumSHA1": "Ehq5j/CeBqurZOP1vXMDLEl+RZo=", "path": "github.com/blevesearch/bleve", "revision": "3b2bc30b544cd4589cf3ad8c04030329b143dce9", |