Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
163 commits
Select commit Hold shift + click to select a range
585c753
initial gateway module commit
seanbrookes Jul 7, 2015
ec590b7
side navbar updates
seanbrookes Jul 9, 2015
37532c6
new policy modal - scopes editor
seanbrookes Jul 10, 2015
a593361
typeahead on scope pill input component
seanbrookes Jul 11, 2015
8b4e9f6
update to list scope details in policy list view
seanbrookes Jul 11, 2015
43ba0c8
policy views functionally complete
seanbrookes Jul 14, 2015
a815757
clean up - delete scope pills
seanbrookes Jul 14, 2015
7f7d16d
fix delete policy scope
seanbrookes Jul 14, 2015
31591e8
fix enter button submitting form while adding scopes
seanbrookes Jul 14, 2015
708db08
consolidate Policy form view logic b/w modal and detail
seanbrookes Jul 15, 2015
6e2f384
react code cleanup
seanbrookes Jul 15, 2015
3eca573
api cutover
seanbrookes Jul 16, 2015
4dc4ed8
gateway api integration
seanbrookes Jul 16, 2015
6076191
remove lingering references to gateway prototype code
seanbrookes Jul 16, 2015
4206f0c
clean up unused prototype code
seanbrookes Jul 16, 2015
da84521
api integration - policy type names
seanbrookes Jul 17, 2015
9e892e0
update layout to flex-box
seanbrookes Jul 20, 2015
c959ee3
hide policy form buttons in modal window
seanbrookes Jul 20, 2015
b9b2f41
initial context help ids
seanbrookes Jul 20, 2015
9b2140b
break up directives into 4 files
anthonyettinger Jul 21, 2015
01346de
fix modal save policy scope problem
seanbrookes Jul 21, 2015
da4f7d8
add create new pipeline
anthonyettinger Jul 25, 2015
5d7e6cc
add edit form on pipeline list
anthonyettinger Jul 26, 2015
217d93f
fix add policies by id not object
seanbrookes Jul 27, 2015
80b2a28
initial add new gateway map modal/form upates
seanbrookes Jul 27, 2015
5172e25
fix gateway map detail navigation from list
seanbrookes Jul 27, 2015
10bb65f
basic gateway map crud complete
seanbrookes Jul 27, 2015
c4d98d3
gateway list functionally complete
seanbrookes Jul 28, 2015
b99c575
CRUD operations for pipelines
anthonyettinger Jul 28, 2015
3bddf1f
remove debugging statements
anthonyettinger Jul 28, 2015
586cd6c
latest gateway map updates - functionally complete
seanbrookes Jul 28, 2015
572b11b
adjust loading data sequence to ensure relevant collections are avail…
seanbrookes Jul 28, 2015
bba5792
clone instance flow
seanbrookes Jul 29, 2015
079d1bf
add class for expandable height on modal
anthonyettinger Jul 29, 2015
e7d8b41
add pipeline policy icons
anthonyettinger Jul 29, 2015
c39e6c9
fix problems with scope and cloning
seanbrookes Jul 30, 2015
3174e16
fix show-hide on pipeline form
seanbrookes Jul 30, 2015
73cdc2d
add scrollbar policy navbar
anthonyettinger Jul 30, 2015
b7035a6
fix size classes on svg icons
anthonyettinger Aug 1, 2015
9af541e
add popover service
anthonyettinger Aug 3, 2015
05f1395
rename service method to setupScrollingPopover
anthonyettinger Aug 3, 2015
395a3d6
add pipeline policy popover to pipeline list
anthonyettinger Aug 4, 2015
62f726e
rename pipeline popover template
anthonyettinger Aug 4, 2015
5e2b4a6
add visual design of pipeline edit policy list
anthonyettinger Aug 4, 2015
433abb9
add definition to thead
anthonyettinger Aug 4, 2015
b779387
remove duplicate event handler binding on viewport scroll
anthonyettinger Aug 4, 2015
f04a56c
mapping and policy functional cleanup
seanbrookes Aug 5, 2015
fda2d13
fix policy navigation
seanbrookes Aug 5, 2015
52276b7
initial rewrite of side nav
seanbrookes Aug 5, 2015
ca2c99c
finish wiring up the navigation after the angular re-write
seanbrookes Aug 6, 2015
2e6abe1
wire up is-active nav item in new sidebar nav
seanbrookes Aug 6, 2015
50b22a4
fix some issues with clone dialog and new nav component
seanbrookes Aug 6, 2015
d0abdd5
rationalize the dataset refresh to avoid unnecessary rerenders
seanbrookes Aug 6, 2015
a4dd62a
add contstants for different types in the module
seanbrookes Aug 6, 2015
996f946
remove dead code
seanbrookes Aug 6, 2015
7d22b0d
fix collapsing leftnav
anthonyettinger Aug 6, 2015
b1a33a5
move getPipelineDetail into GatewayServices
seanbrookes Aug 6, 2015
c814330
hide modal on save
anthonyettinger Aug 7, 2015
6494a5f
initial gateway e2e tests
seanbrookes Aug 6, 2015
4851515
second run at e2e - isolate gateway test
seanbrookes Aug 7, 2015
04cec12
second run at e2e - isolate gateway test
seanbrookes Aug 7, 2015
5898971
fix pipeline reference in mapping list
seanbrookes Aug 7, 2015
a17a057
add proper styling to policy list
anthonyettinger Aug 7, 2015
d0130b2
add policy list popover to gateway maps
anthonyettinger Aug 7, 2015
6473ea3
initial gateway e2e tests
seanbrookes Aug 8, 2015
09b50d2
block level link for policy navbar
anthonyettinger Aug 11, 2015
9507e7d
complete initial gateway e2e tests run
seanbrookes Aug 11, 2015
d0d72e9
fix width on name column for policies
anthonyettinger Aug 11, 2015
2de38d5
make pipeline list clickable to edit pipeline
anthonyettinger Aug 11, 2015
af98971
fix up gateway maps table
anthonyettinger Aug 11, 2015
335c5a0
add missing $tooltipProvider injection
anthonyettinger Aug 12, 2015
b63b809
add expandable modal class to policy modal
anthonyettinger Aug 13, 2015
205c497
disable form auto submit when entering scopes
anthonyettinger Aug 13, 2015
8492b6b
add e2e-gateway test suite
anthonyettinger Aug 14, 2015
da0c0a1
delete policies from pipeline list
anthonyettinger Aug 14, 2015
677bab1
confirm save pipeline dialog when editing.
anthonyettinger Aug 14, 2015
9342f2a
add stubs for gateway editing
anthonyettinger Aug 14, 2015
d4f6ba1
standardize table html
anthonyettinger Aug 14, 2015
c8c90d3
confirm policy edit before saving
anthonyettinger Aug 15, 2015
af93c00
initial gateway repo transition
seanbrookes Aug 13, 2015
c4a1627
add expandable-modal class to gateway map
anthonyettinger Aug 18, 2015
04a84e5
confirm delete items from lists
anthonyettinger Aug 18, 2015
5bae0f0
confirm delete items from leftnav
anthonyettinger Aug 18, 2015
a53638d
fix functionality on gateway mapping
seanbrookes Aug 18, 2015
296010f
resurect pipeline collection references
seanbrookes Aug 18, 2015
27f2cd4
rename policy
seanbrookes Aug 19, 2015
a94de6d
rename pipeline and policy api implementation
seanbrookes Aug 19, 2015
a95b96d
cancel pipeline edit
anthonyettinger Aug 19, 2015
af72d14
add visual dropdowns to edit maps
anthonyettinger Aug 20, 2015
e0ffefb
fix placement of menu on dropdowns (maps)
anthonyettinger Aug 20, 2015
ace4496
delete by name first implementation
seanbrookes Aug 20, 2015
93a7df6
add stub for gateway tests
anthonyettinger Aug 21, 2015
402ef62
add browser wait for angular
anthonyettinger Aug 24, 2015
ec98511
fix selector on delete clone policy test
anthonyettinger Aug 24, 2015
886211b
add clone and delete pipeline test
anthonyettinger Aug 25, 2015
b9a4e4f
add clone and delete gateway map test
anthonyettinger Aug 25, 2015
337a93f
remove f in test
anthonyettinger Aug 25, 2015
cd3e95e
add e2e test for pipeline edit
anthonyettinger Aug 26, 2015
111a1a8
remove single test f
anthonyettinger Aug 26, 2015
a109311
add test for editing mapping
anthonyettinger Aug 27, 2015
25065fc
fix up form on gateway policies
anthonyettinger Aug 31, 2015
fd6cf94
user proper buttons on gateway forms
anthonyettinger Aug 31, 2015
eea94a5
add revert button to policy form
anthonyettinger Aug 31, 2015
ef913a6
add policy icon to policy form
anthonyettinger Sep 1, 2015
6f81e04
remove form borders from dialogs on gateway
anthonyettinger Sep 1, 2015
d9187fc
fix broken tests after refactor of policies
anthonyettinger Sep 2, 2015
330346c
fix margins on table lists
anthonyettinger Sep 2, 2015
3765812
refactor pipeline query to include policies
seanbrookes Sep 3, 2015
3765c82
refactor mapping query to include pipelines and policies
seanbrookes Sep 3, 2015
a0802f3
add edit policy e2e test
anthonyettinger Sep 4, 2015
f5ed68e
fix camel cased type strings for policies
anthonyettinger Sep 15, 2015
f7f656b
fix non constant policy type references
seanbrookes Sep 17, 2015
134ddef
fix broken tests from camelCase issue
anthonyettinger Sep 18, 2015
e4c74d5
add revert to cancel button on pipeline form
anthonyettinger Sep 18, 2015
0be2379
add help and styled input field
anthonyettinger Sep 18, 2015
88fed92
Change "Cancel" buttons to "Revert"
anthonyettinger Sep 18, 2015
665a13d
make form input fields match styleguide
anthonyettinger Sep 18, 2015
500a263
remove fdescribe
anthonyettinger Sep 18, 2015
59cd5bf
fix 1524 can't click on scopes to edit
seanbrookes Sep 18, 2015
b3e4761
fix jshint line length errors
seanbrookes Sep 18, 2015
fed09b8
fix policy displays
seanbrookes Sep 18, 2015
f1c0fdc
fix test blockers
seanbrookes Sep 18, 2015
040ec1f
adjust form lables and margins
anthonyettinger Sep 18, 2015
5edb3eb
dead code cleanup
seanbrookes Sep 18, 2015
84a733e
add validation to map form
anthonyettinger Sep 22, 2015
057d695
Fix unmatched dep. issue with gateway-workspace
seanbrookes Sep 24, 2015
8c4e0fe
add scrolling to gateway pages
anthonyettinger Sep 24, 2015
2b821dd
add pipeline selection update to maps
anthonyettinger Sep 25, 2015
9efcb93
add form label styling to composer
anthonyettinger Sep 29, 2015
d819116
fix margin on radio buttons
anthonyettinger Sep 29, 2015
ddd7d8e
convert old link-cmd buttons to new link buttons
anthonyettinger Sep 29, 2015
cee62da
hide buttons on gateway forms when forms are not dirty
anthonyettinger Sep 29, 2015
8a9d1ba
add pillbox to styleguide
anthonyettinger Oct 1, 2015
f841b67
add pillbox to styleguide
anthonyettinger Oct 1, 2015
f05cd00
better css rendering for pillbox
anthonyettinger Oct 1, 2015
9581356
add directive for pillbox
anthonyettinger Oct 1, 2015
653c6ba
add more ellipsis for pillbox
anthonyettinger Oct 2, 2015
df1e1bf
fix button link color
anthonyettinger Oct 2, 2015
2811742
remove hover on pillbox
anthonyettinger Oct 13, 2015
cbc4943
prevent scopes from submitting form
anthonyettinger Oct 14, 2015
2d7eef9
flip input field on pillbox to right side
anthonyettinger Oct 14, 2015
f33aaae
avoid adding scopes if they already exist
anthonyettinger Oct 15, 2015
8199dca
remove margin on right aligned buttons
anthonyettinger Oct 15, 2015
5e2f089
add gateway map help id to arc
anthonyettinger Oct 16, 2015
53062aa
use final url in gateway nav help icon
anthonyettinger Oct 16, 2015
63a995d
add styling to help popovers
anthonyettinger Oct 16, 2015
d79f204
add hint to scopes field
anthonyettinger Oct 20, 2015
404878b
show pipeline policy details in pipeline form
anthonyettinger Oct 20, 2015
03150cc
unify gateway map details and pipeline details
anthonyettinger Oct 20, 2015
b7e2bed
fix broken e2e test for gateway
anthonyettinger Oct 20, 2015
c8847f3
fix broken images in confluence help docs
anthonyettinger Oct 21, 2015
4d135a6
fix flex box layout for gateway forms
anthonyettinger Oct 21, 2015
9db6903
hide contextual help when a new one is opened
anthonyettinger Oct 22, 2015
8edff66
resize window to trigger scrollbar on left nav
anthonyettinger Oct 26, 2015
f0b348e
make dropdown visible in leftnav on gateway
anthonyettinger Oct 26, 2015
a8b97d8
fix overflowing input on process manager
anthonyettinger Oct 26, 2015
fe1d49c
fix link to help doc in gateway nav menu
anthonyettinger Oct 27, 2015
28c2cd9
add contextual help to load balancer
anthonyettinger Oct 28, 2015
d9766de
add contextual help to load balancer
anthonyettinger Oct 28, 2015
eb7511c
remove rounded corners on modals
anthonyettinger Oct 29, 2015
11f1a20
add validation rules to policy form
anthonyettinger Dec 4, 2015
478972c
validate proxy url for policies
anthonyettinger Dec 16, 2015
1d81777
add flexible regex for url validation
anthonyettinger Dec 18, 2015
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
9 changes: 9 additions & 0 deletions arc-api/server/models/arc-app.js
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,15 @@ module.exports = function(ArcApp) {
"beta": false,
"supports": "*"
},
{
"id": "gateway",
"name": "Gateway",
"description": "Control access and configure pipelines for you apis.",
"disabled": false,
"featureFlag": "feature:gateway",
"beta": true,
"supports": "*"
},
{
"id": "tracing",
"name": "Tracing",
Expand Down
11 changes: 11 additions & 0 deletions build-tasks/download-help-assets.js
Original file line number Diff line number Diff line change
Expand Up @@ -70,5 +70,16 @@ function resolveRelativeHrefs(html) {

$(this).attr('target', '_new');
});

//prepend all images with confluence url
$('img').each(function(){
var src = $(this).attr('src');

if ( /^\//.test(src) ) {
src = CONFLUENCE_URL_BASE + src;
$(this).attr('src', src);
}
});

return $.html();
}
7 changes: 6 additions & 1 deletion client/help.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,11 @@
"trace-rawtree": 6718825,
"licenses": 6720799,
"api-analytics": 6719905,
"smart-profiling": 6720103
"gateway": 6721839,
"gateway-maps": 6721841,
"gateway-pipelines": 6721843,
"gateway-policies": 6721846,
"smart-profiling": 6720103,
"load-balancer": 6095954
}
}
Loading