An error occurred fetching the project authors.
  1. 06 Nov, 2020 1 commit
  2. 05 Nov, 2020 7 commits
  3. 04 Nov, 2020 9 commits
  4. 03 Nov, 2020 11 commits
  5. 02 Nov, 2020 12 commits
    • Dave Pisek's avatar
      Update translation file · e9030446
      Dave Pisek authored
      e9030446
    • Dave Pisek's avatar
      Add and use constraints API vue directive for form validation · 41a515c8
      Dave Pisek authored
      This commit adds a new vue-directive that allows to use the
      native constraints API for validating html-form elements.
      
      It also changes the DAST on-demand scans site-profile form to move
      from manual form-validation to using the new directive.
      41a515c8
    • Nicolas Dular's avatar
      Split sign in and sign up pages · c8ad6097
      Nicolas Dular authored
      Instead of having tabs to switch between sign in and sign up pages, we
      want to have two separate pages. This separation was already part of an
      experiment and is now the default experience.
      c8ad6097
    • Serena Fang's avatar
      Skip SSO GMA validation if project bot · f9df9d2f
      Serena Fang authored
      Do not validate SSO or GMA enforcement if the user is a project bot
      
      Change function name
      
      Add changelog entry
      
      Add back ampersand
      
      Return user persisted check
      
      Render alert when access token creation fails
      
      Add spec for failure alert on unsuccessful creation
      
      Add spec for access provisioning failure
      
      Fix access provisioning spec
      
      Fix bot not persisted spec
      
      Add counts when token not created
      
      Create EE spec file
      
      EE spec file to test a EE feature flag even though there is no EE create
      service file
      
      Add newline to end of file
      
      Clean up spec
      
      Remove extra sidekiq inlien
      
      Fix static analysis errors
      
      Address MR review comments
      
      Improve specs
      
      Address MR review comments
      
      Rename file, get specs passing, better specs
      
      Add another context for SAML groups
      
      Create a shared example
      
      Move lets into individual contexts
      
      Add specs for pass case
      
      Remove extra new line
      
      Revert "Add back ampersand"
      
      This reverts commit 3aada357a573fb20e76f2d68d3b665a501037406.
      
      Add ampersand back
      
      Use destroy! since return value not checked
      
      Update MR number in changelog
      
      Move specs to CE file
      
      Change spec names
      
      Make spec titles more explicit
      
      Remove extra new lines
      f9df9d2f
    • Eugenia Grieff's avatar
      Remove notification email · 0c5e65ae
      Eugenia Grieff authored
      - Move code that adds a mailer to notify user of
      import result a new MR
      0c5e65ae
    • Eugenia Grieff's avatar
      Add email notification · 60f50039
      Eugenia Grieff authored
      - Add mailer to notify user of imported
      requirements
      - Add email templates
      - Add tests
      60f50039
    • Nicolas Dular's avatar
      Move marketing opt in to welcome page · 9d247f72
      Nicolas Dular authored
      This moves the marketing email opt in checkbox to the welcome page as
      well as putting users who have chosen to use GitLab for their company
      opt-in per default.
      9d247f72
    • Derek Knox's avatar
      Initial mr template selection in SSE · 134f5073
      Derek Knox authored
      Add basic UI for template dropdown
      134f5073
    • Kushal Pandya's avatar
      Add Jira app feature flag and mount-point · 91783e1a
      Kushal Pandya authored
      - Adds `jira_issues_list` feature flag
      - Adds mount-point for new app.
      91783e1a
    • Ezekiel Kigbo's avatar
      Adds the project and groups chart · bd4c643c
      Ezekiel Kigbo authored
      Adds a line chart with 2 metrics for total
      average projects and groups
      
      Update specs for the instance statistics app
      bd4c643c
    • Paul Slaughter's avatar
      Remove unreferenced list_collapsed component · 80f04194
      Paul Slaughter authored
      `git grep -E import.*list_collapsed` shows this isn't
      being used.
      80f04194
    • Rajat Jain's avatar
      Specify group when creating epic · f8c7b8f3
      Rajat Jain authored
      In related items tree, specify a group when creating a new epic
      f8c7b8f3