1. 17 Aug, 2016 13 commits
    • Douglas Barbosa Alexandre's avatar
      Merge branch 'fix-issuable-filter' into 'master' · 863f77b6
      Douglas Barbosa Alexandre authored
      Hide "Create new list button" on Issues and MRs pages
      
      ![1](/uploads/d8b08cb62cfc9e9d29e3e64b2ed0a8af/1.png)
      
      /cc @jschatz1 
      
      See merge request !5852
      863f77b6
    • Yorick Peterse's avatar
      Merge branch 'fix/eliminate-unneeded-calls-to-repository-blob-at' into 'master' · 6505a994
      Yorick Peterse authored
      Eliminate unneeded calls to Repository#blob_at when listing commits with no path
      
      See merge request !5848
      6505a994
    • Douwe Maan's avatar
      Merge branch 'vue-js-plugin' into 'master' · b09be748
      Douwe Maan authored
      Added VueJS plugin
      
      ## What does this MR do?
      
      Adds the VueJS & Vue resource plugin with environment detection. 
      
      ## What are the relevant issue numbers?
      
      Closes #20738 
      
      See merge request !5845
      b09be748
    • Douwe Maan's avatar
      Merge branch 'fix-downtime-check-formatting' into 'master' · 6d6212d2
      Douwe Maan authored
      Fix downtime check formatting
      
      ## What does this MR do?
      
      This MR adjusts the formatting of the migration downtime checker so messages are more readable.
      
      ## Are there points in the code the reviewer needs to double check?
      
      Not specifically
      
      ## Why was this MR needed?
      
      Formatting was somewhat hard to read and the online/offline indicators used the wrong colour.
      
      ## New Format
      
      ```
      [online]: /home/yorickpeterse/Projects/gitlab/gitlab-ce/db/migrate/20140407135544_fix_namespaces.rb
      [online]: /home/yorickpeterse/Projects/gitlab/gitlab-ce/db/migrate/20160705054938_add_protected_branches_push_access.rb
      [online]: /home/yorickpeterse/Projects/gitlab/gitlab-ce/db/migrate/20160705054952_add_protected_branches_merge_access.rb
      [offline]: /home/yorickpeterse/Projects/gitlab/gitlab-ce/db/migrate/20160705055254_move_from_developers_can_merge_to_protected_branches_merge_access.rb:
      
      We're creating a `merge_access_level` for each `protected_branch`. If a user creates a `protected_branch` while this
      is running, we might be left with a `protected_branch` _without_ an associated `merge_access_level`. The `protected_branches`
      table must not change while this is running, so downtime is required.
      
      https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/5081#note_13247410
      
      [offline]: /home/yorickpeterse/Projects/gitlab/gitlab-ce/db/migrate/20160705055308_move_from_developers_can_push_to_protected_branches_push_access.rb:
      
      We're creating a `push_access_level` for each `protected_branch`. If a user creates a `protected_branch` while this
      is running, we might be left with a `protected_branch` _without_ an associated `push_access_level`. The `protected_branches`
      table must not change while this is running, so downtime is required.
      
      https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/5081#note_13247410
      
      [online]: /home/yorickpeterse/Projects/gitlab/gitlab-ce/db/migrate/20160705055809_remove_developers_can_push_from_protected_branches.rb
      [online]: /home/yorickpeterse/Projects/gitlab/gitlab-ce/db/migrate/20160705055813_remove_developers_can_merge_from_protected_branches.rb
      [online]: /home/yorickpeterse/Projects/gitlab/gitlab-ce/db/migrate/20160716115711_add_queued_at_to_ci_builds.rb
      [online]: /home/yorickpeterse/Projects/gitlab/gitlab-ce/db/migrate/20160725083350_add_external_url_to_enviroments.rb
      [online]: /home/yorickpeterse/Projects/gitlab/gitlab-ce/db/migrate/20160727163552_create_user_agent_details.rb
      [online]: /home/yorickpeterse/Projects/gitlab/gitlab-ce/db/migrate/20160728081025_add_pipeline_events_to_web_hooks.rb
      [online]: /home/yorickpeterse/Projects/gitlab/gitlab-ce/db/migrate/20160728103734_add_pipeline_events_to_services.rb
      [offline]: /home/yorickpeterse/Projects/gitlab/gitlab-ce/db/migrate/20160729173930_remove_project_id_from_spam_logs.rb:
      
      Removing a column that contains data that is not used anywhere.
      
      [online]: /home/yorickpeterse/Projects/gitlab/gitlab-ce/db/migrate/20160801163709_add_submitted_as_ham_to_spam_logs.rb
      [online]: /home/yorickpeterse/Projects/gitlab/gitlab-ce/db/migrate/20160802010328_remove_builds_enable_index_on_projects.rb
      [online]: /home/yorickpeterse/Projects/gitlab/gitlab-ce/db/migrate/20160805041956_add_deleted_at_to_namespaces.rb
      [online]: /home/yorickpeterse/Projects/gitlab/gitlab-ce/db/migrate/20160810102349_remove_ci_runner_trigram_indexes.rb
      [online]: /home/yorickpeterse/Projects/gitlab/gitlab-ce/db/migrate/20160810142633_remove_redundant_indexes.rb
      ```
      
      ## Does this MR meet the acceptance criteria?
      
      - Tests
        - [x] Added for this feature/bug
        - [x] All builds are passing
      - [x] 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)
      - [x] [Squashed related commits together](https://git-scm.com/book/en/Git-Tools-Rewriting-History#Squashing-Commits)
      
      See merge request !5840
      6d6212d2
    • Douwe Maan's avatar
      Merge branch 'custom-events-tracking' into 'master' · a6173de9
      Douwe Maan authored
      Tracking of custom events
      
      ## What does this MR do?
      
      This MR adds the ability to track custom events such as the number of Git pushes.
      
      ## Are there points in the code the reviewer needs to double check?
      
      The usual stuff.
      
      ## Why was this MR needed?
      
      We want to track more business level data such as the number of Git pushes, how many repositories are imported (and from where), etc.
      
      ## What are the relevant issue numbers?
      
      gitlab-org/gitlab-ce#13720
      
      ## Does this MR meet the acceptance criteria?
      
      - [x] [CHANGELOG](https://gitlab.com/gitlab-org/gitlab-ce/blob/master/CHANGELOG) entry added
      - [x] [Documentation created/updated](https://gitlab.com/gitlab-org/gitlab-ce/blob/master/doc/development/doc_styleguide.md)
      - [x] ~~API support added~~
      - Tests
        - [x] Added for this feature/bug
        - [x] All builds are passing
      - [x] 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)
      - [x] [Squashed related commits together](https://git-scm.com/book/en/Git-Tools-Rewriting-History#Squashing-Commits)
      
      cc @pcarranza 
      
      See merge request !5830
      a6173de9
    • Yorick Peterse's avatar
      Merge branch '17932-move-to-project-dropdown-improve' into 'master' · 83dfaefc
      Yorick Peterse authored
      Move to project dropdown with infinite scroll for better performance
      
      See merge request !5828
      83dfaefc
    • Douwe Maan's avatar
      Merge branch 'ee-581-backport-changes' into 'master' · 75f216cb
      Douwe Maan authored
      Backport changes from gitlab-org/gitlab-ee!581
      
      ## What does this MR do?
      
      Backports changes that were made in gitlab-org/gitlab-ee!581, to avoid potential merge conflicts in the future.
      
      ## What are the relevant issue numbers?
      
      - Related to gitlab-org/gitlab-ee!581
      
      ## Does this MR meet the acceptance criteria?
      
      ## Tasks
      
      - [ ]  !5824 Backport changes from EE!581 to CE
          - [x]  Implementation
              - [x]  ::ProtectedBranches::CreateService.new
              - [x]  Can't remove `load_protected_branches_gon_variables`
              - [x]  `has_many` with count enforced
              - [x]  Extract from access levels
              - [x]  project.protected_branches.create(params)
              - [x]  Improve "access_levels.first"
              - [x]  Fix tests
          - [x]  Fix build
          - [x]  Assign to Douwe
          - [ ]  Wait for review/merge
      
      See merge request !5824
      75f216cb
    • Douwe Maan's avatar
      Merge branch 'mc-ui' · 45cd1101
      Douwe Maan authored
      # Conflicts:
      #	app/controllers/projects/merge_requests_controller.rb
      45cd1101
    • Patricio Cano's avatar
      Merge branch 'doc-update-akismet' into 'master' · 10102847
      Patricio Cano authored
      Updated Akismet documentation
      
      Updated Akismet documentation
      
      See merge request !5821
      10102847
    • Jacob Schatz's avatar
      Merge branch '18681-pipelines-merge-request' into 'master' · eaf8ae2e
      Jacob Schatz authored
      Resolve "Pipelines for merge request"
      
      ## What does this MR do?
      Adds `Pipelines` tab in merge request view
      
      ## What are the relevant issue numbers?
      Closes #18681 
      
      ## Screenshots (if relevant)
      ![Screen_Shot_2016-08-16_at_3.22.41_PM](/uploads/c04febab3765b1fac2bf3bbfb9882f9f/Screen_Shot_2016-08-16_at_3.22.41_PM.png)
      
      See merge request !5485
      eaf8ae2e
    • Jacob Schatz's avatar
      Merge branch 'fix-diff-comments-bug' into 'master' · 58e25cb3
      Jacob Schatz authored
      Fix diff comments inverted toggle bug
      
      ## What does this MR do?
      Explicitly set the comments visibility toggle based on the `active` css class.
      
      ## Are there points in the code the reviewer needs to double check?
      Shouldn't be
      
      ## Why was this MR needed?
      Fixes existing UI bug
      
      ## What are the relevant issue numbers?
      Closes #20898 
      
      ## Screenshots (if relevant)
      Before:
      ![A1ccIDEWsI](/uploads/21175e2008ee4e00225c22afebd873aa/A1ccIDEWsI.gif)
      
      After:
      ![jHoFp69mAK](/uploads/e85f429d60a4e56d588faec51cd8648a/jHoFp69mAK.gif)
      
      ## Does this MR meet the acceptance criteria?
      
      - [x] [CHANGELOG](https://gitlab.com/gitlab-org/gitlab-ce/blob/master/CHANGELOG) entry added
      - Tests
        - [x] All builds are passing
      - [x] 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)
      - [x] [Squashed related commits together](https://git-scm.com/book/en/Git-Tools-Rewriting-History#Squashing-Commits)
      
      See merge request !5818
      58e25cb3
    • Robert Speicher's avatar
      Merge branch '20808-merge-request-new-diff-view' into 'master' · 24f95605
      Robert Speicher authored
      Fix merge request new view not changing code view rendering style
      
      Correctly respects the code view changing when creating a merge request.
      
      Closes #20808
      
      See merge request !5768
      24f95605
    • Douwe Maan's avatar
      Merge branch 'issue-boards' into 'master' · a5b5061e
      Douwe Maan authored
      Issue boards
      
      - Issue: #17907
      - Issue backend: #20335
      - Backend MR: !5548
      - Frontend MR: !5554
      - Documentation !5713
      
      - [x] [CHANGELOG](https://gitlab.com/gitlab-org/gitlab-ce/blob/master/CHANGELOG) entry added
      - [X] ~~[Documentation created/updated](https://gitlab.com/gitlab-org/gitlab-ce/blob/master/doc/development/doc_styleguide.md)~~
      - [X] ~~API support added~~
      - Tests
        - [x] Added for this feature/bug
        - [x] All builds are passing
      - [x] 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)
      
      See merge request !5548
      a5b5061e
  2. 16 Aug, 2016 8 commits
  3. 15 Aug, 2016 19 commits