Skip to content
This repository was archived by the owner on Nov 28, 2024. It is now read-only.

Commit ee25475

Browse files
authored
Merge branch 'master' into bump/bundler/jquery-rails-4.3.1
2 parents c2e9789 + 8cc7bba commit ee25475

File tree

8 files changed

+195
-68
lines changed

8 files changed

+195
-68
lines changed

.github/CODE_OF_CONDUCT.md

Lines changed: 74 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,74 @@
1+
## Code of Conduct
2+
3+
### Our Pledge
4+
5+
In the interest of fostering an open and welcoming environment, we as
6+
contributors and maintainers pledge to making participation in our project and
7+
our community a harassment-free experience for everyone, regardless of age, body
8+
size, disability, ethnicity, gender identity and expression, level of experience,
9+
nationality, personal appearance, race, religion, or sexual identity and
10+
orientation.
11+
12+
### Our Standards
13+
14+
Examples of behavior that contributes to creating a positive environment
15+
include:
16+
17+
* Using welcoming and inclusive language
18+
* Being respectful of differing viewpoints and experiences
19+
* Gracefully accepting constructive criticism
20+
* Focusing on what is best for the community
21+
* Showing empathy towards other community members
22+
23+
Examples of unacceptable behavior by participants include:
24+
25+
* The use of sexualized language or imagery and unwelcome sexual attention or
26+
advances
27+
* Trolling, insulting/derogatory comments, and personal or political attacks
28+
* Public or private harassment
29+
* Publishing others' private information, such as a physical or electronic
30+
address, without explicit permission
31+
* Other conduct which could reasonably be considered inappropriate in a
32+
professional setting
33+
34+
### Our Responsibilities
35+
36+
Project maintainers are responsible for clarifying the standards of acceptable
37+
behavior and are expected to take appropriate and fair corrective action in
38+
response to any instances of unacceptable behavior.
39+
40+
Project maintainers have the right and responsibility to remove, edit, or
41+
reject comments, commits, code, wiki edits, issues, and other contributions
42+
that are not aligned to this Code of Conduct, or to ban temporarily or
43+
permanently any contributor for other behaviors that they deem inappropriate,
44+
threatening, offensive, or harmful.
45+
46+
### Scope
47+
48+
This Code of Conduct applies both within project spaces and in public spaces
49+
when an individual is representing the project or its community. Examples of
50+
representing a project or community include using an official project e-mail
51+
address, posting via an official social media account, or acting as an appointed
52+
representative at an online or offline event. Representation of a project may be
53+
further defined and clarified by project maintainers.
54+
55+
### Enforcement
56+
57+
Instances of abusive, harassing, or otherwise unacceptable behavior may be
58+
reported by contacting the project team at [labs@theodi.org](mailto:labs@theodi.org). All
59+
complaints will be reviewed and investigated and will result in a response that
60+
is deemed necessary and appropriate to the circumstances. The project team is
61+
obligated to maintain confidentiality with regard to the reporter of an incident.
62+
Further details of specific enforcement policies may be posted separately.
63+
64+
Project maintainers who do not follow or enforce the Code of Conduct in good
65+
faith may face temporary or permanent repercussions as determined by other
66+
members of the project's leadership.
67+
68+
### Attribution
69+
70+
This Code of Conduct is adapted from the [Contributor Covenant][homepage], version 1.4,
71+
available at [http://contributor-covenant.org/version/1/4][version]
72+
73+
[homepage]: http://contributor-covenant.org
74+
[version]: http://contributor-covenant.org/version/1/4/

.github/CONTRIBUTING.md

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
# Contributing to CSVlint
2+
3+
CSVlint is open source, and contributions are gratefully accepted!
4+
Details on how to contribute are below. By participating in this project, you agree to abide by our [Code of Conduct](https://github.com/theodi/csvlint/blob/master/.github/CODE_OF_CONDUCT.md).
5+
6+
Before you start coding, please reach out to us either on our [gitter channel](https://gitter.im/theodi/toolbox) or by tagging a repository administrator on the issue ticket you are interested in contributing towards to indicate your interest in helping.
7+
8+
If this is your first time contributing to the ODI’s codebase you will need to [create a fork of this repository](https://help.github.com/articles/fork-a-repo/).
9+
10+
Consult our [Getting Started Guide](https://github.com/theodi/toolbox/wiki/Developers-Guide:-Getting-Started) (if necessary) and then follow the [readme instructions](https://github.com/theodi/csvlint/blob/master/README.md#development) to get your Development environment running locally
11+
12+
Ensure that the [tests](https://github.com/theodi/csvlint/blob/master/README.md#tests) pass before working on your contribution
13+
14+
## Code Review Process
15+
16+
All contributions to the codebase - whether fork or pull request - will be reviewed per the below criteria.
17+
To increase your chances of your push being accepted please be aware of the following
18+
- Write [well formed commit messages](http://tbaggery.com/2008/04/19/a-note-about-git-commit-messages.html)
19+
- Follow our [style guide recommendations](https://github.com/theodi/toolbox/blob/README.md#code-style-guide)
20+
- Write tests for all changes (additions or refactors of existing code).
21+
- Of the github integrations we use two will be utilised to check appraise your contribution. In order of priority these are
22+
- Travis ensures that all tests (existing and additions) pass
23+
- Travis/Coveralls ensures that overall test coverage for lines of code meets a certain threshold. If this metric dips below what it previously was for the repository you’re pushing to then your PR will be rejected
24+
- Gemnasium ensures dependencies are up to date
25+
- Once your PR is published and passes the above checks a repository administrator will review your contribution. Where appropriate comments may be provided and amendments suggested before your PR is merged into Master.
26+
- Once your PR is accepted you will be granted push access to the repository you have contributed to! Congratulations on joining our community, you’ll no longer need to work from forks.
27+
28+
If you make a contribution to another repository in the Toolbox you will be expected to repeat this process. Read more about that [here](https://github.com/theodi/toolbox/blob/master/README.md#push-access).
29+
30+
## Code Style Guide
31+
32+
We follow the same code style conventions as detailed in Github’s [Ruby Style Guide](https://github.com/github/rubocop-github/blob/master/STYLEGUIDE.md)

.github/ISSUE_TEMPLATE.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
> Please provide a general summary of the issue in the Issue Title above
2+
> fill out the headings below as applicable to the issue you are reporting,
3+
> deleting as appropriate but offering us as much detail as you can to help us resolve the issue
4+
5+
### Expected Behaviour
6+
> What should happen?
7+
8+
### Desired Behaviour (for enhancement suggestions only)
9+
> if relevant include images or hyperlinks to other resources that clarify the enhancement you're seeking
10+
11+
### Current Behaviour (for problems)
12+
> What currently happens that isn't expected behaviour?
13+
14+
### Steps to Reproduce (for problems)
15+
> Provide a link to a live example, or an unambiguous set of steps to reproduce this bug. Include code to reproduce, if relevant
16+
1.
17+
2.
18+
3.
19+
4.
20+
21+
### Your Environment
22+
> Include as many relevant details about the environment you experienced the bug in - this will help us resolve the bug more expediently
23+
* Environment name and version (e.g. Chrome 39, node.js 5.4):
24+
* Operating System and version (desktop or mobile):

Gemfile

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ source 'https://rubygems.org'
22
ruby '2.4.1'
33

44
gem 'rake', '~> 11.0'
5-
gem 'rails', '~> 4.2.8'
5+
gem 'rails', '~> 4.2.9'
66
gem 'dotenv-rails'
77

88
# Use SCSS for stylesheets
@@ -52,14 +52,14 @@ group :development, :test do
5252
gem 'faker'
5353
gem 'poltergeist'
5454
gem 'vcr'
55-
gem 'cucumber-api-steps', require: false, github: 'theodi/cucumber-api-steps', branch: 'feature-test-content-type'
55+
gem 'cucumber-api-steps', require: false, git: 'https://github.com/theodi/cucumber-api-steps.git', branch: 'feature-test-content-type'
5656
# Use sqlite3 as the database for Active Record
5757
gem 'sqlite3'
5858
end
5959

6060
group :development do
6161
gem 'travis'
62-
gem 'web-console', '~> 2.0'
62+
gem 'web-console', '~> 3.3'
6363
gem 'spring'
6464
end
6565

@@ -75,12 +75,12 @@ end
7575
gem 'bootstrap-sass', '~> 3.1.1'
7676
gem 'rack-google-analytics'
7777
gem 'mongoid', '~> 5.1'
78-
gem 'bson', '3.1.1'
78+
gem 'bson', '3.2.7'
7979
gem 'mongoid-grid_fs', '~> 2.2'
8080
gem 'bson_ext'
8181
gem 'kaminari'
8282
gem 'bootstrap-kaminari-views'
83-
gem 'data_kitten', github: 'theodi/data_kitten', ref: "e343510bd15e3329c1f2fab35035e248195348be", require: false
83+
gem 'data_kitten', git: 'https://github.com/theodi/data_kitten.git', ref: "e343510bd15e3329c1f2fab35035e248195348be", require: false
8484
gem 'rubyzip'
8585

8686
gem 'csvlint'
@@ -93,9 +93,9 @@ gem 'font-awesome-rails'
9393
gem 'sidekiq', '= 4.2.4'
9494
gem 'data_uri'
9595
gem 'jquery-dotdotdot-rails'
96-
gem 'alternate_rails', github: 'theodi/alternate-rails', ref: 'v4.2.0'
96+
gem 'alternate_rails', git: 'https://github.com/theodi/alternate-rails.git', ref: 'v4.2.0'
9797
gem 'rack-cors'
9898

99-
gem 'resumable_upload', github: "theodi/resumable-upload"
99+
gem 'resumable_upload', git: 'https://github.com/theodi/resumable-upload'
100100
gem 'pusher'
101101
gem 'cloudflare'

0 commit comments

Comments
 (0)