Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Side bar Buttons fixed | Tim Zallmann | 2017-12-19 | 4 | -19/+74 | |
| | ||||||
* | Integrated Side Panels | Tim Zallmann | 2017-12-19 | 6 | -121/+136 | |
| | ||||||
* | Fixing up after the merge | Tim Zallmann | 2017-12-19 | 19 | -38/+43 | |
| | ||||||
* | Removed single Tree from State | Tim Zallmann | 2017-12-19 | 15 | -61/+34 | |
| | | | | Cleaned up | |||||
* | Fixing ESLint problems | Tim Zallmann | 2017-12-19 | 2 | -2/+0 | |
| | ||||||
* | Added active File + Position Remembering | Tim Zallmann | 2017-12-19 | 9 | -195/+34 | |
| | ||||||
* | Added Status Bar | Tim Zallmann | 2017-12-19 | 16 | -52/+108 | |
| | ||||||
* | Full support for IDE routes + paths | Tim Zallmann | 2017-12-19 | 14 | -171/+235 | |
| | ||||||
* | Persistent Storage | Tim Zallmann | 2017-12-19 | 2 | -2/+6 | |
| | ||||||
* | File Loading through Routes | Tim Zallmann | 2017-12-19 | 29 | -130/+330 | |
| | ||||||
* | Got routing to work | Tim Zallmann | 2017-12-19 | 7 | -51/+55 | |
| | ||||||
* | Getting Routing on File Level | Tim Zallmann | 2017-12-19 | 10 | -46/+60 | |
| | ||||||
* | Updates to get the Multi File Editor to -/ide | Tim Zallmann | 2017-12-19 | 16 | -18/+638 | |
| | ||||||
* | Base Route for IDE + Renaming of repo to ide | Tim Zallmann | 2017-12-19 | 38 | -1/+206 | |
| | ||||||
* | Merge branch 'fix-cluster-enviroment-missing' into 'master' | Kamil Trzciński | 2017-12-19 | 8 | -0/+24 | |
|\ | | | | | | | | | Fix cluster enviroment missing See merge request gitlab-org/gitlab-ce!15973 | |||||
| * | Inverse the has_multiple_clusters? helper usagefix-cluster-enviroment-missing | Matija Čupić | 2017-12-18 | 4 | -4/+4 | |
| | | ||||||
| * | Hardcode clusters helper in CE | Matija Čupić | 2017-12-18 | 1 | -1/+1 | |
| | | ||||||
| * | Use helper for feature check in cluster partials | Matija Čupić | 2017-12-18 | 5 | -2/+15 | |
| | | ||||||
| * | Revert save button caption change | Matija Čupić | 2017-12-16 | 1 | -1/+1 | |
| | | ||||||
| * | Add environment scope field to cluster forms | Matija Čupić | 2017-12-16 | 4 | -1/+8 | |
| | | ||||||
| * | Allow environment_scope in cluster controllers | Matija Čupić | 2017-12-16 | 3 | -0/+4 | |
| | | ||||||
* | | Merge branch ↵ | Kamil Trzciński | 2017-12-19 | 1 | -19/+23 | |
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | '41139-codequality-and-qa-internal-is-leaking-to-shared-runners' into 'master' Resolve "Codequality and qa:internal is leaking to Shared Runners" Closes #41139 See merge request gitlab-org/gitlab-ce!15957 | |||||
| * | | Use dedicated runners for all the CI jobs41139-codequality-and-qa-internal-is-leaking-to-shared-runners | Rémy Coutable | 2017-12-18 | 1 | -19/+23 | |
| | | | | | | | | | | | | Signed-off-by: Rémy Coutable <remy@rymai.me> | |||||
* | | | Merge branch 'sh-fix-milestone-id-migration' into 'master' | Oswaldo Ferreira | 2017-12-19 | 1 | -0/+1 | |
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | Fix missing WHERE clause in 20171106135924_issues_milestone_id_foreign_key migration Closes gitlab-com/infrastructure#3416 See merge request gitlab-org/gitlab-ce!15997 | |||||
| * | | | Fix missing WHERE clause in 20171106135924_issues_milestone_id_foreign_key ↵ | Stan Hu | 2017-12-18 | 1 | -0/+1 | |
|/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | migration If milestone_id is NULL, we shouldn't need to update it to be NULL again. This was causing us to touch almost all rows in the issues table for no good reason. Closes https://gitlab.com/gitlab-com/infrastructure/issues/3416 | |||||
* | | | Merge branch 'commit-diff-discussion-in-mr-context-fix-links' into 'master'41248-datetime_utility-calls-a-missing-lang-export-function-from-locale-index-js | ⛄️ Sean McGivern ⛄️ | 2017-12-18 | 2 | -7/+22 | |
|\ \ \ | | | | | | | | | | | | | | | | | fix the commit diff discussion sending the wrong url See merge request gitlab-org/gitlab-ce!15988 | |||||
| * | | | rework the merge_request_version_params to use Object#tapcommit-diff-discussion-in-mr-context-fix-links | Micaël Bergeron | 2017-12-18 | 1 | -8/+4 | |
| | | | | ||||||
| * | | | fix the commit diff discussion sending the wrong url | Micaël Bergeron | 2017-12-18 | 2 | -7/+26 | |
| | | | | | | | | | | | | | | | | it should now send you to the merge request diff path scoped to the commit. | |||||
* | | | | Merge branch 'use-queue_namespace' into 'master' | Stan Hu | 2017-12-18 | 2 | -1/+2 | |
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | Use queue_namespace rather than enqueue_in See merge request gitlab-org/gitlab-ce!15989 | |||||
| * | | | | Add pipeline_creation:run_pipeline_schedule into Sidekiq queue listuse-queue_namespace | Stan Hu | 2017-12-18 | 1 | -0/+1 | |
| | | | | | ||||||
| * | | | | Use queue_namespace rather than enqueue_in | Lin Jen-Shin | 2017-12-18 | 1 | -1/+1 | |
| |/ / / | ||||||
* | | | | Merge branch 'ph-es-notes-module' into 'master' | Filipa Lacerda | 2017-12-18 | 8 | -24/+25 | |
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | Export and use Notes ES module See merge request gitlab-org/gitlab-ce!15953 | |||||
| * \ \ \ | Merge branch 'master' into 'ph-es-notes-module'ph-es-notes-module | Phil Hughes | 2017-12-18 | 252 | -903/+1709 | |
| |\ \ \ \ | | | |/ / | | |/| | | | | | | | # Conflicts: # app/assets/javascripts/main.js | |||||
| * | | | | Export and use Notes ES module | Phil Hughes | 2017-12-15 | 8 | -24/+25 | |
| | | | | | ||||||
* | | | | | Merge branch '41117-empty-state' into 'master' | Phil Hughes | 2017-12-18 | 2 | -497/+522 | |
|\ \ \ \ \ | |_|_|/ / |/| | | | | | | | | | | | | | | | | | | | | | | | | Only render signout screen when user is signed out Closes #41117 and #39843 See merge request gitlab-org/gitlab-ce!15935 | |||||
| * | | | | Only render signout screen when user is signed out | Filipa Lacerda | 2017-12-18 | 2 | -497/+522 | |
|/ / / / | ||||||
* | | | | Merge branch ↵ | Douwe Maan | 2017-12-18 | 10 | -18/+73 | |
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | '40871-todo-notification-count-shows-notification-without-having-a-todo' into 'master' Resolve "Todo notification count shows notification without having a todo" Closes #40871 See merge request gitlab-org/gitlab-ce!15807 | |||||
| * | | | | Reset todo counters when the target is deleted40871-todo-notification-count-shows-notification-without-having-a-todo | Sean McGivern | 2017-12-18 | 10 | -18/+73 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When the target is deleted, todos are destroyed, but we did not reset the todo cache for users with todos on the deleted target. This would only update after the next time the todo cache was updated for that user. | |||||
* | | | | | Merge branch '39298-list-of-avatars-2' into 'master' | Rémy Coutable | 2017-12-18 | 2 | -11/+12 | |
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | List of avatars should never show +1 Closes #39298 See merge request gitlab-org/gitlab-ce!15972 | |||||
| * | | | | | List of avatars should never show +1 | Jacopo | 2017-12-18 | 2 | -11/+12 | |
| | |_|_|/ | |/| | | | | | | | | | | | | | | | | | | The list of avatars should never show +1. If you have +1, that means you can use that space to show that person's avatar, for that reason should always start with +2. | |||||
* | | | | | Merge branch 'sh-add-schedule-pipeline-run-now' into 'master' | Kamil Trzciński | 2017-12-18 | 15 | -12/+371 | |
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add button to run scheduled pipeline immediately Closes #38741 See merge request gitlab-org/gitlab-ce!15700 | |||||
| * | | | | | Address review comments with playing pipeline schedulersh-add-schedule-pipeline-run-now | Stan Hu | 2017-12-12 | 4 | -21/+53 | |
| | | | | | | ||||||
| * | | | | | Fix Rubocop offense and use a symbol instead of a string | Stan Hu | 2017-12-12 | 2 | -2/+2 | |
| | | | | | | ||||||
| * | | | | | Add spec for ActionRateLimiter | Stan Hu | 2017-12-12 | 2 | -2/+29 | |
| | | | | | | ||||||
| * | | | | | Add a spec for rate limiting pipeline schedules | Stan Hu | 2017-12-12 | 2 | -2/+12 | |
| | | | | | | ||||||
| * | | | | | Add rate limiting to guard against excessive scheduling of pipelines | Stan Hu | 2017-12-12 | 3 | -1/+43 | |
| | | | | | | ||||||
| * | | | | | Avoid Gitaly N+1 calls by caching tag_names | Stan Hu | 2017-12-12 | 3 | -0/+17 | |
| | | | | | | ||||||
| * | | | | | Fix Sidekiq worker and make flash message return a link to the pipelines page | Stan Hu | 2017-12-12 | 3 | -3/+3 | |
| | | | | | | ||||||
| * | | | | | Refactor common protected ref check | Stan Hu | 2017-12-12 | 3 | -16/+102 | |
| | | | | | | ||||||
| * | | | | | Fix conditions for checking pipeline schedule rules | Stan Hu | 2017-12-12 | 2 | -4/+4 | |
| | | | | | |