An error occurred fetching the project authors.
  1. 23 Feb, 2018 1 commit
  2. 05 Feb, 2018 1 commit
  3. 01 Feb, 2018 1 commit
  4. 25 Jan, 2018 2 commits
  5. 15 Dec, 2017 1 commit
  6. 03 Dec, 2017 1 commit
  7. 21 Nov, 2017 1 commit
  8. 02 Nov, 2017 1 commit
  9. 17 Oct, 2017 1 commit
  10. 04 Oct, 2017 1 commit
  11. 02 Oct, 2017 2 commits
  12. 22 Sep, 2017 1 commit
  13. 11 Sep, 2017 1 commit
  14. 08 Sep, 2017 1 commit
    • Rubén Dávila's avatar
      Revert "Merge branch... · 52a2423e
      Rubén Dávila authored
      Revert "Merge branch '35012-navigation-add-option-to-change-navigation-color-palette' into 'master'"
      
      This reverts merge request !13619
      52a2423e
  15. 06 Sep, 2017 5 commits
  16. 04 Sep, 2017 1 commit
  17. 30 Aug, 2017 1 commit
  18. 16 Aug, 2017 1 commit
    • Bob Van Landuyt's avatar
      Use better higher threshold settings for storage access in tests · 93d56eb2
      Bob Van Landuyt authored
      `failure_count_threshold`: We should never need this, but we don't
      want to block access in tests because of this.
      
      `failure_wait_time`: Setting it to 0 now allows each storage attempt
      
      `storage_timeout`: Try a bit longer to access storage on CI in case
      the slow machines take a bit longer to spin up the process to perfom
      the check
      93d56eb2
  19. 07 Aug, 2017 1 commit
  20. 04 Aug, 2017 1 commit
  21. 31 Jul, 2017 1 commit
  22. 26 Jul, 2017 4 commits
  23. 17 Jul, 2017 1 commit
  24. 07 Jul, 2017 2 commits
    • Jacob Vosmaer's avatar
      78089d11
    • Timothy Andrew's avatar
      Test logging in via the Authentiq OAuth provider in a feature spec. · d53690b6
      Timothy Andrew authored
      - The `migration:path-pg` build was previously failing when the Authentiq
        feature spec was enabled by placing Authentiq configuration in the `test`
        section of `gitlab.yml`
      
      - The `migration:path-pg` task checks out an old revision of the
        codebase (`v8.14.10`) and runs a `schema:load`. It then checks out the commit
        under test, and runs `db:migrate`, to verify that migrations run without
        errors.
      
      - The problem here is that `v8.14.10` does not have the Authentiq module
        installed, but is run with the `gitlab.yml` for `master`, which would contain
        the `Authentiq` configuration in the `test` section.
      
      - The solution was to use the `v8.14.10` `gitlab.yml` for the `schema:load`,
        rather than the `gitlab.yml` from master.
      d53690b6
  25. 06 Jul, 2017 6 commits