Brad Ison
c10113d0ca
Merge pull request #1798 from coreos-inc/qemu-coreos-defaults
...
Set defaults in qemu-coreos entrypoint
2016-08-31 15:51:14 -04:00
Brad Ison
6365b6dbfb
Set defaults in qemu-coreos entrypoint
2016-08-31 15:49:21 -04:00
josephschorr
80def95c47
Merge pull request #1795 from coreos-inc/fix-repo-lookup
...
Fix repo lookup
2016-08-31 14:22:45 -04:00
josephschorr
a6350e7dba
Merge pull request #1796 from coreos-inc/ui-fix
...
Fix grammar in entity search
2016-08-31 14:21:35 -04:00
Joseph Schorr
de212d8594
Fix grammar in entity search
...
Fixes #1794
2016-08-31 14:19:28 -04:00
Joseph Schorr
1b7b3ea41d
Make sure to filter starred repos to those visible to the user
...
Fixes #1793
2016-08-31 14:08:31 -04:00
Joseph Schorr
b4939a3cd0
Fix filtering of repos only visible to org admins
2016-08-31 13:51:53 -04:00
josephschorr
0b4b43ab70
Merge pull request #1792 from coreos-inc/remove-names
...
Remove our names from the checked in keys
2016-08-30 18:30:11 -04:00
Joseph Schorr
9e6e3a6c94
Remove our names from the checked in keys
...
This means they won't go out in the QE binary, nor will be viewable on the ephemeral build nodes
Longer term we should probably move these into the config dir
2016-08-30 18:02:05 -04:00
josephschorr
bf6b0c9299
Merge pull request #1787 from coreos-inc/build-order
...
Better handling and logging of exceptions in build manager
2016-08-30 14:16:53 -04:00
Joseph Schorr
e17e0e4172
Add log for when the job key is written
2016-08-30 14:08:56 -04:00
Joseph Schorr
2fe896ba6a
Restore retries of jobs not started and add some leeway to the processing time
2016-08-30 13:57:26 -04:00
Joseph Schorr
292abb5395
Better handling and logging of exceptions in build manager
...
Also increases the setup timeout for EC2
2016-08-30 13:52:36 -04:00
josephschorr
480d890442
Merge pull request #1771 from coreos-inc/kubernetes-save-error
...
Make sure the Quay Enterprise Kubernetes namespace exists
2016-08-30 12:59:00 -04:00
Joseph Schorr
3f9c82462f
Make sure the Quay Enterprise Kubernetes namespace exists
...
Prevents config from failing to save. Also clarifies any other errors that do occur.
Fixes #1449
2016-08-30 12:58:39 -04:00
josephschorr
74763259b4
Merge pull request #1786 from coreos-inc/fix-test
...
TAR creation is not deterministic, so we can't test repush consistently
2016-08-29 16:39:43 -04:00
Joseph Schorr
1864196d8d
TAR creation is not deterministic, so we can't test repush consistently
2016-08-29 16:38:12 -04:00
josephschorr
5c64646629
Merge pull request #1778 from coreos-inc/redlock
...
Fix locking via RedLock
2016-08-29 16:12:01 -04:00
josephschorr
da0b0a18e7
Merge pull request #1780 from coreos-inc/createupdatetag
...
Raise a 409 if we try to insert a tag twice at the same time
2016-08-29 16:06:57 -04:00
Joseph Schorr
aa7c87d765
Fix locking via RedLock
...
Fixes #1777
2016-08-29 16:06:26 -04:00
Joseph Schorr
357005e33f
Raise a 409 if we try to insert a tag twice at the same time
...
Also fixes handling of labels for existing manifests
Fixes #1775
2016-08-29 16:03:35 -04:00
josephschorr
28979b7154
Merge pull request #1770 from coreos-inc/fix-invoice-rendering
...
Fix tool for rendering invoices
2016-08-29 15:32:07 -04:00
Brad Ison
53f20e14bc
Merge pull request #1784 from coreos-inc/time-qemu-resize
...
Time qemu-img resize in qemu-coreos startup
2016-08-29 15:24:54 -04:00
Brad Ison
e5cc97d462
Time qemu-img resize in qemu-coreos startup
2016-08-29 15:23:30 -04:00
josephschorr
80d1821c88
Merge pull request #1783 from coreos-inc/qemu-disk-size
...
Fix k8s builder to use the declared volume size
2016-08-29 15:20:49 -04:00
Joseph Schorr
cd2d0341a7
Fix k8s builder to use the declared volume size
...
Fixes #1773
2016-08-29 15:16:28 -04:00
josephschorr
e19d386acd
Merge pull request #1781 from coreos-inc/extend-sec-processing
...
Extend processing before processing security notifications
2016-08-29 14:08:47 -04:00
josephschorr
040886b781
Merge pull request #1769 from coreos-inc/fix-plans-tabs
...
Fix handling of tabs in the plans page
2016-08-29 13:37:42 -04:00
Joseph Schorr
08a3b70b56
Extend processing before processing security notifications
...
Makes sure queue items don't expire during processing
Fixes #1776
2016-08-29 13:08:38 -04:00
Joseph Schorr
3afe5a1c12
Forgot to update the requirements SHA
2016-08-29 11:59:28 -04:00
josephschorr
715cfd8313
Merge pull request #1767 from coreos-inc/bitbucket-lookup
...
Fix manual run under bitbucket repos with many tags/branches
2016-08-29 11:54:56 -04:00
josephschorr
3f459523c4
Merge pull request #1763 from coreos-inc/quay-title-seo
...
Change default title to include Container Registry and fix title usage
2016-08-29 11:29:26 -04:00
josephschorr
1667fd6612
Merge pull request #1774 from coreos-inc/label-delete
...
Fix deletion of labels and add tests
2016-08-26 16:14:54 -04:00
Joseph Schorr
1a2666be07
Fix deletion of labels and add tests
2016-08-26 16:07:49 -04:00
josephschorr
b3c592c09a
Merge pull request #1631 from coreos-inc/labels
...
Basic labels support
2016-08-26 15:24:35 -04:00
Joseph Schorr
608ffd9663
Basic labels support
...
Adds basic labels support to the registry code (V2), and the API. Note that this does not yet add any UI related support.
2016-08-26 15:24:26 -04:00
Joseph Schorr
b22e164017
Fix tool for rendering invoices
2016-08-26 13:11:30 -04:00
Joseph Schorr
b1e0620c1d
Fix handling of tabs in the plans page
...
Fixes #1768
2016-08-26 13:09:05 -04:00
Joseph Schorr
406cd942d2
Fix manual run under bitbucket repos with many tags/branches
...
Fixes #1766
Depends on merging of https://github.com/coreos/py-bitbucket/pull/3 and then a regeneration of the requirements.txt
2016-08-25 18:24:35 -04:00
josephschorr
08e9a39099
Merge pull request #1765 from coreos-inc/mobile-signout
...
Add sign out link in mobile view
2016-08-25 15:23:19 -04:00
Joseph Schorr
2a7ab9c052
Add sign out link in mobile view
...
Fixes #1759
2016-08-25 15:06:20 -04:00
Joseph Schorr
4950776628
Change default title to include Container Registry and fix title usage
...
Goes towards fixing #1762
2016-08-25 14:57:48 -04:00
josephschorr
c4d54ceba7
Merge pull request #1758 from coreos-inc/hide-star
...
Hide repo star control when not logged in
2016-08-23 13:16:42 -04:00
Joseph Schorr
e3ed2c8a92
Hide repo star control when not logged in
...
Fixes #1756
2016-08-23 13:02:55 -04:00
josephschorr
de41c613e4
Merge pull request #1757 from coreos-inc/etcd-lock-timeout
...
Increase the timeout on the atomic lock
2016-08-23 12:52:39 -04:00
Joseph Schorr
bc670611ef
Increase the timeout on the atomic lock
...
Some nodes were still performing the action twice when falling outside of the 30s window
2016-08-23 12:50:38 -04:00
Joseph Schorr
391d70d9ec
Add repo permissions dialog for existing teams and robots
...
Fixes #1686
2016-08-22 14:43:12 -04:00
Joseph Schorr
b5efc57655
Add ability to add repository permissions to an existing team
2016-08-22 14:42:54 -04:00
Joseph Schorr
6ebb417923
Redesign the teams page to use a table
...
Allows for faster loading and easier viewing of important information about teams
2016-08-22 14:42:54 -04:00
Joseph Schorr
98206310bd
Extract the add repo permissions UI into its own directive
2016-08-22 14:42:54 -04:00