Highlights
- Arctic Code Vault Contributor
Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 50 million developers.
Sign up
Pinned
5,460 contributions in the last year
Activity overview
Contribution activity
November 1, 2020
October 2020
- Turbo87/route-recognizer Rust
- Turbo87/conduit-router Rust
- Turbo87/release-it-lerna-changelog JavaScript
- Turbo87/rust-claim Rust
-
Turbo87/ember-fluent
JavaScript
•
Built by
- Turbo87/ember-user-activity JavaScript
- Turbo87/ember-power-select JavaScript
- Turbo87/ember-basic-dropdown JavaScript
- Turbo87/ember-cli-flash JavaScript
- Turbo87/git-rebase-all Rust
- Turbo87/ember-set-body-class JavaScript
- Turbo87/www.rust-lang.org Handlebars
Created a pull request in rust-lang/crates.io that received 12 comments
ESLint: Add `eslint-plugin-unicorn`
- Use `ember-link` for links in lists
- Use `clap` for CLI argument parsing
- Use `HEROKU_SLUG_COMMIT` if available
- config/targets: Support all browser versions released within the past year
- Remove obsolete `sass` dependency
- FollowButton: Add error notifications when network requests fail
- Cleanup crate version downloads processing code
- ESLint: Add `eslint-plugin-ember-concurrency`
- services/session: Add user ids to Sentry context
- Use `claim` to simplify assertions
- Report errors and slow requests on the backend to Sentry
- Implement error handling for the index page
- Implement error handling for the search page
- Frontend tests cleanup
- tests: Move builders into dedicated files and add `created/updated_at` properties
- Update `oauth2` and remove `failure` dependency
- WIP: CI: Run tests via `cargo-tarpaulin`
- WIP: Use `insta` for API tests
- Extract `on_call` and `tools` subprojects
- Replace `ember-cli-uglify` with `ember-cli-terser`
- Remove turbofishes from diesel calls
- WIP: Refactor workspace layout
- Extract and clean up `Settings::ApiTokens` component
- styles/application: Set minimum height for the `body` element
- crate.reverse-dependencies: Show error notification if data loading fails
- Some pull requests not shown.
- template-lint: Fix `no-implicit-this` warnings
- Convert dummy app objects to native classes
- Add `ember-template-lint`
- Remove obsolete `eslint-env` directives
- Add `@ember/optional-features` and CI scenarios without it
- Update README and add basic CONTRIBUTING guide
- Update `.npmignore` file
- Add `release-it` to simplify the release process
- CI: Add `release` job
- Convert to native classes
- CI: Disable broken release channel scenarios
- Drop support for Ember.js v3.8 and v3.9
- Replace `set-body-class` component with helper
- Replace unit/integration test with more application tests
- Remove obsolete `getDOM()` utility
- renovate: Enable automerging for semver-compatible updates
- Use `prettier` for code formatting
- Update ESLint and add Ember and Node plugins
- tests: Remove unused test-helpers
- Update `ember-cli-inject-live-reload` to v2.0.2
- Use `qunit-dom` for CSS class assertions
- tests/acceptance: Use `setupApplicationTest()` helper
- ember-try: Use `ember-source-channel-url` for release channels
- Remove unused/unnecessary dev dependencies
- Drop support for Ember.js v3.7.x and below
- Some pull requests not shown.
Created an issue in ember-cli/eslint-plugin-ember that received 3 comments
New rule: no-settled-after-test-helper
This rule should lint against using the settled() test helper directly after test helpers that already call settled() internally. Having to use thiβ¦