summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* add changelogMaxim Rydkin2017-08-292-3/+5
* replace `is_ancestor` with `ancestor?`Maxim Rydkin2017-08-293-3/+3
* replace `is_member_of` with `member_of?`Maxim Rydkin2017-08-292-10/+10
* replace `has_n_stars` with `has_n_stars?`Maxim Rydkin2017-08-291-4/+4
* replace `has_matching_label` with `has_matching_label?`Maxim Rydkin2017-08-292-2/+5
* replace `is_team_member?` with `team_member?`Maxim Rydkin2017-08-291-3/+3
* replace `is_spam?` with `spam?`Maxim Rydkin2017-08-2913-26/+26
* replace `is_default_branch?` with `default_branch?`Maxim Rydkin2017-08-292-7/+7
* replace `is_successful?` with `successful?`Maxim Rydkin2017-08-296-9/+9
* replace `is_multi_check?` with `multi_check?`Maxim Rydkin2017-08-292-2/+2
* replace `is_gitlab_user?` with `gitlab_user?`Maxim Rydkin2017-08-292-3/+3
* replace `is_dashboard_milestone?` with `dashboard_milestone?`Maxim Rydkin2017-08-293-3/+3
* replace `is_runner_queue_value_latest?` with `runner_queue_value_latest?`Maxim Rydkin2017-08-292-2/+2
* replace `is_update?` with `update?`Maxim Rydkin2017-08-292-6/+6
* replace `is_overlap?` with `overlap?`Maxim Rydkin2017-08-291-2/+2
* replace `is_group_milestone?` with `group_milestone?`Maxim Rydkin2017-08-296-12/+12
* replace `is_project_milestone?` with `project_milestone?`Maxim Rydkin2017-08-297-8/+8
* replace `is_ancestor?` with `ancestor?`Maxim Rydkin2017-08-294-16/+16
* replace `is_legacy_group_milestone?` with `legacy_group_milestone?`Maxim Rydkin2017-08-297-9/+9
* replace `is_edited?` with `edited?`Maxim Rydkin2017-08-296-8/+10
* Merge branch 'short-code' into 'master'Phil Hughes2017-08-291-0/+24
|\
| * Add styles for shorter codeJacob Schatz2017-08-291-0/+24
|/
* Merge branch '34413-move-convdev-index-location-to-after-cohorts' into 'master'Phil Hughes2017-08-294-8/+12
|\
| * Move ConvDev index to Overview from Monitoring.34413-move-convdev-index-location-to-after-cohortsBryce Johnson2017-08-184-8/+12
* | Merge branch 'rs-update-rubocop-gitlab-security' into 'master'Douwe Maan2017-08-294-5/+9
|\ \
| * | Update rubocop-gitlab-security to 0.1.0rs-update-rubocop-gitlab-securityRobert Speicher2017-08-284-5/+9
* | | Merge branch '36582-fix-note-resolved-icon' into 'master'evn-fix-formatting-of-claFatih Acet2017-08-286-6/+25
|\ \ \
| * | | Update and fix resolvable note icons for easier recognition36582-fix-note-resolved-iconEric Eastwood2017-08-256-6/+25
* | | | Merge branch 'zj-update-templates-with-warning-header' into 'master'Stan Hu2017-08-283-0/+0
|\ \ \ \
| * | | | Update templates to include header in the READMEZeger-Jan van de Weg2017-08-233-0/+0
* | | | | Update CHANGELOG.md for 9.5.2Jose Ivan Vargas2017-08-287-32/+9
* | | | | Merge branch 'rs-transient-mini-pipeline-graph-failure' into 'master'Douwe Maan2017-08-281-14/+4
|\ \ \ \ \
| * | | | | Fix a transient failure in mini_pipeline_graph_specrs-transient-mini-pipeline-graph-failureRobert Speicher2017-08-281-14/+4
| | |_|/ / | |/| | |
* | | | | Merge branch 'group-mr-search-bar' into 'master'Clement Ho2017-08-284-3/+27
|\ \ \ \ \
| * | | | | Add changelog entryHiroyuki Sato2017-08-281-0/+5
| * | | | | Add a simple spec that checks filtered search works at group merge request pageHiroyuki Sato2017-08-271-0/+15
| * | | | | Add filtered search to group merge requests dashboardHiroyuki Sato2017-08-192-3/+7
* | | | | | Merge branch 'sh-add-spec-to-protected-tags-deletion' into 'master'Robert Speicher2017-08-281-0/+17
|\ \ \ \ \ \
| * | | | | | Add spec for deleting protected tagssh-add-spec-to-protected-tags-deletionStan Hu2017-08-201-0/+17
| |/ / / / /
* | | | | | Merge branch 'fix/import-events' into 'master'Sean McGivern2017-08-284-1/+15
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | fix typoJames Lopez2017-08-281-1/+1
| * | | | | fix specJames Lopez2017-08-282-1/+6
| * | | | | Fix events error importing GitLab projectsJames Lopez2017-08-282-0/+9
* | | | | | Merge branch 'sh-improve-flaky-ace-editor-spec' into 'master'Robert Speicher2017-08-281-2/+1
|\ \ \ \ \ \
| * | | | | | Improve flaky ACE editor specsh-improve-flaky-ace-editor-specStan Hu2017-08-261-2/+1
* | | | | | | Merge branch 'fix-flakes' into 'master'Robert Speicher2017-08-283-3/+3
|\ \ \ \ \ \ \
| * | | | | | | fix transient test failures caused by wrong dropdown triggerfix-flakesSimon Knox2017-08-283-3/+3
* | | | | | | | Merge branch '36061-mr-ref' into 'master'Sean McGivern2017-08-282-0/+8
|\ \ \ \ \ \ \ \ | |_|_|/ / / / / |/| | | | | | |
| * | | | | | | Instrument MergeRequest#ensure_ref_fetched36061-mr-refJarka Kadlecova2017-08-282-0/+8
* | | | | | | | Merge branch 'mk-reenable-mysql-tests-on-all-branches' into 'master'Douwe Maan2017-08-282-19/+1
|\ \ \ \ \ \ \ \