summaryrefslogtreecommitdiff
path: root/config
Commit message (Expand)AuthorAgeFilesLines
...
| * | Merge branch '40028-special-characters-on-issuable-templates' into 'master'Rémy Coutable2018-01-251-1/+1
| |\ \ | | |/ | |/|
| | * Handle special characters on API request of issuable templatesTakuya Noguchi2018-01-251-1/+1
| * | Merge branch 'default-to-https-for-gravatar-urls' into 'master'Rémy Coutable2018-01-252-4/+6
| |\ \
| | * | Default to HTTPS for all Gravatar URLsdefault-to-https-for-gravatar-urlsAchilleas Pipinellis2018-01-252-4/+6
| | |/
| * | Merge branch 'jej/gitattributes-check-at-ref' into 'master'Rémy Coutable2018-01-251-2/+2
| |\ \ | | |/ | |/|
| | * Can parse root .gitattributes file for a refjej/gitattributes-check-at-refJames Edwards-Jones2018-01-241-2/+2
| * | Merge branch 'groups-webpack-bundle' into 'master'Filipa Lacerda2018-01-241-3/+0
| |\ \
| | * | Added dispatcher imports for groups webpack bundlePhil Hughes2018-01-231-5/+2
| * | | correctly imports performance barPhil Hughes2018-01-241-3/+2
| * | | Merge branch '42251-explicit-timezone-for-karma' into 'master'Mike Greiling2018-01-231-0/+2
| |\ \ \
| | * | | Set timezone for karma to UTCTakuya Noguchi2018-01-231-0/+2
| | |/ /
| * | | Prevent Unicorn crashing in development on macOSJacob Vosmaer (GitLab)2018-01-231-0/+13
| |/ /
| * | WebIDE: Fix Commit bugsTim Zallmann2018-01-191-1/+6
| * | Upgraded Karma DependenciesTim Zallmann2018-01-181-0/+13
| * | Merge branch 'dispatcher-projects' into 'master'Filipa Lacerda2018-01-181-1/+0
| |\ \
| | * | Added dispatcher imports for some project routesPhil Hughes2018-01-161-1/+0
| * | | Update seed-fu to a version compatible with postgresql 10Nick Thomas2018-01-161-0/+9
| * | | Support PostgreSQL 10Nick Thomas2018-01-161-0/+48
| |/ /
| * | Log and send a system hook if a blocked user fails to loginsh-log-when-user-blockedStan Hu2018-01-141-0/+4
| * | Display related merge requests in commit detail pageHiroyuki Sato2018-01-121-0/+1
| * | Adds Rubocop rule for line break around conditionals🙈 jacopo beschi 🙉2018-01-114-0/+6
| * | Filter out build traces from logged parametersStan Hu2018-01-111-0/+2
| |/
| * Fixing bug related to wiki last versionFrancisco Javier López2018-01-091-0/+20
| * Merge branch 'winh-webpack-concatenated-module' into 'master'Jacob Schatz2018-01-081-5/+25
| |\
| | * Fix Webpack config for ConcatenatedModulewinh-webpack-concatenated-moduleWinnie Hellmann2018-01-041-5/+25
| * | Change reset_cache action from get to postMatija Čupić2018-01-051-1/+1
| * | Merge branch 'master' into 41249-clearing-the-cacheMatija Čupić2018-01-051-0/+1
| |\ \
| | * | Backport 'Rebase' feature from EE to CEjprovazn-rebaseJan Provaznik2018-01-051-0/+1
| | |/
| * | Merge branch 'master' into 41249-clearing-the-cacheMatija Čupić2018-01-043-4/+9
| |\ \ | | |/
| | * Merge branch '39289-local-schema-rb-automatically-reverts-datetime-to-datetim...Sean McGivern2018-01-021-0/+5
| | |\
| | | * Prevent schema.rb reverting from datetime_with_timezone to datetime39289-local-schema-rb-automatically-reverts-datetime-to-datetime_with_timezone-after-migrationsJames Edwards-Jones2017-12-071-0/+5
| | * | Rename asset sync related AWS variableschange-asset-sync-env-variablesBalasankar "Balu" C2018-01-011-2/+2
| | * | Add pause/resume button to specific project runnersMario de la Ossa2017-12-271-2/+2
| * | | Move cache reset to ci_cd_settings controllerMatija Čupić2018-01-041-2/+3
| * | | Merge branch 'master' into 41249-clearing-the-cacheMatija Čupić2017-12-224-9/+22
| |\ \ \ | | |/ /
| | * | Merge branch 'dm-issue-move-transaction-error' into 'master'Robert Speicher2017-12-221-3/+5
| | |\ \
| | | * | Execute project hooks and services after commit when moving an issuedm-issue-move-transaction-errorDouwe Maan2017-12-221-3/+5
| | * | | Use gitlab-stylesRémy Coutable2017-12-221-1/+1
| | * | | Make webpack fail for missing exportsWinnie Hellmann2017-12-221-0/+1
| | * | | Merge branch 'diff-worker-js-fix' into 'master'Jacob Schatz2017-12-211-1/+4
| | |\ \ \
| | | * | | changed webpack configdiff-worker-js-fixPhil Hughes2017-12-161-1/+4
| * | | | | Stub out project#reset_cacheMatija Čupić2017-12-211-0/+1
* | | | | | Removed the katex precompile steps from the application configurationJose Ivan Vargas2017-12-211-2/+0
* | | | | | Removed the remains of katex from vendor assets and load everything via webpackJose Ivan Vargas2017-12-211-0/+23
| |/ / / / |/| | | |
* | | | | Merge branch 'master' into fix-webpack-chunk-namingClement Ho2017-12-212-3/+8
|\ \ \ \ \ | | |_|/ / | |/| | |
| * | | | Resolve "Decouple multi-file editor from file list"Tim Zallmann2017-12-212-2/+4
| |/ / /
| * | | Merge branch 'jivl-replace-d3-v3-v4' into 'master'Mike Greiling2017-12-201-1/+3
| |\ \ \
| | * | | added minChunks to the common_d3 bundlejivl-replace-d3-v3-v4Jose Ivan Vargas2017-12-181-1/+3
| | * | | Refactored d3 modules to instead of having a common_d3 dir, to use the micro ...Jose Ivan Vargas2017-12-181-1/+1
| | * | | optimized d3 v4 with a custom made bundleJose Ivan Vargas2017-12-181-1/+1