1. 13 6月, 2017 1 次提交
  2. 08 6月, 2017 1 次提交
  3. 07 6月, 2017 1 次提交
  4. 20 5月, 2017 1 次提交
    • M
      Refactor to more robust implementation · 49697bc8
      Michael Kozono 提交于
      In order to avoid string manipulation or modify route params (to make them unambiguous for `url_for`), we are accepting a behavior change:
      
      When being redirected to the canonical path for a group, if you requested a group show path starting with `/groups/…` then you’ll now be redirected to the group at root `/…`.
      49697bc8
  5. 11 5月, 2017 1 次提交
  6. 07 5月, 2017 1 次提交
    • J
      Hide clone panel and file list when user is only a guest · c0632f14
      James Clark 提交于
      Fixes gitlab-org/gitlab-ce#17489
      
      Fix test finding two of the same element
      
      Capybara will raise an exception because it finds two elements that
      match .nav-links. This means this test would fail, even if the page
      meets the conditions for passing the test.
      
      Add more tests for guest access
      c0632f14
  7. 04 5月, 2017 1 次提交
    • R
      Display slash commands outcome when previewing Markdown · 45e4c665
      Rares Sfirlogea 提交于
      Remove slash commands from Markdown preview and display their outcome next to
      the text field.
      Introduce new "explanation" block to our slash commands DSL.
      Introduce optional "parse_params" block to slash commands DSL that allows to
      process a parameter before it is passed to "explanation" or "command" blocks.
      Pass path for previewing Markdown as "data" attribute instead of setting
      a variable on "window".
      45e4c665
  8. 26 4月, 2017 1 次提交
  9. 11 4月, 2017 1 次提交
  10. 17 3月, 2017 1 次提交
  11. 15 3月, 2017 2 次提交
  12. 01 3月, 2017 1 次提交
    • J
      Update occurrences of MWBS to MWPS · a0101ebf
      James Lopez 提交于
       Rename column in the database
       Rename fields related to import/export feature
       Rename API endpoints
       Rename documentation links
       Rename the rest of occurrences in the code
       Replace the images that contain the words "build succeeds" and docs referencing to them
       Make sure pipeline is green and nothing is missing.
      
      updated doc images
      
      renamed only_allow_merge_if_build_succeeds in projects and fixed references
      
      more updates
      
      fix some spec failures
      
      fix rubocop offences
      
      fix v3 api spec
      
      fix MR  specs
      
      fixed issues with partials
      
      fix MR spec
      
      fix alignment
      
      add missing v3 to v4 doc
      
      wip - refactor v3 endpoints
      
      fix specs
      
      fix a few typos
      
      fix project specs
      
      copy entities fully to V3
      
      fix  entity error
      
      more fixes
      
      fix failing specs
      
      fixed missing entities in V3 API
      
      remove comment
      
      updated code based on feedback
      
      typo
      
      fix spec
      a0101ebf
  13. 23 2月, 2017 4 次提交
  14. 01 2月, 2017 2 次提交
    • K
      Initial work on GitLab Pages update · 5f7257c2
      Kamil Trzcinski 提交于
      5f7257c2
    • K
      Add GitLab Pages · 120f9aba
      Kamil Trzcinski 提交于
      - The pages are created when build artifacts for `pages` job are uploaded
      - Pages serve the content under: http://group.pages.domain.com/project
      - Pages can be used to serve the group page, special project named as host: group.pages.domain.com
      - User can provide own 403 and 404 error pages by creating 403.html and 404.html in group page project
      - Pages can be explicitly removed from the project by clicking Remove Pages in Project Settings
      - The size of pages is limited by Application Setting: max pages size, which limits the maximum size of unpacked archive (default: 100MB)
      - The public/ is extracted from artifacts and content is served as static pages
      - Pages asynchronous worker use `dd` to limit the unpacked tar size
      - Pages needs to be explicitly enabled and domain needs to be specified in gitlab.yml
      - Pages are part of backups
      - Pages notify the deployment status using Commit Status API
      - Pages use a new sidekiq queue: pages
      - Pages use a separate nginx config which needs to be explicitly added
      120f9aba
  15. 16 1月, 2017 1 次提交
  16. 15 1月, 2017 1 次提交
  17. 15 12月, 2016 1 次提交
    • L
      Changed autocomplete_sources into an action that returns a single 'at' type of sources at a time · 1356e40f
      Luke Bennett 提交于
      Finished up autocomplete_sources action and added frontend to fetch data only when its needed
      
      Added wait_for_ajax to specs
      
      Fixed builds and improved the setup/destroy lifecycle
      
      Changed global namespace and DRYed up loading logic
      
      Added safety for accidentally loading data twice
      
      Removed destroy as its not necessary and is messing with click events from a blur race condition
      
      Created AutocompleteSourcesController and updated routes
      
      Fixed @undefined from tabbing before load ends
      
      Disable tabSelectsMatch until we have loaded data
      
      Review changes
      1356e40f
  18. 22 11月, 2016 3 次提交
  19. 17 11月, 2016 1 次提交
  20. 16 11月, 2016 1 次提交
  21. 08 11月, 2016 1 次提交
  22. 07 11月, 2016 2 次提交
  23. 04 11月, 2016 2 次提交
  24. 01 11月, 2016 1 次提交
  25. 28 10月, 2016 2 次提交
  26. 18 10月, 2016 1 次提交
  27. 30 9月, 2016 1 次提交
  28. 29 9月, 2016 1 次提交
  29. 01 9月, 2016 1 次提交
  30. 31 8月, 2016 1 次提交