1
0
mirror of https://github.com/nostalgic-css/NES.css.git synced 2025-09-03 02:53:31 +02:00

837 Commits

Author SHA1 Message Date
Ingwie Phoenix
aaaf6dc916 Updated .github/ template files to allow issue and PR templates. 2018-12-06 23:03:45 +01:00
Trezy
9ac19dfb65 ci: run commitlint after installing dependencies
Oops.
2018-12-06 08:40:45 -06:00
Trezy
f4eb84a90d ci: allow build to run on all branches
Since we don't have any tests yet, we want to make sure the build runs successfully on all branches.
That way we can at least verify that the build works correctly.

closes #13
2018-12-06 08:35:36 -06:00
Trezy
dff8743b4d ci(lint): allow commitlint to run as a parallel task in CI 2018-12-06 08:33:24 -06:00
Trezy
b10941583f docs(readme): update links in readme 2018-12-06 08:16:45 -06:00
Trezy
1889c2ba8d ci: point ci to the correct repo 2018-12-06 08:15:54 -06:00
ダーシノ
c5dcd3f226 Merge pull request #84 from guastallaigor/add-disabled-state-button
feat(button): add disabled state button
2018-12-06 09:54:55 +09:00
Igor Guastalla de Lima
c9bfa086c9 docs(button): added is-disabled to button stories
#83
2018-12-05 22:47:14 -02:00
Igor Guastalla de Lima
eceaf8d819 feat(button): added a disabled state class to button
#83
2018-12-05 22:12:43 -02:00
ダーシノ
5e556c8aa5 Merge pull request #48 from montezume/montezume/remove-font-import
feat(breaking): remove google font import
2018-12-05 20:51:55 +09:00
Malcolm Laing
6e515a5fac chore: update pr to upstream changes 2018-12-05 12:24:59 +01:00
Malcolm
efdc935380 chore: update japanese font readme section 2018-12-05 12:02:28 +01:00
Malcolm
0868406c1a chore: update font family example 2018-12-05 12:02:28 +01:00
Malcolm
d0df9f6420 chore: move html google font import example 2018-12-05 12:02:28 +01:00
Malcolm
47cf2b860b feat(breaking): remove google font import 2018-12-05 12:02:28 +01:00
ダーシノ
17021d7395 Merge pull request #80 from BcRikko/fix-npmtask
Fix config files
2018-12-05 19:42:30 +09:00
BcRikko
75436bcad4 build: fix config files 2018-12-05 19:35:16 +09:00
Trezy
3ec9ab1976 ci: add commitlint
Add `commitlint` to enforce proper formatting for all commit messages

#13
2018-12-05 17:57:40 +09:00
Trezy
0f988b3f54 ci: Remove unnecessarily repository cloning
Repository cloning in the deploy step was 100% unnecessary.
2018-12-05 17:55:41 +09:00
Trezy
f426715dec ci: Restore cache restoration to the build 2018-12-05 17:55:40 +09:00
Trezy
2520af8afd ci: Remove strict host key checking for Github
By removing strict host key checking for Github, we shouldn't run into the issue where host
authenticity verification stalls the deployment.
2018-12-05 17:55:38 +09:00
Trezy
97f1aef706 ci: Remove caching (temporarily)
I finally figured it out. Restoring the cache was trying to restore the cache from an older build
that used a different image in which the root user was the one doing all the tasks. I'm pushing a
build that doesn't restore the cache, then I'll add those steps back in after the next build.
2018-12-05 17:55:35 +09:00
Trezy
daa3fba424 ci: Build app in the non-root user's folder
I think the issue was that the app was being built into the root user's home directory rather than
the `circleci` user's home directory. 🤞
2018-12-05 17:55:31 +09:00
Trezy
6bcc66ad83 ci: Switch back to containers
Switching back to container because I have no idea how to fix the errors that came up without them.
Additionally, I'm changing the working directory to `~/tmp` to see if that works better than the
`~/app` folder.
2018-12-05 17:55:28 +09:00
Trezy
76de2f14cf ci: Remove containers entirely
I've removed containers from tthe config entirely because I don't think we need them. Hopefully this
will fix the build. 🤷🏻‍♂️
2018-12-05 17:55:25 +09:00
Trezy
18c87a43c0 ci: Remove working directory declaration from CI config
I got a bunch of permission errors last time I tried to build in ~/app. I'm pretty sure building in
the default directory should work just as well.
2018-12-05 17:55:22 +09:00
Trezy
96362f8bad ci: Switch to the CircleCI Node container
The Roll For Guild Node container doesn't include `git`, which is required by semantic-release.

