Joseph Schorr
|
0bc1c29dff
|
Switch the Python side to Swagger v2
|
2015-05-14 16:47:38 -04:00 |
|
Joseph Schorr
|
28bd9af4ff
|
Fix tutorial
|
2015-05-13 14:55:39 -04:00 |
|
Joseph Schorr
|
0e86fc80ca
|
Fix bitbucket trigger to use the specified branch name before the default branch
|
2015-05-13 13:55:44 -04:00 |
|
Joseph Schorr
|
3e1abba284
|
Add ability for super users to rename and delete organizations
|
2015-05-11 18:03:25 -04:00 |
|
Joseph Schorr
|
1c41d34b7c
|
Add ability for superusers to change user emails
|
2015-05-11 14:38:10 -04:00 |
|
Joseph Schorr
|
de6267700e
|
Fix bugs with the custom git trigger and make error reporting better
|
2015-05-10 13:38:47 -04:00 |
|
Joseph Schorr
|
f858caf6cd
|
Only return the team and repo permissions when listing robots when we absolutely need them.
|
2015-05-08 16:43:07 -04:00 |
|
Joseph Schorr
|
c767aafcd6
|
Make the repository API faster by only checking the log entries table once for each kind of entry, rather than twice. We make use of a special subquery-like syntax, which allows us to count those entries that are both 30 days only and 1 day old in the same query. This was tested successfully on MySQL, Postgres and Sqlite.
|
2015-05-07 22:49:11 -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
|
8eb9c376cd
|
Add constructors for the QuayDeferredPermissionUser so that we can avoid extraneous DB lookups of the user whenever we already have the object
|
2015-05-07 15:04:12 -04:00 |
|
Joseph Schorr
|
a46d367276
|
Remove unneeded repo filter
|
2015-05-06 20:55:17 -04:00 |
|
Joseph Schorr
|
e647d91e8b
|
Switch the repos page to use a single API call, rather than one per namespace + one for star repos
|
2015-05-06 19:15:03 -04:00 |
|
Joseph Schorr
|
2d83e5c7e7
|
Change to using the SSH url; git urls cannot be used with private repos on GitHub
|
2015-05-06 12:23:46 -07:00 |
|
Joseph Schorr
|
65d0332176
|
Skip bitbucket trigger if there is no commit branch and no commit tag
|
2015-05-05 09:40:23 -07:00 |
|
Joseph Schorr
|
df2883bfb6
|
Fix variable access error
|
2015-05-03 18:15:11 -07:00 |
|
Joseph Schorr
|
ff89cc9f1d
|
Fix key issue in gitlab
|
2015-05-03 18:08:14 -07:00 |
|
Jimmy Zelinskie
|
b3bf947af5
|
gitlab: consistent commit for _prepare_build
|
2015-05-03 17:58:30 -07:00 |
|
Joseph Schorr
|
0b990677a0
|
More code cleanup and fix bug around can_admin in the trigger_view
|
2015-05-03 11:02:05 -07:00 |
|
Joseph Schorr
|
d07f9f04e9
|
UI and code improvements to make working with the multiple SCMs easier
|
2015-05-03 10:38:11 -07:00 |
|
Joseph Schorr
|
f091aaa07e
|
Get basic support for GitLab working in the UI
|
2015-05-03 09:58:48 -07:00 |
|
Joseph Schorr
|
e3aededcbc
|
Merge branch 'master' into gitlab
|
2015-05-03 12:13:09 -04:00 |
|
Jimmy Zelinskie
|
3ac884beb4
|
gitlab oauth
|
2015-05-02 17:54:48 -04:00 |
|
Jimmy Zelinskie
|
7426a540dd
|
initial gitlab angular stuff
|
2015-05-02 13:31:54 -04:00 |
|
Jimmy Zelinskie
|
d21fbb1204
|
endpoints.trigger: address gitlab PR comments
|
2015-05-01 23:35:54 -04:00 |
|
Jimmy Zelinskie
|
ae83da75ce
|
endpoints.trigger: initial gitlab handler
|
2015-05-01 20:30:55 -04:00 |
|
Joseph Schorr
|
b8785dfc04
|
Fix github login to use the github auth endpoint
|
2015-05-01 12:58:50 -04:00 |
|
Joseph Schorr
|
c14368fc66
|
Fix typo
|
2015-04-30 16:47:16 -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 |
|
Jimmy Zelinskie
|
ded28f6b30
|
redirect ac-discovery=1 to the index
This is a temp fix because rkt doesn't follow redirects.
|
2015-04-30 13:03:50 -04:00 |
|
Joseph Schorr
|
60036927c9
|
Really disallow usage of the same account for an org as the one being converted. Before, you could do so via email.
|
2015-04-29 20:30:37 -04:00 |
|
Joseph Schorr
|
d5c70878c5
|
Get build preparation working for bitbucket and do a lot of code cleanup around this process across all the triggers. Note: tests are not yet updated.
|
2015-04-29 17:04:52 -04:00 |
|
Jimmy Zelinskie
|
edd0ba4cdb
|
endpoints.verbs: 202 for unfinished aci sigs
|
2015-04-29 15:33:20 -04:00 |
|
Joseph Schorr
|
6479f8ddc9
|
Work In Progress!
Get the full activation and deactivation cycle working for bitbucket.
|
2015-04-28 18:15:12 -04:00 |
|
Joseph Schorr
|
5cc91ed202
|
Work in progress: bitbucket support
|
2015-04-24 18:36:48 -04:00 |
|
Joseph Schorr
|
01698e8d16
|
Fix OAuth 500 error
|
2015-04-24 16:42:31 -04:00 |
|
Joseph Schorr
|
c480fb2105
|
Work in progress: bitbucket support
|
2015-04-24 15:13:08 -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 |
|
Jimmy Zelinskie
|
aa1658f0c7
|
endpoints.trigger: more logical comment blocks
|
2015-04-23 14:02:05 -04:00 |
|
Jimmy Zelinskie
|
07b730c7ad
|
generic trigger credentials
|
2015-04-22 17:07:16 -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 |
|
Jimmy Zelinskie
|
9703850e8f
|
enforce short SHAs throughout build pipeline
|
2015-04-22 13:22:04 -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 |
|
Joseph Schorr
|
f1ea20315a
|
Finish mobilification of org view
|
2015-04-20 14:00:10 -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 |
|