Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | phil said this is good - no need to dynamically update since this is a ↵pipeline_index_mini_graph_fix | Regis | 2017-01-15 | 1 | -49/+7 |
| | | | | static page for now | ||||
* | works in browsers without sourceCapabilities API | Regis | 2017-01-15 | 1 | -1/+4 |
| | |||||
* | update commented documentation to reflect new changes | Regis | 2017-01-15 | 1 | -2/+3 |
| | |||||
* | Merge branch 'master' into pipeline_index_mini_graph_fix | Regis | 2017-01-15 | 1 | -1/+1 |
|\ | |||||
| * | Merge branch '26698-fix-master' into 'master' | Rémy Coutable | 2017-01-15 | 1 | -1/+1 |
| |\ | | | | | | | | | | | | | | | | | | | Remove trailing whitespace Closes #26698 See merge request !8581 | ||||
| | * | Remove trailing whitespace | Rémy Coutable | 2017-01-15 | 1 | -1/+1 |
| | | | | | | | | | | | | Signed-off-by: Rémy Coutable <remy@rymai.me> | ||||
* | | | fix clicking url bar, browser UI, dev tools collapsing the mini_graph | Regis | 2017-01-15 | 1 | -1/+3 |
| | | | |||||
* | | | fix UI without Promise or timeOut/interval | Regis | 2017-01-15 | 1 | -2/+9 |
| | | | |||||
* | | | fix UI behaviour | Regis | 2017-01-15 | 1 | -1/+1 |
| | | | |||||
* | | | Merge branch 'master' into pipeline_index_mini_graph_fix | Regis | 2017-01-15 | 245 | -2922/+8355 |
|\ \ \ | |/ / | |||||
| * | | Merge branch 'pipelines_missing_pagination' into 'master' | Fatih Acet | 2017-01-15 | 4 | -10/+19 |
| |\ \ | | | | | | | | | | | | | | | | | fix pagination component handling different header styles from different server proxies See merge request !8569 | ||||
| | * | | change how pagination component is loadedpipelines_missing_pagination | Regis | 2017-01-15 | 3 | -2/+1 |
| | | | | |||||
| | * | | fix pagination component handling different header styles from different ↵ | Regis | 2017-01-13 | 1 | -8/+18 |
| | | | | | | | | | | | | | | | | server proxies | ||||
| * | | | Merge branch 'allow_plus_sign_for_snippets' into 'master' | Rémy Coutable | 2017-01-15 | 3 | -2/+20 |
| |\ \ \ | | |_|/ | |/| | | | | | | | | | | | | | | | | | | Allow to use '+' symbol in filenames Closes #22859 See merge request !6644 | ||||
| | * | | Allow to use + symbol in filenames | blackst0ne | 2017-01-15 | 3 | -2/+20 |
| | | | | |||||
| * | | | Merge branch 'class-name-to-string' into 'master' | Rémy Coutable | 2017-01-15 | 2 | -3/+3 |
| |\ \ \ | | |/ / | |/| | | | | | | | | | | Use string for class_name option for lazy autoload class See merge request !8580 | ||||
| | * | | Use string for class_name option for lazy autoload class | Semyon Pupkov | 2017-01-15 | 2 | -3/+3 |
| | | | | | | | | | | | | | | | | | | | | Passing constant into this option is deprecated in Rails 5.2 https://github.com/rails/rails/commit/8312a0d22212798864f142b5a94805e0baa6c562 | ||||
| * | | | Merge branch 'patch-1' into 'master' | Rémy Coutable | 2017-01-15 | 1 | -1/+10 |
| |\ \ \ | | | | | | | | | | | | | | | | | | | | | existing folders and existing repos should not use the same set of instructions … See merge request !3446 | ||||
| | * | | | existing folders and existing repos should not use the same set of ↵ | keen99 | 2016-03-29 | 1 | -1/+10 |
| | | | | | | | | | | | | | | | | | | | | instructions - pushing an existing repo into gitlab using the previous instructions would result in loss (at the gitlab remote end) of exist branches and tags. so lets push those! | ||||
| * | | | | Merge branch 'patch-2' into 'master' | Rémy Coutable | 2017-01-15 | 1 | -1/+1 |
| |\ \ \ \ | | |_|/ / | |/| | | | | | | | | | | | | | use plain shell See merge request !3509 | ||||
| | * | | | use plain shell | Elan Ruusamäe | 2016-04-03 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | no bashism detected here | ||||
| * | | | | Merge branch 'bug/project-feature-compatibility' into 'master' | Douwe Maan | 2017-01-14 | 2 | -1/+6 |
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Mutate the attribute instead of issuing a write operation to the DB in `ProjectFeaturesCompatibility` concern. Closes gitlab-ee#1520 See merge request !8552 | ||||
| | * | | | | Mutate the attribute instead of issuing a write operation to the DBbug/project-feature-compatibility | Gabriel Mazetto | 2017-01-12 | 2 | -1/+6 |
| | | | | | | | | | | | | | | | | | | | | | | | | This fixes gitlab-org/gitlab-ee#1520 | ||||
| * | | | | | Merge branch ↵ | Douwe Maan | 2017-01-14 | 2 | -5/+2 |
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | '25018-gitlab-checks-changeaccess-looks-for-user-permissions-that-don-t-exist' into 'master' Resolve "`Gitlab::Checks::ChangeAccess` looks for user permissions that don't exist" Closes #25018 See merge request !8551 | ||||
| | * | | | | | Remove useless permission checks in Gitlab::Checks::ChangeAccess25018-gitlab-checks-changeaccess-looks-for-user-permissions-that-don-t-exist | Rémy Coutable | 2017-01-12 | 2 | -5/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Rémy Coutable <remy@rymai.me> | ||||
| * | | | | | | Merge branch '26587-metrics-middleware-endpoint-is-nil' into 'master' | Yorick Peterse | 2017-01-14 | 3 | -4/+26 |
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Resolve "Metrics middleware: endpoint is nil" Closes #26587 See merge request !8544 | ||||
| | * | | | | | | Check for env[Grape::Env::GRAPE_ROUTING_ARGS] instead of endpoint.route26587-metrics-middleware-endpoint-is-nil | Rémy Coutable | 2017-01-12 | 3 | -4/+26 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | `endpoint.route` is calling `env[Grape::Env::GRAPE_ROUTING_ARGS][:route_info]` but `env[Grape::Env::GRAPE_ROUTING_ARGS]` is `nil` in the case of a 405 response Signed-off-by: Rémy Coutable <remy@rymai.me> | ||||
| * | | | | | | | Merge branch 'fix-build-sort-order' into 'master' | Robert Speicher | 2017-01-13 | 4 | -1/+30 |
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Resolve "Sort order for pipeline build lists doesn't properly handle numbers" Closes #25428 See merge request !8277 | ||||
| | * | | | | | | | revise sortable_name test formatting | Mike Greiling | 2017-01-13 | 1 | -4/+1 |
| | | | | | | | | | |||||
| | * | | | | | | | prefer unit test on model over view testfix-build-sort-order | Mike Greiling | 2017-01-02 | 2 | -35/+22 |
| | | | | | | | | | |||||
| | * | | | | | | | rename sort method | Mike Greiling | 2017-01-02 | 2 | -2/+2 |
| | | | | | | | | | |||||
| | * | | | | | | | add CHANGELOG.md entry for !8277 | Mike Greiling | 2017-01-02 | 1 | -0/+4 |
| | | | | | | | | | |||||
| | * | | | | | | | add tests for natural sorting of build names | Mike Greiling | 2017-01-02 | 1 | -0/+35 |
| | | | | | | | | | |||||
| | * | | | | | | | add natural sorting token for build names | Mike Greiling | 2017-01-02 | 2 | -1/+7 |
| | | | | | | | | | |||||
| * | | | | | | | | Merge branch 'fix-single-team-specs' into 'master' | Robert Speicher | 2017-01-13 | 2 | -8/+88 |
| |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Improve single mattermost team select disabled state See merge request !8276 | ||||
| | * | | | | | | | | Improve disabled state selectfix-single-team-specs | Luke "Jared" Bennett | 2017-01-13 | 2 | -8/+88 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add tests | ||||
| * | | | | | | | | | Merge branch 'fix/merge-separate-build-spec-files' into 'master' | Robert Speicher | 2017-01-13 | 2 | -1341/+1275 |
| |\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge separate build spec files into one in correct location Closes #24579 See merge request !8564 | ||||
| | * | | | | | | | | | Fix Rubocop offense in build specsfix/merge-separate-build-spec-files | Grzegorz Bizon | 2017-01-13 | 1 | -1/+0 |
| | | | | | | | | | | | |||||
| | * | | | | | | | | | Remove empty build spec file from invalid location | Grzegorz Bizon | 2017-01-13 | 1 | -6/+0 |
| | | | | | | | | | | | |||||
| | * | | | | | | | | | Merge build specs into file that has valid location | Grzegorz Bizon | 2017-01-13 | 2 | -1335/+1276 |
| | | |_|_|_|_|_|_|/ | | |/| | | | | | | | |||||
| * | | | | | | | | | Merge branch 'fix/serialized-commit-path' into 'master' | Rémy Coutable | 2017-01-13 | 3 | -4/+10 |
| |\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Update commit entity to point to valid commit page Closes #26624 See merge request !8558 | ||||
| | * | | | | | | | | | Add Changelog for commit links fix on pipelines pagefix/serialized-commit-path | Grzegorz Bizon | 2017-01-13 | 1 | -0/+4 |
| | | | | | | | | | | | |||||
| | * | | | | | | | | | Update commit entity to point to valid commit page | Grzegorz Bizon | 2017-01-13 | 2 | -4/+6 |
| | |/ / / / / / / / | |||||
| * | | | | | | | | | Merge branch 'zj-fix-broken-link-docs' into 'master' | Robert Speicher | 2017-01-13 | 1 | -1/+1 |
| |\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix broken link in docs Closes #26544 [ci skip] See merge request !8529 | ||||
| | * | | | | | | | | | Fix broken link in docszj-fix-broken-link-docs | Z.J. van de Weg | 2017-01-11 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ci skip] | ||||
| * | | | | | | | | | | Merge branch 'env-var-in-redis-config' into 'master' | Rémy Coutable | 2017-01-13 | 5 | -2/+28 |
| |\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Allow to use ENV variables in redis config See merge request !8073 | ||||
| | * | | | | | | | | | | Allow to use ENV variables in redis config | Semyon Pupkov | 2017-01-13 | 5 | -2/+28 |
| | | | | | | | | | | | | |||||
| * | | | | | | | | | | | Merge branch 'milestone-issuable-labels-spacing' into 'master' | Annabel Dunstone Gray | 2017-01-13 | 1 | -0/+4 |
| |\ \ \ \ \ \ \ \ \ \ \ | | |_|_|/ / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixed spacing of labels in issuable row on milestone#show See merge request !8563 | ||||
| | * | | | | | | | | | | Fixed spacing of labels in issuable row on milestone#show | Phil Hughes | 2017-01-13 | 1 | -0/+4 |
| |/ / / / / / / / / / | |||||
| * | | | | | | | | | | Merge branch 'fix-ruby21-milestone-api-specs' into 'master' | Sean McGivern | 2017-01-13 | 1 | -3/+5 |
| |\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix milestone API specs in Ruby 2.1 See merge request !8555 |