Skip to content
Snippets Groups Projects
  1. Sep 03, 2019
  2. Jul 30, 2019
  3. Jul 23, 2019
  4. Jul 12, 2019
  5. Jul 04, 2019
  6. Jun 25, 2019
  7. Jun 12, 2019
  8. Apr 30, 2019
  9. Apr 24, 2019
  10. Apr 19, 2019
  11. Apr 17, 2019
  12. Apr 09, 2019
  13. Mar 28, 2019
  14. Mar 19, 2019
  15. Feb 01, 2019
  16. Jan 24, 2019
  17. Jan 17, 2019
    • Rémy Coutable's avatar
      [Review Apps] Don't exit when dependable job fails · a4f73241
      Rémy Coutable authored
      
      The function that retrieves the dependable job is pretty basic and
      retrieves the first job found with the matching name, but this job can
      be failed but then successfully retried. In that case, we would exit the
      depending job even though the dependable job actually succeeded (the
      second time). Let's simplify things, be optimistic and continue with the
      depending job even if the dependable job fails.
      
      That reverts to the original behavior.
      
      Signed-off-by: default avatarRémy Coutable <remy@rymai.me>
      Unverified
      a4f73241
  18. Dec 21, 2018
    • Mark Lapierre's avatar
      Exit as error if job fails · 38a10e38
      Mark Lapierre authored
      If a script is waiting for a job to be done and that job fails,
      exit with an error status so that the script doesn't continue
      with a prerequisite in an invalid state.
      38a10e38
  19. Dec 19, 2018
  20. Dec 18, 2018
  21. Dec 17, 2018
  22. Dec 06, 2018
  23. Nov 26, 2018
  24. Nov 13, 2018
  25. Nov 11, 2018
  26. Nov 09, 2018
    • Rémy Coutable's avatar
      Ensure we create the secrets at the right time · f7f42cf3
      Rémy Coutable authored
      
      In `deploy`, if the previous deployment failed, we delete/cleanup all
      the objects related to the release, including secrets. The problem is
      that if we create the root password before that, it will be then
      recreated during the deploy with a random value!
      
      By creatigng the secret just before actually deplying a new release, we
      ensure that it won't be overriden.
      
      Signed-off-by: default avatarRémy Coutable <remy@rymai.me>
      Unverified
      f7f42cf3
  27. Oct 23, 2018
    • Ian Baum's avatar
      Add omitted indentation fix · 41994c2a
      Ian Baum authored
      41994c2a
    • Ian Baum's avatar
      Add review app to gitlab-ce · 58690a63
      Ian Baum authored
      * Uses the same supporting code as used in EE
      * Includes automated cleanup
      * Install external-dns helm chart to review apps cluster if it isn't
      already
      * Adds variables REVIEW_APPS_AWS_SECRET_KEY and
      REVIEW_APPS_AWS_ACCESS_key
      * review-apps-ce uses a different cipher
      58690a63
  28. Sep 25, 2018
Loading