Skip to content

Conversation

@loreina
Copy link
Member

@loreina loreina commented Dec 17, 2019

Tickets:

List of changes:

  • bumpin the v2!

Type of change

  • RELEASE!!!!!

How has this been tested?

Questions for code reviewers?

Checklist:

  • My code follows the style guidelines of this project
  • I have performed a self-review of my own code
  • I have commented my code, particularly in hard-to-understand areas
  • My changes generate no new warnings
  • Listed change(s) in the Changelog
  • I have added tests that prove my fix is effective or that my feature works
  • New and existing unit tests pass locally with my changes
  • I have made corresponding changes to the documentation
  • Any dependent changes have been merged and published in downstream modules

dependabot-support and others added 30 commits February 7, 2019 10:56
Bumps [extend](https://github.com/justmoon/node-extend) from 3.0.1 to 3.0.2. **This update includes security fixes.**
- [Release notes](https://github.com/justmoon/node-extend/releases)
- [Changelog](https://github.com/justmoon/node-extend/blob/master/CHANGELOG.md)
- [Commits](justmoon/node-extend@v3.0.1...v3.0.2)

Signed-off-by: dependabot[bot] <support@dependabot.com>
Bumps [lodash](https://github.com/lodash/lodash) from 4.17.10 to 4.17.11. **This update includes security fixes.**
- [Release notes](https://github.com/lodash/lodash/releases)
- [Changelog](https://github.com/lodash/lodash/blob/master/CHANGELOG)
- [Commits](lodash/lodash@4.17.10...4.17.11)

Signed-off-by: dependabot[bot] <support@dependabot.com>
Bumps [nodemon](https://github.com/remy/nodemon) from 1.17.3 to 1.18.10.
- [Release notes](https://github.com/remy/nodemon/releases)
- [Commits](remy/nodemon@v1.17.3...v1.18.10)

Signed-off-by: dependabot[bot] <support@dependabot.com>
Bumps [mongoose](https://github.com/Automattic/mongoose) from 5.4.10 to 5.4.11.
- [Release notes](https://github.com/Automattic/mongoose/releases)
- [Changelog](https://github.com/Automattic/mongoose/blob/master/History.md)
- [Commits](Automattic/mongoose@5.4.10...5.4.11)

Signed-off-by: dependabot[bot] <support@dependabot.com>
Bumps [mongoose](https://github.com/Automattic/mongoose) from 5.4.11 to 5.4.12.
- [Release notes](https://github.com/Automattic/mongoose/releases)
- [Changelog](https://github.com/Automattic/mongoose/blob/master/History.md)
- [Commits](Automattic/mongoose@5.4.11...5.4.12)

Signed-off-by: dependabot[bot] <support@dependabot.com>
Bumps [mongoose](https://github.com/Automattic/mongoose) from 5.4.12 to 5.4.13.
- [Release notes](https://github.com/Automattic/mongoose/releases)
- [Changelog](https://github.com/Automattic/mongoose/blob/master/History.md)
- [Commits](Automattic/mongoose@5.4.12...5.4.13)

Signed-off-by: dependabot[bot] <support@dependabot.com>
* WIP

* Add settings GET and PATCH

* Update docs

* Update docs

* Update docs to include inputs

* Add tests

* Integrate tests

* Bugfix

* Change entry point of launch.json config

* Clean up tests

* Fix tests

* Add parsebody.middleware

* bugfix with message

* Fix depreciation warning

* Fix function naming
Bumps [mocha](https://github.com/mochajs/mocha) from 5.2.0 to 6.0.0.
- [Release notes](https://github.com/mochajs/mocha/releases)
- [Changelog](https://github.com/mochajs/mocha/blob/master/CHANGELOG.md)
- [Commits](mochajs/mocha@v5.2.0...v6.0.0)

Signed-off-by: dependabot[bot] <support@dependabot.com>
* Convert major to list, convert ascii to string validation

* update docs

* Fix majors valdiation for edit
Bumps [mongoose](https://github.com/Automattic/mongoose) from 5.4.13 to 5.4.14.
- [Release notes](https://github.com/Automattic/mongoose/releases)
- [Changelog](https://github.com/Automattic/mongoose/blob/master/History.md)
- [Commits](Automattic/mongoose@5.4.13...5.4.14)

Signed-off-by: dependabot[bot] <support@dependabot.com>
Bumps [mocha](https://github.com/mochajs/mocha) from 6.0.0 to 6.0.1.
- [Release notes](https://github.com/mochajs/mocha/releases)
- [Changelog](https://github.com/mochajs/mocha/blob/master/CHANGELOG.md)
- [Commits](mochajs/mocha@v6.0.0...v6.0.1)

Signed-off-by: dependabot[bot] <support@dependabot.com>
Bumps [mongoose](https://github.com/Automattic/mongoose) from 5.4.14 to 5.4.15.
- [Release notes](https://github.com/Automattic/mongoose/releases)
- [Changelog](https://github.com/Automattic/mongoose/blob/master/History.md)
- [Commits](Automattic/mongoose@5.4.14...5.4.15)

Signed-off-by: dependabot[bot] <support@dependabot.com>
Bumps [mocha](https://github.com/mochajs/mocha) from 6.0.1 to 6.0.2.
- [Release notes](https://github.com/mochajs/mocha/releases)
- [Changelog](https://github.com/mochajs/mocha/blob/master/CHANGELOG.md)
- [Commits](mochajs/mocha@v6.0.1...v6.0.2)

Signed-off-by: dependabot[bot] <support@dependabot.com>
Bumps [mongoose](https://github.com/Automattic/mongoose) from 5.4.15 to 5.4.16.
- [Release notes](https://github.com/Automattic/mongoose/releases)
- [Changelog](https://github.com/Automattic/mongoose/blob/master/History.md)
- [Commits](Automattic/mongoose@5.4.15...5.4.16)

Signed-off-by: dependabot[bot] <support@dependabot.com>
ManethKulatunge and others added 25 commits December 8, 2019 16:38
Co-Authored-By: Loreina Chew <loreina.chew@gmail.com>
* Update to a supported node version

* Create Procfile

* Specify node version in package

* Update Procfile

* Rename npm scripts

* Clean up some kruft

* Add deploy to heroku button

* Update script names

* Add beta frontend to CORS list

* Type on CORS env variable
…n-page

Feature/124 update application page
…agescreens

Feature/128 add application pagescreens
* update PR template to check for changelog update

* add changelog

* update changelog for this change
* ignore assets folder

* update NONE hacker status email

* update APPLIED hacker status email

* refactor NONE email styling

* update password reset email

* update create account email

* change hackathon name

* update account/email confirmation email

* update account confirmation email

* fix bold inline styling

* import bold font
* match enums to frontend

* group enums

* update test to use "Full Time" job interest

* update changelog
Copy link
Member

@isabelledelmundo isabelledelmundo left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

WOW!!!!!

@loreina loreina merged commit 8d9b447 into master Dec 17, 2019
@loreina loreina deleted the release/2.0.0 branch December 17, 2019 06:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.