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
AgeCommit message (Collapse)Author
2019-03-15Fix spec for routes to the GraphqlControllerBrett Walker
2019-03-14Security Dashboard as default view for groupsGilbert Roulot
Add a supporting code to separate groups#show and groups#details which is required for the proper implementation of the Group Overview content and Security Dashboard option for it
2019-02-13Improve the GitHub and Gitea import feature table interfaceLuke Bennett
These are backend changes. Use Vue for the import feature UI for "githubish" providers (GitHub and Gitea). Add "Go to project" button after a successful import. Use CI-style status icons and improve spacing of the table and its component. Adds ETag polling to the github and gitea import jobs endpoint.
2019-01-22Add ability to resolve project id into pathDmitriy Zaporozhets
By visiting `projects/:id` you will be redirected to project page with path in it. projects/123 => foo/bar Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2018-12-03Revert "Resolve "[Rails5] `ActionView::MissingTemplate` in ↵Douwe Maan
spec/features/projects/wiki/user_views_wiki_page_spec.rb"" This reverts commit 1292b99b742fd83438b011d3082662d354b3330e.
2018-10-13Remove Koding integration and documentationStan Hu
This integration no longer works and does not appear to be supported. Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/39697
2018-10-05Resolve "Drop down filter for project snippets"Fabian Schneider
2018-09-20Fix SpaceBeforeFirstArg copSemyon Pupkov
2018-08-24[master] Missing CSRF in System Hooks resend actionFrancisco Javier López
2018-07-27Spec instance statisticsBob Van Landuyt
2018-07-27Revert "Merge branch '41416-making-instance-wide-data-tools-more-accessible' ↵Sean McGivern
into 'master'" This reverts merge request !20679
2018-07-27Merge branch '41416-making-instance-wide-data-tools-more-accessible' into ↵Sean McGivern
'master' Resolve "Making instance-wide data tools more accessible" Closes #41416 and #48507 See merge request gitlab-org/gitlab-ce!20679
2018-07-27Spec instance statisticsBob Van Landuyt
2018-07-23Changing the hook test action to use POSTFrancisco Javier López
2018-06-12Resolve "[Rails5] `ActionView::MissingTemplate` in ↵blackst0ne
spec/features/projects/wiki/user_views_wiki_page_spec.rb"
2018-06-06Initial setup GraphQL using graphql-ruby 1.8Bob Van Landuyt
- All definitions have been replaced by classes: http://graphql-ruby.org/schema/class_based_api.html - Authorization & Presentation have been refactored to work in the class based system - Loaders have been replaced by resolvers - Times are now coersed as ISO 8601
2018-05-31Export assigned issues in iCalendar feedImre Farkas
2018-04-06Add new repository archive routeJames Ramsay
Repository archives are always named `<project>-<ref>-<sha>` even if the ref is a commit. A consequence of always including the sha even for tags is that packaging a release is more difficult because both the ref and sha must be known by the packager. - add `<project>/-/archive/<ref>/<filename>.<format>` route using the `-` separator to prevent namespace collisions. If the filename is `<project>-<ref>` or the ref is a sha, the sha will be omitted, otherwise the default filename will be used. - deprecate previous archive route `repository/<ref>/archive`
2018-03-08[CE] Add Naming/FileName rule checking expected class/module per filenameGabriel Mazetto
2018-02-22Fix user feature specs that were hardcoding 'user1'Rémy Coutable
Signed-off-by: Rémy Coutable <remy@rymai.me>
2017-11-16Don't add a trailing slash in group redirectsSean McGivern
Because we ignored the format, a request to `/groups/foo/labels.json` would redirect to `/groups/foo/-/labels/.json`. But really, it's worse than that, because unless the request contained a trailing slash, we shouldn't add one. Now, we only _keep_ a trailing slash, but don't _add_ one.
2017-11-08Merge branch 'feature-change-signout-route' into 'master'Douwe Maan
Change Sign Out route from a DELETE to a GET Closes #39708 See merge request gitlab-org/gitlab-ce!15231
2017-11-07Check redirecting with a querystringBob Van Landuyt
2017-11-07Free up some group reserved wordsBob Van Landuyt
2017-11-07Free up `avatar`, `group_members` and `milestones` as pathsBob Van Landuyt
2017-11-07Free up `labels` as a group nameBob Van Landuyt
2017-11-07Updates tests to reflect sign_out route changeJoe Marty
- Also remove sign_out DELETE route from read-only whitelist routes
2017-11-02Remove Private Token from User Settings > AccountDouwe Maan
2017-10-31Allow promoting project milestones to group milestonesFelipe Artur
2017-10-22Backport EE changes to group routesValery Sizov
2017-08-03fix #3686 make tarball download url to end with extensionhaseeb
2017-08-03Change all `:empty_project` to `:project`Robert Speicher
2017-07-27Remove superfluous lib: true, type: redis, service: true, models: true, ↵Rémy Coutable
services: true, no_db: true, api: true Signed-off-by: Rémy Coutable <remy@rymai.me>
2017-07-27Remove superfluous type defs in specsKeifer Furzland
Signed-off-by: Rémy Coutable <remy@rymai.me>
2017-07-19Fix docker tag reference routing constraintsGrzegorz Bizon
2017-06-29Split up MergeRequestsControllerDouwe Maan
2017-06-14Correct RSpec/SingleLineHook cop offensesRobert Speicher
2017-06-02Implement ability to update deploy keysAlexander Randa
2017-05-25Merge branch '17848-web-hook-logging' into 'master'Dmitriy Zaporozhets
Implement Web Hooks calls logging Closes #17848 See merge request !11027
2017-05-25Implement web hooks loggingAlexander Randa
* implemented logging of project and system web hooks * implemented UI for user area (project hooks) * implemented UI for admin area (system hooks) * implemented retry of logged webhook * NOT imeplemented log remover
2017-05-24user can reset his rss token on the account pageAlexis Reigel
2017-05-24Fix ambiguous routing issues by teaching router about reserved wordsDouwe Maan
2017-05-19Merge branch '32536-mr-widget-performance-improvements' into 'master'Fatih Acet
Load improvements related to MR widget See merge request !11518
2017-05-19Remove routeOswaldo Ferreira
2017-05-18Enable the RSpec/EmptyExampleGroup copRémy Coutable
Signed-off-by: Rémy Coutable <remy@rymai.me>
2017-05-05Redirect from redirect routes to canonical routesMichael Kozono
2017-05-02Merge branch '19364-webhook-edit' into 'master' Dmitriy Zaporozhets
Implement ability to update hooks Closes #19364 See merge request !10816
2017-04-28Implement ability to update hooksAlexander Randa
2017-04-26Enable RSpec/FilePath copSean McGivern
- Ignore JS fixtures - Ignore qa directory - Rewrite concern specs to put concern name first
2017-04-18Remove format from end of URL for URLs that take a ref or pathDouwe Maan