Commit graph

3321 commits

Author SHA1 Message Date
Joseph Schorr
70d5200858 JS scoping sucks sometimes 2015-04-21 16:21:26 -04:00
Joseph Schorr
afa59da8d6 Make the org and user views more performant by only loading teams and robots when requested, making some loads async, and skipping others entirely on mobile 2015-04-21 16:07:24 -04:00
Joseph Schorr
738c3efc4d Wrong CSS file 2015-04-21 15:48:37 -04:00
Joseph Schorr
ab460f97d6 Fix back link 2015-04-21 15:39:44 -04:00
Joseph Schorr
4d42431481 Redo manage application page 2015-04-21 15:39:11 -04:00
Joseph Schorr
0b4a903068 Fix star location on repo view on mobile 2015-04-21 15:20:38 -04:00
Joseph Schorr
9b277a7260 Make the repo tokens table slightly nicer. This UI is deprecated anyway, so it doesn't need to be perfect 2015-04-21 15:15:11 -04:00
Joseph Schorr
8f736e67e8 Small UI fixes 2015-04-21 15:13:29 -04:00
Joseph Schorr
48a8a8e65c Make tabs auto-close on mobile 2015-04-21 15:09:52 -04:00
Joseph Schorr
765492e882 Only disable tooltips themselves, not the entire provider 2015-04-21 15:06:12 -04:00
Joseph Schorr
dfc2b562e7 Disable tooltips on mobile, as they add an extra click that isn't really useful and is highly annoying 2015-04-21 14:56:48 -04:00
Joseph Schorr
0cb05436f7 Make scores smaller for mobile 2015-04-21 12:26:03 -04:00
Joseph Schorr
496cf03373 Handle read-only in the new role group UI 2015-04-21 12:23:41 -04:00
Joseph Schorr
4b9225748d Enable search on mobile mode 2015-04-21 12:21:32 -04:00
Joseph Schorr
1b32baf837 Small UI fixes and improvements 2015-04-21 12:16:32 -04:00
Joseph Schorr
54097c351e Finish work on the new role group and make sure it only appears when the new layout is enabled 2015-04-21 12:02:59 -04:00
Joseph Schorr
a4cacd7307 Start on mobilification of repo view 2015-04-20 17:42:33 -04:00
Joseph Schorr
79caf2dab2 Mobilification of the build view 2015-04-20 14:30:19 -04:00
Joseph Schorr
05683d7692 Mobilification of the image view 2015-04-20 14:26:26 -04:00
Joseph Schorr
6c21dc788e Small UI fixes 2015-04-20 14:20:29 -04:00
Joseph Schorr
9b58c951bf Mobilification of super user panel 2015-04-20 14:13:27 -04:00
Joseph Schorr
f1ea20315a Finish mobilification of org view 2015-04-20 14:00:10 -04:00
Joseph Schorr
531ddadb8a UI fixes after the merge 2015-04-20 13:26:48 -04:00
Joseph Schorr
f8192a1140 Merge master into ibranch 2015-04-20 13:23:02 -04:00
Joseph Schorr
72abd80f08 Make robot accounts filter rather than display the dialog when "showRobot" is passed to the manager 2015-04-20 13:11:21 -04:00
Joseph Schorr
ecf1135dcd Clarify the robot permissions 2015-04-20 13:01:51 -04:00
Joseph Schorr
62770674d4 Switch to a 0.5 modifier 2015-04-20 13:00:56 -04:00
Joseph Schorr
ae55b8dd0e Make the search action not return scores of zero if there is no character matching 2015-04-20 13:00:38 -04:00
Joseph Schorr
16e05e83b1 Score based on the robot short name 2015-04-20 12:51:47 -04:00
Joseph Schorr
d714c00ddb Fix NPE 2015-04-20 12:01:17 -04:00
Joseph Schorr
a500477bbc Fix NPE 2015-04-20 12:00:26 -04:00
Jimmy Zelinskie
93cd459460 Merge branch 'master' into git 2015-04-20 10:58:49 -04:00
Joseph Schorr
56f8bd1661 Clarify the empty message on the tag timeline 2015-04-19 18:13:13 -04:00
Joseph Schorr
43ff6839b8 Hide hidden tags in the tags timeline 2015-04-19 18:12:06 -04:00
Joseph Schorr
ed342ae831 Add migration for properly creating the repository_id+datetime index 2015-04-19 16:03:06 -04:00
Joseph Schorr
e56d5a9fe5 Rebuild test db 2015-04-19 15:48:34 -04:00
Joseph Schorr
d1e2d072ea Add unit tests and a stronger restriction on the revert API call 2015-04-19 15:43:16 -04:00
Joseph Schorr
e16657ed0e Add security tests for the new revert endpoint 2015-04-19 15:25:33 -04:00
Joseph Schorr
a8f8c317f9 Fix branch in alembic migrations 2015-04-19 15:20:01 -04:00
Joseph Schorr
2815ea2723 Merge branch 'master' of github.com:coreos-inc/quay 2015-04-19 15:16:39 -04:00
josephschorr
56b5d7ddfb Merge pull request #21 from coreos-inc/greatscott
Working time machine
2015-04-19 15:16:09 -04:00
Joseph Schorr
8714eb207a Merge branch 'actioncount' 2015-04-19 15:12:44 -04:00
Joseph Schorr
443cea28df Mobile layout fixes for authorized apps and external logins 2015-04-19 15:11:58 -04:00
Joseph Schorr
32635cc641 - Make robots manager fully responsive
- Add a cor-table which automatically stacks and collapses on mobile views
2015-04-17 16:43:53 -04:00
Joseph Schorr
d26927cb45 Add some more spacing to the tab labels 2015-04-17 14:26:10 -04:00
Joseph Schorr
a904cdbcbf Make tabs responsive 2015-04-17 14:24:59 -04:00
Jimmy Zelinskie
4133924813 migrations: rebase on top of master's changes 2015-04-17 13:19:04 -04:00
Joseph Schorr
e381d8cc81 Better handling of title actions on mobile devices 2015-04-17 12:27:25 -04:00
Joseph Schorr
dca6b93592 Responsive new repo page 2015-04-17 12:17:44 -04:00
Jimmy Zelinskie
ba2cb08904 Merge branch 'master' into git 2015-04-16 17:38:35 -04:00