Joseph Schorr
5044a4d58b
Add public access to time machine
...
Fixes #333
2015-08-07 13:32:45 -04:00
Joseph Schorr
4160b720f9
UI and API improvements for working with large repositories
...
- Change the tag check bar to only select the current page (by default), but allow for selecting ALL tags
- Limit the number of tags compared in the visualization view to 10
- Fix the multiselect dropdown to limit itself to 10 items selected
- Remove saving the selected tags in the URL, as it is too slow and overloads the URLs in Chrome when there are 1000+ tags selected
- Change the images API to not return locations: By skipping the extra join and looping, it made the /images API call 10x faster (in hand tests)
Fixes #292
Fixes #293
2015-07-31 16:31:29 -04:00
Joseph Schorr
b7581a8d3f
Add a throbber and better dialog for deleting repo
...
Fixes #265
2015-07-22 17:03:47 -04:00
Joseph Schorr
ab47089872
Add feedback to prototype manager, application manager and the builds tab
2015-07-14 12:39:49 +03:00
Joseph Schorr
672e8a5ba9
Add pagination to the tags view
2015-06-25 16:19:39 -04:00
Joseph Schorr
dde8d32984
Switch CheckStateController to not be O(n) for the isChecked call
2015-06-25 16:19:04 -04:00
Joseph Schorr
43330bcfad
Make loading of the tags tab async
2015-06-25 16:19:04 -04:00
Jimmy Zelinskie
7f4dd7d42f
triggers: backwards compatible schema for metadata
2015-06-02 16:05:17 -04:00
Jimmy Zelinskie
e01bdd4ab0
triggers: metadata.commit_sha -> metadata.commit
...
This resolves an issue where the custom-git trigger's public facing
schema was not the same as the internal metadata schema. Instead of
breaking users, we rework the internal metadata schema to be the same as
the custom-git JSON schema. This commit also updates everything that
used `metadata.commit_sha` including the test database.
2015-06-02 15:32:28 -04:00
Joseph Schorr
cb733ef25a
We only add the build to the build list if present, not if missing
2015-05-26 13:49:58 -04:00
Joseph Schorr
3627de103c
Minimize the queries used when retrieve builds. Previously, we'd call out to SQL extra times per build.
2015-05-07 21:11:15 -04:00
Joseph Schorr
23fafa6b4a
Make images loaded lazily on the repo tags page, as they will not be needed in the read-only (common) case.
2015-05-07 15:51:49 -04:00
Joseph Schorr
b63b378088
Fix NPE
2015-05-06 18:27:04 -04:00
Joseph Schorr
c04cb4e988
Change the repo view page to minimize the number of API calls necessary until such time as the information is needed (lazy load everything). Also increase the build timer to 30s.
2015-05-06 18:16:03 -04:00
Joseph Schorr
b96e35b28c
Merge master into bitbucket
2015-04-30 15:52:08 -04:00
Joseph Schorr
b7317f894b
UI fixes for all the new trigger stuff
2015-04-30 15:33:19 -04:00
Joseph Schorr
6673d90818
Fix builds tab to reload if a new build comes in
2015-04-30 13:01:40 -04:00
Joseph Schorr
5741656411
Get a nice dropdown of tags working on the visualize tags tab
2015-04-27 17:36:31 -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
864bedf79b
Make sure to support capital letters in the commit sha
2015-04-23 15:24:41 -04:00
Jimmy Zelinskie
02498d72ba
almost all PR discussion fixes
2015-04-21 18:04:25 -04:00
Jimmy Zelinskie
93cd459460
Merge branch 'master' into git
2015-04-20 10:58:49 -04:00
Jimmy Zelinskie
ba2cb08904
Merge branch 'master' into git
2015-04-16 17:38:35 -04:00
Joseph Schorr
f19d2f684e
Add ability to revert tags via time machine
2015-04-16 17:18:00 -04:00
Jimmy Zelinskie
de3fa5f42d
directives: ssh-key-dialog -> trigger credentials
2015-04-16 14:58:25 -04:00
Joseph Schorr
2a77bd2c92
- UI improvements in prep for adding undo ability
...
- Move the tag history into its own directive and clean up the code
2015-04-15 18:39:05 -04:00
Joseph Schorr
20b399318e
Fix off by one issue
2015-04-15 16:11:04 -04:00
Joseph Schorr
0533130de3
Fix NPE
2015-04-15 15:23:50 -04:00
Joseph Schorr
f8c80f7d11
Add a history view to the tags page. Next step will add the ability to revert back in time
2015-04-15 15:21:09 -04:00
Jimmy Zelinskie
876d9c53f2
View SSH Key modal
2015-04-14 14:11:02 -04:00
Joseph Schorr
1ed814a469
Better filtering of repo builds
2015-03-23 15:44:17 -04:00
Joseph Schorr
3959ea2ff9
Add ability to add/move a tag in the tag view
2015-03-19 15:23:34 -04:00
Joseph Schorr
70aec00914
Add a fetch tag dialog
2015-03-19 15:08:18 -04:00
Joseph Schorr
c1d58bdd6c
Make messaging around the connected user invoking builds better
2015-03-18 16:26:27 -04:00
Joseph Schorr
ab2331a486
Performance improvements for the repo API and the new repo UI
2015-03-18 14:47:53 -04:00
Joseph Schorr
e58144eec5
Add selection of images by railroad track
2015-03-18 12:06:47 -04:00
Joseph Schorr
e0f11f46e5
Fix since filter on the builds list
2015-03-18 11:59:22 -04:00
Joseph Schorr
3cd867b3ab
Fix build view when job_config is missing
2015-03-17 16:56:21 -04:00
Joseph Schorr
699cb9a5da
Fix last modified date time handling for tags with no date times, and fix the sort ordering
2015-03-17 16:49:22 -04:00
Joseph Schorr
31480de8c1
Get the remainder of the repo settings panel working
2015-03-16 17:03:26 -04:00
Joseph Schorr
dc5d40ddc3
Start work on the repo permissions table
2015-03-16 14:17:27 -04:00
Joseph Schorr
958caa6fc7
Make sure we use the single-tag deletion path if only a single tag is selected
2015-03-13 15:39:14 -07:00
Joseph Schorr
333e0acd6d
Add the builds tab
2015-03-13 15:34:28 -07:00
Joseph Schorr
347bf31f2d
Have tags selected be handled universally throughout the entire repository view page.
2015-03-12 12:22:47 -07:00
Joseph Schorr
a18148b058
Get full actions working in the repo changes tab
2015-03-11 17:46:50 -07:00
Joseph Schorr
002dc083f2
Get the main repo page design working
2015-03-10 17:22:46 -07:00
Joseph Schorr
3d3c8ca198
Some improvements to image tracks in the repo list view
2015-03-10 11:00:11 -07:00
Joseph Schorr
afc8e95e19
Start on new tag view
2015-03-09 22:03:39 -07:00