yackob03
|
5838e1bc07
|
Fix a merge error in create_repo_api.
|
2013-11-04 19:01:58 -05:00 |
|
yackob03
|
3a11ea4229
|
Made a stupid assumption about when users belonged to an organization, now paying for my terrible ways.
|
2013-11-04 18:52:38 -05:00 |
|
yackob03
|
109f09f0d0
|
Merge branch 'orgs' of ssh://bitbucket.org/yackob03/quay into orgs
|
2013-11-04 16:57:26 -05:00 |
|
yackob03
|
ac71822352
|
Add a description field to teams.
|
2013-11-04 16:57:20 -05:00 |
|
Joseph Schorr
|
b56bb92801
|
Work in progress: Continue on org view
|
2013-11-04 16:51:25 -05:00 |
|
yackob03
|
7991c3eff8
|
Remove an old todo since we are actually handling the case.
|
2013-11-04 16:44:51 -05:00 |
|
yackob03
|
d14a292896
|
Org admins should be able to view all teams.
|
2013-11-04 16:44:38 -05:00 |
|
Joseph Schorr
|
17a07ea6e0
|
Merge branch 'orgs' of https://bitbucket.org/yackob03/quay into orgs
|
2013-11-04 16:44:35 -05:00 |
|
yackob03
|
f8d3c95b74
|
Fix a typo in the team need permissions.
|
2013-11-04 16:39:52 -05:00 |
|
Joseph Schorr
|
920d4edfbc
|
Merge branch 'orgs' of https://bitbucket.org/yackob03/quay into orgs
|
2013-11-04 16:39:34 -05:00 |
|
Joseph Schorr
|
ba7360f2a9
|
Work in progress: Start on org view
|
2013-11-04 16:39:29 -05:00 |
|
Joseph Schorr
|
0175bd91bf
|
Merge branch 'orgs' of https://bitbucket.org/yackob03/quay into orgs
|
2013-11-04 16:25:54 -05:00 |
|
Joseph Schorr
|
61e9b1629d
|
Work in progress: Start on org view and finish up the team members view
|
2013-11-04 16:21:49 -05:00 |
|
yackob03
|
2eb7ff2442
|
Add a bunch of the missing permissions from the API.
|
2013-11-04 16:18:40 -05:00 |
|
yackob03
|
3698e494a1
|
Clean up an old TODO.
|
2013-11-04 16:14:37 -05:00 |
|
yackob03
|
ad4e227aff
|
Merge branch 'orgs' of ssh://bitbucket.org/yackob03/quay into orgs
Conflicts:
data/model.py
endpoints/api.py
test/data/test.db
|
2013-11-04 15:47:27 -05:00 |
|
yackob03
|
dd77ebd64f
|
Next batch of backend permissions for orgs.
|
2013-11-04 15:42:08 -05:00 |
|
Joseph Schorr
|
e6fadbca05
|
Add ability to change the members of a team
|
2013-11-04 15:31:38 -05:00 |
|
Joseph Schorr
|
633f603f9d
|
Merge branch 'master' into orgs
Conflicts:
endpoints/api.py
static/partials/new-repo.html
|
2013-11-04 14:59:00 -05:00 |
|
Joseph Schorr
|
ecbd1f1ef3
|
Work in progress: Add the team management page
|
2013-11-04 14:56:54 -05:00 |
|
Joseph Schorr
|
100ec563fa
|
- Add an entity-search directive for adding a nice search box for users or teams
- Add support for team-based permissions to the repos
|
2013-11-01 21:48:10 -04:00 |
|
Joseph Schorr
|
09afe0753f
|
Merge branch 'orgs' of https://bitbucket.org/yackob03/quay into orgs
|
2013-11-01 19:34:56 -04:00 |
|
yackob03
|
1aaefe6053
|
Merge branch 'orgs' of ssh://bitbucket.org/yackob03/quay into orgs
Conflicts:
data/model.py
|
2013-11-01 19:34:58 -04:00 |
|
Joseph Schorr
|
5ed85cf833
|
Work in progress: Start on marking user permissions on whether they are inside or outside the repo's org
|
2013-11-01 19:34:46 -04:00 |
|
yackob03
|
4c0f987af3
|
Flesh out some of the organization methods and fix the models.
|
2013-11-01 19:34:17 -04:00 |
|
Joseph Schorr
|
9fa77aaa48
|
Add proper messaging if an organization has gone over the repo limit. This change also moves plan information into the server
|
2013-11-01 19:13:58 -04:00 |
|
yackob03
|
41171c2c2a
|
Fix one of the font-awesome icons that I missed.
|
2013-11-01 18:53:10 -04:00 |
|
Joseph Schorr
|
1f0b142535
|
Add a namespace selector for choosing the namespace in the new repo view
|
2013-11-01 17:35:26 -04:00 |
|
yackob03
|
ecc4ad6e0f
|
Merge branch 'orgs' of ssh://bitbucket.org/yackob03/quay into orgs
|
2013-11-01 14:44:22 -04:00 |
|
Joseph Schorr
|
d7148b1711
|
Start on controllers and the API for organizations. Also adds fake model methods
|
2013-10-31 18:17:26 -04:00 |
|
yackob03
|
b92fe17e3c
|
Remove some unused model methods.
|
2013-10-31 17:36:53 -04:00 |
|
yackob03
|
621f89f826
|
Prepare the underlying data model for organizations.
|
2013-10-31 16:46:04 -04:00 |
|
Joseph Schorr
|
c3b10c12bb
|
Add check for existing repo with the same name
|
2013-10-31 15:04:07 -04:00 |
|
yackob03
|
834cb28d30
|
Fix a typo on the v1 page.
|
2013-10-31 11:32:17 -04:00 |
|
yackob03
|
b96f678df8
|
User the secure s3 endpoint and store our files encrypted.
|
2013-10-31 11:32:08 -04:00 |
|
root
|
e69e8ec24d
|
Merge branch 'dockerbuild'
|
2013-10-30 22:53:55 +00:00 |
|
yackob03
|
65aad1a2d9
|
Merge remote-tracking branch 'origin/dockerbuild'
Conflicts:
static/css/quay.css
|
2013-10-30 18:42:17 -04:00 |
|
root
|
4a2adfd8ea
|
Merge branch 'dockerbuild' of https://bitbucket.org/yackob03/quay into dockerbuild
|
2013-10-30 20:15:08 +00:00 |
|
Joseph Schorr
|
ac88ca4ac2
|
Add dispose to the correct tree
|
2013-10-30 16:13:34 -04:00 |
|
root
|
eb4696abad
|
Merge branch 'dockerbuild' of https://bitbucket.org/yackob03/quay into dockerbuild
|
2013-10-30 19:44:34 +00:00 |
|
Joseph Schorr
|
6a4341e2cf
|
Show a please sign in message instead of redirecting on the new repo page
|
2013-10-30 15:44:01 -04:00 |
|
root
|
4932a5f539
|
Merge branch 'dockerbuild' of https://bitbucket.org/yackob03/quay into dockerbuild
|
2013-10-30 19:14:12 +00:00 |
|
Joseph Schorr
|
ab2385d909
|
Merge branch 'dockerbuild' of https://bitbucket.org/yackob03/quay into dockerbuild
|
2013-10-30 15:12:01 -04:00 |
|
Joseph Schorr
|
e047b5e11e
|
Dispose of the existing image tree so that a new one can be drawn in its place
|
2013-10-30 13:55:44 -04:00 |
|
yackob03
|
9dcf427f99
|
Remove an unnecessary check from the listImages function.
|
2013-10-30 13:40:55 -04:00 |
|
root
|
a33dc9115c
|
Merge branch 'dockerbuild' of https://bitbucket.org/yackob03/quay into dockerbuild
|
2013-10-30 17:40:00 +00:00 |
|
yackob03
|
d39848962f
|
Merge branch 'dockerbuild' of ssh://bitbucket.org/yackob03/quay into dockerbuild
|
2013-10-30 13:23:20 -04:00 |
|
yackob03
|
b9cdf93758
|
Make the quay support a mailto link.
|
2013-10-30 13:23:09 -04:00 |
|
root
|
cc57cc261c
|
Merge branch 'dockerbuild' of https://bitbucket.org/yackob03/quay into dockerbuild
|
2013-10-30 17:22:32 +00:00 |
|
yackob03
|
f8f4c55f89
|
Close the db connections on the workers occasionally.
|
2013-10-30 13:22:00 -04:00 |
|