Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: loopbackio/strong-soap
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: regression-fixes
Choose a base ref
...
head repository: loopbackio/strong-soap
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Able to merge. These branches can be automatically merged.

Commits on Sep 14, 2016

  1. Copy the full SHA
    4c28cea View commit details
  2. ignoring .DS_Store file

    rashmihunt committed Sep 14, 2016
    Copy the full SHA
    2f64d67 View commit details

Commits on Sep 16, 2016

  1. Copy the full SHA
    b37d8b9 View commit details
  2. Merge pull request #12 from strongloop/new-tests

    Soap 1.1 Fault fix & enabled rest of the tests in wsdl-test.js
    rashmihunt authored Sep 16, 2016
    Copy the full SHA
    b2c1a13 View commit details

Commits on Sep 19, 2016

  1. Merge pull request #11 from strongloop/regression-fixes

    fix regression errors for all test cases
    deepakrkris authored Sep 19, 2016
    Copy the full SHA
    4fb6c14 View commit details

Commits on Sep 20, 2016

  1. regression fixes for wsdl-tests

    fixes for errors in wsdl-tests.js after recent code checkin
    deepakrkris committed Sep 20, 2016
    Copy the full SHA
    e8625fd View commit details
  2. Merge pull request #13 from strongloop/regression-wsdl-tests

    regression fixes for wsdl-tests
    deepakrkris authored Sep 20, 2016
    Copy the full SHA
    7dd2ae7 View commit details
  3. regression for server-test

    fixes for failed cases in server-test.js
    deepakrkris committed Sep 20, 2016
    Copy the full SHA
    b9dedfb View commit details
  4. Merge pull request #14 from strongloop/regression-server-test

    regression for server-test
    deepakrkris authored Sep 20, 2016
    Copy the full SHA
    37e105d View commit details
  5. Copy the full SHA
    f5f320d View commit details
  6. added code for soap 1.2 fault support, added a new test for soap 1.2 …

    …fault, fixed existing test cases
    rashmihunt committed Sep 20, 2016
    Copy the full SHA
    fa90449 View commit details

Commits on Sep 21, 2016

  1. Merge pull request #15 from strongloop/new-tests

    Support for soap 1.2 Fault and test cases
    rashmihunt authored Sep 21, 2016
    Copy the full SHA
    222dd2b View commit details

Commits on Sep 22, 2016

  1. fix for CI build errors

    fixes for errors in cis-jenkins
    deepakrkris committed Sep 22, 2016
    Copy the full SHA
    b5f2515 View commit details
  2. Merge pull request #16 from strongloop/fix-ci-errors

    fix for CI build errors
    deepakrkris authored Sep 22, 2016
    Copy the full SHA
    6896671 View commit details
  3. Add globalization

    0candy committed Sep 22, 2016
    Copy the full SHA
    754d795 View commit details

Commits on Sep 23, 2016

  1. Merge pull request #17 from strongloop/add_globalization

    Add globalization
    0candy authored Sep 23, 2016
    Copy the full SHA
    7dacc2f View commit details

