Jimmy Zelinskie
|
0c5400b7d1
|
enforce license across registry blueprints
|
2016-10-17 21:43:45 -04:00 |
|
Joseph Schorr
|
8fe29c5b89
|
Add license upload step to the setup flow
Fixes #853
|
2016-10-17 21:43:15 -04:00 |
|
Charlton Austin
|
8e5dc8d3db
|
Moving the messages endpoint to something more generic, and making the get visible all the time.
|
2016-10-17 16:23:48 -04:00 |
|
Jake Moshenko
|
95ced00457
|
Merge pull request #1982 from jakedt/marsquito
Write our users to Marketo as leads.
|
2016-10-14 16:30:03 -04:00 |
|
Jake Moshenko
|
f04b018805
|
Write our users to Marketo as leads.
|
2016-10-14 16:29:11 -04:00 |
|
Charlton Austin
|
97d644d95d
|
Adding in the delete api and the delete and create UI.
|
2016-10-13 10:40:52 -04:00 |
|
charltonaustin
|
5a4b702888
|
Adding in security tests and docs.
|
2016-10-11 09:30:37 -04:00 |
|
charltonaustin
|
2739a40479
|
Removing validate annotation.
|
2016-10-10 15:15:28 -04:00 |
|
charltonaustin
|
f179320944
|
Adding in validate son request.
|
2016-10-10 14:15:09 -04:00 |
|
charltonaustin
|
14eb3005b6
|
Some fixes for code review.
|
2016-10-10 12:55:00 -04:00 |
|
charltonaustin
|
075e87089f
|
removing debug print statement
|
2016-10-10 09:36:59 -04:00 |
|
charltonaustin
|
1e733ddffb
|
Adding in a new message data model and the corresponding methods to in the API.
|
2016-10-07 15:56:58 -04:00 |
|
charltonaustin
|
002f533bf8
|
Creating message api.
|
2016-10-07 10:22:30 -04:00 |
|
charltonaustin
|
5264b64999
|
Adding in an endpoint for super user messages.
|
2016-10-06 17:33:32 -04:00 |
|
Joseph Schorr
|
ff0a292548
|
Handle unicode in entity search
Fixes #1934
|
2016-10-04 21:56:47 +03:00 |
|
Jimmy Zelinskie
|
31b77cf232
|
rename auth.auth to auth.process
This fixes some ambiguity around imports.
|
2016-09-29 15:24:57 -04:00 |
|
Jimmy Zelinskie
|
fc7301be0d
|
*: fix legacy imports
This change reorganizes imports and renames the legacy flask extensions.
|
2016-09-28 20:17:14 -04:00 |
|
Joseph Schorr
|
25ed99f9ef
|
Add feature flag to turn off requirement for team invitations
Fixes #1804
|
2016-09-20 16:45:00 -04:00 |
|
Joseph Schorr
|
bda0311dbe
|
Allow build triggers to be invoked by any repo admin
Fixes #1079
|
2016-09-09 17:21:14 -04:00 |
|
Joseph Schorr
|
3f2447d831
|
Make the frontend agnostic to why a trigger can be run manually
|
2016-09-09 16:54:46 -04:00 |
|
Jake Moshenko
|
1d8b72235a
|
Add a helper method to Image to parse ancestor string.
|
2016-09-07 10:48:58 -04:00 |
|
josephschorr
|
cd8b45e25b
|
Merge pull request #1754 from coreos-inc/team-add-perms
Better UI and permissions handling for robots and teams
|
2016-09-06 17:21:19 -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
|
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
|
391d70d9ec
|
Add repo permissions dialog for existing teams and robots
Fixes #1686
|
2016-08-22 14:43:12 -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
|
b459581637
|
Fix handling of dates in logs view
- Fixes #1742
- Also fixes the time zone on the aggregated logs API
|
2016-08-17 16:27:06 -04:00 |
|
Joseph Schorr
|
7f5b536ddb
|
Fix pagination of repositories
Fixes #1725
|
2016-08-15 16:48:04 -04:00 |
|
Joseph Schorr
|
4f5b4e63f2
|
Really fix the hack (for now) on public repo pagination
|
2016-08-13 14:40:11 -04:00 |
|
Joseph Schorr
|
0a12c0cd34
|
Hack to temporarily fix pagination over public repos
|
2016-08-13 14:21:23 -04:00 |
|
Joseph Schorr
|
b7bde27b3c
|
Fix display for builds which have fully expired
Fixes #1663
|
2016-08-04 11:13:32 -04:00 |
|
josephschorr
|
8bc0080aeb
|
Merge pull request #1672 from coreos-inc/off-by-one
Fix off-by-one error in repo tags pagination
|
2016-08-03 15:00:23 -04:00 |
|
Joseph Schorr
|
dc22b50b56
|
Add missing requires_cors to build log archive URL
Fixes #1671
|
2016-08-02 14:18:58 -04:00 |
|
Joseph Schorr
|
b1b0da7afd
|
Fix off-by-one error in repo tags pagination
Fixes #1665
|
2016-08-02 14:17:33 -04:00 |
|
Joseph Schorr
|
06d52f2c83
|
Fix handling of multi-part branches in the build triggers
Fixes #1360
|
2016-07-26 13:41:13 -07:00 |
|
Joseph Schorr
|
4e1259b58a
|
Fix the Repository ID in pagination problem once and for all
But.... ONCE AND FOR ALL!
Note: Tested on SQLite, Postgres and MySQL
|
2016-07-14 17:09:52 -04:00 |
|
Joseph Schorr
|
e252ee07cb
|
Fix popularity metrics on list repos API
|
2016-07-06 16:15:54 -04:00 |
|
Joseph Schorr
|
a1009af61c
|
Move aggregator into its own repo and add it to the image
|
2016-07-05 15:39:51 -04:00 |
|
Joseph Schorr
|
1eec6f53b2
|
Fix SQL error with pagination around Repositories
Fixes #1591
|
2016-06-30 17:31:35 -04:00 |
|
Joseph Schorr
|
38744c81c5
|
Change future entries in heat map to be empty
|
2016-06-23 17:08:11 -04:00 |
|
Joseph Schorr
|
853cca35f3
|
Change repo stats to use the RAC table and a nice UI
|
2016-06-22 15:06:53 -04:00 |
|
josephschorr
|
614b9124ae
|
Merge pull request #1512 from coreos-inc/optimize-queries
Optimize various queries
|
2016-06-16 14:22:59 -04:00 |
|
josephschorr
|
58bef472d9
|
Merge pull request #1526 from coreos-inc/superuser-grant
Add ability for super users to take ownership of namespaces
|
2016-06-13 16:23:10 -04:00 |
|
Joseph Schorr
|
20816804e5
|
Add ability for super users to take ownership of namespaces
Fixes #1395
|
2016-06-13 16:22:52 -04:00 |
|
Joseph Schorr
|
c3701cea7a
|
Only send heavy log-based stats for repository where required
|
2016-06-09 14:52:15 -04:00 |
|
Joseph Schorr
|
73cb3c00ec
|
Remove unused import
|
2016-06-03 13:33:22 -04:00 |
|
Joseph Schorr
|
53538f9001
|
Optimize get_tag_image query
No caller uses the image placements or locations, so no need to load them.
|
2016-06-02 16:36:38 -04:00 |
|
Jimmy Zelinskie
|
2317938bfa
|
Merge pull request #1496 from jzelinskie/ripRMS
dockerfile: add check for GPL pip packages
|
2016-06-02 12:28:18 -04:00 |
|
Joseph Schorr
|
04df2410ec
|
Add better errors if Redis is down
Fixes #1497
|
2016-05-31 15:24:36 -04:00 |
|
Jimmy Zelinskie
|
70f794b0af
|
replace rfc3987 library with urlparse
The former is GPL licensed.
|
2016-05-26 13:29:48 -04:00 |
|