Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Space application supporter deployments wip #1

Closed
Changes from 1 commit
Commits
Show all changes
42 commits
Select commit Hold shift + click to select a range
908814c
build(deps): bump sequel from 5.44.0 to 5.45.0
dependabot[bot] Jun 2, 2021
26a9a43
Added failing test for app level memory change
Jun 4, 2021
b0762c3
Ensure that space application supporter can access GET /v3/jobs/:guid
philippthun Jun 7, 2021
79acbe6
Ensure that space application supporter can access user GET endpoints
philippthun Jun 7, 2021
873bd1b
Ensure that space application supporter can get/list buildpacks
philippthun Jun 8, 2021
55fe0c6
this is a test
bepotts Jun 8, 2021
ab0b7ef
disk_quota and memory manifest diffs are now ignored at the applicati…
bepotts Jun 8, 2021
496216a
removed test file. remove duplicate if statement
bepotts Jun 9, 2021
c68c3c9
Allow space application supporter access to events endpoints
ctlong Jun 9, 2021
a7981db
modified tests to account for ignored manifest diff attributes
bepotts Jun 9, 2021
53bff19
Use a consistent format for roles table notes
will-gant Jun 9, 2021
7898d43
Use consistent 'Role' column header in 'Permitted roles' tables
will-gant Jun 10, 2021
72f7115
Test that all roles can get environment variable groups, only admin c…
will-gant Jun 10, 2021
1e0431b
added a comment to explain our manifest_diff skips
bepotts Jun 10, 2021
2e5b0f7
Merge branch 'manifest-diff-memory'
bepotts Jun 10, 2021
4dcc0d8
Merge pull request #2322 from sap-contributions/docs-table-columns
sweinstein22 Jun 10, 2021
a5f00ac
Remove errant `)` from "Get a service broker" documentation
sweinstein22 Jun 10, 2021
2affda6
Merge pull request #2324 from cloudfoundry/space-application-supporte…
sweinstein22 Jun 10, 2021
79d49fb
Merge pull request #2316 from sap-contributions/space-application-sup…
sweinstein22 Jun 11, 2021
3e60ecc
Merge pull request #2317 from sap-contributions/space-application-sup…
sweinstein22 Jun 11, 2021
a251cea
Allow space application supporter to access specific droplet endpoints
ctlong Jun 9, 2021
ac5ae1b
Merge pull request #2319 from sap-contributions/space-application-sup…
sweinstein22 Jun 11, 2021
dcc8c74
Improve naming, remove superfluous extra patch test & extend existing…
will-gant Jun 14, 2021
aeba231
Merge pull request #2325 from sap-contributions/space-application-sup…
sweinstein22 Jun 14, 2021
bc42093
Merge pull request #2308 from cloudfoundry/dependabot/bundler/sequel-…
elenasharma Jun 15, 2021
fb80fc3
Space application supporter can get and list packages (#2328)
will-gant Jun 16, 2021
79e145e
Merge pull request #2334 from cloudfoundry/space-application-supporte…
sweinstein22 Jun 16, 2021
1ce356e
Update docs npm json and fix docs Bundler warning
mkocher Jun 22, 2021
20f13b2
Allow space application supporter to get and list deployments
will-gant Jun 8, 2021
46925a5
Allow SpaceApplicationSupporter to create deployments
will-gant Jun 9, 2021
1c2cc28
Allow SpaceApplicationSupporter to update deployments
will-gant Jun 9, 2021
110d3ed
Update deployment create/update permitted roles docs
will-gant Jun 9, 2021
348743f
Allow SpaceApplicationSupporter to cancel deployments.
will-gant Jun 9, 2021
adbd783
Revert "Allow SpaceApplicationSupporter to update deployments"
will-gant Jun 14, 2021
95582b7
Do not document that space application supporters can update deployments
will-gant Jun 14, 2021
8a8c82d
WIP refactoring tests
will-gant Jun 23, 2021
5f385f3
Change List Deployments permissions to all roles in docs
svkrieger Jun 29, 2021
12c6ad7
Remove wrong comments
svkrieger Jun 29, 2021
16cdc1a
Refactor permissions
svkrieger Jun 29, 2021
75c9ea5
Fix expected repsonse codes
svkrieger Jun 29, 2021
e88f26d
Alphabetize roles in docs
will-gant Jul 1, 2021
c54ce91
Use shared examples for deployment specs
will-gant Jul 1, 2021
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Alphabetize roles in docs
will-gant committed Jul 1, 2021
commit e88f26d61f6be4af8be4923377cea6b909396ba9
4 changes: 2 additions & 2 deletions docs/v3/source/includes/resources/deployments/_cancel.md.erb
Original file line number Diff line number Diff line change
@@ -26,5 +26,5 @@ HTTP/1.1 200 OK
Roles | Notes
--- | ---
Admin |
Space Developer |
Space Application Supporter | Experimental |
Space Application Supporter | Experimental |
Space Developer |
4 changes: 2 additions & 2 deletions docs/v3/source/includes/resources/deployments/_create.md.erb
Original file line number Diff line number Diff line change
@@ -87,5 +87,5 @@ Name | Type | Description | Default
Roles | Notes
--- | ---
Admin |
Space Developer |
Space Application Supporter | Experimental |
Space Application Supporter | Experimental |
Space Developer |
4 changes: 2 additions & 2 deletions docs/v3/source/includes/resources/deployments/_get.md.erb
Original file line number Diff line number Diff line change
@@ -31,7 +31,7 @@ Admin |
Admin Read-Only |
Global Auditor |
Org Manager |
Space Application Supporter | Experimental |
Space Auditor |
Space Developer |
Space Manager |
Space Application Supporter | Experimental |
Space Manager |