summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Remove commented requires in performance_bar.scss33910-improve-perf-bar-ui-and-behaviorRémy Coutable2017-07-051-3/+0
* Use performance_bar_enabled? instead of peek_enabled?Rémy Coutable2017-07-052-3/+3
* Add PerformanceBarHelperRémy Coutable2017-07-051-0/+7
* Address Bryce's feedbackRémy Coutable2017-07-051-20/+19
* Enable the performance bar by default on devRémy Coutable2017-07-052-18/+21
* Improve JS and CSS of the performance bar according to reviewRémy Coutable2017-07-054-74/+90
* Improve & fix the performance bar UI and behaviorRémy Coutable2017-07-0514-38/+135
* Merge branch '32408-enable-disable-all-restricted-visibility-levels' into 'ma...Douwe Maan2017-07-055-5/+26
|\
| * Allow admin to disable all restricted visibility levels32408-enable-disable-all-restricted-visibility-levelsTiago Botelho2017-07-055-5/+26
* | Merge branch '32408-allow-creation-of-files-and-dirs-with-spaces-in-web-ui' i...Douwe Maan2017-07-059-40/+16
|\ \
| * | Removes file_name_regex from Gitlab::Regex32408-allow-creation-of-files-and-dirs-with-spaces-in-web-uiTiago Botelho2017-07-059-63/+6
| * | Allow creation of files and directories with spaces in web UITiago Botelho2017-07-055-2/+35
| |/
* | Merge branch 'gitignore-.rspec' into 'master'Robert Speicher2017-07-052-2/+1
|\ \
| * | Allow developers to have custom rspec output settingsJacob Vosmaer2017-06-302-2/+1
| |/
* | Merge branch 'enable-a-few-rubocop-rspec-cops' into 'master'Robert Speicher2017-07-055-20/+20
|\ \
| * | Disable RSpec/BeforeAfterAll and enable RSpec/ImplicitExpect copsenable-a-few-rubocop-rspec-copsRémy Coutable2017-06-305-20/+20
* | | Merge branch 'dm-project-path-helpers-try-2' into 'master'Sean McGivern2017-07-05669-2404/+2185
|\ \ \
| * | | Add ProjectPathHelper copDouwe Maan2017-07-053-0/+93
| * | | Create and use project path helpers that only need a project, no namespaceDouwe Maan2017-07-05666-2404/+2092
* | | | Merge CHANGELOG.md updates from 9.3.5James Edwards-Jones2017-07-056-21/+8
|\ \ \ \
| * | | | Update CHANGELOG.md for 9.3.5James Edwards-Jones2017-07-056-21/+8
* | | | | Merge branch 'remove-more-iifes' into 'master'Clement Ho2017-07-0515-785/+763
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Remove IIFEs around several javascript classesMike Greiling2017-07-0515-785/+763
|/ / / /
* | | | Merge branch 'sh-disable-flipper-midddlware-tests' into 'master'Rémy Coutable2017-07-051-2/+4
|\ \ \ \ | |/ / / |/| | |
| * | | Disable Flipper memoizer in tests to avoid transient failuressh-disable-flipper-midddlware-testsStan Hu2017-07-051-2/+4
* | | | Merge branch 'environments-realtime' into 'master'Phil Hughes2017-07-054-34/+45
|\ \ \ \
| * | | | Handles realtime with 2 states for environments tableFilipa Lacerda2017-07-054-34/+45
|/ / / /
* | | | Merge branch 'revert-6df61942' into 'master'Douwe Maan2017-07-0512-258/+4
|\ \ \ \
| * | | | Revert "Merge branch '18000-remember-me-for-oauth-login' into 'master'"revert-6df61942Sean McGivern2017-07-0512-258/+4
* | | | | Merge branch '34578-sidebar-padding' into 'master'Phil Hughes2017-07-053-2/+9
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | fix sidebar padding for full-width items (Time Tracking help)34578-sidebar-paddingSimon Knox2017-07-053-2/+9
| |/ / /
* | | | Merge branch '23036-replace-snippets-spinach' into 'master'Rémy Coutable2017-07-0511-207/+57
|\ \ \ \
| * | | | Replace 'snippets/snippets.feature' spinach with rspecAlexander Randa2017-07-0511-207/+57
* | | | | Merge branch '32838-admin-panel-spacing' into 'master'Annabel Dunstone Gray2017-07-053-161/+179
|\ \ \ \ \
| * | | | | 32838 Add wells to admin dashboard overview to fix spacing problems32838-admin-panel-spacingtauriedavis2017-06-283-161/+179
* | | | | | Merge branch '33580-fix-api-scoping' into 'master'Douwe Maan2017-07-0515-41/+291
|\ \ \ \ \ \
| * | | | | | Fix build for !12300.Timothy Andrew2017-07-051-14/+35
| * | | | | | Merge branch 'master' into '33580-fix-api-scoping'Douwe Maan2017-07-04522-5990/+16017
| |\ \ \ \ \ \
| * | | | | | | `AccessTokenValidationService` accepts `String` or `API::Scope` scopes.Timothy Andrew2017-06-304-9/+15
| * | | | | | | Extract a `Gitlab::Scope` class.Timothy Andrew2017-06-295-24/+42
| * | | | | | | Implement review comments from @DouweM for !12300.Timothy Andrew2017-06-284-14/+28
| * | | | | | | Implement review comments from @dbalexandre for !12300.Timothy Andrew2017-06-283-22/+18
| * | | | | | | Fix remaining spec failures for !12300.Timothy Andrew2017-06-286-16/+15
| * | | | | | | Add CHANGELOG entry for CE MR 12300Timothy Andrew2017-06-281-0/+4
| * | | | | | | Test OAuth token scope verification in the `API::Users` endpointTimothy Andrew2017-06-283-14/+71
| * | | | | | | When verifying scopes, manually include scopes from `API::API`.Timothy Andrew2017-06-282-10/+23
| * | | | | | | Test `/users` endpoints for the `read_user` scope.Timothy Andrew2017-06-284-34/+78
| * | | | | | | Allow API scope declarations to be applied conditionally.Timothy Andrew2017-06-286-16/+54
| * | | | | | | Initial attempt at refactoring API scope declarations.Timothy Andrew2017-06-288-20/+63
* | | | | | | | Merge branch '18000-remember-me-for-oauth-login' into 'master'Sean McGivern2017-07-0512-4/+258
|\ \ \ \ \ \ \ \