Joseph Schorr
|
43ab838998
|
Merge branch 'newbuildview'
|
2015-03-05 16:17:29 -05:00 |
|
Joseph Schorr
|
86447c0a99
|
Merge branch 'master' into pagesnew
|
2015-03-05 14:22:10 -05:00 |
|
Joseph Schorr
|
edafa26e6e
|
Fix email confirmation for users created through the superuser API
|
2015-03-03 14:26:48 -05:00 |
|
Jimmy Zelinskie
|
9dd6e8e639
|
api/user: remove log_action comments for stars
It is not necessary to log the starring of repositories.
|
2015-03-02 13:25:58 -05:00 |
|
Joseph Schorr
|
e227d7e526
|
Start on the new build view
|
2015-02-26 17:45:28 -05:00 |
|
Jimmy Zelinskie
|
fb0d3d69c2
|
changes to reflect PR comments (not finished)
|
2015-02-24 17:50:54 -05:00 |
|
Jimmy Zelinskie
|
a9fe26fb56
|
api: fix bug in showing starred logic
|
2015-02-23 15:36:05 -05:00 |
|
Jimmy Zelinskie
|
35a2414d85
|
tests: star security tests
|
2015-02-23 14:23:32 -05:00 |
|
Joseph Schorr
|
5f605b7cc8
|
Fix queue handling to remove the dependency from repobuild, and have a cancel method
|
2015-02-23 13:38:01 -05:00 |
|
Jimmy Zelinskie
|
3780434279
|
endpoints.api.user: require useradmin for star ops
|
2015-02-19 17:03:36 -05:00 |
|
Jimmy Zelinskie
|
917dd6b674
|
Merge branch 'master' into star
|
2015-02-18 17:36:58 -05:00 |
|
Joseph Schorr
|
89eb5bdcc5
|
Merge branch 'quark'
|
2015-02-18 15:59:36 -05:00 |
|
Joseph Schorr
|
a5ff765f3b
|
Validate that we have a valid JSON body
|
2015-02-18 15:57:05 -05:00 |
|
Joseph Schorr
|
7c81d90cda
|
Start recording the commit sha and other metadata about github triggered builds. We'll eventually show this information in the UI
|
2015-02-18 14:12:59 -05:00 |
|
Jake Moshenko
|
2dd03f1bed
|
Merge remote-tracking branch 'origin/master' into rockyhorror
Conflicts:
test/data/test.db
|
2015-02-18 10:56:01 -05:00 |
|
Joseph Schorr
|
524705b88c
|
Get dashboard working and upgrade bootstrap. Note: the bootstrap fixes will be coming in the followup CL
|
2015-02-17 19:15:54 -05:00 |
|
Joseph Schorr
|
79f39697fe
|
- Fix superuser panel for debugging
- Start work on the gauges panel
|
2015-02-17 11:31:50 -05:00 |
|
Joseph Schorr
|
81ce4c771e
|
Add ability to cancel builds that are in the waiting state
|
2015-02-13 15:54:01 -05:00 |
|
Jake Moshenko
|
4a921a49b9
|
Merge remote-tracking branch 'origin/master' into rockyhorror
|
2015-02-12 16:24:30 -05:00 |
|
Joseph Schorr
|
f84d1bad45
|
Handle internal errors in a better fashion: If a build would be marked as internal error, only do so if there are retries remaining. Otherwise, we mark it as failed (since it won't be rebuilt anyway)
|
2015-02-12 16:19:44 -05:00 |
|
Jake Moshenko
|
b154e7acef
|
Merge remote-tracking branch 'origin/master' into rockyhorror
|
2015-02-12 15:27:28 -05:00 |
|
Jake Moshenko
|
990739b1e5
|
Add the APIs required to change the time machine policy for users and organizations.
|
2015-02-12 14:37:11 -05:00 |
|
Jake Moshenko
|
90c0a9c1e0
|
First stab at time machine using fixed two week expiration policy.
|
2015-02-11 14:15:40 -05:00 |
|
Joseph Schorr
|
9dfe523615
|
Merge master changes
|
2015-02-05 13:11:16 -05:00 |
|
Jake Moshenko
|
64750e31fc
|
Add the ability to select for update within transactions to fix some write after read hazards. Fix a bug in extend_processing.
|
2015-01-30 16:32:13 -05:00 |
|
Joseph Schorr
|
c8229b9c8a
|
Implement new step-by-step setup
|
2015-01-23 17:19:15 -05:00 |
|
Joseph Schorr
|
28d319ad26
|
Add an in-memory superusermanager, which stores the current list of superusers in a process-shared Value. We do this because in the ER, when we add a new superuser, we need to ensure that ALL workers have their lists updated (otherwise we get the behavior that some workers validate the new permission and others do not).
|
2015-01-20 12:43:11 -05:00 |
|
Joseph Schorr
|
6d604a656a
|
Move config handling into a provider class to make testing much easier
|
2015-01-09 16:23:31 -05:00 |
|
Joseph Schorr
|
5e0ce4eea9
|
Add validation of github to the config tool
|
2015-01-08 13:26:24 -05:00 |
|
Joseph Schorr
|
7933bd44fd
|
Add tests for the new super user config API and make sure both super user API endpoint sets are all guarded against being used in production
|
2015-01-08 12:53:36 -05:00 |
|
Joseph Schorr
|
f125efa8ca
|
Fix broken check
|
2015-01-07 16:42:09 -05:00 |
|
Joseph Schorr
|
63504c87fb
|
Get end-to-end configuration setup working, including verification (except for Github, which is in progress)
|
2015-01-07 16:20:51 -05:00 |
|
Joseph Schorr
|
219730c341
|
Better config defaults and remove some unneeded code
|
2015-01-05 13:01:32 -05:00 |
|
Joseph Schorr
|
40d2b1748f
|
Fix handling of secret key: We now generate it on app startup if it doesn't exist in the config (which it doesn't anymore in the base config.py).
|
2015-01-05 12:31:02 -05:00 |
|
Joseph Schorr
|
1bf25f25c1
|
WIP
|
2015-01-04 14:38:41 -05:00 |
|
Jimmy Zelinskie
|
8464b54ad9
|
star status shown in normal repo listings
|
2014-12-30 15:07:14 -05:00 |
|
Jimmy Zelinskie
|
e8cd24781a
|
remove 'include_starred' option on repo listings
|
2014-12-29 14:11:46 -05:00 |
|
Joseph Schorr
|
cac19cac57
|
Add back in the ability to create users
|
2014-12-23 14:25:04 -05:00 |
|
Joseph Schorr
|
4ca877c1d4
|
Add ability to download system logs
|
2014-12-23 14:01:00 -05:00 |
|
Joseph Schorr
|
5c7a9d0daf
|
Add the ability to view the system logs in the superuser endpoint
|
2014-12-23 11:40:51 -05:00 |
|
Jake Moshenko
|
12ee8e0fc0
|
Switch a few of the buildman methods to coroutines in order to support network calls in methods. Add a test for the ephemeral build manager.
|
2014-12-22 12:14:16 -05:00 |
|
Jimmy Zelinskie
|
5a484cfe11
|
Initial redesigned UI for repo listings w/ stars.
|
2014-12-11 15:07:41 -05:00 |
|
Joseph Schorr
|
73ebcd45e3
|
Only perform the heartbeat check if the build is actually running. If it has completed, or has an error, then we know it is done.
|
2014-12-11 21:10:54 +02:00 |
|
Jimmy Zelinskie
|
4f5a78ca2c
|
Add missing args param.
|
2014-12-02 17:32:43 -08:00 |
|
Jimmy Zelinskie
|
aa4903c3cd
|
add docs for star repo api
|
2014-12-02 17:31:21 -08:00 |
|
Jimmy Zelinskie
|
eb956e5b7d
|
initial work on adding models for starring repos.
I'm sick of using `git stash`.
|
2014-12-02 17:31:21 -08:00 |
|
Jimmy Zelinskie
|
f3259c862b
|
Merge branch 'koh'
Conflicts:
auth/scopes.py
requirements-nover.txt
requirements.txt
static/css/quay.css
static/directives/namespace-selector.html
static/js/app.js
static/partials/manage-application.html
templates/oauthorize.html
|
2014-12-01 12:30:09 -08:00 |
|
Joseph Schorr
|
72d613614d
|
Merge branch 'bagger'
|
2014-12-01 12:48:59 -05:00 |
|
Jimmy Zelinskie
|
182c87b983
|
Remove unused imports.
|
2014-11-26 10:53:51 -05:00 |
|
Joseph Schorr
|
b3240de1f8
|
Rename gravatar field after the bees merge.
|
2014-11-25 19:59:24 -05:00 |
|