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
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
2017-03-27Add routing specs for environment foldersGrzegorz Bizon
2017-03-07Implement OpenID Connect identity providerMarkus Koller
2017-03-06Use native unicode emojisEric Eastwood
- gl_emoji for falling back to image/css-sprite when the browser doesn't support an emoji - Markdown rendering (Banzai filter) - Autocomplete - Award emoji menu - Perceived perf - Immediate response because we now build client-side - Update `digests.json` generation in gemojione rake task to be more useful and include `unicodeVersion` MR: !9437 See issues - #26371 - #27250 - #22474
2017-03-01Remove query parameters from notes polling endpoint to make caching easierAdam Niedzielski
2017-02-03Merge branch 'master' into jej-pages-picked-from-eeJames Edwards-Jones