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

Add circleci and dangerfile #53

Merged
merged 12 commits into from
Jun 2, 2020
Merged

Add circleci and dangerfile #53

merged 12 commits into from
Jun 2, 2020

Conversation

typeofweb
Copy link
Member

No description provided.

@vercel
Copy link

vercel bot commented Jun 2, 2020

This pull request is being automatically deployed with Vercel (learn more).
To see the status of your deployment, click below or on the icon next to each commit.

🔍 Inspect: https://vercel.com/typeofweb/devfaq-www/i4sfdwo70
✅ Preview: https://devfaq-www-git-dangerfile.typeofweb.now.sh

@TypeofWebBot
Copy link
Collaborator

TypeofWebBot commented Jun 2, 2020

Bundle size changes

Comparing: 344877e...dangerfile

Summary

  • Size change: --
  • Size: 184 kB
Details of page changes
File Size Change Size
/ -- 2.07 kB
/404 -- 3.48 kB
/about -- 1.5 kB
/admin -- 3.49 kB
└ css/[hash].css -- 2 kB
/authors -- 1.04 kB
/login -- 1.58 kB
└ css/[hash].css -- 2.18 kB
/questions -- 2.07 kB
/questions/[technology] -- 5.55 kB
└ css/[hash].css -- 601 B
/questions/p/[id] -- 2.89 kB
└ css/[hash].css -- 443 B
/regulations -- 3.43 kB
/selected-questions -- 2.88 kB
└ css/[hash].css -- 3.78 kB
/sitemap.xml -- 2.23 kB
shared:_app.js -- 28.8 kB
shared:chunk/commons -- 3 kB
shared:chunk/framework -- 40.5 kB
shared:css -- 5.27 kB
shared:js -- 64.3 kB
shared:runtime/main -- 8.08 kB
shared:runtime/webpack -- 1.67 kB

Generated by 🚫 dangerJS against ba8124e

@typeofweb typeofweb merged commit 71b0c1a into develop Jun 2, 2020
@typeofweb typeofweb deleted the dangerfile branch June 2, 2020 16:36
typeofweb pushed a commit that referenced this pull request Jun 3, 2020
* Add typescript-plugin-css-modules

* Add size-limit

* Update next and next dependencies (#46)

* Remove Next-Sass(Next added native support in 9.2)

* Update Next and Node-sass.

* Add config for typescript-plugin-css-modules

* Rewrite SCSS to SCSS Modules.

* Update TSC

* Some missing Styles

* Prettier 2

* Upgrade

* Update other deps and fix rest of global css

* Fix tsc

* Add size-limit check

* Update

* Update node

* Make sure modals show

Co-authored-by: Michal Miszczyszyn <michal@mmiszy.pl>

* docs: add Survikrowa as a contributor (#47)

* docs: update README.md [skip ci]

* docs: update .all-contributorsrc [skip ci]

Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>

* Fix unexpected empty lines in code

* Add pr updater cron job

* Add pr updater cron job

* Fix artifact name

* Add .circleci/config.yml (#50)

* Add license scan report and status (#49)

* Add license scan report and status

Signed off by: fossabot <badges@fossa.com>

* Update README.md

Co-authored-by: Michał Miszczyszyn <mmiszy@users.noreply.github.com>

* Add lighthouse (#48)

* Add lighthouse

* Update size-limit

* Push

* Try with custom action

* Add pr updater cron job

* Moving to CircleCI

* Add circleci and dangerfile (#53)

* Add circleci and dangerfile

* Try bundle size

* Something wrong with the config

* Validate config.yml

* Forgotten build

* Another try

* Another try

* Make sure the branch is switched

* Try with slash
'

* Fuck it, hardcode

* Updates

* Ignore TypeScript in dangerfile

* Debug

* Fix checkout on CircleCI

* Fix path

* Fix links

* Issue-41: Changed question's voting position to the left (#55)

Co-authored-by: Michał Miszczyszyn <mmiszy@users.noreply.github.com>

* Make github actions respect skip ci

* docs: add drillprop as a contributor (#57)

* docs: update README.md [skip ci]

* docs: update .all-contributorsrc [skip ci]

Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
Co-authored-by: Michał Miszczyszyn <mmiszy@users.noreply.github.com>

* docs: add mczeplowski as a contributor (#58)

* docs: update README.md [skip ci]

* docs: update .all-contributorsrc [skip ci]

* docs: update README.md [skip ci]

* docs: update .all-contributorsrc [skip ci]

Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
Co-authored-by: Michał Miszczyszyn <mmiszy@users.noreply.github.com>

* Update license

* Add waitForVercel

* Fix orb

* Fix orb

* Add lighthouse workflow

* Update time

* Try lighthouse

* Add comments

* Change GITHUB_ACCESS_TOKEN to DANGER_GITHUB_API_TOKEN

* Add url

* Try manually

* Fix imports

* Add chrome to the image

* mkdir /tmp/lighthouse/

* Final touches

* Last touches for real

* Reorder categories

* Rewrite Class Components to Hooks (#54)

* Refactor class components from root pages directory to functional ones

* Make pages/questions components functional

* Rewrite ActiveLink to functional component

* Rewrite AdminQuestions to functional component

* Rewrite CtaHeader to functional component

* Rewrite NavigationHeader to functional component

* Wrap ActiveLink, AdminQuestions and CtaHeader in React.memo

Co-authored-by: Michał Miszczyszyn <mmiszy@users.noreply.github.com>

* Fix cannot read property id of undefined in dangerfile

* Prevent duplicate comments

* Rewrite Class Components (#64)

* Rewrite AnimateProperty to functional component

* Fix imports of AnimateHeight

* Rewrite AppSpinner to functional component

* Rewrite Layout to functional component

* Rewrite LoginForm to functional component

* Update components/layout/AppSpinner.tsx

Co-authored-by: Michał Miszczyszyn <mmiszy@users.noreply.github.com>

* Fix AppSpinner

Co-authored-by: Michał Miszczyszyn <mmiszy@users.noreply.github.com>

* Remove unused env var

* Migrate from tslint to eslint (#65)

* Fix all files

* eslint

* Remove unused env var

* Import hooks

* Skip dependabot

* Skip dependabot

* Make sure proper branch is compared against

* Fix path to .headbranch

* Fix path to .headbranch

* Change head to base…

* Rename getHeadBranch.ts -> getBaseBranch.ts

* Run scripts from head branch

* Add npm ci after changing branches

Co-authored-by: Survikrowa <35381167+Survikrowa@users.noreply.github.com>
Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
Co-authored-by: fossabot <badges@fossa.io>
Co-authored-by: mczeplowski <43904845+mczeplowski@users.noreply.github.com>
Co-authored-by: Bartosz Dryl <drylbartosz@gmail.com>
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.

2 participants