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

Advanced collection #40

Merged
merged 31 commits into from
Sep 21, 2023
Merged
Changes from all commits
Commits
Show all changes
31 commits
Select commit Hold shift + click to select a range
7e7b693
Implemented Collection header update
barduinor Sep 19, 2023
12a84c4
Unable to sort folders
barduinor Sep 19, 2023
073fc47
Detect folder sort changes to deploy collection header + check reques…
barduinor Sep 19, 2023
85d5b5c
Deploy advanced collection
barduinor Sep 19, 2023
b3cf6ab
remove dependency on classic collections for the deploy of the advanc…
barduinor Sep 19, 2023
bf8be43
fix deploy issue where git hub repo was not being found
barduinor Sep 19, 2023
5ccb9ed
Merge branch 'main' into advanced_collection
barduinor Sep 19, 2023
8507960
Merge branch 'main' of github.com:box/box-postman into advanced_colle…
barduinor Sep 19, 2023
93d7155
Merge branch 'advanced_collection' of github.com:box/box-postman into…
barduinor Sep 19, 2023
4a13aab
fix deploy issue where build was failing
barduinor Sep 19, 2023
351d86d
fix deploy issue env vars incorrect
barduinor Sep 19, 2023
61f721d
Merge branch 'main' of github.com:box/box-postman into advanced_colle…
barduinor Sep 19, 2023
e0c02a5
Merge branch 'main' of github.com:box/box-postman into advanced_colle…
barduinor Sep 19, 2023
b37504f
created separete deployAdvance git workflow
barduinor Sep 19, 2023
60b418a
Merge branch 'main' of github.com:box/box-postman into advanced_colle…
barduinor Sep 19, 2023
0c63d3a
created separete deployAdvance git workflow
barduinor Sep 19, 2023
e64dc2f
Merge branch 'main' of github.com:box/box-postman into advanced_colle…
barduinor Sep 20, 2023
b19fc8f
replace environment name by environment type
barduinor Sep 20, 2023
20ce840
replace environment name by environment type
barduinor Sep 20, 2023
2222699
update pre-script to read the RSASign lib from the environment variable
barduinor Sep 20, 2023
a39824d
added lib JsRSASign as resource file
barduinor Sep 20, 2023
685964d
improved pre-script execution conditions to not execute outside of no…
barduinor Sep 20, 2023
1a38837
fix lint
barduinor Sep 20, 2023
8aebea8
WIP: adding the new util object to the collection deployment
barduinor Sep 20, 2023
c2c4277
WIP: implemented deploymen of utilities folder and sub folders
barduinor Sep 21, 2023
27f29e2
WIP: added auth api key and oauth 2 to create env and auth helper fol…
barduinor Sep 21, 2023
53b2ffc
WIP: added get workspace method
barduinor Sep 21, 2023
fc6a9b8
WIP: refactor search for folders, requests and responses
barduinor Sep 21, 2023
3aba445
added utilities requests to create and test environments
barduinor Sep 21, 2023
cf1c90a
fix typo in request param
barduinor Sep 21, 2023
a450884
merge from main
barduinor Sep 21, 2023
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
2 changes: 1 addition & 1 deletion src/CollectionAdvanced.js
Original file line number Diff line number Diff line change
Expand Up @@ -285,7 +285,7 @@ class CollectionAdvanced extends Collection {
key: 'workspace',
value: '',
equals: true,
description: 'Optional. A workspace ID in which to create the environment.\n\nIf you do not include this query parameter, the system creates the environment in your "My Workspace" workspace.',
description: 'A workspace ID in which to create the environment.\n\nIf you do not include this query parameter, the system creates the environment in your "My Workspace" workspace.',
enabled: true
}
],
Expand Down