Commit graph

6455 commits

Author SHA1 Message Date
Joseph Schorr
0e24f6b40a Fix user redirects to go to the correct URL
`/user` no longer works and returns a 404; we now need to redirect to the specific user page
2016-11-28 18:55:41 -05:00
Joseph Schorr
402ad25690 Change team invitation acceptance to join all invited teams under the org
Fixes #1989
2016-11-28 18:39:28 -05:00
josephschorr
1c3012a538 Merge pull request #2167 from coreos-inc/better-nginx-logs
Enable full debuggable logs on non-proxy protocol nginx config
2016-11-28 17:00:49 -05:00
Charlton Austin
a3ab28c0f3 Merge pull request #2162 from charltonaustin/fix_zendesk_ticket_11965
Fixing how we encode some JSON.
2016-11-28 16:53:08 -05:00
Ian Minoso
0d915eccc4 Repo-view page with header, sidebar and body 2016-11-28 16:41:46 -05:00
Joseph Schorr
2726405ea5 Enable full debuggable logs on non-proxy protocol nginx config
Fixes #2037
2016-11-28 16:29:35 -05:00
Joseph Schorr
5f9efa2fe9 Fix spelling mistake and display mistake in 404 view 2016-11-28 15:28:57 -05:00
Joseph Schorr
03cf6d1499 Fix link in set password notification
Fixes #2164
2016-11-28 15:25:13 -05:00
Joseph Schorr
9f695bc17f Fix version typo
Fixes #2158
2016-11-28 15:22:45 -05:00
Evan Cordell
b4ace1dd29 registry auth tests: test more access types 2016-11-28 14:02:08 -05:00
Evan Cordell
9e96e6870f Add support for * (admin) permission to registry auth v2 endpoint 2016-11-28 14:02:08 -05:00
josephschorr
c4fbc8e2e4 Merge pull request #2163 from coreos-inc/fix-send-notification
Fix send notification on build manager
2016-11-28 13:35:03 -05:00
Joseph Schorr
85592c20f2 Fix send notification on build manager 2016-11-28 13:29:04 -05:00
Charlton Austin
e7b029c993 Fixing how we encode some JSON. 2016-11-28 11:37:26 -05:00
ant31
2eaa8a4a1b Add pytest and tox to run tests 2016-11-28 13:13:07 +01:00
josephschorr
1529ed2086 Merge pull request #2154 from coreos-inc/receipt-filename
Make receipt filenames include date information
2016-11-23 12:25:53 -05:00
Brad Ison
5f28aae91e Merge pull request #2159 from coreos-inc/disable-update-engine
Completely disable update-engine on builders
2016-11-23 10:37:21 -05:00
Jimmy Zelinskie
f119f0790e Merge pull request #2157 from jzelinskie/fixasync
wrap build_complete coroutine in callback
2016-11-23 10:14:27 -05:00
Brad Ison
bcdc330b56 Completely disable update-engine on builders 2016-11-23 10:12:55 -05:00
Jimmy Zelinskie
3aa9d33492 buildcomponent: remove unnecessary closure 2016-11-22 16:48:42 -05:00
Jimmy Zelinskie
c2b52c6efc wrap build_complete coroutine in callback
Coroutines cannot be called as callbacks for Futures like the one
returned by our RPC call. We work around this by creating a normal
function that schedules the coroutine.
2016-11-22 16:48:42 -05:00
josephschorr
9cc78f314d Merge pull request #2152 from coreos-inc/pull-log
Add tracking of pulled tag/digest to logs
2016-11-22 13:57:10 -05:00
josephschorr
d88b662365 Merge pull request #2153 from coreos-inc/fix-gauges
Fix Set calls to gauges
2016-11-21 20:30:48 -05:00
josephschorr
9090aed19e Merge pull request #2155 from coreos-inc/remove-prod-bar
Change header back to white and remove CoreOS product bar
2016-11-21 16:09:08 -05:00
Joseph Schorr
24f16fc0d2 Change header back to white and remove CoreOS product bar
As the product bar has been removed from the other CoreOS sites, change back to match
2016-11-21 15:50:11 -05:00
Joseph Schorr
964b1013d9 Make receipt filenames include date information
Fixes #1997
2016-11-21 15:35:56 -05:00
Joseph Schorr
e29cb34336 Fix Set calls to gauges
Fixes #2150

