Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/spec
AgeCommit message (Collapse)Author
2018-01-15Run the code to be testedBalasankar "Balu" C
2018-01-15List available backups for restoreBalasankar "Balu" C
2018-01-01Add breadcrumbs to User Settings sub-viewsRob Watson
Closes #40274
2017-12-29Merge branch '41492-mr-comment-fix' into 'master'Sean McGivern
Fix links to old commits in merge request comments Closes #41492 See merge request gitlab-org/gitlab-ce!16152
2017-12-29Fix links to old commits in merge requestsJarka Kadlecová
2017-12-29Merge branch '20035-pause-resume-runners' into 'master'Grzegorz Bizon
Add pause/resume button to project runners Closes #20035 See merge request gitlab-org/gitlab-ce!16032
2017-12-29Merge branch 'gitaly-encoding-helpers' into 'master'Grzegorz Bizon
Move encoding methods to the more general EncodingHelper Closes gitaly#847 See merge request gitlab-org/gitlab-ce!16137
2017-12-28Move encoding methods to the more general EncodingHelperAlejandro Rodríguez
2017-12-28Merge branch '24347-dont-post-system-note-when-branch-creation-fails' into ↵Stan Hu
'master' Fix when branch creation fails don't post system note Closes #24347 See merge request gitlab-org/gitlab-ce!16142
2017-12-27Merge branch 'sh-make-kib-human' into 'master'Filipa Lacerda
Humanize the units of "Showing last X KiB of log" in job trace Closes #38613 See merge request gitlab-org/gitlab-ce!16147
2017-12-27Humanize the units of "Showing last X KiB of log" in job traceStan Hu
Closes #38613
2017-12-27Add pause/resume button to specific project runnersMario de la Ossa
2017-12-27Fix PostgreSQL implementation of migrationStan Hu
2017-12-27Fix migration for removing orphaned issues.moved_to_id values in MySQLStan Hu
According to https://dev.mysql.com/doc/refman/5.7/en/update.html, "You cannot update a table and select from the same table in a subquery." Attempting to do so results in the error: ``` Mysql2::Error: Table 'issues' is specified twice, both as a target for 'UPDATE' and as a separate source for data ``` Instead, we can use a LEFT JOIN on the same table to make MySQL do the right thing. Closes #41498
2017-12-26Fix when branch creation fails don't post system noteMateusz Bajorski
Closes #24347
2017-12-26Merge branch 'sh-handle-anonymous-clones-project-moved' into 'master'Grzegorz Bizon
Fix Error 500s with anonymous clones for a project that has moved Closes #41457 See merge request gitlab-org/gitlab-ce!16128
2017-12-25Merge branch 'sh-catch-invalid-uri-markdown' into 'master'Robert Speicher
Gracefully handle garbled URIs in Markdown Closes #41442 See merge request gitlab-org/gitlab-ce!16123
2017-12-25Disable redirect messages for anonymous clonesStan Hu
2017-12-25Fix Error 500s with anonymous clones for a project that has movedStan Hu
Closes #41457
2017-12-25Merge branch 'gitaly-remotes' into 'master'Dmitriy Zaporozhets
Incorporate Gitaly's RemoteService RPCs Closes gitaly#852 See merge request gitlab-org/gitlab-ce!16060
2017-12-24Gracefully handle orphaned write deploy keys in /internal/post_receiveStan Hu
On GitLab.com, there are write deploy keys with no associated users. Pushes with these deploy keys end with an Error 500 since we attempt to look up redirect message. If there is no user, don't attempt to display a redirect message. Closes #41466
2017-12-23Merge branch '36782-replace-team-user-role-with-add_role-user-in-specs' into ↵Rémy Coutable
'master' Resolve "Replace '.team << [user, role]' with 'add_role(user)' in specs" Closes #36782 See merge request gitlab-org/gitlab-ce!16069
2017-12-23Merge branch 'sh-disable-dev-shm' into 'master'Rémy Coutable
Disable /dev/shm in CI See merge request gitlab-org/gitlab-ce!16105
2017-12-23Gracefully handle garbled URIs in MarkdownStan Hu
There are certain inputs that look like valid URIs that are accepted by URI but not Addressable::URI. Handle the case where the latter fails. Closes #41442
2017-12-23Incorporate Gitaly's RemoteService RPCsAlejandro Rodríguez
2017-12-23Remove unused method `remote_exists?`Alejandro Rodríguez
2017-12-22Merge branch 'dm-diff-note-for-line-performance' into 'master'Robert Speicher
Improve performance of DiffDiscussion#truncated_diff_lines and DiffNote#diff_line by removing expensive diff position calculation and comparison Closes #41406 See merge request gitlab-org/gitlab-ce!16111
2017-12-22Extend Cluster Applications to allow installation of PrometheusMayra Cabrera
2017-12-22Merge branch 'dm-issue-move-transaction-error' into 'master'Robert Speicher
Execute project hooks and services after commit when moving an issue Closes #41324 See merge request gitlab-org/gitlab-ce!16108
2017-12-22Improve performance of DiffDiscussion#truncated_diff_lines and ↵Douwe Maan
DiffNote#diff_line by removing expensive diff position calculation and comparison
2017-12-22Merge branch '38893-banzai-upload-filter-relative-urls' into 'master'Douwe Maan
Use relative URLs when linking to uploaded files Closes #38893 See merge request gitlab-org/gitlab-ce!15751
2017-12-22Execute project hooks and services after commit when moving an issueDouwe Maan
2017-12-22Use relative URLs when linking to uploaded filesNick Thomas
2017-12-22Use gitlab-stylesRémy Coutable
Signed-off-by: Rémy Coutable <remy@rymai.me>
2017-12-22Make webpack fail for missing exportsWinnie Hellmann
2017-12-22Merge branch 'jivl-general-icons-2' into 'master'Tim Zallmann
Replace the download, fork and resolve discussion in a new issue icons See merge request gitlab-org/gitlab-ce!15436
2017-12-22Disable /dev/shm in CIStan Hu
According to the Chrome source code (https://chromium.googlesource.com/chromium/src/base/+/master/base_switches.cc#120): The /dev/shm partition is too small in certain VM environments, causing Chrome to fail or crash (see http://crbug.com/715363). Use this flag to work-around this issue (a temporary directory will always be used to create anonymous shared memory files). Addresses gitlab-org/gitlab-ee#4252 but doesn't appear to cure it completely.
2017-12-22Replace '.team << [user, role]' with 'add_role(user)' in specsblackst0ne
2017-12-21Merge branch '33609-hide-pagination' into 'master'Clement Ho
Do not show Vue pagination if only one page Closes #33609 See merge request gitlab-org/gitlab-ce!15999
2017-12-21Merge branch 'jprovazn-search' into 'master'Yorick Peterse
Skip projects filter on merge requests search See merge request gitlab-org/gitlab-ce!15955
2017-12-21Do not show Vue pagination if only one pageMario de la Ossa
2017-12-21Merge branch 'pawel/reduce_cardinality_of_prometheus_metrics' into 'master'Douwe Maan
Reduce cardinality of some of GitLab's Prometheus metrics and fix observed duration reporting. Closes #41045 See merge request gitlab-org/gitlab-ce!15881
2017-12-21Merge branch 'bvl-patch-mr-serializer' into 'master'Douwe Maan
Fall back to the `MergeRequestWidgetEntity` Closes #41296 See merge request gitlab-org/gitlab-ce!16074
2017-12-21Resolve "Decouple multi-file editor from file list"Tim Zallmann
2017-12-21Skip projects filter on merge requests searchJan Provaznik
When searching for merge requests, an additional subquery is added which by default filters only merge requests which belong to source or target project user has permission for. This filter is not needed because more restrictive filter which checks if user has permission for target project is used in the query. So unless a custom projects filter is used by user, it's possible to skip the default projects filter and speed up the final query. Related to #40540
2017-12-21Fall back to the `MergeRequestWidgetEntity`Bob Van Landuyt
When no serializer was passed.
2017-12-21LDAP extern_uids are not normalized when updated via APIFrancisco Javier López
2017-12-21Merge branch '40063-markdown-editor-improvements' into 'master'Filipa Lacerda
Hide toolbar in markdown preview mode Closes #40063 See merge request gitlab-org/gitlab-ce!15994
2017-12-21Merge branch '38356-add-last_commit_sha-to-the-commit-api' into 'master'Douwe Maan
Add new last_commit_id param for create commit endpoint Closes #38356 See merge request gitlab-org/gitlab-ce!15922
2017-12-21Merge branch '36958-enable-ordering-projects-subgroups-by-name' into 'master'Rémy Coutable
Enables ordering groups and their children by name in the web interface Closes #24962 et #36958 See merge request gitlab-org/gitlab-ce!16045