Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove executable permissions on images to make docs lint happysh-remove-ux-chmod-permissions | Stan Hu | 2017-10-07 | 11 | -0/+0 |
| | | | | [ci skip] | ||||
* | Merge branch 'cleanup_old_nav_stuff' into 'master' | Filipa Lacerda | 2017-10-07 | 24 | -932/+501 |
|\ | | | | | | | | | Remove old navigation CSS See merge request gitlab-org/gitlab-ce!14573 | ||||
| * | Fix dropdown header alignment; empty navbar positioningcleanup_old_nav_stuff | Annabel Dunstone Gray | 2017-10-07 | 2 | -18/+18 |
| | | |||||
| * | Specify gitlab nav | Annabel Dunstone Gray | 2017-10-06 | 2 | -6/+6 |
| | | |||||
| * | Finish combining nav styles | Annabel Dunstone Gray | 2017-10-06 | 6 | -479/+414 |
| | | |||||
| * | Remove unnecessary test | kushalpandya | 2017-10-06 | 1 | -6/+0 |
| | | |||||
| * | Fix specs | Annabel Dunstone Gray | 2017-10-06 | 2 | -0/+6 |
| | | |||||
| * | Conflict fixes | Annabel Dunstone Gray | 2017-10-06 | 1 | -4/+4 |
| | | |||||
| * | Start moving new nav styles into header.scss | Annabel Dunstone Gray | 2017-10-06 | 13 | -268/+76 |
| | | |||||
| * | Fixes | Annabel Dunstone Gray | 2017-10-06 | 5 | -129/+130 |
| | | |||||
| * | Fix scrolling tabs | Annabel Dunstone Gray | 2017-10-06 | 2 | -0/+8 |
| | | |||||
| * | Remove nav images; remove old nav styles; create new file for other ↵ | Annabel Dunstone Gray | 2017-10-06 | 10 | -526/+343 |
| | | | | | | | | navigation elements | ||||
* | | Merge branch 'patch-28' into 'master' | Douwe Maan | 2017-10-07 | 1 | -2/+2 |
|\ \ | | | | | | | | | | | | | Fix LDAP config key name See merge request gitlab-org/gitlab-ce!14739 | ||||
| * | | Fix LDAP config key name | Michael Kozono | 2017-10-06 | 1 | -2/+2 |
| |/ | |||||
* | | Merge branch 'tc-geo-read-only-idea' into 'master' | Douwe Maan | 2017-10-07 | 34 | -86/+546 |
|\ \ | | | | | | | | | | | | | | | | | | | Create idea of read-only database Closes #37534 See merge request gitlab-org/gitlab-ce!14688 | ||||
| * | | Create idea of read-only databasetc-geo-read-only-idea | Toon Claes | 2017-10-06 | 34 | -86/+546 |
| |/ | | | | | | | | | | | | | | | | | | | | | | | In GitLab EE, a GitLab instance can be read-only (e.g. when it's a Geo secondary node). But in GitLab CE it also might be useful to have the "read-only" idea around. So port it back to GitLab CE. Also having the principle of read-only in GitLab CE would hopefully lead to less errors introduced, doing write operations when there aren't allowed for read-only calls. Closes gitlab-org/gitlab-ce#37534. | ||||
* | | Merge branch 'bvl-fork-network-schema' into 'master' | Douwe Maan | 2017-10-07 | 80 | -260/+1368 |
|\ \ | | | | | | | | | | | | | | | | | | | Create merge requests across a fork network Closes #20097 See merge request gitlab-org/gitlab-ce!14422 | ||||
| * | | Add a spec for editing a file when a project was already forked | Bob Van Landuyt | 2017-10-07 | 1 | -1/+31 |
| | | | |||||
| * | | Show fork information on the project panel | Bob Van Landuyt | 2017-10-07 | 3 | -6/+135 |
| | | | |||||
| * | | Store the name of a project that's a root of a fork network | Bob Van Landuyt | 2017-10-07 | 2 | -0/+20 |
| | | | | | | | | | | | | So we can keep showing it to a user in his project page. | ||||
| * | | Find forks within users/namespaces using fork memberships | Bob Van Landuyt | 2017-10-07 | 8 | -10/+70 |
| | | | |||||
| * | | Remove membership from fork network when unlinking | Bob Van Landuyt | 2017-10-07 | 2 | -8/+23 |
| | | | |||||
| * | | Add a migration to populate fork networks | Bob Van Landuyt | 2017-10-07 | 5 | -0/+346 |
| | | | | | | | | | | | | This uses the existing ForkedProjectLinks | ||||
| * | | Add a project forks spec helper | Bob Van Landuyt | 2017-10-07 | 47 | -225/+308 |
| | | | | | | | | | | | | | | | The helper creates a fork of a project with all provided attributes, but skipping the creation of the repository on disk. | ||||
| * | | Find branches in all projects in the fork network | Bob Van Landuyt | 2017-10-07 | 3 | -3/+25 |
| | | | |||||
| * | | Allow creating merge requests across forks of a project | Bob Van Landuyt | 2017-10-07 | 13 | -28/+230 |
| | | | |||||
| * | | Create a fork network when forking a project | Bob Van Landuyt | 2017-10-07 | 9 | -6/+160 |
| | | | | | | | | | | | | | | | When no fork network exists for the source projects, we create a new one with the correct source | ||||
| * | | Add a model for `fork_networks` | Bob Van Landuyt | 2017-10-07 | 5 | -0/+47 |
|/ / | | | | | | | | | The fork network will keep track of the root project as long as it's present. | ||||
* | | Merge branch '37970-ci-sections-tracking' into 'master' | Kamil Trzciński | 2017-10-07 | 31 | -3/+603 |
|\ \ | | | | | | | | | | | | | | | | | | | Add CI build trace sections extractor Closes #37970 See merge request gitlab-org/gitlab-ce!14511 | ||||
| * \ | Merge branch 'master' into '37970-ci-sections-tracking' | Kamil Trzciński | 2017-10-07 | 538 | -2841/+13262 |
| |\ \ | |/ / |/| | | | | | # Conflicts: # db/schema.rb | ||||
* | | | Merge branch 'issue_35873' into 'master' | Jacob Schatz | 2017-10-07 | 77 | -270/+3318 |
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | Commenting on image diffs Closes #35873 and #38559 See merge request gitlab-org/gitlab-ce!14061 | ||||
| * | | | Commenting on image diffs | Felipe Artur | 2017-10-07 | 77 | -270/+3318 |
|/ / / | |||||
* | | | Merge branch 'backport-protected-branches-spec-changes' into 'master' | Mike Greiling | 2017-10-06 | 1 | -9/+17 |
|\ \ \ | | | | | | | | | | | | | | | | | Backport protected_branches_spec improvements from EE See merge request gitlab-org/gitlab-ce!14745 | ||||
| * | | | backport protected_branches_spec improvements from EEbackport-protected-branches-spec-changes | Jose Ivan Vargas | 2017-10-06 | 1 | -9/+17 |
| | | | | |||||
* | | | | Merge branch 'fl-38869-linked-tabs' into 'master' | Mike Greiling | 2017-10-06 | 1 | -3/+0 |
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | Removes unnecessary load of LinkedTabs, Pipelines and MiniPipelineGraph classes See merge request gitlab-org/gitlab-ce!14734 | ||||
| * \ \ \ | Merge branch 'master' into fl-38869-linked-tabsfl-38869-linked-tabs | Filipa Lacerda | 2017-10-06 | 195 | -1163/+5187 |
| |\ \ \ \ | | | |_|/ | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * master: (136 commits) Ensure we set SUITE_FLAKY_RSPEC_REPORT_PATH to nil in RspecFlaky::Listener spec Gitaly feature flag metadata Add delete issue docs Adjust tooltips to adhere to 8px grid and make them more readable Fix JS lock issue specs Improve redirect uri state and fix all remaining tests Add 1000+ counters (instead of inifnite) to jobs controller Use short path project_clusters_url Change Clusters to Cluster in sidebar Security fix: redirection in google_api/authorizations_controller UX review Fix sidebar title Fix fixture Fix margins in edit form Use utc for time comparision Good old dangling comma Fix wording in the js messages Resetting of active Line + setting it for the async display functions Add some empty spaces Fix failing spec Refactor discussion lock docs ... | ||||
| * | | | | Removes unnecessary load of LinkedTabs, Pipelines and MiniPipelineGraph classes | Filipa Lacerda | 2017-10-06 | 1 | -3/+0 |
| | | | | | |||||
* | | | | | Merge branch ↵ | Fatih Acet | 2017-10-06 | 3 | -1/+14 |
|\ \ \ \ \ | |_|_|/ / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | '36255-metrics-that-do-not-have-a-complete-history-are-not-shown-at-all' into 'master' Resolve "Metrics that do not have a complete history are not shown at all" Closes #36255 See merge request gitlab-org/gitlab-ce!14741 | ||||
| * | | | | add CHANGELOG.md entry for !1474136255-metrics-that-do-not-have-a-complete-history-are-not-shown-at-all | Mike Greiling | 2017-10-06 | 1 | -0/+5 |
| | | | | | |||||
| * | | | | allow legend to properly handle NaN values | Mike Greiling | 2017-10-06 | 1 | -1/+5 |
| | | | | | |||||
| * | | | | allow prometheus graphs to handle non-congiuous paths (with NaN, +Inf, and -Inf) | Mike Greiling | 2017-10-06 | 1 | -0/+4 |
| | |/ / | |/| | | |||||
* | | | | Merge branch 'winh-delete-account-modal' into 'master' | Fatih Acet | 2017-10-06 | 17 | -30/+507 |
|\ \ \ \ | |/ / / |/| | | | | | | | | | | | | | | | | | | | Show confirmation modal before deleting account Closes #13482 and #38754 See merge request gitlab-org/gitlab-ce!14360 | ||||
| * | | | Show confirmation modal before deleting account | Winnie Hellmann | 2017-10-06 | 17 | -30/+507 |
|/ / / | |||||
* | | | Merge branch '38872-fix-rspec-flaky-spec' into 'master' | Stan Hu | 2017-10-06 | 1 | -0/+1 |
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | Ensure we set SUITE_FLAKY_RSPEC_REPORT_PATH to nil in RspecFlaky::Listener spec Closes #38872 See merge request gitlab-org/gitlab-ce!14736 | ||||
| * | | | Ensure we set SUITE_FLAKY_RSPEC_REPORT_PATH to nil in RspecFlaky::Listener spec | Rémy Coutable | 2017-10-06 | 1 | -0/+1 |
|/ / / | | | | | | | | | | Signed-off-by: Rémy Coutable <remy@rymai.me> | ||||
* | | | Merge branch 'ide-fix-back-btn' into 'master' | Fatih Acet | 2017-10-06 | 9 | -34/+124 |
|\ \ \ | | | | | | | | | | | | | | | | | Repo Editor : Fixes Back Button for files + line number jumping for preview and editor See merge request gitlab-org/gitlab-ce!14508 | ||||
| * | | | Good old dangling commaide-fix-back-btn | Tim Zallmann | 2017-10-06 | 1 | -1/+1 |
| | | | | |||||
| * | | | Resetting of active Line + setting it for the async display functions | Tim Zallmann | 2017-10-06 | 3 | -13/+22 |
| | | | | |||||
| * | | | Fixed Linting Error + Error with Line Highlighter found in Test | Tim Zallmann | 2017-10-05 | 2 | -3/+3 |
| | | | | |||||
| * | | | CHanged to Helper Method | Tim Zallmann | 2017-10-05 | 1 | -1/+1 |
| | | | |