summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Delete NotesServicewinh-delete-notes-serviceWinnie Hellmann2019-06-264-11/+0
* Move poll() from NotesService to Vuex actionsWinnie Hellmann2019-06-262-16/+22
* Fix updateNote actionWinnie Hellmann2019-06-261-2/+2
* Avoid shadowing data parameterWinnie Hellmann2019-06-261-4/+7
* Add missing return statementsWinnie Hellmann2019-06-261-5/+4
* Add changelog entryWinnie Hellmann2019-06-261-0/+5
* Run Prettier on notes/stores/actions.jsWinnie Hellmann2019-06-261-60/+47
* Adds { } for correct compilingFrank van Rest2019-06-261-2/+2
* Resolve conflicts in notes/stores/actions.jsWinnie Hellmann2019-06-261-13/+1
* Deletes remaining references except for pollFrank van Rest2019-06-263-120/+75
* Deletes reference to fetchDiscussions and started on deleteNoteFrank van Rest2019-06-263-28/+24
* Merge branch 'vue-i18n-js-diffs-directory' into 'master'Phil Hughes2019-06-265-17/+30
|\
| * Vue-i18n: app/assets/javascripts/diffs directoryEzekiel Kigbo2019-06-265-17/+30
|/
* Merge branch 'graphql-error-when-authorizing-with-no-permissions-defined' int...Bob Van Landuyt2019-06-263-19/+46
|\
| * Remove unused authorized_find methodgraphql-error-when-authorizing-with-no-permissions-definedLuke Duncalfe2019-06-263-25/+1
| * Sanity check for GraphQL authorized?Luke Duncalfe2019-06-262-0/+51
* | Merge branch 'docs-update-2fa' into 'master'Evan Read2019-06-261-3/+2
|\ \
| * | Docs: Add more info on recovery codesTristan Williams2019-06-261-3/+2
|/ /
* | Merge branch 'docs/63418-docs-feedback-update-for-11-11-1-feature-flag' into ...Evan Read2019-06-261-1/+8
|\ \
| * | Add note about Docker socket mountingdocs/63418-docs-feedback-update-for-11-11-1-feature-flagSteve Azzopardi2019-06-251-1/+8
* | | Merge branch 'da-fix-cache-for-broadcast-message' into 'master'Stan Hu2019-06-252-4/+4
|\ \ \
| * | | Set 2 weeks as the expiration time for the current broadcast messageDouglas Barbosa Alexandre2019-06-252-4/+4
| | |/ | |/|
* | | Merge branch 'da-fix-json-cache-false-values' into 'master'Stan Hu2019-06-252-2/+35
|\ \ \
| * | | Parse the cached value when the it is falseDouglas Barbosa Alexandre2019-06-252-2/+35
| |/ /
* | | Merge branch 'fix/jupyter-git-v3' into 'master'Thong Kuah2019-06-252-1/+6
|\ \ \
| * | | Add changelogAmit Rathi2019-06-251-0/+5
| * | | Use oauth2 in .git-credentialsAmit Rathi2019-06-251-1/+1
* | | | Merge branch 'winh-board_service_spec' into 'master'Mike Greiling2019-06-251-0/+390
|\ \ \ \
| * | | | Add missing unit tests for BoardServiceWinnie Hellmann2019-06-251-0/+390
|/ / / /
* | | | Merge branch 'ashmckenzie/new-user-signup-ab-test' into 'master'Thong Kuah2019-06-257-13/+74
|\ \ \ \ | |_|/ / |/| | |
| * | | New RecaptchaExperimentHelper modulesAsh McKenzie2019-06-257-13/+74
|/ / /
* | | Update CHANGELOG.md for 12.0.2GitLab Release Tools Bot2019-06-259-40/+17
* | | Merge branch 'sh-squelch-null-store' into 'master'Robert Speicher2019-06-251-0/+7
|\ \ \
| * | | Squelch output of ActiveSupport::Cache::NullStore in testsStan Hu2019-06-251-0/+7
|/ / /
* | | Merge branch 'rs-ee-inflections' into 'master'Lin Jen-Shin2019-06-251-0/+8
|\ \ \
| * | | Copy inflections from EErs-ee-inflectionsRobert Speicher2019-06-251-0/+8
* | | | Merge branch '60697-docs-feedback-revise-operations-dashboard-docs' into 'mas...Marcia Ramos2019-06-251-7/+4
|\ \ \ \
| * | | | Clarify permissions for Operations dashboardAchilleas Pipinellis2019-06-251-7/+4
| |/ / /
* | | | Merge branch 'docs/add-code-comments-development-guide' into 'master'Marcia Ramos2019-06-252-0/+15
|\ \ \ \
| * | | | Add code comments development guideDmitriy Zaporozhets2019-06-252-0/+15
| | |_|/ | |/| |
* | | | Merge branch 'ce-mw-onboarding-tour-project-creation' into 'master'Filipa Lacerda2019-06-251-2/+2
|\ \ \ \
| * | | | (CE Port) Set project path on localStorage during onboardingMartin Wortschack2019-06-251-2/+2
|/ / / /
* | | | Merge branch '63177-follow-up-from-use-scoped-routes-for-labels-and-milestone...Filipa Lacerda2019-06-257-15/+15
|\ \ \ \
| * | | | Remove baseEndpoint from search dropdwon63177-follow-up-from-use-scoped-routes-for-labels-and-milestonesDmitriy Zaporozhets2019-06-247-15/+15
* | | | | Merge branch 'require-pipeline-when-enabling-only-allow-merge-if-pipeline-suc...Grzegorz Bizon2019-06-254-3/+25
|\ \ \ \ \
| * | | | | Use actual_head_pipeline to enforce presenceFabio Pitino2019-06-251-2/+2
| * | | | | Require pipeline if "Pipeline must succeed" is setrequire-pipeline-when-enabling-only-allow-merge-if-pipeline-succeedsFabio Pitino2019-06-254-2/+24
* | | | | | Merge branch '63225-move-vuex-action-helper-to-jest' into 'master'Filipa Lacerda2019-06-252-5/+168
|\ \ \ \ \ \
| * | | | | | Move Vuex action helper spec to JestMark Florian2019-06-252-5/+168
|/ / / / / /
* | | | | | Merge branch 'winh-this-jest-docs' into 'master'Marcia Ramos2019-06-251-0/+3
|\ \ \ \ \ \