#13
2018-12-05 17:55:19 +09:00
Trezy
879a805ffe ci: Add semantic-release
Add `semantic-release` to the repo and the build pipeline. This will handle automatically publishing
to npm based on commit messages.

#13
2018-12-05 17:55:13 +09:00
Trezy
8412aa2bc4 build: Add Commitizen
Forcing contributors to use Commitizen to format their commit messages will make our lives much
simpler, especially once we've added `semantic-release`.
2018-12-05 17:53:20 +09:00
Trezy
8ad90aaf31 build(ci): Add CircleCI config
This adds a CircleCI config file based on the same config I use for my own website. It makes it easy
to have multiple steps running in parallel, such as running tests and coverage reports.
2018-12-05 17:49:22 +09:00
ダーシノ
ac13679413 Merge pull request #71 from evexoio/58-add-story-book
Add Storybook
2018-12-05 17:12:03 +09:00
Abdallah Samman
11c79da740 Improve Story knobs usability; put eslint config in package.json; 2018-12-05 08:41:46 +02:00
BcRikko
c98bcb2eea ci skip 2018-12-05 08:48:59 +09:00
Abdallah Samman
08dd269769 add checkboxes instead of select input to table and containers stories 2018-12-04 23:17:02 +02:00
Abdallah Samman
88e3a8b382 Add storybook instructions to README.md 2018-12-04 19:43:07 +02:00
Abdallah Samman
c5749a531f Add Storybook Knobs 2018-12-04 19:34:57 +02:00
Abdallah Samman
81d6c43900 Add pre-commit hook to eslint javascript code; import nes.min.css globaly in stories; 2018-12-04 17:13:03 +02:00
Abdallah Samman
ee343daf59 add stories for balloons, buttons, containers, icons, inputs and table 2018-12-04 16:40:25 +02:00
Abdallah Samman
abf0b3597f Add storybook as docs; add eslint as javascript styleguide with AirBnb Style. 2018-12-04 13:55:52 +02:00
BcRikko
1663f704c1 Merge branch 'develop' 2018-12-04 08:51:08 +09:00
ダーシノ
4abdf2d9f2 Merge pull request #66 from guastallaigor/add-youtube-icon
Added youtube icon and an example in the docs
2018-12-04 08:50:19 +09:00
Igor Guastalla de Lima
cab2016aa1 Added first version of the youtube icon and an example in the docs (index.html). 2018-12-03 21:42:31 -02:00
BcRikko
5313a77c56 Merge branch 'develop' 2018-12-04 00:26:56 +09:00
Trezy
496d3a3c5e docs(badges): add gitter badge to readme-jp
#57
2018-12-04 00:26:26 +09:00
Trezy
c4002c5c75 docs(badges): add gitter badge
I added the Gitter badge to the `README` to help direct users to our chat room.

#57
2018-12-04 00:26:25 +09:00
ダーシノ
941a6d1420 Merge pull request #63 from evexoio/62-align-container
fix .is-center and .is-right
2018-12-03 20:42:02 +09:00
Abdallah Samman
78c2bc4ca4 align container title with .is-right and .is-center 2018-12-03 13:32:06 +02:00
Abdallah Samman
7328502b30 #62 fix .is-center and .is-right; replace align-items with text-align 2018-12-03 12:10:52 +02:00
ダーシノ
51d748a923 Merge pull request #61 from Takumi0901/master
Fix title in container
2018-12-03 17:19:14 +09:00
takumi kimura
dca069f207 Fix layout of title at PC View 2018-12-03 15:22:23 +09:00