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 (Expand)Author
2019-06-26Remove deprecated /u/:username routesDmitriy Zaporozhets
2018-10-13Remove Koding integration and documentationStan Hu
2018-05-31Export assigned issues in iCalendar feedImre Farkas
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
2017-11-08Merge branch 'feature-change-signout-route' into 'master'Douwe Maan
2017-11-07Free up `avatar`, `group_members` and `milestones` as pathsBob Van Landuyt
2017-11-07Updates tests to reflect sign_out route changeJoe Marty
2017-11-02Remove Private Token from User Settings > AccountDouwe Maan
2017-10-22Backport EE changes to group routesValery Sizov
2017-06-14Correct RSpec/SingleLineHook cop offensesRobert Speicher
2017-05-24user can reset his rss token on the account pageAlexis Reigel
2017-05-18Enable the RSpec/EmptyExampleGroup copRémy Coutable
2016-11-23Add nested groups support to the routingDmitriy Zaporozhets
2016-11-21Fix 500 error when group name ends with gitDmitriy Zaporozhets
2016-11-21Fix 404 on some group pages when name contains dotDmitriy Zaporozhets
2016-11-08Fix routing spec for group controllerDmitriy Zaporozhets
2016-10-17Merge branch 'dz-rename-user-routes' into 'master'Robert Speicher
2016-10-16Fix 404 when group path has dot in the nameDmitriy Zaporozhets
2016-10-13Update users routing specDmitriy Zaporozhets
2016-10-10Catch any undefined API routing and return 400 Bad RequestDmitriy Zaporozhets
2016-10-06Update user routing spec after constrainer logic changedDmitriy Zaporozhets
2016-10-06Change user & group landing page routing from /u/:name & /groups/:name to /:nameDmitriy Zaporozhets
2016-08-26Fix markdown help referencesClement Ho
2016-08-19Support integration with Koding (online IDE)Gokmen Goksel
2016-07-26Clean up unused routesJosef Strzibny
2016-07-19Fix help page paths to make sure shortcuts and the UI help page work.Connor Shea
2016-07-12Fix failing tests.Connor Shea
2016-07-01Enable Style/EmptyLines cop, remove redundant onesGrzegorz Bizon
2016-05-13Merge branch 'health-check-route'Douwe Maan
2016-05-11Add tests for the health check featureDJ Mountney
2016-05-08Add specs for user routing and update spec for user controllerLong Nguyen
2016-05-08user routings refactorLong Nguyen
2016-05-05Remove unused code, update spec, and update changelogLong Nguyen
2016-03-04Remove `Profile::KeysController#new` actionRobert Speicher
2015-09-08Move partial to right place and fix tests.Douwe Maan
2015-07-06Audit log for user authenticationValery Sizov
2015-06-22Fix Style/TrailingBlankLines cop violationsRobert Speicher
2015-06-14Add RootControllerRobert Speicher
2015-06-14Add Profiles::PreferencesControllerRobert Speicher
2015-04-22Fix snippet testDmitriy Zaporozhets
2015-04-15Loosen help page parameter constraints for categoryRobert Speicher
2015-04-15Add constraints to help#show route parametersRobert Speicher
2015-04-15Revert "Fix and improve help rendering"Robert Speicher
2015-04-03Fix and improve help renderingSullivan SENECHAL
2015-02-12Updated rspec to rspec 3.x syntaxJeroen van Baarsen
2014-06-09Fix for the broken routing specsJeroen van Baarsen
2014-05-29Fix routing tests.Marin Jankovski
2014-04-15Fixes to group route tests, thanks DZGitLab
2014-04-13Add short path route for groups.GitLab