Joseph Schorr
0d1edef0d6
Make the repo view title area more responsive
2015-04-27 14:13:26 -04:00
Joseph Schorr
1d9466a9af
Make the title box more responsive
2015-04-27 14:11:05 -04:00
Joseph Schorr
3ac108ddae
Make the notifications bubble clickable
2015-04-27 14:09:00 -04:00
Joseph Schorr
8c82ad3d1b
Make back links 300 in weight
2015-04-27 14:08:14 -04:00
Joseph Schorr
cc80805f6d
Scale the search box down in size
2015-04-27 14:06:32 -04:00
Joseph Schorr
5fb06428a2
Add padding to the repo list grid descriptions
2015-04-27 14:04:13 -04:00
Joseph Schorr
f60e56c056
Fix text only links and some spacing in FF
2015-04-27 14:02:55 -04:00
Joseph Schorr
5cc91ed202
Work in progress: bitbucket support
2015-04-24 18:36:48 -04:00
Joseph Schorr
af3e08ded4
Merge branch 'master' of github.com:coreos-inc/quay
2015-04-24 16:42:37 -04:00
Joseph Schorr
01698e8d16
Fix OAuth 500 error
2015-04-24 16:42:31 -04:00
josephschorr
684596572c
Merge pull request #23 from coreos-inc/faster-cache
...
Faster cache lookup by removing a join with the ImagePlacementTable, rem...
2015-04-24 16:37:35 -04:00
Joseph Schorr
31260d50f5
Rename the new images method to a slightly better name
2015-04-24 16:37:37 -04:00
Joseph Schorr
e70343d849
Faster cache lookup by removing a join with the ImagePlacementTable, removing the extra loop to add the locations and filtering the images looked up by the base image
2015-04-24 16:22:19 -04:00
Jimmy Zelinskie
fd65ca5916
migration: add custom-git service to database
2015-04-24 16:11:58 -04:00
Joseph Schorr
c480fb2105
Work in progress: bitbucket support
2015-04-24 15:13:08 -04:00
Jimmy Zelinskie
6caa6657a7
fix manual upload build description
2015-04-24 13:20:03 -04:00
Jimmy Zelinskie
d180524b23
tests: fail fast
2015-04-23 18:16:14 -04:00
Jimmy Zelinskie
c238626c56
tests: update to reflect trigger API changes
2015-04-23 18:16:14 -04:00
Jimmy Zelinskie
852aa33101
endpoints.trigger: activate: ret private config
2015-04-23 18:16:09 -04:00
Jimmy Zelinskie
2a13eade80
Merge pull request #22 from coreos-inc/git
...
git's a pretty cool guy
2015-04-23 17:33:36 -04:00
Joseph Schorr
8663bcd1c7
Switch to the new robot icon
2015-04-23 16:41:47 -04:00
Joseph Schorr
864bedf79b
Make sure to support capital letters in the commit sha
2015-04-23 15:24:41 -04:00
Joseph Schorr
7b5c238572
Fix typo
2015-04-23 14:52:08 -04:00
Joseph Schorr
407bd0cd72
Make the image history tree more resistant to odd structures
2015-04-23 14:44:08 -04:00
Joseph Schorr
4dff6557ae
Fix create robot and create team in the new layout "new" header button
2015-04-23 14:40:01 -04:00
Jimmy Zelinskie
aa1658f0c7
endpoints.trigger: more logical comment blocks
2015-04-23 14:02:05 -04:00
Joseph Schorr
b02b98def3
Fix bug in robots manager around adding a new robot and make the robots listing using bind once to reduce the number of listeners
2015-04-23 13:56:25 -04:00
Joseph Schorr
518419097f
Really sort robots by name. Also sort teams by name and fix team create.
2015-04-23 13:20:03 -04:00
Joseph Schorr
67c70860c5
Add rocket fetch command to the fetch tag dialog
2015-04-23 12:18:54 -04:00
Joseph Schorr
4deacf11d6
Entity search menu improvements: sorting and max height
2015-04-23 12:12:54 -04:00
Jimmy Zelinskie
352371431b
ng-switch for pullInfo.status
2015-04-22 17:22:29 -04:00
Joseph Schorr
6eaf1dbb3f
Make the repositoryactioncount worker disconnect from the DB between runs
2015-04-22 17:11:08 -04:00
Jimmy Zelinskie
07b730c7ad
generic trigger credentials
2015-04-22 17:07:16 -04:00
Joseph Schorr
75e32ad700
Fix tabs handling in the old layout. These shims are temporary.
2015-04-22 15:58:05 -04:00
Joseph Schorr
560cdeb931
Fix org list icons
2015-04-22 15:45:37 -04:00
Joseph Schorr
ee9d6ae66a
Have entity reference link to the new user and org pages for showing robots
2015-04-22 15:26:01 -04:00
Joseph Schorr
d6a1493d52
Fix build logs on Safari by having the client JS handle the redirect manually, rather than the browser itself; Safari doesn't support 302 redirects to another domain inside an XHR.
2015-04-22 15:16:59 -04:00
Jimmy Zelinskie
cfcd636cc0
only send build config to admins
2015-04-22 14:30:06 -04:00
Joseph Schorr
2b9902b72c
More mobile UI fixes
2015-04-22 13:42:36 -04:00
Joseph Schorr
2128e39d77
Be more efficient when polling for build status in the repo view
2015-04-22 13:33:20 -04:00
Joseph Schorr
d4b9ebf4b9
Fix image ID in old repo view
2015-04-22 13:22:32 -04:00
Joseph Schorr
9f3395ada1
Fix docker file build form to read the files from its local uploader, rather than just the first one it finds
2015-04-22 13:22:09 -04:00
Jimmy Zelinskie
9703850e8f
enforce short SHAs throughout build pipeline
2015-04-22 13:22:04 -04:00
Joseph Schorr
8b32aeb890
Merge branch 'master' of github.com:coreos-inc/quay
2015-04-22 13:16:16 -04:00
Joseph Schorr
31389b9974
Fix CPU issues by removing constant digesting. We do so by:
...
- Fixing the title and description (meta) to only respond to a rootScope watch, rather than using a timer
- Change the tabs listening code to be completely self contained
2015-04-22 13:16:10 -04:00
Jimmy Zelinskie
133ed7190e
trigger: validate that the commit is a short SHA
2015-04-22 11:24:04 -04:00
Jimmy Zelinskie
02498d72ba
almost all PR discussion fixes
2015-04-21 18:04:25 -04:00
Jimmy Zelinskie
d25cc4db9c
migrations: fix percona migration test
2015-04-21 18:01:40 -04:00
Jake Moshenko
062b33c709
Add a tool to delete log entries more than 30 days old.
2015-04-21 16:55:44 -04:00
Joseph Schorr
d4b593cada
Hide empty message when loading
2015-04-21 16:32:56 -04:00