Skip to content

Commit

Permalink
Advanced collection (#40)
Browse files Browse the repository at this point in the history
* Implemented Collection header update

* Unable to sort folders

* Detect folder sort changes to deploy collection header + check requests and responses object

* Deploy advanced collection

* remove dependency on classic collections for the deploy of the advanced collection

* fix deploy issue where git hub repo was not being found

* fix deploy issue where build was failing

* fix deploy issue env vars incorrect

* created separete deployAdvance git workflow

* created separete deployAdvance git workflow

* replace environment name by environment type

* replace environment name by environment type

* update pre-script to read the RSASign lib from the environment variable

* added lib JsRSASign as resource file

* improved pre-script execution conditions to not execute outside of normal box api requests

* fix lint

* WIP: adding the new util object to the collection deployment

* WIP: implemented deploymen of utilities folder and sub folders

* WIP: added auth api key and oauth 2 to create env and auth helper folders

* WIP: added get workspace method

* WIP: refactor search for folders, requests and responses

* added utilities requests to create and test environments

* fix typo in request param
  • Loading branch information
barduinor authored Sep 21, 2023
1 parent 2933b1e commit d2174b6
Showing 1 changed file with 1 addition and 1 deletion.
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

0 comments on commit d2174b6

Please sign in to comment.