BigW Consortium Gitlab

  1. 06 Jan, 2017 1 commit
  2. 21 Dec, 2016 3 commits
  3. 16 Dec, 2016 2 commits
    • Implement review comments from @dbalexandre. · 3e144276
      Timothy Andrew authored
      - Don't define "allowed environment variables" in two places.
      - Dispatch to different arities of `Popen.open` without an if/else block.
      - Use `described_class` instead of explicitly stating the class name within a
      - spec.
      - Remove `git_environment_variables_validator_spec` and keep the validation inline.
    • Validate environment variables in `Gitlab::Git::RevList` · a2b39feb
      Timothy Andrew authored
      The list of environment variables in `Gitlab::Git::RevList` need to be validate
      to make sure that they don't reference any other project on disk.
      
      This commit mixes in `ActiveModel::Validations` into `Gitlab::Git::RevList`, and
      validates that the environment variables are on the level (using a custom
      validator class). If the validations fail, the force push is still executed
      without any environment variables set.
      
      Add specs for the validation using shared examples.
  4. 23 Nov, 2016 1 commit
  5. 11 Oct, 2016 1 commit
  6. 29 Sep, 2016 1 commit
  7. 01 Jul, 2016 1 commit
  8. 30 Jun, 2016 2 commits
  9. 24 Jun, 2016 1 commit
  10. 23 Jun, 2016 1 commit
  11. 20 Jun, 2016 4 commits
  12. 17 Jun, 2016 1 commit
  13. 26 Feb, 2016 1 commit
  14. 09 Feb, 2016 2 commits
  15. 08 Jan, 2016 1 commit
  16. 07 Dec, 2015 8 commits