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

build: [master] Release 4.35.1 hotfix #351

Merged
merged 19 commits into from
Sep 22, 2020
Merged

Commits on Sep 9, 2020

  1. Greater clarity for available features, project roadmap and deploymen…

    …t instructions; disable E2E tests (#301)
    
    * doc(contributing): instructions for security findings; minor touchups
    * doc(readme): instructions and clarifications on scope of contributions
    * doc(readme): clarify product roadmap
    * fix(readme): mailto syntax
    * refactor(e2e)!: disable end-to-end tests
    
    E2E tests are disabled due to apparent race condition when evaluating
    webhooks in Travis. Link to example:
    
    https://travis-ci.com/github/opengovsg/FormSG/builds/183369046
    
    Co-authored-by: syan-syan <55272802+syan-syan@users.noreply.github.com>
    Co-authored-by: Antariksh Mahajan <antarikshmahajan@gmail.com>
    3 people committed Sep 9, 2020
    Configuration menu
    Copy the full SHA
    8f3c872 View commit details
    Browse the repository at this point in the history
  2. chore: document env vars needed for EFS (#303)

    * Document cert path and file system id for SingPass/CorpPass/MyInfo
    
    Co-authored-by: Arshad Ali <arshadali@Arshads-MacBook-Pro.local>
    arshadali172 and Arshad Ali committed Sep 9, 2020
    Configuration menu
    Copy the full SHA
    2e4c80c View commit details
    Browse the repository at this point in the history
  3. fix(deps): bump ejs from 2.7.4 to 3.1.5 (#282)

    Bumps [ejs](https://github.com/mde/ejs) from 2.7.4 to 3.1.5.
    - [Release notes](https://github.com/mde/ejs/releases)
    - [Changelog](https://github.com/mde/ejs/blob/main/CHANGELOG.md)
    - [Commits](mde/ejs@v2.7.4...v3.1.5)
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Sep 9, 2020
    Configuration menu
    Copy the full SHA
    d090fed View commit details
    Browse the repository at this point in the history
  4. chore(deps-dev): bump eslint-plugin-jest from 23.20.0 to 24.0.0 (#299)

    Bumps [eslint-plugin-jest](https://github.com/jest-community/eslint-plugin-jest) from 23.20.0 to 24.0.0.
    - [Release notes](https://github.com/jest-community/eslint-plugin-jest/releases)
    - [Changelog](https://github.com/jest-community/eslint-plugin-jest/blob/master/CHANGELOG.md)
    - [Commits](jest-community/eslint-plugin-jest@v23.20.0...v24.0.0)
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Sep 9, 2020
    Configuration menu
    Copy the full SHA
    4e87222 View commit details
    Browse the repository at this point in the history
  5. fix(deps): bump angular-translate-loader-partial from 2.18.2 to 2.18.3 (

    #298)
    
    Bumps [angular-translate-loader-partial](https://github.com/angular-translate/bower-angular-translate-loader-partial) from 2.18.2 to 2.18.3.
    - [Release notes](https://github.com/angular-translate/bower-angular-translate-loader-partial/releases)
    - [Commits](angular-translate/bower-angular-translate-loader-partial@2.18.2...2.18.3)
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Sep 9, 2020
    Configuration menu
    Copy the full SHA
    4124cc1 View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2020

  1. Configuration menu
    Copy the full SHA
    2cd667b View commit details
    Browse the repository at this point in the history
  2. Merge pull request #312 from opengovsg/release-4.34.1

    feat: merge release 4.34.1 into develop
    mantariksh committed Sep 10, 2020
    Configuration menu
    Copy the full SHA
    e1666f5 View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2020

  1. chore: reduce number of e2e tests and other fixes (#305)

    * Skip uncaught js errors during decryption
    
    * Run e2e on either basic or full env
    
    * Revert upgrade of test-cafe
    
    * Downgrade to testcafe 1.8.6 instead
    
    * Add back tests
    
    * Remove duplicative tests from email submissions e2e
    
    Co-authored-by: Arshad Ali <arshadali@Arshads-MacBook-Pro.local>
    arshadali172 and Arshad Ali committed Sep 11, 2020
    Configuration menu
    Copy the full SHA
    be7ed6e View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2020

  1. Configuration menu
    Copy the full SHA
    df4cfc4 View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2020

  1. Configuration menu
    Copy the full SHA
    77b5b94 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6f8892e View commit details
    Browse the repository at this point in the history

Commits on Sep 15, 2020

  1. build: bump version to v4.35.0

    tshuli committed Sep 15, 2020
    Configuration menu
    Copy the full SHA
    fc7f9c9 View commit details
    Browse the repository at this point in the history
  2. feat: update copy for email fields, intranet, privacy (#321)

    * feat: update secret key error
    
    * feat: update email confirmation tooltip
    
    * feat: update intranet captcha messaging
    
    * feat: update privacy policy
    mantariksh committed Sep 15, 2020
    Configuration menu
    Copy the full SHA
    d7d74ea View commit details
    Browse the repository at this point in the history

Commits on Sep 17, 2020

  1. Change to generic error msg

    Arshad Ali authored and Arshad Ali committed Sep 17, 2020
    Configuration menu
    Copy the full SHA
    0cb682e View commit details
    Browse the repository at this point in the history
  2. Removed unused variable

    Arshad Ali authored and Arshad Ali committed Sep 17, 2020
    Configuration menu
    Copy the full SHA
    588b24d View commit details
    Browse the repository at this point in the history
  3. chore: bump version to v4.35.1

    Arshad Ali authored and Arshad Ali committed Sep 17, 2020
    Configuration menu
    Copy the full SHA
    2ea5bae View commit details
    Browse the repository at this point in the history
  4. Fix tests

    Arshad Ali authored and Arshad Ali committed Sep 17, 2020
    Configuration menu
    Copy the full SHA
    6d0ffde View commit details
    Browse the repository at this point in the history
  5. Fix more tests

    Arshad Ali authored and Arshad Ali committed Sep 17, 2020
    Configuration menu
    Copy the full SHA
    0c6c8ac View commit details
    Browse the repository at this point in the history
  6. Disabled e2e tests

    Arshad Ali authored and Arshad Ali committed Sep 17, 2020
    Configuration menu
    Copy the full SHA
    171c0ef View commit details
    Browse the repository at this point in the history