BigW Consortium Gitlab

  1. 18 Oct, 2016 3 commits
    • Merge branch 'pipeline-emails' into pipeline-notifications · ac51fb88
      Lin Jen-Shin authored
      * pipeline-emails: (58 commits)
        Update endpoint to username validator
        change border color to variable
        Add todo for deprecated user routes and more information about deprecation to changelog
        Provide better error message to the user
        Apply better hierarchy to markdown headers and issue/mr titles
        Swapped button text manipulation outcomes for the toggle query
        Fixed find file keyboard navigation
        Update CHANGELOG for 8.12.7
        Added download-button class and applied button margin
        Enable activerecord_sane_schema_dumper for test
        Updated logo from @luke
        Fix broken specs on MySQL after https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/6896
        Fix Test Env (proper error handling when gitlab-shell is not clonned)
        Fix randomly crashing spinach test for merge request
        [Great spinach fix] Replace gsub with delete
        Remove carriage returns from commit description as summary is on a newline and will always include carriage returns
        Convert due_date_select.js filetype to es6.
        Stop directly parsing due_date with Date.parse, prefer parsing implicitly.
        Improve spec for pipeline metrics worker
        Add Pipeline metrics worker
        ...
    • Merge remote-tracking branch 'upstream/master' into pipeline-emails · 88d988a2
      Lin Jen-Shin authored
      * upstream/master: (58 commits)
        Update endpoint to username validator
        change border color to variable
        Add todo for deprecated user routes and more information about deprecation to changelog
        Provide better error message to the user
        Apply better hierarchy to markdown headers and issue/mr titles
        Swapped button text manipulation outcomes for the toggle query
        Fixed find file keyboard navigation
        Update CHANGELOG for 8.12.7
        Added download-button class and applied button margin
        Enable activerecord_sane_schema_dumper for test
        Updated logo from @luke
        Fix broken specs on MySQL after https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/6896
        Fix Test Env (proper error handling when gitlab-shell is not clonned)
        Fix randomly crashing spinach test for merge request
        [Great spinach fix] Replace gsub with delete
        Remove carriage returns from commit description as summary is on a newline and will always include carriage returns
        Convert due_date_select.js filetype to es6.
        Stop directly parsing due_date with Date.parse, prefer parsing implicitly.
        Improve spec for pipeline metrics worker
        Add Pipeline metrics worker
        ...
    • Merge branch 'merge-conflicts-editor-2' into 'master' · 4e6af0c3
      Jacob Schatz authored
      Resolve Merge conflicts in editor
      
      ## What does this MR do?
      
      This is the second iteration of https://gitlab.com/gitlab-org/gitlab-ce/issues/20344 which now allows to resolve conflicts manually providing an editor to the user.
      
      ## Are there points in the code the reviewer needs to double check?
      
      - Previous implementation has been refactored almost from the ground up.
      - Also some components like `parallel-conflict-lines` has been optimized to work well with PhantomJS.
      - The app and files required files are loaded only when needed. `merge_conflicts_bundle.js` is only loaded in `/<group>/<project>/merge_requests/<Id>/conflicts` only
      
      ## Why was this MR needed?
      
      Some MRs were unable to be solved interactively in the UI, with this MR we let the user to manually fix complex merge request conflicts.
      
      ## Screenshots (if relevant)
      
      <img src="/uploads/33a016f025bd590b1fc6eeee1ee11626/Screen_Shot_2016-09-19_at_1.39.39_PM.png" width="800">
      
      ## Does this MR meet the acceptance criteria?
      
      - [x] [CHANGELOG](https://gitlab.com/gitlab-org/gitlab-ce/blob/master/CHANGELOG) entry added
      - [ ] [Documentation created/updated](https://gitlab.com/gitlab-org/gitlab-ce/blob/master/doc/development/doc_styleguide.md)
      - [ ] API support added
      - Tests
        - [x] Added for this feature/bug
        - [x] All builds are passing
      - [ ] Conform by the [merge request performance guides](http://docs.gitlab.com/ce/development/merge_request_performance_guidelines.html)
      - [ ] Conform by the [style guides](https://gitlab.com/gitlab-org/gitlab-ce/blob/master/CONTRIBUTING.md#style-guides)
      - [x] Branch has no merge conflicts with `master` (if you do - rebase it please)
      - [ ] [Squashed related commits together](https://git-scm.com/book/en/Git-Tools-Rewriting-History#Squashing-Commits)
      
      ## What are the relevant issue numbers?
      
      Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/20344, https://gitlab.com/gitlab-org/gitlab-ce/issues/3567.
      
      See merge request !6374
  2. 17 Oct, 2016 37 commits