Commits on Sep 27, 2016

  1. Readme updates, cleanup of Examples & code

    - Readme updates 
    - added/cleaned code under examples
    - cleaned up code
    - fixes from code review
    rashmihunt authored Sep 27, 2016
    Copy the full SHA
    2eadad3 View commit details
  2. 1.0.0

     * Readme updates, cleanup of Examples & code (rashmihunt)
     * Add globalization (Candy)
     * fix for CI build errors (deepakrkris)
     * added code for soap 1.2 fault support, added a new test for soap 1.2 fault, fixed existing test cases (rashmihunt)
     * added support for soap 1.2 fault and added a test case for soap 1.2 fault (rashmihunt)
     * regression for server-test (deepakrkris)
     * regression fixes for wsdl-tests (deepakrkris)
     * fix regression errors for all test cases (deepakrkris)
     * Fixed soap 1.1 Fault path & enabled rest of the tests in wsdl-test.js (rashmihunt)
     * ignoring .DS_Store file (rashmihunt)
     * check soap version for fault processing (rashmihunt)
     * fix test fails for request-response-samples (deepakrkris)
     * Fixed support for imported wsdl scenario, converted wsdl-test.js to mocha test (rashmihunt)
     * Fixed support for Fault, added support for multiple faults in operation, added test cases (rashmihunt)
     * added another set of test casesand fixed issues with server.js and client.js (rashmihunt)
     * fixed rpc path, added rpc/literal test, fixed an issue with wsdl (rashmihunt)
     * fixed rpc path and added a test for rpc/literal style (rashmihunt)
     * Fixed test in ssl-test.js (rashmihunt)
     * enabled last set of tests from server-test.js (rashmihunt)
     * Enabled more tests from server-test.js (rashmihunt)
     * fixed code review comment (rashmihunt)
     * Enabled another set of test cases in server-test.js (rashmihunt)
     * code review fixes - reverted back mapObject change, removed jasonToXML call after parseXML (rashmihunt)
     * Make babel transpliation a pretest script (Raymond Feng)
     * proper header support for client and server (rashmihunt)
     * Fix exported modules (Raymond Feng)
     * derive soapHeader name from it's qname (rashmihunt)
     * fixes for remaining tests to run successfully in client-test.js (rashmihunt)
     * several fixes to enable failing tests in server-options-test and client-test (rashmihunt)
     * 1) Added missing function changeSoapHeader() in base.js and fixed assert logic in 2 tests in client-test.js (rashmihunt)
     * missing selectn module require() statement (rashmihunt)
     * Fixed null arg passing in client._invoke(), fixed server.js logic to derive operationName, outputName and fixed server-options-test to pass srapper oject in the request (rashmihunt)
     * fixed naming convention for module exports in index.js at the top level and added checks for null and undefined (rashmihunt)
     * added WSSecurity to module.export (rashmihunt)
     * Initial test case fixes for feature/wsdl-parser branch changes (rashmihunt)
     * Refactor wsdl parsing into ES6 classes (Raymond Feng)
     * Update README and package.json (Raymond Feng)
     * Fix mustUnderstand value (Raymond Feng)
     * Fix style warnings (Raymond Feng)
     * Mock up stream.destroy for Node 6.x (Raymond Feng)
     * Add nonce and soap:actor options for WSSecurity (Raymond Feng)
     * fixed the soap request envelop generation part when request has complex Type as root. (#849) (Phani Kiran Guttha)
     * gracefully handle errors while parsing xml in xmlToObject and resume the parser with p.resume() (#842) (Deepak Verma)
     * XSD import in WSDL files and relative path (server creation) - resubmit (#846) (Mark Bayfield)
     * Support array of certs for ClientSSLSecurity ca. (#841) (Albert J wong)
     * attribute value of body id in double quotes (#843) (Edwin van Meerendonk)
     * Bumping ursa to 0.9.4 (#836) (Michael)
     * Optionally add Created to wssecurity header (#833) (Jordan Klassen)
     * Clean up brace style (#835) (Jordan Klassen)
     * Fix custom http client not being used when fetching related resources (#834) (Jordan Klassen)
     * Release v0.15.0 (Heinz Romirer)
     * Make ursa an optional dependency. (#832) (Leo Liang)
     * Fix issue of reference element in another namespace. (#831) (Leo Liang)
     * Fix incorrect WSDL in CDATA test case. (#830) (Leo Liang)
     * Mock up cork/uncork to avoid test failure (#829) (Raymond Feng)
     * Fix issue from #787 (Leo Liang)
     * * Adding basic CDATA support. (David)
     * Add missing document about `Client.setEndpoint()` (Leo Liang)
     * Generate TOC in readme file. (Leo Liang)
     * Revert "Undo the changes which are refactoring." (Leo Liang)
     * Fix elementFormDefault handling. (#822) (Leo Liang)
     * Added missing compress node module in package.json (pgAdmin)
     * Add the incoming message object to the client 'response' event (Pattrick Hueper)
     * added note about keep-alive SOAP header workaround (kevincoleman)
     * Update http.js (volkmarbuehringer)
     * Release v0.14.0 (Heinz Romirer)
     * Allows calling methods with callback as last param (Gabriel Montes)
     * Re-enable ignore base namespace option and fixed expected result for its unit test. (eugene-frb)
     * Avoids overwriting request headers with options in method invocation (Gabriel Montes)
     * If {time: true} is passed as an option to request module, makeelapsedTime from response available as Client.lastElapsedTime (brycewjohnson)
     * Allow to set a custom envelop (Baptiste Lecocq)
     * Update soap.js (Liviu Seniuc)
     * Documents custom options and headers on WSDL reqs (Gabriel Montes)
     * Added support for XML rootNode namespace and xmlns definition parser overriding. (Jon Ciccone)
     * ignore whitespace only differences. make differences easier to spot. (CT Arrington)
     * Added support for WSSecurity XML signing with x509 certificates. updated readme updated package.json with latest ursa version change minimum node requirement to 0.10 since many dependencies break with engine-strict=true under node 0.8 (Jon Ciccone)
     * Remove assertions around location of BEGIN CERTIFICATE and END CERTIFICATE (Joseph Junker)
     * Release v0.13.0 (Heinz Romirer)
     * consider previous ignoredNamespaces option when processing includes (BJR Matos)
     * SOAP Headers for server response + a change method for both client & server (Michel D'HOOGE)
     * XML Declaration (Michel D'HOOGE)
     * Fixing wrong nsContext. (Mik13)
     * Adds server options hash example to Readme.md (Benjamin Albert)
     * Children may be empty resulting in a NPE (Tobias Neubert)
     * Releave v0.12.0 (jsdevel)
     * updating lodash to 3.x.x (jsdevel)
     * Fix schema overwrite when include a xsd with <xsd:include> (Leo Liang)
     * Release v0.11.4 (jsdevel)
     * Adding coverage to .travis (jsdevel)
     * Release v0.11.3 (jsdevel)
     * Release v0.11.2 (jsdevel)
     * Closes #733 and Fixes #707: Return null instead of empty object. (jsdevel)
     * Overriding the namespace prefix with empty prefix (SunJang)
     * Adds commas and semicolons to listen(...) example (Benjamin Albert)
     * Temporarily skiping test from #768. (jsdevel)
     * Release v0.11.1 (jsdevel)
     * When a complexType and an element has the same name, and we set the element to a value, the element gets the wrong namespace (a new one, e.g. ns1), because  the `findChildSchemaObject`-function returns the complexType, not the element. (Mik13)
     * improved 'https' pattern matching for local files with name starting with 'http' (Elijah Saounkine)
     * Handles SOAP result null output (Simon Elbaz)
     * Remove SOAPAction http header in SOAP 1.2, extra header was causing some servers to trip (Michael Szlapa)
     * When an error occur, send HTTP 500 status code (Iván López)
     * Adding ClientSSLSecurityPFX for use in requests (Tom Gallacher)
     * Fixed issue when an error was undefined: undefined (Tom Gallacher)
     * Add missing type attribute for PasswordText in WSSecurity and update related tests (wmcmurray)
     * Release v0.11.0 (jsdevel)
     * pass req to service (Evan Tahler)
     * removed console logs (Mike Borozdin)
     * added the ability to add HTTP headers to the client. (Mike Borozdin)
     * Release v0.10.3 (jsdevel)
     * Adding createErroringStub to soap-stub. (jsdevel)
     * Release v0.10.2 (jsdevel)
     * Adding security to soap-stub. (jsdevel)
     * Release v0.10.1 (jsdevel)
     * Adding soap-stub. (jsdevel)
     * add SOAP v1.2 support for client (Aleksey)
     * Release v0.10.0 (jsdevel)
     * Fix xml namespace/element/type handling (Raymond Feng)
     * Release v0.9.5 (jsdevel)
     * Fixes 743, Allow circular XSD files to be loaded (Fabian Cook)
     * Timestamp is now optional (Jason D. Harper)
     * Formatting History.md 0.9.4 notes. (jsdevel)
     * Release v0.9.4 (jsdevel)
     * Adding gitter badge in preparation of disabling issues. (jsdevel)
     * Adding node v4.0 to .travis.yml. (jsdevel)
     * Increasing mocha test timeout to 10 seconds. (jsdevel)
     * Resolve element references when other types are referenced (Raymond Feng)
     * Update Readme.md (Vinay Pulim)
     * Update Readme (laure)
     * add optional statusCode on soap fault (Gangstead)
     * Fix for wsdl retrieval using soap.createClient with special options.httpClient. Before this, the specified client was not used when fetching the wsdl file. This fix will force the wsdl to use the specified httpClient. (Kevin Forest)
     * Release v0.9.3 (jsdevel)
     * Allowing namespace overriding for elements. (jsdevel)
     * Turning off email notifications for travis. (jsdevel)
     * Release v0.9.2 (jsdevel)
     * Add support for xsd element ref (Raymond Feng)
     * Moving travis build to containers. (jsdevel)
     * Add request sample for an operation without any parameters. (Tom De Caluwé)
     * update spelling and formatting to clarify several sections of Readme (Dave Kerr)
     * Add the correct namespace alias for operations without parameters by simply removing the special case where input.parts is empty. If special logic is wanted for this case, it should be contained in objectToRpcXML in any case. (Tom De Caluwé)
     * Prevent sending Object prototype methods as XML (Claudia Hardman)
     * Allow WSDL to be loaded from HTTPS sites (Jimmy Jones)
     * Fix a typo in WSDL#findChildParameterObject (Arthur Schreiber)
     * Fixed SOAP Fault errors not being raised as errors (Ivan Erceg)
     * Use diffrent namespace styles for soap fault 1.1 and 1.2 (Johan Brodin)
     * Release 0.9.1 (herom)
     * fix for empty strings that were returnd as empty json objects (Sasha Vincic)
     * Get current namespace when parent namespace is empty string fixes vpulim/node-soap/issues/533 (Islam Sharabash)
     * Update readme (Raymond Feng)
     * Issue 537: Take namespaces that are configured to be ignored into account (Tobias Neubert)
     * Update license attribute (Peter deHaan)
     * Add ability to customize http client/request lib (Raymond Feng)
     * support xsi:type schema on element (bug #606) (pentode)
     * recursive element should work in wsdl (Semenov, Dmytro())
     * Reformat & Update History.md for v0.9.0 release. (herom)
     * Release v0.9.0 (herom)
     * Make sure wsdl:import is not overwritten by xsd:import (Raymond Feng)
     * Ignore the `.idea` folder when pushing to npm (Arthur Schreiber)
     * Add last endpoint (Ryan Fink)
     * Support for async server errors by extending the callback with one argumnet (Johan Brodin)
     * Handle HTML answer from non-SOAP server (Michel D'HOOGE)
     * Hopefully last review comment fix attempt. (+8 squashed commits) Squashed commits: [e991d38] Still trying to fix review comments. [9627c08] Attempt at fixing review comments... [458ae0e] More review comment fixes. [2152212] Fixing a bunch of things from review comments. [6fb9b10] Fixed a large number of broken tests which were missing schema files. These had previously gone unnoticed because schema imports were not actually firing off. [bfbf338] If response is json, then error should not be thrown. Fix issue #580 [5ddb53f] Removed unnecessary code from testing. [be39fec] Fix to allow request options and headers to persist for all includes. Fix to properly handle when an import/include starts with a schema element. (Barry Dutton)
     * Do not end request for keep-alive connections (mgorczyca)
     * Client 'response' event (briandunnington)
     * If response is json, then error should not be thrown. Fix issue #580 (Himanshu Kansal)
     * sub namespace should be correct regardless of order of enumeration i.e. should not be overriden by other prop's namespace (Yang)
     * Read Me: Added a section about Server Events (Michel D'HOOGE)
     * Server 'request' event (Michel D'HOOGE)
     * Add support for One-Way Operations (Wim verreydt)
     * The extend function was throwing an error (#585). This null and typeof check will handle elements that are not objects. (z151514)
     * ClientSSLSecurity now accepts a `ca`-certificate. (Mik13)
     * ClientSSLSecurity should be able to take a Buffer as `key` and `cert` parameter. Additionally the certificates are checked whether they are correct or not (starting with `-----BEGIN`). (Mik13)
     * Add support for sending NULL values (Chase Sillevis)
     * Follow 302 redirects, don't mix quotes (Chase Sillevis)
     * Update CONTRIBUTING.md (Heinz Romirer)
     * Respond with security timestamp if request had one (Roie Kossover)
     * Release v0.8.0 (herom)
     * Fix strict mode errors for v0.12 compatibility (Andrew Branch)
     * Issue #386 This fix adds support for attributes in node body (Robert)
     * Update History.md (Heinz Romirer)
     * Release v0.7.0 (herom)
     * Server event to globally handle SOAP Headers (Michel D'HOOGE)
     * Server replies with SOAP Fault thrown from method (Michel D'HOOGE)
     * fix for issue #68. Fix the case where requests are in soap format and… … (Himanshu Kansal)
     * Added `['positiveInteger', 'nonPositiveInteger', 'negativeInteger', 'nonNegativeInteger']` to primitive types. (Anil Anar)
     * Client instances emit 'soapError' event when error is detected (Michel D'HOOGE)
     * Respect empty soap actions in operations (Akash Agrawal)
     * Add support for message and request events as per issue #545 (Evan Shortiss)
     * Issue #489: Soap header from incoming request (Michel D'HOOGE)
     * Added support for CDATA with text and CDATA with XML response (whoover)
     * Return the soapHeader (nguyenchr)
     * Allow logging of received XML prior to parsing and processing (Deividy Metheler)
     * add support for importing external wsdl (yuerwei)
     * Use correct namespaces for elements which consist of an array. (Mik13)
     * Use correct namespaces in for elements with base. (Mik13)
     * preventing error when typeElement is undefined (Antonio Terreno)
     * Fix typo in header, breaking heading. (Albert Engelbrecht)
     * Allow wsdl:documentation element under wsdl:message (Raymond Feng)
     * Added functionality to ignore default tns and disabled default tns specification in first element of the body (Ferry Kobus)
     * Use correct namespaces in sequences with imported elements. (Mik13)
     * only supply nonce when a password digest is used to avoid schema validation errors (lsalzman)
     * Updated 'extend' function. Refactored the function to copy properties from one object to another one and avoid properties overriding. This way we ensure the 'inheritance' of <xsd:extension base=...> usage. (dun4n)
     * Define $xml to pass xml object (Damien Picard)
     * Adding PUBLISHING.md (jsdevel)
     * Removes automatic port appending to "Host" header. (herom)
     * Avoid creating soap:Header container when there are no children This time including the matching fixture changes to remove <soap:Header></soap:Header> Added support for header and security fixtures in request/response tests, and added tests for header optionality (Shelby Sanders)
     * Updated CONTRIBUTING.md (herom)
     * Addresses #75 - Allowing a 'null' argument for WSDL methods that take no arguments (Chris Klosowski)
     * Fix for wrong initialization of xmlns array when handling rpc stype wsdl (ankush-garg)
     * Fixing fault handling (Diego Silveira)
     * Added checking if there is input and output for operations under bindings section (Krzysztof Gutkowski)
     * Fixing XSD conflict with same namespace (Diego Silveira)
     * Adding bearer security type Exporting security type for usage (Phil Hansen)
     * The qualified elementFormQualified must be respected only when the current element is not a global element. The namespace attribute is only needed if it's not included in the xmlnsInEnvelope collection. (frank)
     * updating History.md (jsdevel)
     * Add "defaults" parameter to BasicAuthSecurity's constructor (Luke Horvat)
     * added tests for HTTP Host header (John Sanderson)
     * don't append port 80 to Host if not needed (John Sanderson)
     * Add an .editorconfig file to improve the code formatting in contributors editor of choice. (herom)
     * Remove possible existing BOM characters from XML String before passing it to `WSDL#_fromXML()` and parsing it. (herom)
     * Added possibility to set a custom `valueKey` for the parsed values from XML SOAP Response as the current fixed "$value" key could collide with some policies (as it's the case when using MongoDB). (herom)
     * Handling nil attributes in response xml (Graham Hay)
     * Updating History (jsdevel)
     * Updated client.js; Created request-response-sample. (Lev Nazarenko)
     * Resolve namespaces correctly by ignoring "tns:", "targetNamespace", "typedNamespace:", ... prefixes in child elements by default. (herom)
     * adding default attributesKey to server and allowing the property to be configurable fixing issue #406 (Helder Rossa)
     * Remove extra characters before and after soap envelope (jkirkwood)
     * Fix: Allow operations to not have definitions (Chris Barton)
     * Update Readme.md (Tom Caflisch)
     * Ignore unknown elements (Graham Hay)
     * Keep ns from top-level (Graham Hay)
     * Check status code of invocation response (Graham Hay)
     * wsdl should handle more types (Dmytro Semenov)
     * Using jshint 2.3.0 for indentation. (jsdevel)
     * 0.4.7 release (jsdevel)
     * 0.4.6 release (jsdevel)
     * Added possiblity for request elements containing both content and attributes. (Jasper Woudenberg)
     * Fixup the `elementFormDefault` functionality. (Arthur Schreiber)
     * Fix determining the namespace for complex elements. (Arthur Schreiber)
     * Add support for the `elementFormDefault` schema attribute. (Arthur Schreiber)
     * Fixing duplicate code which had gotten introduced because of a merge. (ankush-garg)
     * Handle SOAP Response element value and attributes so that the attribu… …tes of an element don't get overwritten if also a value is given. (Heinz Romirer)
     * Allowing the property name "attributes" to be configurable. (Michael Hernandez)
     * Moving xsi type namespace processing to processAttributes method to handle xsiTypes for object of arrays. (ankush-garg)
     * Added the possibility to work with `wsdl` files which pull their `schema`s in through `import`s and declare their message `part` to have an `element` attribute instead of `type`. (herom)
     * Allowing response.xml to be optional in tests. (jsdevel)
     * Allowing request.xml and response.json to be optional for tests. (jsdevel)
     * Fix for adding an undefined XML namespace to the generated XML's child namespace (Abhijit Gaikwad)
     * Added some documentation on options object when calling createClient. (Golo Roden)
     * Patch for issue #150 (Ashvin)
     * Moving up guidelines for submitting Pull Requests. (Joseph Spencer)
    Raymond Feng committed Sep 27, 2016
    Copy the full SHA
    b468d4f View commit details

Commits on Sep 29, 2016

  1. Copy the full SHA
    9ace3a0 View commit details
  2. Merge pull request #22 from strongloop/soap-fixes

    Remove and re-implement forceSoap12Headers wsdl option
    rashmihunt authored Sep 29, 2016
    Copy the full SHA
    66f8a65 View commit details

Commits on Sep 30, 2016

  1. add babel script as prepublish

    fix to add babel as npm prepublish to compile es6
    deepakrkris committed Sep 30, 2016
    Copy the full SHA
    3eb4652 View commit details
  2. Merge pull request #23 from strongloop/babel-prepublish

    add babel script as prepublish
    deepakrkris authored Sep 30, 2016
    Copy the full SHA
    79de8e6 View commit details
  3. fixed wsdl-test failure

    rashmihunt committed Sep 30, 2016
    Copy the full SHA
    624dd43 View commit details
  4. code review fixes

    rashmihunt committed Sep 30, 2016
    Copy the full SHA
    91cc736 View commit details
  5. Merge pull request #24 from strongloop/soap-fixes

    Fixed wsdl-test failure
    rashmihunt authored Sep 30, 2016
    Copy the full SHA
    6f24233 View commit details
  6. 1.0.1

     * code review fixes (rashmihunt)
     * fixed wsdl-test failure (rashmihunt)
     * add babel script as prepublish (deepakrkris)
     * remove forceSoap12Headers wsdl option and reimplement (rashmihunt)
    Raymond Feng committed Sep 30, 2016
    Copy the full SHA
    f5c2d53 View commit details

Commits on Oct 6, 2016

  1. Copy the full SHA
    c87488e View commit details
  2. fixed debug level

    rashmihunt committed Oct 6, 2016
    Copy the full SHA
    8a67a21 View commit details
  3. Merge pull request #28 from strongloop/soap-fixes

    Debug support & fixed warning msgs
    rashmihunt authored Oct 6, 2016
    Copy the full SHA
    aa386e1 View commit details

Commits on Oct 7, 2016

  1. 1.0.2

     * fixed debug level (rashmihunt)
     * debug support & fixed warning (rashmihunt)
    Raymond Feng committed Oct 7, 2016
    Copy the full SHA
    bec702e View commit details

Commits on Oct 19, 2016

  1. Using targetNamespace of the attribute if present (#32)

    Fix is correct. Merging the PR.
    Guatom authored and rashmihunt committed Oct 19, 2016
    Copy the full SHA
    9c1e411 View commit details

Commits on Oct 20, 2016

  1. fix for #31

    rashmihunt committed Oct 20, 2016
    Copy the full SHA
    41e088d View commit details
  2. Copy the full SHA
    5e0d25b View commit details
  3. Merge pull request #33 from strongloop/issue31

    'definitions' not available in describeHeaders () function. Fixes #45
    rashmihunt authored Oct 20, 2016
    Copy the full SHA
    7c1fe64 View commit details

Commits on Nov 10, 2016

  1. Add translation files

    0candy committed Nov 10, 2016
    Copy the full SHA
    21bd496 View commit details
  2. Merge pull request #36 from strongloop/add_translation5

    Add translation files
    0candy authored Nov 10, 2016
    Copy the full SHA
    0acc949 View commit details

Commits on Nov 14, 2016

  1. Copy the full SHA
    a4e99df View commit details
  2. Copy the full SHA
    e0c82af View commit details
  3. Copy the full SHA
    b5ac444 View commit details

Commits on Nov 18, 2016

  1. Merge pull request #40 from bhoriuchi/issue-37

    Thank you for the PR. This fixes #37
    rashmihunt authored Nov 18, 2016
    Copy the full SHA
    f90f2be View commit details

Commits on Nov 22, 2016

  1. added cookie security

    bhoriuchi committed Nov 22, 2016
    Copy the full SHA
    bb9206b View commit details
  2. fixing header parse

    objects would not have been parsed
    bhoriuchi committed Nov 22, 2016
    Copy the full SHA
    d9e9a01 View commit details
  3. better cookie parsing

    handle the case where the header for set-cookie is a string and not an array
    bhoriuchi committed Nov 22, 2016
    Copy the full SHA
    362da75 View commit details

Commits on Nov 25, 2016

  1. Update translation files

    0candy committed Nov 25, 2016
    Copy the full SHA
    e0e53d9 View commit details
  2. Merge pull request #47 from strongloop/add_translation7

    Update translation files
    0candy authored Nov 25, 2016
    Copy the full SHA
    5d40a63 View commit details

Commits on Nov 30, 2016

  1. Initial support for NTLM (#52)

    * ntlm support
    
    * fixed example ntlm.js
    
    * removed old licence
    
    * fixed test issues
    
    * ntlm support
    
    * fixed example ntlm.js
    
    * fixed test issues
    
    * add optional wsdl auth
    
    * revert handleResponsemethod args
    
    * switch to uuid from node-uuid
    rashmihunt authored Nov 30, 2016
    Copy the full SHA
    114b86e View commit details
  2. added CookieSecurity test

    bhoriuchi committed Nov 30, 2016
    Copy the full SHA
    deb5df8 View commit details

Commits on Dec 5, 2016

  1. support correctly

    rashmihunt committed Dec 5, 2016
    Copy the full SHA
    7abf7bd View commit details

Commits on Dec 6, 2016

  1. Merge pull request #54 from strongloop/ntlm

    Proper support for xsi:type
    rashmihunt authored Dec 6, 2016
    Copy the full SHA
    5366588 View commit details

Commits on Dec 7, 2016

  1. Update tr translation file

    0candy committed Dec 7, 2016
    Copy the full SHA
    62ab3b3 View commit details
Showing 302 changed files with 25,060 additions and 2,289 deletions.
Binary file removed .DS_Store
Binary file not shown.
13 changes: 12 additions & 1 deletion .babelrc
Original file line number Diff line number Diff line change
@@ -1 +1,12 @@
{ "presets": ["es2015"] }
{
"presets": [
[
"@babel/preset-env",
{
"targets": {
"node": "6.0.0"
}
}
]
]
}
34 changes: 34 additions & 0 deletions .github/ISSUE_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
<!--
Questions:
https://groups.google.com/forum/#!forum/loopbackjs
https://gitter.im/strongloop/loopback
-->

# Description/Steps to reproduce

<!--
If feature: A description of the feature
If bug: Steps to reproduce
-->

# Link to reproduction sandbox

<!--
Link to an app sandbox for reproduction
Note: Failure to provide a sandbox application for reproduction purposes will result in the issue being closed.
-->

# Expected result

<!--
Also include actual results if bug
-->

# Additional information

<!--
Copy+paste the output of these two commands:
node -e 'console.log(process.platform, process.arch, process.versions.node)'
npm ls --prod --depth 0 | grep loopback
-->
25 changes: 25 additions & 0 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
### Description


#### Related issues

<!--
Please use the following link syntaxes:
- connect to #49 (to reference issues in the current repository)
- connect to strongloop/loopback#49 (to reference issues in another repository)
-->

- connect to <link_to_referenced_issue>

### Checklist

<!--
- Please mark your choice with an "x" (i.e. [x], see
https://github.com/blog/1375-task-lists-in-gfm-issues-pulls-comments)
- PR's without test coverage will be closed.
-->

- [ ] New tests added or existing tests modified to cover all changes
- [ ] Code conforms with the [style
guide](http://loopback.io/doc/en/contrib/style-guide.html)
2 changes: 2 additions & 0 deletions .github/codeql/codeql-config.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
paths-ignore:
- test
23 changes: 23 additions & 0 deletions .github/stale.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
# Number of days of inactivity before an issue becomes stale
daysUntilStale: 60
# Number of days of inactivity before a stale issue is closed
daysUntilClose: 14
# Issues with these labels will never be considered stale
exemptLabels:
- pinned
- security
- critical
- p1
- major
# Label to use when marking an issue as stale
staleLabel: stale
# Comment to post when marking an issue as stale. Set to `false` to disable
markComment: >
This issue has been automatically marked as stale because it has not had
recent activity. It will be closed if no further activity occurs. Thank you
for your contributions.
# Comment to post when closing a stale issue. Set to `false` to disable
closeComment: >
This issue has been closed due to continued inactivity. Thank you for your understanding.
If you believe this to be in error, please contact one of the code owners,
listed in the [`CODEOWNERS`](https://github.com/loopbackio/strong-soap/blob/master/CODEOWNERS) file at the top-level of this repository.
94 changes: 94 additions & 0 deletions .github/workflows/continuous-integration.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,94 @@
---
name: CI

on:
push:
branches: [master]
pull_request:
# The branches below must be a subset of the branches above
branches: [master]
schedule:
- cron: '0 2 * * 1' # At 02:00 on Monday

permissions: {}

jobs:
test:
name: Test
timeout-minutes: 15
strategy:
matrix:
os: [ubuntu-latest]
node-version: [18, 20, 22]
include:
- os: macos-latest
node-version: 20 # LTS
- os: windows-latest
node-version: 20 # LTS
fail-fast: false
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
with:
fetch-depth: 0
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@cdca7365b2dadb8aad0a33bc7601856ffabcc48e # v4.3.0
with:
node-version: ${{ matrix.node-version }}
- name: Bootstrap project
run: npm ci --ignore-scripts
- name: Build project
run: npm run --ignore-scripts build
- name: Run tests
run: npm test --ignore-scripts
- name: Coveralls Parallel
uses: coverallsapp/github-action@648a8eb78e6d50909eff900e4ec85cab4524a45b # v2.3.6
with:
github-token: ${{ secrets.github_token }}
flag-name: run-${{ matrix.os }}-node@${{ matrix.node-version }}
path-to-lcov: ${{ github.workspace }}/coverage/lcov.info
parallel: true

posttest:
name: Post-Test
needs: test
runs-on: ubuntu-latest
steps:
- name: Coveralls Finish
uses: coverallsapp/github-action@648a8eb78e6d50909eff900e4ec85cab4524a45b # v2.3.6
with:
github-token: ${{ secrets.github_token }}
parallel-finished: true

commit-lint:
name: Commit Lint
runs-on: ubuntu-latest
if: ${{ github.event.pull_request }}
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
with:
fetch-depth: 0
- name: Use Node.js 20
uses: actions/setup-node@cdca7365b2dadb8aad0a33bc7601856ffabcc48e # v4.3.0
with:
node-version: 20
- name: Bootstrap project
run: npm ci --ignore-scripts
- name: Verify commit linting
run: npx commitlint --from origin/master --to HEAD --verbose

codeql:
name: CodeQL
runs-on: ubuntu-latest
permissions:
# See: https://github.com/github/codeql-action/blob/008b2cc71c4cf3401f45919d8eede44a65b4a322/README.md#usage
security-events: write
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- name: Initialize CodeQL
uses: github/codeql-action/init@1b549b9259bda1cb5ddde3b41741a82a2d15a841 # v3.28.13
with:
languages: 'javascript'
config-file: ./.github/codeql/codeql-config.yaml
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@1b549b9259bda1cb5ddde3b41741a82a2d15a841 # v3.28.13
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
node_modules
npm-debug.log
coverage
.nyc_output
lib
.idea
*.iml
.vscode
.eslintrc
.eslintrc
.DS_Store
4 changes: 4 additions & 0 deletions .husky/commit-msg
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
#!/bin/sh
. "$(dirname "$0")/_/husky.sh"

npx --no-install commitlint --edit "$1"
6 changes: 6 additions & 0 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,8 @@
/test/
.idea
test
.travis.yml
coverage
.nyc_output
.github
.vscode
2 changes: 2 additions & 0 deletions .npmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
package-lock=true
scripts-prepend-node-path=true
40 changes: 21 additions & 19 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,22 +1,24 @@
sudo: false
arch:
- arm64
- ppc64le
- s390x
branches:
only:
- master
language: node_js
notifications:
email: false
node_js:
- 0.10
- 0.12
- 4.0
- iojs
env:
- CXX=g++-4.8
addons:
apt:
sources:
- ubuntu-toolchain-r-test
packages:
- g++-4.8
before_install:
- npm -g install npm@latest
- 10.24.1
- 12.22.12
- 14.21.3
- 16.20.2
before_install: |
NODEJS_VERSION=$(node --version)
if [ 'v10' == ${NODEJS_VERSION%%.*} ]
then
npm install --global npm@7
else
npm install --global npm@8
fi
script:
- npm run cover
- npm run coveralls
- npm run --ignore-scripts build
- npm test --ignore-scripts
Loading