The proper function is `Set` (not `set`), which was causing these gauges to not report to Prometheus
2016-11-21 15:27:17 -05:00
Jimmy Zelinskie
498d7fc15e Merge pull request #2143 from jakedt/makebuildmanasyncagain
Make buildman async again
2016-11-21 15:08:06 -05:00
josephschorr
d675e5eaa2 Merge pull request #2145 from coreos-inc/robot-performance
Change robots manager to use a TableService for filtering and display
2016-11-21 14:55:12 -05:00
Joseph Schorr
080802ed2d Add tracking of pulled tag/digest to logs
Fixes #2148
2016-11-21 12:29:59 -05:00
Charlton Austin
ee99929f56 Merge pull request #2127 from charltonaustin/ui_cancel_anytime
Adding in UI for cancel anytime.
2016-11-21 11:19:39 -05:00
Charlton Austin
2fe74e4057 Adding in UI for cancel anytime. 2016-11-21 10:58:32 -05:00
Jake Moshenko
f0ef4347e5 Make the redis client use AsyncWrapper and coroutines
Change all log messages to be synchronous
2016-11-18 15:59:14 -05:00
Jake Moshenko
5935e93eb8 Linter fixes. 2016-11-18 15:56:08 -05:00
Charlton Austin
f6fe9023a4 Merge pull request #2140 from charltonaustin/upgrade_nginx
Adding in development ppa for nginx
2016-11-18 14:51:02 -05:00
josephschorr
ac626bbd31 Merge pull request #2146 from coreos-inc/remove-email
Remove deprecated email flag from generated `docker login` commands
2016-11-18 12:50:55 -05:00
Joseph Schorr
d6723927f7 Remove deprecated email flag from generated docker login commands
Fixes #2135
2016-11-18 12:41:00 -05:00
Joseph Schorr
a34229780d Change robots manager to use a TableService for filtering and display
This allows for much larger lists of robots with a lower loss of performance, as well as better code for filtering, sorting on the name and teams columns.

Fixes #2121
2016-11-18 12:38:08 -05:00
Joseph Schorr
1b8820f2e7 Change the append build log method to execute the two calls via one pipelined connection
Should reduce the amount of packets used by the build manager

Reference: https://github.com/andymccurdy/redis-py#pipelines
2016-11-18 11:47:16 -05:00
Charlton Austin
96173485f8 Merge pull request #2041 from charltonaustin/add_cancel_to_building_build
Adding in the behavior for cancelling a build while it is being built.
2016-11-18 11:02:37 -05:00
Brad Ison
42807453f6 Merge pull request #2142 from coreos-inc/disable-core-dumps
Don't dump core when killing buildmanager
2016-11-17 14:42:38 -08:00
Brad Ison
31c6628e74 Don't dump core when killing buildmanager 2016-11-17 14:31:11 -08:00
josephschorr
ff14601669 Merge pull request #2139 from coreos-inc/oauth-reauth
Fix error displayed for OAuth if an existing token already matches scopes
2016-11-17 16:42:56 -05:00
Antoine Legrand
345443619f Merge pull request #2141 from coreos-inc/cut_changelog_2.0.1
Update changelog 2.0.1
2016-11-17 22:33:33 +01:00
ant31
21d45cff1e Update changelog 2.0.1 2016-11-17 22:32:06 +01:00
Charlton Austin
6aade74c36 Adding in the development ppa for nginx so we can have greater than 1.10.0 and don't break docker when they upgrade to go1.7. 2016-11-17 16:30:01 -05:00
Joseph Schorr
0e602efbf9 Fix error displayed for OAuth if an existing token already matches scopes
Before this change, the OAuth system would automatically redirect to display the code if the scopes requested were a subset of those already granted by the user. However, the missing process auth resulted in `get_authenticated_user` returning None, which broke the OAuth flow.

Fixes #2131
2016-11-17 16:21:26 -05:00
josephschorr
40a9e16eed Merge pull request #2138 from coreos-inc/labels
Fix 500 on get label endpoint and add a test
2016-11-17 16:05:12 -05:00
Joseph Schorr
0b549125d9 Fix 500 on get label endpoint and add a test
Fixes #2133
2016-11-17 14:55:14 -05:00
josephschorr
97c934a5a2 Merge pull request #2137 from coreos-inc/empty-default-branch
Make sure we never have a None default branch
2016-11-17 14:50:45 -05:00