Ben Spoon
46a720285a
emails: update payment failure admin link
...
addresses issue #1623
2016-08-04 11:55:50 -07:00
Ben Spoon
5019ef0b6b
emails: change the app_link_handler to return just a uri
...
There is no need for an anchor tag any longer.
2016-08-04 11:55:48 -07:00
Ben Spoon
468160cc3d
emails: add missing support link
2016-08-04 11:55:41 -07:00
Ben Spoon
7d940d30c1
emails: add missing login link
2016-08-04 11:55:31 -07:00
Ben Spoon
39816a57ac
emails: change email templates to new design
2016-08-04 11:55:25 -07:00
Ben Spoon
195f0bb5d8
emails: add email template viewer
2016-08-04 11:55:16 -07:00
Joseph Schorr
b7bde27b3c
Fix display for builds which have fully expired
...
Fixes #1663
2016-08-04 11:13:32 -04:00
Jimmy Zelinskie
5a4e557d90
Merge pull request #1682 from coreos-inc/readme-terminology
...
readme: some extra stuff
2016-08-03 23:23:30 -04:00
Jimmy Zelinskie
53934b1426
readme: fix URLs pointing to the wrong docs
2016-08-03 22:21:35 -04:00
Jimmy Zelinskie
78971d68a5
readme: add some terminology
2016-08-03 22:18:53 -04:00
josephschorr
432bdc7e3e
Merge pull request #1679 from coreos-inc/changelog
...
Changelog
2016-08-03 16:00:36 -04:00
Joseph Schorr
c700c6e54b
Changelog for v1.16.5
2016-08-03 15:59:42 -04:00
Jimmy Zelinskie
012fec9e55
changelog: cut 1.16.4
2016-08-03 15:43:39 -04:00
josephschorr
8bc0080aeb
Merge pull request #1672 from coreos-inc/off-by-one
...
Fix off-by-one error in repo tags pagination
2016-08-03 15:00:23 -04:00
Rob Szumski
832fe59fa3
static: update text
2016-08-03 11:33:06 -07:00
josephschorr
630d022b56
Merge pull request #1675 from coreos-inc/fix-storage-validation
...
Add missing arg to validate call and add logging
2016-08-03 14:05:37 -04:00
josephschorr
4e9800dfc2
Merge pull request #1676 from coreos-inc/swift-delete-logs
...
Add logging when Swift deletion fails
2016-08-03 13:38:16 -04:00
Rob Szumski
d8bde7a78e
static: update homepage tagline
2016-08-03 10:14:23 -07:00
Joseph Schorr
0b47fce1cb
Add logging when Swift deletion fails
2016-08-03 12:16:06 -04:00
josephschorr
de58c1e38b
Merge pull request #1661 from coreos-inc/buildman-timeout
...
Fix TTL on heartbeat in etcd
2016-08-03 11:18:32 -04:00
Joseph Schorr
c29f9ccc7f
Fix TTL on heartbeat in etcd
...
Until now, once the heartbeat has expired, we would issue a TTL that is negative, which causes etcd to either raise an exception or simply ignore the expiration (depending on the version of etcd). This change ensures that once the key is expired, it is removed immediately via a set of a TTL of 0. Also adds tests for this case and the normal expiration case.
2016-08-03 11:15:03 -04:00
Joseph Schorr
974ab6c42c
Add missing arg to validate call and add logging
2016-08-03 11:13:27 -04:00
josephschorr
83849f4320
Merge pull request #1660 from coreos-inc/storage-status
...
Add storage validation to the status endpoint
2016-08-03 11:09:48 -04:00
Joseph Schorr
770ac0016e
Change validate method to work for all storages
2016-08-02 15:01:37 -04:00
josephschorr
b662fad09e
Merge pull request #1670 from coreos-inc/blob-upload-logs
...
Add additional logs for invalid blob upload
2016-08-02 14:55:44 -04:00
josephschorr
7ca0ba882c
Merge pull request #1673 from coreos-inc/build-logs-requires-cors
...
Add missing requires_cors to build log archive URL
2016-08-02 14:50:19 -04:00
Joseph Schorr
dc22b50b56
Add missing requires_cors to build log archive URL
...
Fixes #1671
2016-08-02 14:18:58 -04:00
Joseph Schorr
b1b0da7afd
Fix off-by-one error in repo tags pagination
...
Fixes #1665
2016-08-02 14:17:33 -04:00
Joseph Schorr
a1a6647ea7
Add additional logs for invalid blob upload
...
Fixes #1668
2016-08-02 12:15:30 -04:00
Jake Moshenko
c3a401d960
Merge pull request #1669 from jakedt/gcrandomtest
...
Accidentally forgot a line in the gc worker.
2016-08-02 10:45:51 -04:00
Jake Moshenko
a113f548db
Accidentally forgot a line in the gc worker.
2016-08-02 10:44:53 -04:00
Jake Moshenko
61bc358516
Merge pull request #1662 from jakedt/gcrandomtest
...
Add a test to make sure the random policy function runs.
2016-08-01 18:49:24 -04:00
Jake Moshenko
8ac88facab
Add a test to make sure the random policy function runs.
2016-08-01 18:42:55 -04:00
Jake Moshenko
05e2773fa7
Get rid of remaining slow query for garbage collection.
2016-08-01 18:22:38 -04:00
josephschorr
b0bffe56ca
Merge pull request #1638 from coreos-inc/swift-retry-seek
...
Add retry support to Swift
2016-08-01 14:04:54 -04:00
Joseph Schorr
c30b8dd1ad
Add storage validation to the status endpoint
...
Fixes #1659
2016-08-01 13:02:26 -04:00
josephschorr
abce6a8dbc
Merge pull request #1657 from coreos-inc/redis-reconnect
...
Change user events tutorial Redis error to be an inline box
2016-07-27 16:11:58 -07:00
josephschorr
98bfdc7244
Merge pull request #1656 from coreos-inc/stupid-ff
...
Fix enter key in password dialogs in Firefox
2016-07-27 16:11:51 -07:00
Joseph Schorr
cb9a99fc7b
Change user events tutorial Redis error to be an inline box
...
Fixes #1653
2016-07-27 13:41:26 -07:00
Joseph Schorr
c60f441d87
Fix enter key in password dialogs in Firefox
...
Fixes #1655
2016-07-27 13:12:37 -07:00
josephschorr
d240ad9a2c
Merge pull request #1652 from coreos-inc/custom-link
...
Add support for custom commit links in the build UI
2016-07-26 16:37:21 -07:00
Joseph Schorr
dcebd61dde
Add support for custom commit links in the build UI
...
Fixes #1251
2016-07-26 16:06:41 -07:00
josephschorr
46a28617e8
Merge pull request #1651 from coreos-inc/fix-branches
...
Fix handling of multi-part branches in the build triggers
2016-07-26 16:00:21 -07:00
josephschorr
0162d3da30
Merge pull request #1645 from coreos-inc/gc-query-optimize
...
Optimize GC query for looking up deletable storages
2016-07-26 16:00:17 -07:00
Joseph Schorr
626042b10a
Fix exception in Gitlab trigger when project is not present
...
Fixes #1629
2016-07-26 15:18:43 -07:00
Joseph Schorr
9e4f8cac03
Optimize GC query for looking up deletable storages
2016-07-26 13:47:15 -07:00
Joseph Schorr
06d52f2c83
Fix handling of multi-part branches in the build triggers
...
Fixes #1360
2016-07-26 13:41:13 -07:00
josephschorr
9d48bcd0f1
Merge pull request #1650 from coreos-inc/no-custom-get
...
We cannot use `customGET` for resources, as it builds an invalid URL
2016-07-26 11:51:23 -07:00
josephschorr
bb2edc5ac4
Merge pull request #1648 from coreos-inc/invalid-tag
...
Prevent invalid tags on builds
2016-07-26 11:47:32 -07:00
Joseph Schorr
7ac37a3813
We cannot use customGET
for resources, as it builds an invalid URL
2016-07-26 11:46:58 -07:00