summaryrefslogtreecommitdiff
path: root/spec
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'osw-fix-quick-suggestion-application-being-reverted' into 'master'Douwe Maan2019-01-141-1/+172
|\
| * Adjust applied suggestion reverting previous changesOswaldo Ferreira2019-01-111-1/+172
* | Merge branch '56311-undefined-method-count_of_extra_tags_not_shown' into 'mas...Filipa Lacerda2019-01-141-0/+24
|\ \
| * | Rename count_of_extra_tags_not_shown to count_of_extra_topics_not_shownMartin Wortschack2019-01-141-0/+24
* | | Merge branch 'bump-ingress-chart-112' into 'master'Dmitriy Zaporozhets2019-01-141-3/+3
|\ \ \
| * | | Bump nginx-ingress chart to 1.1.2Thong Kuah2019-01-101-3/+3
* | | | Merge branch 'update-gitlab-styles' into 'master'Lin Jen-Shin2019-01-145-11/+11
|\ \ \ \
| * | | | Update gitlab-styles to 2.5.1Jasper Maes2019-01-115-11/+11
| | |/ / | |/| |
* | | | Merge branch 'move-job-cancel-btn' into 'master'Filipa Lacerda2019-01-143-27/+3
|\ \ \ \ | |/ / / |/| | |
| * | | Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ce into move-job-cancel...Fernando Arias2019-01-1128-449/+701
| |\ \ \
| * | | | Code cleanup of headerActions and testsFernando Arias2019-01-111-16/+0
| * | | | Update failing specs & linter errors & changelogFernando Arias2019-01-102-2/+2
| * | | | Move job cancel/new buttonFernando Arias2019-01-102-12/+4
* | | | | List Sentry Errors in GitLab - FrontendSimon Knox2019-01-113-0/+194
* | | | | Fix deprecation: Passing an argument to force an association to reload is now...Jasper Maes2019-01-113-4/+4
| |/ / / |/| | |
* | | | Merge branch '9070-refactor-specs' into 'master'Stan Hu2019-01-112-207/+118
|\ \ \ \
| * | | | Refactor epics/issues API specsDouglas Barbosa Alexandre2019-01-102-207/+118
* | | | | Merge branch 'remove-get-builds-method' into 'master'Grzegorz Bizon2019-01-111-23/+0
|\ \ \ \ \
| * | | | | Remove get_build method for find_by_idSteve Azzopardi2019-01-091-23/+0
* | | | | | Merge branch 'fix-udpate-head-pipeline-method' into 'master'Grzegorz Bizon2019-01-111-0/+17
|\ \ \ \ \ \
| * | | | | | Fix unexpected exception by failed to find an actual head pipelineShinya Maeda2019-01-101-0/+17
* | | | | | | Merge branch 'zj-nillify-pool-repo-when-leaving' into 'master'Douwe Maan2019-01-111-0/+11
|\ \ \ \ \ \ \
| * | | | | | | Nullify pool_repository when a project leavesZeger-Jan van de Weg2019-01-111-0/+11
* | | | | | | | Merge branch 'notebook-multiple-outputs' into 'master'Filipa Lacerda2019-01-112-19/+10
|\ \ \ \ \ \ \ \
| * | | | | | | | Support multiple outputs in Jupyter notebooksPhil Hughes2019-01-112-19/+10
* | | | | | | | | Fix default visibility_level for new projectsFabian Schneider2019-01-111-0/+18
* | | | | | | | | Merge branch '53431-fix-upcoming-milestone-filter-for-groups' into 'master'Sean McGivern2019-01-112-14/+104
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Refactor Milestone.for_projects_and_groupsHeinrich Lee Yu2018-12-311-3/+67
| * | | | | | | | | Add group milestones in upcoming filterHeinrich Lee Yu2018-12-312-13/+39
* | | | | | | | | | Merge branch '56110-cluster-kubernetes-api-500-error-on-post-request' into 'm...Kamil Trzciński2019-01-111-0/+17
|\ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / |/| | | | | | | | |
| * | | | | | | | | Restrict multiple clusters through APIMayra Cabrera2019-01-101-0/+17
* | | | | | | | | | Merge branch 'remove-releases_page-feature-flag' into 'master'Kamil Trzciński2019-01-114-156/+3
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | Remove releases_page feature flagShinya Maeda2019-01-114-156/+3
* | | | | | | | | | | Merge branch '54167-rename-project-tags-to-project-topics' into 'master'Kushal Pandya2019-01-111-3/+3
|\ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / |/| | | | | | | | | |
| * | | | | | | | | | Rename tags to topicsMartin Wortschack2019-01-101-3/+3
| | |_|/ / / / / / / | |/| | | | | | | |
* | | | | | | | | | Merge branch 'knative-show-page' into 'master'Mike Greiling2019-01-114-9/+134
|\ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / |/| | | | | | | | |
| * | | | | | | | | Initial Serverless Functions detailed viewChris Baumbauer2019-01-104-9/+134
* | | | | | | | | | Merge branch 'iss-32584-preserve-line-number-fragment-after-redirect' into 'm...Mike Greiling2019-01-106-11/+199
|\ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / / / |/| | | | | | | | |
| * | | | | | | | | Addressing feedback from most recent reviews.Scott Escue2019-01-104-50/+68
| * | | | | | | | | Fixing static analysis issuesScott Escue2019-01-103-7/+30
| * | | | | | | | | Removing the URL manipulation functions added to 'common_utils.js' in favor o...Scott Escue2019-01-102-72/+71
| * | | | | | | | | Updating OAuthRememberMe to use new common utility functions when manipulatin...Scott Escue2019-01-102-0/+6
| * | | | | | | | | Addressing peer review feedback.Scott Escue2019-01-103-0/+108
| * | | | | | | | | Preserve URL fragment across sign-in and sign-up redirectsScott Escue2019-01-101-0/+34
| | |_|_|_|_|_|/ / | |/| | | | | | |
* | | | | | | | | Use revision instead of build number for TC query.Willi Nesensohn2019-01-101-1/+1
* | | | | | | | | Remove backfill migration for legacy projectsToon Claes2019-01-101-1/+1
* | | | | | | | | Merge branch 'mr-rebase-failing-tests' into 'master'Filipa Lacerda2019-01-101-0/+24
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Correctly show rebase state in MR widgetPhil Hughes2019-01-101-0/+24
* | | | | | | | | | Discussion filters - ensured note links resolves to the right noteConstance Okoghenun2019-01-101-5/+41
| |_|_|_|_|_|_|/ / |/| | | | | | | |
* | | | | | | | | Merge branch '25043-empty-states' into 'master'Kushal Pandya2019-01-101-3/+41
|\ \ \ \ \ \ \ \ \