Joseph Schorr
0e320c964f
- Add support for super users
...
- Add a super user API
- Add a super user interface
2014-04-10 00:26:55 -04:00
Joseph Schorr
3a3758654c
- Move all quay.io domain references to config and add new methods for easy construction of URLs
...
- Make the Olark chat live behind a feature flag
2014-04-08 20:33:20 -04:00
Joseph Schorr
da859203f7
- Add a config whitelist
...
- Send the config values to the frontend
- Add a service class for exposing the config values
- Change the directives to inject both Features and Config
- Change directive users to make use of the new scope
2014-04-08 19:14:24 -04:00
Joseph Schorr
6e2b8d96b8
Add a simplified landing page for the case where billing is disabled
2014-04-06 14:48:58 -04:00
Joseph Schorr
badf002e92
Turn off all references and API calls to github login if the feature is disabled
2014-04-06 00:50:30 -04:00
Joseph Schorr
19a20a6c94
Turn off all references and API calls to billing if the feature is disabled
2014-04-06 00:36:19 -04:00
Joseph Schorr
c374e8146a
- Add code for placing the features information on the frontend
...
- Add a Features service for examining feature flags on the frontend
- Add a directive (quay-requires) that matches feature flags and, if any one does not match, removes the element from the DOM
- Add a directive (quay-show) that injects the features into the scope so that expressions of the form "Features.BILLING || something" work out of the box to show/hide the element
- Add a directive (quay-classes) that allows for setting of CSS classes on an element based on feature expression(s) such as {"!BILLING": "active"} (e.g. the BILLING flag is set to false, add the class "active".
2014-04-04 23:26:10 -04:00
jakedt
d5634bc3c7
Merge remote-tracking branch 'origin/pullinprivate'
2014-04-02 11:58:31 -04:00
Joseph Schorr
6ff46cc450
Clarify upload language for .zip and .tar.gz
2014-04-01 22:12:51 -04:00
Joseph Schorr
9a79d1562a
Change to store the pull robot on the repository build and only add the credentials to the queue item. This prevents the credentials from being exposed to the end user. Also fixes the restart build option
2014-04-01 21:49:06 -04:00
Joseph Schorr
38cb12b7c6
Make sure the sign in form redirects to the landing page
2014-04-01 19:44:31 -04:00
Joseph Schorr
93fd48d6b0
Disable the finish trigger setup button if a robot account permission is selected but no robot account is given
2014-04-01 19:30:29 -04:00
jakedt
3525e383df
Merge remote-tracking branch 'origin/master' into pullinprivate
...
Conflicts:
test/data/test.db
2014-04-01 18:28:48 -04:00
Joseph Schorr
35f69b9f5b
Add support for .tar.gz build packs in the build package viewer
2014-04-01 00:23:53 -04:00
Joseph Schorr
2006917e03
Add support for pull credentials on builds and build triggers
2014-03-27 18:33:13 -04:00
jakedt
41cfadac23
Protect the search and repository list endpoints appropriately. Add more differentiating data to some need types. Remove the notification about password change from the user admin page. Select the dependent models for the visible repo list.
2014-03-25 17:26:45 -04:00
jakedt
5f98bf8dab
Merge remote-tracking branch 'origin/master' into swaggerlikeus
...
Conflicts:
endpoints/api.py
2014-03-25 15:50:03 -04:00
jakedt
7a580e6036
Tweak the text on the authorizations page.
2014-03-25 13:13:29 -04:00
Joseph Schorr
c82d1ffe98
Add ability for users to see their authorized applications and revoke the access
2014-03-24 20:57:02 -04:00
Joseph Schorr
10004192d7
Don't send null fields in app management and clarify the fields
2014-03-24 18:18:35 -04:00
Joseph Schorr
b252520ab0
Add the mix panel badge to the landing page
2014-03-24 14:10:55 -04:00
Joseph Schorr
f7c27f250b
Add full application management API, UI and test cases
2014-03-20 15:46:13 -04:00
Joseph Schorr
877427378d
Fix the log view performance issues in the build history view by creating a specialized collection class that asynchronously adds the items to be displayed in a batch-like manner.
2014-03-18 15:08:46 -04:00
Joseph Schorr
a727717add
Fix tooltip in create new repo
2014-03-17 22:46:54 -04:00
jakedt
eef17ae7d4
Merge remote-tracking branch 'origin/heyyouthere'
2014-03-17 22:33:27 -04:00
Joseph Schorr
702188f492
Add a build history screenshot to the landing page and fix the screenshots.js script to work on prod
2014-03-17 17:34:23 -04:00
Joseph Schorr
638463671a
Add ability for new repositories to be linked to Github
2014-03-13 15:25:38 -04:00
Joseph Schorr
f186fa2888
- Convert Quay over to Angular 1.2.9 and the new angular-strap
...
- Add the beginnings of a notification service
- Add the beginnings of a notification UI
2014-03-12 00:49:46 -04:00
Joseph Schorr
c5fa12329c
Update path matching regex to support dots
2014-03-11 14:42:53 -04:00
Joseph Schorr
cbd8cf3bb5
Make sure repository names are checked on the client side as well
2014-03-11 13:46:15 -04:00
Joseph Schorr
2a8669b2f4
- Switch to new typeahead (based on our own branch of it until such time as it gets pulled into the mainline) and add an informative empty message on entity search
...
- Add better messaging around pushing to empty repos
2014-03-07 21:06:31 -05:00
Joseph Schorr
dbb234c76c
Better upwell messaging for everyone and show the upsell for organization admins
2014-03-06 18:36:52 -05:00
jakedt
d12a53186a
Use a superset of the login credentials for generating trigger credentials.
2014-03-06 15:26:23 -05:00
Joseph Schorr
a9f70c6e3a
Show a spinner when loading the build info
2014-03-05 18:13:04 -05:00
Joseph Schorr
256503ca75
Fix the build package path handling
2014-03-05 18:04:01 -05:00
Joseph Schorr
a1e7e69706
Merge branch 'master' of https://bitbucket.org/yackob03/quay
2014-03-05 16:28:00 -05:00
Joseph Schorr
89d9bcd894
- Make sure to send the subdirectory when restarting a build
...
- Make sure to use the subdirectory to read the Dockerfile's location in a build package, and display the path
- Nicer UI for showing the trigger description in the build view
- Fix an NPE in the file change tree
2014-03-05 16:27:56 -05:00
jakedt
a87dcf79d4
Merge branch 'master' of ssh://bitbucket.org/yackob03/quay
2014-03-05 16:17:09 -05:00
jakedt
fdccba9d8e
Reverse the order of the builds from the API.
2014-03-05 16:17:01 -05:00
Joseph Schorr
9e6e4b6a7c
Fix build UI in the repo view to only show the number of current builds
2014-03-05 15:53:00 -05:00
Joseph Schorr
3f806b10c2
Add support for build status tags, which link to the Quay.io repo
2014-02-28 16:23:36 -05:00
Joseph Schorr
39eaca346d
Add an icon for build triggers and properly handle build trigger activation errors
2014-02-26 18:43:16 -05:00
Joseph Schorr
206049dbf8
- Add a build now command to the trigger
...
- Have the trigger description use the master_branch in the config
2014-02-25 19:53:41 -05:00
Joseph Schorr
c3c26ba199
- Add a build trigger link to the builds menu in the repo view
...
- Have the dialog dismiss auto-delete the trigger
- Have the github trigger setup choose the first directory, if any
2014-02-25 15:25:24 -05:00
jakedt
d5304f7db0
Merge remote-tracking branch 'origin/master' into rustedbuilds
...
Conflicts:
data/database.py
endpoints/api.py
endpoints/common.py
test/data/test.db
2014-02-21 14:52:40 -05:00
Joseph Schorr
5519d93a64
Get UI for activating github build triggers in place and working. Note that the actual server-side activation is still not done (but the proper method is invoked)
2014-02-20 18:57:49 -05:00
Joseph Schorr
c494c889f5
Add info to the build pane that shows if a trigger started the build
2014-02-20 13:27:59 -05:00
Joseph Schorr
5b0300ab62
Get initial build trigger UI working
2014-02-19 17:38:00 -05:00
jakedt
f4642be11a
Merge remote-tracking branch 'origin/allyourbaseimage'
...
Conflicts:
test/data/test.db
test/test_api_usage.py
2014-02-18 19:15:14 -05:00
jakedt
ed38bcdafc
Merge remote-tracking branch 'origin/master' into rustedbuilds
...
Conflicts:
test/data/test.db
2014-02-18 16:13:34 -05:00